users@glassfish.java.net

Re: glassfish registration fails on jdk1.6

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Tue, 03 Feb 2009 11:19:28 -0800

Deepak,

AFAIK, JAVA_HOME is not used by GF2.1. The JDK/JRE used by
the server is solely controlled by <install-dir>/config/asenv.conf[.bat]
variable named AS_JAVA. Are you changing the value of this
property in this file at all?

So, this is even more intriguing than I initially thought :-P

Let me/someone try to reproduce this locally.

-Kedar

Deepak Gothe wrote:
> Hi Kedar,
> We have not switched the JDK. We have installed GFv2.1-b60e with
> JAVA_HOME set to JDK1.6(which means GF is using JDK1.6). After that when
> we try to register, we get the exception as Chetan mentioned below.
>
> Regards,
> Deepak
>
> Kedar Mhaswade wrote:
>> Hi Chetan,
>>
>> You mean you just switch the JDK's and registration fails for 1.6?
>> AFAIK, GF uses its own trust-store and if in the case of JDK 1.5 the
>> certificate sent by registration server is present in it, it should
>> be the same in case of 1.6.
>>
>> What does -Djavax.net.ssl.trustStore point to, in your case? (Check
>> domain.xml, GUI).
>>
>> Anissa, Siraj -- do you know what's going on here?
>>
>> -Kedar
>>
>> Chetan wrote:
>>> Hi all,
>>>
>>> We are using *GlassfishV2.1 build 60e with JDK 1.6 *and while trying
>>> to register we are getting the following error on screen.
>>>
>>> /java.security.cert.CertificateException: The certificate chain from
>>> the server is not trusted/
>>>
>>> And the following stacktrace in logs.
>>>
>>> /[#|2009-02-03T12:03:45.684+0000|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=17;_ThreadName=httpWorkerThread-4848-2;_RequestID=30288f26-bcfc-4c22-8487-68ba53e72600;|
>>>
>>> com.sun.enterprise.registration.RegistrationException:
>>> java.security.cert.CertificateException: The certificate chain from
>>> the server is not trusted
>>> at
>>> com.sun.enterprise.registration.SysnetRegistrationService.register(SysnetRegistrationService.java:178)
>>>
>>> at
>>> com.sun.enterprise.tools.admingui.sysnet.RegisterHandlers.registerAS(RegisterHandlers.java:308)
>>>
>>> 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.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:422)
>>>
>>> at
>>> com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:424)
>>>
>>> at
>>> com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:398)
>>>
>>> at
>>> com.sun.jsftemplating.layout.event.CommandActionListener.invokeCommandHandlers(CommandActionListener.java:132)
>>>
>>> at
>>> com.sun.jsftemplating.layout.event.CommandActionListener.processAction(CommandActionListener.java:80)
>>>
>>> at
>>> javax.faces.event.ActionEvent.processListener(ActionEvent.java:77)
>>> at
>>> javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:746)
>>>
>>> at javax.faces.component.UICommand.broadcast(UICommand.java:368)
>>> at
>>> com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
>>>
>>> at
>>> javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447)
>>> at
>>> javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752)
>>> at
>>> com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
>>>
>>> at
>>> com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
>>> at
>>> com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
>>> at
>>> com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:80)
>>>
>>> at
>>> javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
>>> at
>>> com.sun.enterprise.tools.admingui.servlet.DelayedInitFacesServlet.service(DelayedInitFacesServlet.java:89)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
>>>
>>> at
>>> com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:240)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
>>>
>>> at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
>>>
>>> at
>>> org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
>>>
>>> at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
>>>
>>> at
>>> com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
>>> at
>>> com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
>>>
>>> at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
>>>
>>> at
>>> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
>>> at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
>>>
>>> at
>>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
>>>
>>> at
>>> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
>>> at
>>> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:288)
>>> at
>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)
>>>
>>> at
>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:579)
>>>
>>> at
>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:831)
>>>
>>> at
>>> com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
>>>
>>> at
>>> com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
>>>
>>> at
>>> com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
>>>
>>> at
>>> com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
>>> at
>>> com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
>>>
>>> Caused by: com.sun.scn.client.comm.AuthenticationException:
>>> java.security.cert.CertificateException: The certificate chain from
>>> the server is not trusted
>>> at
>>> com.sun.scn.client.comm.RegistrationWrapper.authenticate(RegistrationWrapper.java:531)
>>>
>>> at
>>> com.sun.scn.client.comm.RegistrationWrapper.registerServiceTags(RegistrationWrapper.java:579)
>>>
>>> at
>>> com.sun.enterprise.registration.SysnetRegistrationService.register(SysnetRegistrationService.java:173)
>>>
>>> ... 54 more
>>> |#]/
>>>
>>> The same is working fine with JDK1.5
>>>
>>> Please help.
>>>
>>> Regards,
>>> Chetan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>