Consultor Eletrônico



Kbase P26773: Starting AdminServer gives Java exceptions.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/03/2006
Status: Unverified

FACT(s) (Environment):

UNIX

SYMPTOM(s):

Starting AdminServer gives Java exceptions.

PROGRESS Version 9.1D as of Wed May 8 16:52:13 EDT 2002
Exception in thread "main" java.lang.NullPointerException
at com.progress.common.util.acctAuthenticate.add37(acctAuthenticate.java:406)
at com.progress.common.util.acctAuthenticate.add37(acctAuthenticate.java:442)
at com.progress.common.util.acctAuthenticate.getValue(acctAuthenticate.java:532)
at com.progress.common.util.acctAuthenticate.generatePassword(acctAuthenticate.java:540)
at com.progress.common.util.acctAuthenticate.clientGeneratePassword(acctAuthenticate.java:796)
at com.progress.common.util.acctAuthenticate.generatePassword(acctAuthenticate.java:208)
at com.progress.chimera.adminserver.AdminServerType.main(AdminServerType.java:488)

CAUSE:

One possible cause for this can be that the server's name does not match between /etc/hosts file and hostname command

FIX:

Renamed server name to the same name as in hosts file using hostname command.

note: The error messages will not give any clear idea of what actually causes the
problem.