Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permission denied - ADMU3007E

Status
Not open for further replies.

Surfeur

Technical User
Oct 12, 2001
14
CZ
Hi to all
I have and WebSphere Deploy Server. When I try to start it, I've recived the folowing error message in /logs/dmgr/startServer.log. Please, do you have any idea, why i recived this error message? The server starts many times before. There is no problem with permissions (the user has the right for all).

Greetings
Vladimir


************* End Display Current Environment *************
[6/24/04 15:05:45:319 GMT+00:00] 6de4e043 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[6/24/04 15:05:45:682 GMT+00:00] 6de4e043 AdminTool A ADMU3100I: Reading configuration for server: dmgr
[6/24/04 15:06:00:225 GMT+00:00] 6de4e043 WsServerLaunc E ADMU3002E: Exception attempting to process server dmgr
[6/24/04 15:06:00:226 GMT+00:00] 6de4e043 WsServerLaunc E ADMU3007E: Exception com.ibm.ws.process.exception.ProcessOpException: Error creating new process. 013: Permissio
n denied
at com.ibm.ws.process.UnixProcessGlue.create(Native Method)
at com.ibm.ws.process.UnixProcessImpl.create(UnixProcessImpl.java:81)
at com.ibm.ws.process.ProcessFactory.create(Unknown Source)
at com.ibm.ws.management.launcher.ProcessLauncher.launch(ProcessLauncher.java:66)
at com.ibm.ws.management.launcher.LaunchCommand.launchProcess(LaunchCommand.java:162)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:184)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:167)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:91)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[6/24/04 15:06:00:251 GMT+00:00] 6de4e043 AdminTool E ADMU0111E: Program exiting with error: com.ibm.ws.process.exception.ProcessOpException: Error creating new proce
ss. 013: Permission denied
at com.ibm.ws.process.UnixProcessGlue.create(Native Method)
at com.ibm.ws.process.UnixProcessImpl.create(UnixProcessImpl.java:81)
at com.ibm.ws.process.ProcessFactory.create(Unknown Source)
at com.ibm.ws.management.launcher.ProcessLauncher.launch(ProcessLauncher.java:66)
at com.ibm.ws.management.launcher.LaunchCommand.launchProcess(LaunchCommand.java:162)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:184)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:167)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:91)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[6/24/04 15:06:00:253 GMT+00:00] 6de4e043 AdminTool A ADMU0111E: Program exiting with error: com.ibm.ws.process.exception.ProcessOpException: Error creating new proce
ss. 013: Permission denied
at com.ibm.ws.process.UnixProcessGlue.create(Native Method)
at com.ibm.ws.process.UnixProcessImpl.create(UnixProcessImpl.java:81)
at com.ibm.ws.process.ProcessFactory.create(Unknown Source)
at com.ibm.ws.management.launcher.ProcessLauncher.launch(ProcessLauncher.java:66)
at com.ibm.ws.management.launcher.LaunchCommand.launchProcess(LaunchCommand.java:162)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:184)
 
Now I have an answer. There was bad settings of log and trace variables for deployment manager, which access the directory, without the right permissions, in this case the application server's log.
Vladimir
 
Hi,

I have the same error message on one of my portal servers. The machine was running fine for some time. Then I recognized that all java processes are stopped and tried to restart it. But I can't. Usually the portal and nodeagent runs under it's own linux user. When I try to restart it under that account I get the following errors in the startServer.log:
[7/9/04 8:58:45:653 CEST] 3f4ad3df LinuxProcessS > LinuxProcessSpawnerThread() : Constructing PM thread
[7/9/04 8:58:45:654 CEST] 54f9d3dd LinuxProcessS > run() : Starting up PM thread...
[7/9/04 8:58:45:659 CEST] 3f4ad3df LinuxProcessS < LinuxProcessSpawnerThread() : Done constructing PM thread
[7/9/04 8:58:45:752 CEST] 54f9d3dd LinuxProcessS > createProcess() : Spawning process...
[7/9/04 8:58:45:752 CEST] 3f4ad3df LinuxProcessI > initializeProcess() : Initializing process object.
[7/9/04 8:58:45:753 CEST] 3f4ad3df LinuxProcessI d Checking to see if the process spawned correctly.
[7/9/04 8:58:45:753 CEST] 3f4ad3df LinuxProcessS > getException() : Getting exception object
[7/9/04 8:58:45:776 CEST] 54f9d3dd LinuxProcessS < run() : PM Thread exited.
[7/9/04 8:58:46:759 CEST] 3f4ad3df LinuxProcessS < getException() : Got exception object
[7/9/04 8:58:46:759 CEST] 3f4ad3df LinuxProcessI d Process spawn failure, throwing exception.
[7/9/04 8:58:46:760 CEST] 3f4ad3df LinuxProcessS > getException() : Getting exception object
[7/9/04 8:58:46:760 CEST] 3f4ad3df LinuxProcessS < getException() : Got exception object
[7/9/04 8:58:46:760 CEST] 3f4ad3df LinuxProcessI d Process spawn failure, cleaning up spawner thread.
[7/9/04 8:58:46:760 CEST] 3f4ad3df WsServerLaunc E ADMU3002E: Exception attempting to process server WebSphere Portal 2
[7/9/04 8:58:46:761 CEST] 3f4ad3df WsServerLaunc E ADMU3007E: Exception com.ibm.ws.process.exception.ProcessOpException: Error creating new process. 013: Permission denied
at com.ibm.ws.process.UnixProcessGlue.create(Native Method)
at com.ibm.ws.process.LinuxProcessSpawnerThread.createProcess(LinuxProcessSpawnerThread.java:122)
at com.ibm.ws.process.LinuxProcessSpawnerThread.run(LinuxProcessSpawnerThread.java:182)

[7/9/04 8:58:46:768 CEST] 3f4ad3df AdminTool E ADMU0111E: Program exiting with error: com.ibm.ws.process.exception.ProcessOpException: Error creating new process. 013: Permission denied
at com.ibm.ws.process.UnixProcessGlue.create(Native Method)
at com.ibm.ws.process.LinuxProcessSpawnerThread.createProcess(LinuxProcessSpawnerThread.java:122)
at com.ibm.ws.process.LinuxProcessSpawnerThread.run(LinuxProcessSpawnerThread.java:182)

[7/9/04 8:58:46:770 CEST] 3f4ad3df AdminTool A ADMU0111E: Program exiting with error: com.ibm.ws.process.exception.ProcessOpException: Error creating new process. 013: Permission denied
at com.ibm.ws.process.UnixProcessGlue.create(Native Method)
at com.ibm.ws.process.LinuxProcessSpawnerThread.createProcess(LinuxProcessSpawnerThread.java:122)
at com.ibm.ws.process.LinuxProcessSpawnerThread.run(LinuxProcessSpawnerThread.java:182)

[7/9/04 8:58:46:771 CEST] 3f4ad3df AdminTool A ADMU0211I: Error details may be seen in the file: /opt/WebSphere/AppServer/logs/WebSphere Portal 2/startServer.log

Starting the portal as root works. The nodeagent is running under that other user account.

Again, it was working fine for quite some time.

What did you change to get it running again?

-coosile
 
Hi.
In my case, there was a problem with a log variables. The path was set into the wrong directory - there was not premissions ( in aour case: deploy is in /ap/fh/fhart02/install/was_cell.../log - user ufhart02 and application server and node agent in /ap/fh/fhart01/install/was_cell.../log - user ufhart01. There is used variable $VLOGPATH to the log and thise one was defined in twice for deploy server / one time right and second time wrong and that caused this troubles.
So, check all your variables for environment, errors and log, I'm confident, that there'll be something wrong.

Good luck
Vladimir
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top