cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy from NWDS

leon_potgieter
Participant
0 Kudos

Hi Experts.

I need some assistance with our deployment.

Sometimes when we deploy our development from NWDS, the deployment window just stays open and nothing happens for a long time(10 minutes). When we restart the Java instance and re-deploy, it works again. Can anybody give me some info on how to find a solution for this the issue. According to our basis team, the server has enough resources available.

Regards

Leon

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_ruiz2
Active Contributor
0 Kudos

Hi Leon,

Case you are debugging, make sure to first release all threads in the J2EE stack before deploying.

Case someone else is debugging ABAP but the request originated from J2EE, the sap modules will also hold the thread in threadlocal so this person needs to release from debug in ABAP (so it also releases the thread in J2EE).

Case none of this seems to happen in your case, I would suggest you try manually to boot the application context and retry the deployment.

Hope it helps somehow,

D.

leon_potgieter
Participant
0 Kudos

Hi.

Solved. It was a Server resources issue.

Thank you

Regards