Hi,
I installed Glassfish 2.1 successfully a week ago.
Since two days I cannot start Glassfish any more. It refuses to work with following exception:
WARNUNG: Error loading pluggable features class com.sun.enterprise.ee.admin.pluggable.EEClientPluggableFeatureImpl
java.lang.ClassNotFoundException: com.sun.enterprise.ee.admin.pluggable.EEClientPluggableFeatureImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl.getInstance(PluggableFeatureFactoryBaseImpl.java:135)
at com.sun.enterprise.cli.commands.BaseLifeCycleCommand.createPluggableFeatureFactory(BaseLifeCycleCommand.java:132)
at com.sun.enterprise.cli.commands.BaseLifeCycleCommand.<init>(BaseLifeCycleCommand.java:102)
at com.sun.enterprise.cli.commands.CreateDomainCommand.<init>(CreateDomainCommand.java:110)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at com.sun.enterprise.cli.framework.CommandFactory.createCommand(CommandFactory.java:91)
at com.sun.enterprise.cli.framework.CLIMain.invokeCommand(CLIMain.java:160)
at com.sun.enterprise.cli.framework.CLIMain.main(CLIMain.java:79)
25.05.2009 16:15:10 com.sun.enterprise.cli.commands.BaseLifeCycleCommand createPluggableFeatureFactory
WARNUNG: SERVER0009: Pluggable features using class com.sun.enterprise.ee.admin.pluggable.EEClientPluggableFeatureImpl could not be initialized. Server will run with default features.
Even a new clean installation does not work.
1) java -jar glassfish-installer-v2.1-b60e-windows.jar
2) lib\ant\bin\ant -f setup.xml
Step 2) fails with the above exception as well as "asadmin create-domain".
Seems to be a problem with environment settings or the Java installation. Other team members do not have any problems using the same installation files. We checked the Path variables and tested different 1.6 JRE versions, but the failure remains.
OS: Vista
JRE: 1.6.0_11
Glassfish: v2.1-b60
Can anybody help?
[Message sent by forum member 'bursascha' (bursascha)]
http://forums.java.net/jive/thread.jspa?messageID=347559