Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bus security in WPS

15 views
Skip to first unread message

emileke

unread,
Mar 4, 2009, 12:55:08 PM3/4/09
to
Hi All,

We enable Global security in the WAS admin console and then try to enable bus security and follow the process as per the manual.
Our security authentication happens against a Microsoft Active Directory Server so we use this user and password to enable bus security but it still gives us errors saying this user does not have the ccrrect authorities, are we missing something?

emileke

unread,
Mar 5, 2009, 3:36:28 AM3/5/09
to
Here is the error we get:

Caused by: com.ibm.wsspi.sib.core.exception.SIAuthenticationException: CWSIT0010E: A client request for messaging engine WPSMECluster.000-BPC.soasandCell01.Bus in bus BPC.soasandCell01.Bus failed with reason: CWSIT0016E: The user ID was failed authentication in bus BPC.soasandCell01.Bus.

And we have tried the OS user and the LDAP user, they have different passwords off course.

I guess the question really is, which of the above should it be, OS or LDAP, my logic says LDAP

Alasdair Nottingham

unread,
Mar 5, 2009, 6:06:58 PM3/5/09
to
Hi,

The Service integration bus uses the same user registry the rest of the application server uses, so if you are configured to use LDAP and active directory then the userid needs to be in active directory.

The error shown is an authentication problem and indicates that either the userid, or the password was not correctly specified by the client. If you look at the SystemOut.log for the server the messaging engine is running in you will see additional messages which should indicate the nature of the problem.

Alasdair

emileke

unread,
Mar 6, 2009, 1:26:39 AM3/6/09
to
Here is the entire error:

----------------------------------------------------------------------------------------------------------------------------
[3/5/09 11:18:37:135 SAST] 0000000a ContainerImpl E WSVR0501E: Error creating component null [class com.ibm.ws.runtime.component.ApplicationServerImpl]
com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.RuntimeWarning: javax.resource.ResourceException: CWSIV0782W: The creation of a connection for destination BFMJMSAPIQue
ue_WPSAppCluster on bus BPC.soasandCell01.Bus for endpoint activation [com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation@33513351 endpointConfiguration=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl$JmsJcaEnd
pointConfigurationImpl@1656709823 JmsJcaActivationSpecImpl.this=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl@31261149 ] failed with exception com.ibm.wsspi.sib.core.exception.SIAuthenticat


ionException: CWSIT0010E: A client request for messaging engine WPSMECluster.000-BPC.soasandCell01.Bus in bus BPC.soasandCell01.Bus failed with reason: CWSIT0016E: The user ID w

as failed authentication in bus BPC.soasandCell01.Bus..
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:825)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:566)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:191)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:526)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:192)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:140)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:461)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:336)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:91)
Caused by: com.ibm.ws.exception.RuntimeWarning: javax.resource.ResourceException: CWSIV0782W: The creation of a connection for destination BFMJMSAPIQueue_WPSAppCluster on bus BP
C.soasandCell01.Bus for endpoint activation [com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation@33513351 endpointConfiguration=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl$JmsJcaEndpointConfigurationImpl@165
6709823 JmsJcaActivationSpecImpl.this=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl@31261149
] failed with exception com.ibm.wsspi.sib.core.exception.SIAuthenticationException: CWSIT0010E:


A client request for messaging engine WPSMECluster.000-BPC.soasandCell01.Bus in bus BPC.soasandCell01.Bus failed with reason: CWSIT0016E: The user ID was failed authentication i

n bus BPC.soasandCell01.Bus..
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:3063)
at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3729)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1305)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:951)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2157)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: javax.resource.ResourceException: CWSIV0782W: The creation of a connection for destination BFMJMSAPIQueue_WPSAppCluster on bus BPC.soasandCell01.Bus for endpoint acti
vation [com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation@33513351 endpointConfiguration=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl$JmsJcaEndpointConfigurationImpl@1656709823 JmsJcaActivationSpecImpl.thi
s=[com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl@31261149 ] failed with exception com.ibm.wsspi.sib.core.exception.SIAuthenticationException: CWSIT0010E: A client request for messaging engine
WPSMECluster.000-BPC.soasandCell01.Bus in bus BPC.soasandCell01.Bus failed with reason: CWSIT0016E: The user ID was failed authentication in bus BPC.soasandCell01.Bus..
at com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation.createRemoteListener(SibRaStaticDestinationEndpointActivation.java:1302)
at com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation. (SibRaStaticDestinationEndpointActivation.java:223)
at com.ibm.ws.sib.ra.inbound.impl.SibRaResourceAdapterImpl.endpointActivation(SibRaResourceAdapterImpl.java:321)
at com.ibm.ejs.j2c.ActivationSpecWrapperImpl.activateEndpoint(ActivationSpecWrapperImpl.java:319)
at com.ibm.ejs.j2c.RAWrapperImpl.activateEndpoint(RAWrapperImpl.java:940)
at com.ibm.ejs.j2c.RALifeCycleManagerImpl.activateEndpoint(RALifeCycleManagerImpl.java:1579)
at com.ibm.ejs.container.MessageEndpointFactoryImpl.activateEndpoint(MessageEndpointFactoryImpl.java:258)
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:3042)
... 9 more


Caused by: com.ibm.wsspi.sib.core.exception.SIAuthenticationException: CWSIT0010E: A client request for messaging engine WPSMECluster.000-BPC.soasandCell01.Bus in bus BPC.soasan
dCell01.Bus failed with reason: CWSIT0016E: The user ID was failed authentication in bus BPC.soasandCell01.Bus.

at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.generateException(TrmSICoreConnectionFactoryImpl.java:991)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.remoteAttach(TrmSICoreConnectionFactoryImpl.java:525)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.connectFromInsideServer(TrmSICoreConnectionFactoryImpl.java:396)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.localBootstrap(TrmSICoreConnectionFactoryImpl.java:311)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.createConnection(TrmSICoreConnectionFactoryImpl.java:292)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.createConnection(TrmSICoreConnectionFactoryImpl.java:210)
at com.ibm.ws.sib.ra.inbound.impl.SibRaMessagingEngineConnection.createConnection(SibRaMessagingEngineConnection.java:965)
at com.ibm.ws.sib.ra.inbound.impl.SibRaMessagingEngineConnection.(SibRaMessagingEngineConnection.java:607)
at com.ibm.ws.sib.ra.inbound.impl.SibRaStaticDestinationEndpointActivation.createRemoteListener(SibRaStaticDestinationEndpointActivation.java:1265)
... 16 more

----------------------------------------------------------------------------------------------------------------------------

Alasdair Nottingham

unread,
Mar 6, 2009, 3:43:36 AM3/6/09
to
Hi,

The error message you have just included is the error message in the client application when the authentication fails, this doesn't include the information I was referring to. You need to look at the errors in the log for the messaging engine. In any case the best thing to do is to check the userid/password in the authentication alias being used is correct.

Alasdair

0 new messages