Problem with update to 6.0.1

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

greyhound
Posts: 7
Joined: Mon Nov 20, 2006 10:04 pm
Location: Germany
Contact:

Problem with update to 6.0.1

Post by greyhound »

Hello,

I just updated to version 6.0.1 on a Fedoa Machine from an old 5.0.2 installation, walking along the install guide in OpenEMM-6.x_InstallGuide.pdf

Java version is
/opt/openemm.org/software/java/bin/java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)


After installation, I was unable to login to OpenEMM. When inspecting the logs, I found the following messages in /home/openemm/var/log/redirection_stderr.log They are repeating every few seconds. Does anybody have a hint what I could do to get the machine working again? What's wrong after all?


Using Resin(R) Open Source under the GNU Public License (GPL).

See http://www.caucho.com for information on Resin Professional,
including caching, clustering, JNI acceleration, and OpenSSL integration.

java.lang.NoClassDefFoundError: javax/management/j2ee/statistics/Stats
at com.caucho.loader.EnvironmentClassLoader.initializeEnvironment(EnvironmentClassLoader.java:582) at com.caucho.server.resin.Resin.init(Resin.java)
at com.caucho.server.resin.Resin.main(Resin.java:625)
Caused by: java.lang.ClassNotFoundException: javax.management.j2ee.statistics.Stats
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 3 more
java.lang.NoClassDefFoundError: javax/management/j2ee/statistics/Stats
at com.caucho.server.resin.ResinServer.start(ResinServer.java:541)
at com.caucho.server.resin.Resin.init(Resin.java)
at com.caucho.server.resin.Resin.main(Resin.java:625)
Caused by: java.lang.ClassNotFoundException: javax.management.j2ee.statistics.Stats
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 3 more
Using Resin(R) Open Source under the GNU Public License (GPL).

See http://www.caucho.com for information on Resin Professional,
including caching, clustering, JNI acceleration, and OpenSSL integration.

java.lang.NoClassDefFoundError: javax/management/j2ee/statistics/Stats
greyhound
Posts: 7
Joined: Mon Nov 20, 2006 10:04 pm
Location: Germany
Contact:

Post by greyhound »

Anybody any idea what I could do?
Post Reply