Kbase P136256: java.util.NoSuchElementException starting NameServer and/or other brokers
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/21/2008 |
|
Status: Unverified
SYMPTOM(s):
Can not start NameServer or any other broker
Java exceptions starting NameServer and brokers
Java stack trace taken from admserv.log file:
java.util.NoSuchElementException
Stack trace:
java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(StringTokenizer.java:232)
at com.progress.ubroker.tools.SvcControlCmd.getPid(SvcControlCmd.java:331)
at com.progress.ubroker.tools.SvcControlCmd.startService(SvcControlCmd.java:303)
at com.progress.ubroker.tools.UBRemoteCommand.runIt(UBRemoteCommand.java:269)
at com.progress.ubroker.tools.UBRemoteCommand_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:342)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:207)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:536)
FACT(s) (Environment):
Admin server starts and shuts down without errors
OpenEdge 10.x
Progress 9.x
UNIX
CAUSE:
System's memory resources are very low preventing the new process to be spawned by the AdminServer
FIX:
Increase the total memory available to the operating system, or decrease the memory usage of other running processes.