View Full Version : Daemon Installation error


stopsusa
05-14-2004, 04:54 PM
We moved to a new server and are trying to install WWIM daemon again and get the following error - Please advise, Thanks

$ nohup /usr/local/linux-sun-jdk1.4.2_01/bin/java -jar jwwim_server_sql2.jar localhost stopsusa_wwim stopsusa xxxxxx 5190 -l &
[1] 24623
-bash-2.05b$ appending output to nohup.out
ELF binary type "0" not known.

Jafo
05-14-2004, 05:22 PM
Hmm sounds to me like the jar file was either corrupted when it was uploaded, or was uploaded in ascii mode.

What platform is your server running on?

stopsusa
05-14-2004, 05:29 PM
We are running Unix BSD

stopsusa
05-14-2004, 06:03 PM
We unzipped and binary uploaded both the mysql and flat file version and got the same error. Perhaps we need a new copy sent to us?

Jafo
05-14-2004, 06:31 PM
I did a search and found this common amongst BSD users for many applications, perhaps these will help? I am not very familiar with BSD:


http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=%22ELF+binary+type+%220%22+not+known%22

stopsusa
05-14-2004, 09:02 PM
Will the software work under jdk1.3.1? jdk1.4.2 is not officially supported by FreeBSD yet, and is only partially functional.


We were trying to run a linux compiled java binary (ie:
/usr/local/linux-sun-jdk1.4.2_01/jre/bin/java) on a FreeBSD OS. FreeBSD has it's own java installation required for it to function.

Jafo
05-14-2004, 09:53 PM
If that is the case, then either try the Java that came with the server, or try installing 1.3.1.

stopsusa
05-14-2004, 10:48 PM
We installed 1.3.1 and server is running perfectly. Thanks again for the help.