PDA

View Full Version : PJDM error


luigimilano
07-05-2004, 08:02 AM
I obtain this error when I digit the address of my PJDM server. I attach a zip file that contain an image of the error and 2 log file.
How Can I do?

Thanks

stefano_ME30
07-05-2004, 09:45 AM
Luigi

check your Hosts file if "localhost" calling is right declared.

"127.0.0.1 localhost"

I hope this helps

ciao

Stefano

luigimilano
07-05-2004, 09:56 AM
In Win XP where is the right place of hosts file?

Thanks

stefano_ME30
07-05-2004, 10:42 AM
C:\windows\system32\drivers\etc

:)

stefano

luigimilano
07-05-2004, 11:56 PM
This is the content of my file, it's ok for you?

# Copyright (c) 1993-1999 Microsoft Corp.
#
# Questo è un esempio di file HOSTS usato da Microsoft TCP/IP per Windows.
#
# Questo file contiene la mappatura degli indirizzi IP ai nomi host.
# Ogni voce dovrebbe occupare una singola riga. L'indirizzo IP dovrebbe
# trovarsi nella prima colonna seguito dal nome host corrispondente.
# L'indirizzo e il nome host dovrebbero essere separati da almeno uno spazio
# o punto di tabulazione.
#
# È inoltre possibile inserire commenti (come questi) nelle singole righe
# o dopo il nome del computer caratterizzato da un simbolo '#'.
#
# Per esempio:
#
# 102.54.94.97 rhino.acme.com # server origine
# 38.25.63.10 x.acme.com # client host x

127.0.0.1 localhost

Thanks

stefano_ME30
07-06-2004, 09:40 AM
it seems great

:(

stefano

Tom
07-07-2004, 04:16 AM
This error usually means that the PjDM-process cannot connect to the RMI server that handles the different WebSessions.
Check if your RMI server is running.
Are PjDM an RMI running on the same machine?

Sometimes, when I get this message, a restart of all servers helps (sometimes I had to restart twice or even more times...)

Tom

luigimilano
07-07-2004, 05:37 AM
All services are running and running on the same machine. I've tried to restart all services a lot of time but nothing.
How can I try?

Thanks

Tom
07-08-2004, 01:37 AM
It may be that RMI_Server seems to be running when you look at services, but actually it doesn't run properly.

You can start the RMI-Server from command line. That way you can see more error messages.

Stop RMI_Server in services window.

go to command prompt and change to directory
C:\jakarta-tomcat-4.0.6-LE-jdk14
(check the pathname for your PC!)

run the command
"d:\programme\CoCreate\WorkManager 12.01\jre\bin\java.exe" -Xrs -classpath C:\jakarta-tomcat-4.0.6-LE-jdk14\common\lib\WorkManager.jar;C:\jakarta-tomcat-4.0.6-LE-jdk14\common\lib\servlet.jar;C:\jakarta-tomcat-4.0.6-LE-jdk14\common\lib\log4j.jar com.osm.project.web.rmi.server.WMWebSessionServer

Now you can see if RMI_Server produces any error messages while starting.

Hope this helps,
Tom

luigimilano
07-08-2004, 02:27 AM
I'll try your idea but I've obtained an error
See attach for the output of the command.

Thanks

Tom
07-08-2004, 02:56 AM
The error message says, that the program was not able to load the library libpdm.dll which should be in C:\jakarta-tomcat-4.0.6-LE-jdk14

Check if that file exists, or if the file was corrupted.


Tom

luigimilano
07-08-2004, 03:35 AM
The file was named lidpdm_old.dll I renamed the file amd now it's seem all ok.

Thank-you very much Tom