Hi Teresa,
I'm having some troubles deploying ES in a linux Server. I'm getting this error when trying to test it:
./Start_ElectroServer_5_3_3_SAFEMODE: line 74: /home/[username]/.install4j: No such file or directory
./Start_ElectroServer_5_3_3_SAFEMODE: line 75: /home/[username]/.install4j: No such file or directory
Exception in thread "main" java.lang.NoClassDefFoundError: com/install4j/runtime/launcher/Launcher
Caused by: java.lang.ClassNotFoundException: com.install4j.runtime.launcher.Launcher
at java.net.URLClassLoader$1.run(URLClassLoader.java: 217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 21)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 66)
Could not find the main class: com.install4j.runtime.launcher.Launcher. Program will exit.
-------------
(I copied a working ES installation)
Surprisingly, I don't have permissions to write on /home/[username]/ ... Should I ask something else to the server admin?
(The thing is that the admin takes to long to process my requests... I know, is a very odd situation.)


Reply With Quote
