cancel
Showing results for 
Search instead for 
Did you mean: 

NW Administrator Start Problem

Former Member
0 Kudos

Hi,

When i Execute http://hots:port/nwa. I am getting this error. I cannot start User Management or SLD i am getting this same error.

Application cannot be started.

Details: com.sap.engine.services.deploy.container.ExceptionInfo: Naming error.

I tried restarting the J2EE Server from SMICM Transaction. I dont have acces to the server so i cannot get the log files. Is there any other way to get the trace/log files. Please throw some light for this kind of error.

Thanks,

Mathivanan G

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

All the services are not started properly or are starting phase.

You have to login at os level and run the command to check that all the processes are up and running.

jcmon pf=Instance profile parameter

Or

ps -eaf | grep jlaunch.

Thanks

Rishi Abrol

Former Member
0 Kudos

Can you Please tell me which id are you using.try to login with J2ee_admin of sap* and let me know.

Thanks Rishi Abrol

Former Member
0 Kudos

When start the page it directly displays the error. No option to enter any user id. I dont have access to server as well

Former Member
0 Kudos

First try to goto the page http://hostname.domain.com:5xx00

then goto the NWa tab.

Please try to login with J2ee_admin.

Close the old internet explorer and open new one ,delete the cookies.

Thanks Rihsi Abrol

Former Member
0 Kudos

Sorry if it is trivial question. What is Domain. Where to find that ?

Former Member
0 Kudos

Do you know the IP of the sap server.

Then try loggin in with

http://<IP>:<PORT>/nwa .. If you are still not able to get this link ask your basis team to check if J2ee engine is up and running

Hope this helps

Former Member
0 Kudos

Like the company you have email as XXXXdomain.com.

Domain is the dns that you company is registered.

Thanks

Rishi Abrol

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

You can also try starting all the applications using telnet.

Go to Start -- > Run and then type in

1. telnet <hostname> 5<instancenumber>08

2. Login using the administrator username (j2ee_admin) and password.

3. Use the command

jump

which will give the output of the running servers.

4. Jump to one of the server using the command

jump <server id>

5. use ths command

add deploy

6. start all the applications using START_APP -all

which will start all the stopped applications also.

Follow the above step for the other server ids also if there are more than one server id.

Former Member
0 Kudos

was this working before? Is it a result of any change via config tool/va?

Former Member
0 Kudos

Hi

Tcode SMICM>Goto>HTTPServer>Display data>check for j2eeserveroperation should be True

mean your j2ee engine is up and running

Regards

Uday

Former Member
0 Kudos
Former Member
0 Kudos
What is Domain. Where to find that

Can you be more specific what exactly you are looking for

Regards

Uday

Former Member
0 Kudos

Manuj and Anish: I ve already done that. It is throwing me an error that i have mentioned in the first post of this thread.

Uday : I asked about the domain question since Rishi told to try out.

First try to goto the page http://hostname.domain.com:5xx00

And let me know how to Check the status of J2EE Engine from SAP ABAP Stack. I am digging all this because my WEB Analyzer is throwing a Java Communication Error. I was exploring all the notes and finally it came to NWA. To my luck that is also not working.

Former Member
0 Kudos

Hi

In first post you were using hostname .If you are using hostname you should use it along with you domain (

You can check your J2EE status from jcmon

For jcmon go to /usr/sap/<SID>/DVEBMG*/j2ee/os_libs

execute

jcmon pf=jcmon pf=/usr/sap/XII/SYS/profile/< Instance profile>

and choose 20 and then you can see if all processes are running ... You will see something similar to this

admin URL :

-


Idx

Name

PID

State

Error

Restart

---






0

dispatcher

1761500

Running

0

yes

1

server0

2093136

Running

0

yes

2

SDM

2523230

Running

0

yes

-


Edited by: Anish John on Jun 17, 2009 3:24 PM

Former Member
0 Kudos

Hi

I tried restarting the J2EE Server from SMICM Transaction

Did you started j2ee engine? was it started succesfully

You can check the logs in tcode AL11

Regards

Uday