cancel
Showing results for 
Search instead for 
Did you mean: 

Problem deploying JMS libraries...

Former Member
0 Kudos

Hi experts,

Is there anyone out there that can help me with the following deployment problem?

we are trying to deploy the aii_af_jmsproviderlib.sda (JMS libraries) in our production environment, which is an XI3.0-PS21, but it unfortunately failed with the following error message:

*May 19, 2010 6:17:42 PM Error: Aborted: development component 'com.sap.aii.af.jmsproviderlib'/'sap.com'/'SAP AG'/'3.0.0320040609110635.0000'/'1':*

*Caught exception during deployment from SAP J2EE Engine's offline deploy API:*

*com.sap.engine.tools.offlinedeploy.rdb.ODeploymentException: ERROR: Can't initialize Conrfiguration manager!*

*com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.*

The whole error dump/message is as follows:

0635.0000/aii_af_jmsproviderlib.sda

May 19, 2010 6:16:31 PM Info: Software type of SDA: primary-library

May 19, 2010 6:16:31 PM Info: ***** Begin of SAP J2EE Engine Offline Deployment (Library component of SAP J2EE Engine) *****

May 19, 2010 6:16:31 PM Info: Shutting down all the cluster processes except SDM.

May 19, 2010 6:16:31 PM Info: Shutting down the instance JC_prosap01_PXI_58 running on host prosap01 processes ...

May 19, 2010 6:16:31 PM Info: Stopping the instance JC_prosap01_PXI_58 processes. The instance is running on host prosap01

May 19, 2010 6:16:31 PM Info: Stopping the process dispatcher

May 19, 2010 6:16:31 PM Info: Stopping the process server0

May 19, 2010 6:16:31 PM Info: Shutting down the instance JC_prosap02_PXI_48 running on host prosap02 processes ...

May 19, 2010 6:16:31 PM Info: Stopping the instance JC_prosap02_PXI_48 processes. The instance is running on host prosap02

May 19, 2010 6:16:31 PM Info: Stopping the process dispatcher

May 19, 2010 6:16:31 PM Info: Stopping the process server0

May 19, 2010 6:16:31 PM Info: Shutting down the instance JC_sapxi_PXI_38 running on host sapxi processes ...

May 19, 2010 6:16:31 PM Info: Stopping the instance JC_sapxi_PXI_38 processes. The instance is running on host sapxi

May 19, 2010 6:16:31 PM Info: Stopping the process dispatcher

May 19, 2010 6:16:31 PM Info: Stopping the process server0

May 19, 2010 6:17:42 PM Info: Cluster processes have been successfully shut down.

May 19, 2010 6:17:42 PM Info: ***** End of SAP J2EE Engine Offline Deployment (Library component of SAP J2EE Engine) *****

May 19, 2010 6:17:42 PM Error: Aborted: development component 'com.sap.aii.af.jmsproviderlib'/'sap.com'/'SAP AG'/'3.0.0320040609110635.0000'/'1'

Caught exception during deployment from SAP J2EE Engine's offline deploy API:

com.sap.engine.tools.offlinedeploy.rdb.ODeploymentException: ERROR: Can't initialize Conrfiguration manager!

com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.

at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)

at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)

at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)

at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)

at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)

at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)

at com.sap.engine.tools.offlinedeploy.rdb.OfflineComponentDeployImpl.setConfigurationProperties(OfflineComponentDeployImpl.java:197)

at com.sap.engine.tools.offlinedeploy.rdb.OCDFactory.createOfflineComponentDeploy(OCDFactory.java:81)

at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOfflineDeployerImpl.performDeployment(EngineOfflineDeployerImpl.java:187)

at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)

at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)

at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)

at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)

at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)

at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)

at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)

at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)

at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)

at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)

at com.sap.sdm.app.view.controllers.DeployEventProcessor.processEvent(DeployEventProcessor.java:11)

at com.sap.sdm.client_server.deployserver.DeployCmdProcessor.processEvent(DeployCmdProcessor.java:264)

at com.sap.sdm.client_server.deployserver.DeployCmdProcessor.process(DeployCmdProcessor.java:108)

at com.sap.sdm.gui.server.GuiAdminRoleCmdProcessor.process(GuiAdminRoleCmdProcessor.java(Compiled Code))

at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java(Compiled Code))

at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java(Compiled Code))

at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java(Inlined Compiled Code))

at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java(Inlined Compiled Code))

at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java(Compiled Code))

at com.sap.bc.cts.tp.net.Worker.run(Worker.java(Compiled Code))

at java.lang.Thread.run(Thread.java:570)

Caused by: com.ibm.db2.jcc.b.SqlException: Unexpected throwable caught java.lang.StringIndexOutOfBoundsException: String index out of range: 11

at com.ibm.db2.jcc.uw.UWConnection.a(UWConnection.java:484)

at com.ibm.db2.jcc.uw.UWConnection.<init>(UWConnection.java:248)

at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:236)

at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)

at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:579)

at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)

at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)

Kind regards,

Joe

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

did you follow the OSS note on deploying the file?

https://service.sap.com/sap/support/notes/856346