users@glassfish.java.net

Re: Help! Glassfish v3 won't start after upgrade to 3.0.61

From: <glassfish_at_javadesktop.org>
Date: Mon, 29 Mar 2010 07:58:05 PDT

I've readed that it's necessary to use 32-bit jdk, since sun/security/pkcs11/SunPKCS11 is not present in 64-bit jdk.
I'm facing this problem when starting a recently created domain:

[#|2010-03-29T10:07:58.730-0300|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=33d56ecf-55c7-4191-90cb-6f19c9f06879;|java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
Caused by: java.lang.NoClassDefFoundError: sun/security/pkcs11/SunPKCS11
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl.invoke(PluggableFeatureFactoryBaseImpl.java:84)
        at $Proxy0.getSecuritySupport(Unknown Source)
        at com.sun.enterprise.security.SecurityUtil.getSecuritySupport(SecurityUtil.java:364)
        at com.sun.enterprise.security.SSLUtils.<clinit>(SSLUtils.java:102)
        at com.sun.enterprise.security.SecurityLifecycle.onInitialization(SecurityLifecycle.java:101)
        at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:262)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onInitialization(OnDemandServer.java:103)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:399)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
        ... 5 more
Caused by: java.lang.ClassNotFoundException: sun.security.pkcs11.SunPKCS11
        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 com.sun.appserv.server.util.ASURLClassLoader.loadClass(ASURLClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 16 more
|#]



Any Ideas?
Does it means I need to run my GlassFish domains on a 32-bit jdk machine?

Cheers,

Luiz Gustavo
[Message sent by forum member 'luiz_gustavo']

http://forums.java.net/jive/thread.jspa?messageID=394297