cancel
Showing results for 
Search instead for 
Did you mean: 

Force order of deployed applications

Former Member
0 Kudos

Hi Experts,

I've a problem with an application which has dependencies with others.

Periodically the Web AS where my applications are deployed is restarted, all of them start ok but there is one that not. I recieved the following message:

*SAP J2EE Engine/7.00 *
* Application cannot be started.*
* Details:*
com.sap.engine.services.deploy.container.ExceptionInfo: The DataSource 
for PersistenceManager jdbc:pool:dtmweb00 is not created.

Application1 has a reference to Application2

Application2

Application2 starts ok, Application 1 no. Application2 is deployed after Application 1

jdbc:pool:dtmweb00 is a pool that is declared in JDBC and is working ok. If I start Application1 "manually" forcing the deploy, it starts without problem. I guess that if Application2 was deployed before Application1, then everything would work ok. Is it possible to configure through Visual Administrator the order of deploy? I'm using Visual Administrator 7.0 (SP15)

Thanks in advance,

Joan

Edited by: Joan Roda on Mar 25, 2009 4:35 PM

Edited by: Joan Roda on Mar 25, 2009 4:42 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You just need to deploy your application again and it will automatically work. Try deploy your application and test it.