| Charly Oz 2006-08-19, 1:28 am |
| Zarina,
As the message (javax.naming.NameNotFoundException: Context:
wasdmNetwork/nodes/wascluster/servers/server1) suggests, the jndi lookup is
not returning the a reference.
Have a look at:
http://publib.boulder.ibm.com/infoc...op3__lookupcont
From the above, I would suggest changing the base part of the lookup from:
wasdmNetwork/nodes/wascluster/servers/server1
to:
cell/clusters/im_cluster
Hope this helps.
Charly.
<zarina.bothello@ca.com> wrote in message
news:20878429.1155835267045.JavaMail.wassrvr@ltsgwas010.sby.ibm.com...
>i have the following cluster configuration :
> Cluster Name :im_cluster
> Members of the cluster :
> im_cluster_server1 node :wascluster1
> im_cluster_server node :wascluster
>
> Now when i try to access an ejb in this cluster setup i see the following
> error. I dont see this when i run the application in a non cluster
> configuration. would any know why i see this error in a cluster
> configuration.
>
> r.WCFile1.File=Designer.log, MaxDeadlockRetries=0,
> log4j.appender.WCSysOut.layout.ConversionPattern=%d [%t] %-5p %c %x -
> %m%n, java.naming.provider.url=corbaloc:iiop:wascluster.ca.com:9810,
> log4j.category.com.workpoint=WARN, client.EncryptPassword=false,
> LookAndFeel=Office2003}
> [8/17/06 10:50:42:280 EDT] 7336fb46 SystemOut O 10:50:42,280 DEBUG
> [ims] Warning: sleeping for 15 sec and trying General Monitor
> initialization again
> [8/17/06 10:50:42:327 EDT] 71447b47 SystemOut O 10:50:42,327 ERROR
> [ims.default] Failed to acquire WorkPoint workflow session
> [8/17/06 10:50:42:452 EDT] 71447b47 SystemOut O 10:50:42,436 DEBUG
> [ims.tasktrack.tmt]
> com.netegrity.portal.service.workflow.core.WorkflowException
> java.rmi.RemoteException: NamingException caught attempting to locate the
> 'ServerConfigPvt_EJB' object. Please verify that the server is running and
> the client configuration is correct.; nested exception is:
> javax.naming.NameNotFoundException: Context:
> wasdmNetwork/nodes/wascluster/servers/server1, name: ServerConfigPvt_EJB:
> First component in name ServerConfigPvt_EJB not found. [Root exception is
> org.omg.CosNaming.NamingContextPackage.NotFound:
> IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]; nested exception is:
> java.rmi.RemoteException: NamingException caught attempting to
> locate the 'ServerConfigPvt_EJB' object. Please verify that the server is
> running and the client configuration is correct.; nested exception is:
> javax.naming.NameNotFoundException: Context:
> wasdmNetwork/nodes/wascluster/servers/server1, name: ServerConfigPvt_EJB:
> First component in name ServerConfigPvt_EJB not found. [Root exception is
> org.omg.CosNaming.NamingContextPackage.NotFound:
> IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
> at
> com.workpoint.client.connect.ClientContextEJB.getServerConfigPvt(Unknown
> Source)
> at com.workpoint.client.ClientContext.open(Unknown Source)
> at
> com.netegrity.portal.service.workflow.core.impl.workpoint.WorkpointSession.logIn(WorkpointSession.java:78)
> at
> com.netegrity.ra.workflow.impl.WFConnection.logIn(WFConnection.java:79)
> at
> com.netegrity.ra.workflow.impl.WFConnection.getSystemSession(WFConnection.java:43)
> at
> com.netegrity.ims.businessprocess.WorkflowManager.getWorkPointSession(WorkflowManager.java:149)
> at
> com.netegrity.ims.businessprocess.WorkflowManager.getSystemWFSession(WorkflowManager.java:103)
> at
> com.netegrity.ims.adapters.DefaultWorkflowMapper.init(DefaultWorkflowMapper.java:82)
> at
> com.netegrity.imapi.impl.LifeCycleImpl.init(LifeCycleImpl.java:49)
> at
> com.netegrity.ims.bootstrap.AdaptersConfigServiceImpl.initAdapter(AdaptersConfigServiceImpl.java:816)
> at
> com.netegrity.ims.bootstrap.AdaptersConfigServiceImpl.initVector(AdaptersConfigServiceImpl.java:798)
> at
> com.netegrity.ims.bootstrap.AdaptersConfigServiceImpl.initAdapters(AdaptersConfigServiceImpl.java:786)
> at
> com.netegrity.ims.bootstrap.AdaptersConfigServiceImpl. initEventAdapters(AdaptersConfigServiceI
mpl.java:535)
|