users@glassfish.java.net

Re: glassfish registration fails on jdk1.6

From: Yifeng <Yifeng.Luo_at_Sun.COM>
Date: Wed, 04 Feb 2009 18:04:23 -0800

Chetan,

Thanks for your information. I am still not able to reproduce your issue.

I tried with:

1. gf v2.1 b60e

2. jdk information

C:\yifeng\jdk1.6.0_12\bin>java -version
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode)

3. deploy a webapp using JSR88, ( a deployment unit test)

4. after deployment, I registered glassfish from admin GUI, I tried
developer profile as well as enterprise profile, both are ok.

Let me know if you have any questions. If you want me to try your
specific application, I am glad to do that.

Thanks

-Yifeng


Chetan wrote:
> Hi all,
>
> We have a test case to reproduce this on gfv2 + jdk 1.6 + windows xp
>
> 1. Install gf v2.1 b60e
> 2. Deploy a webapp using JSR88
> 3. Once the deployment is done try to register glassfish from adminu.
>
> Please let us know if the above case is reproducible.
>
> Regards,
> Chetan
>
> Anissa Lam wrote:
>>
>> Thanks to Nolan and the QE team, Nolan also confirmed that it
>> works with JDK 1.6.0_12.
>>
>> Nolan Luu wrote:
>>> / I did not experience any problem. I registered successfully with
>>> a new account. Please see the attached images. (SDK5 Update 7
>>> Application Platform with JDK 1.6.0_12 / GlassFish v2.1 b60e-fcs)
>>>
>>> Regards,
>>>
>>> -Nolan/
>>
>> thanks
>> Anissa.
>>
>> Siraj Ghaffar wrote:
>>> This works for me - I cannot reproduce it. Was anything other than
>>> the JDK version changed by the user?
>>>
>>> Siraj Ghaffar wrote:
>>>> Don't know of any issues around this, but I will try to reproduce it.
>>>>
>>>> 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
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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
>