dev@glassfish.java.net

Re: Quicklook failure

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Thu, 03 Apr 2008 13:58:02 -0700

Thanks, QL is now passing.


Sahoo wrote:

> Can please you run 'svn info' in v3 directory and see if you are at
> revison 19567?
>
> Sahoo
>
> Jane Young wrote:
>
>> Build successful with "mvn -U clean install" but QL failed.
>> When I try to deploy manually, I get:
>>
>> ./asadmin deploy hello1.war
>> FAILURE : Exception while deploying the app : java.lang.Exception:
>> Failed to start containers
>>
>> server.log:
>> Apr 3, 2008 11:48:53 AM
>> com.sun.enterprise.v3.server.ApplicationLifecycle startContainers
>> SEVERE: Cannot start container web
>> java.util.MissingResourceException: Can't find bundle for base name
>> org.apache.coyote.tomcat5.LocalStrings, locale en_US
>> at
>> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
>>
>> at
>> java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
>> at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
>> at
>> com.sun.grizzly.util.res.StringManager.<init>(StringManager.java:86)
>> at
>> com.sun.grizzly.util.res.StringManager.<init>(StringManager.java:78)
>> at
>> com.sun.grizzly.util.res.StringManager.getManager(StringManager.java:257)
>>
>> at
>> org.apache.coyote.tomcat5.MapperListener.<init>(MapperListener.java:107)
>> at
>> org.apache.coyote.tomcat5.CoyoteConnector.<init>(CoyoteConnector.java:407)
>>
>> at
>> com.sun.enterprise.web.connector.coyote.PECoyoteConnector.<init>(PECoyoteConnector.java:255)
>>
>>
>> Any idea?
>>
>> Jane Young wrote:
>>
>>> Yes, I did a "mvn -U clean install" at v3.
>>>
>>> Sahoo wrote:
>>>
>>>> Did you do a mvn -U install?
>>>>
>>>> Thanks,
>>>> Sahoo
>>>>
>>>> Jane Young wrote:
>>>>
>>>>> I still cannot get QL tests to work on the Mac.
>>>>> I have a clean workspace and this is what I see:
>>>>>
>>>>> run:
>>>>> [echo] =============Starting TestNG functional tests
>>>>> ============
>>>>> [testng] [Parser] Running:
>>>>> [testng]
>>>>> /export/Glassfish/glassfish_v3_31Mar/ql/glassfish/appserv-tests/community/testng.xml
>>>>>
>>>>> [testng]
>>>>> [testng] URL is: http://localhost:8080/hellojsp/hello.jsp
>>>>> [testng] Connecting to: http://localhost:8080/hellojsp/hello.jsp
>>>>> [testng] java.io.FileNotFoundException:
>>>>> http://localhost:8080/hellojsp/hello.jsp
>>>>> [testng] at
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>>> [testng] at
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>>>
>>>>> ....
>>>>>
>>>>> How do I get QL to pass so I can check-in my changes?
>>>>>
>>>>> Jane
>>>>>
>>>>>
>>>>> Ming Zhang wrote:
>>>>>
>>>>>> Sahoo,
>>>>>>
>>>>>> You are right! Quicklook was failing since there was no
>>>>>> successful build for a while at
>>>>>> http://kohsuke.sfbay/hudson/job/glassfish-v3/ . The first
>>>>>> successful build today is build #2966 (Arpil 3, 9:51:19 AM).
>>>>>> Quicklook just picked up that build and the tests are passing now
>>>>>> (#174 Apr 3, 10:31:20 AM):
>>>>>> http://kohsuke.sfbay/hudson/job/glassfish-v3-quicklook/
>>>>>>
>>>>>> Thanks,
>>>>>> Ming
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> I have checked in a fix (r19567 [1]) this evening - no I did not
>>>>>>> cause the failure in the first place. Don't believe hudson's QL
>>>>>>> job. It fails because it is using older artifacts. Why? I think
>>>>>>> it is because the v3 job, which is reponsible for pushing the
>>>>>>> binaries to remote repo, is still failing because of same old
>>>>>>> jdbc ra build issue in hudson m/c. So, you need to build the v3
>>>>>>> in order to make QL pass again in your env.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Sahoo
>>>>>>>
>>>>>>> [1] http://fisheye4.cenqua.com/changelog/glassfish-svn/?cs=19567
>>>>>>>
>>>>>>> Sherry Shen wrote:
>>>>>>> >
>>>>>>> > The problem is shown on recent QuickLook run.
>>>>>>> > #172 Apr 3, 2008 9:01:37 AM >
>>>>>>> <http://kohsuke.sfbay/hudson/job/glassfish-v3-quicklook/172/>
>>>>>>> > http://kohsuke.sfbay/hudson/job/glassfish-v3-quicklook/
>>>>>>> > Thanks!
>>>>>>> >
>>>>>>> > Sherry
>>>>>>> > Jeanfrancois Arcand wrote, On 4/3/2008 9:00 AM:
>>>>>>> >> Salut KM :-)
>>>>>>> >>
>>>>>>> >> Kedar Mhaswade wrote:
>>>>>>> >>> Dinesh Patil wrote:
>>>>>>> >>>> JF, I tried it, still the same error.
>>>>>>> >>>> Jeanfrancois Arcand wrote:
>>>>>>> >>>>
>>>>>>> >>>>> Hi,
>>>>>>> >>>>>
>>>>>>> >>>>> can you try the following workaround:
>>>>>>> >>>>>
>>>>>>> >>>>> remove all $glassfish.home/modules/grizzly* (except >>>>>
>>>>>>> grizzly-module.jar) and see if that makes a difference? Looks
>>>>>>> like >>>>> we have a classloader issues somewhere...
>>>>>>> >>>>>
>>>>>>> >>>>> Thanks
>>>>>>> >>>>>
>>>>>>> >>>>> -- Jeanfrancois
>>>>>>> >>>>>
>>>>>>> >>>
>>>>>>> >>> JFA,
>>>>>>> >>>
>>>>>>> >>> I too experience this. Any work-around available?
>>>>>>> >>> Want to run the QL before my changes are committed.
>>>>>>> >>
>>>>>>> >> I've checked a fresh workspace this morning and wasn't able
>>>>>>> to >> reproduce the problem on Linux. Is someone able to still
>>>>>>> reproduce >> it? The strange things is we seems to have
>>>>>>> StringManager, >> StringManagerTmp (???) in several package. I
>>>>>>> think it confuse the >> classloader...I'm looking into it as
>>>>>>> this issue comes and go since 6 >> weeks :-)
>>>>>>> >>
>>>>>>> >> A+
>>>>>>> >>
>>>>>>> >> -- Jeanfrancois
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>>
>>>>>>> >>> Thanks,
>>>>>>> >>> Kedar
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>>
>>>>>>> >>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>>>> >>> For additional commands, e-mail:
>>>>>>> dev-help_at_glassfish.dev.java.net
>>>>>>> >>>
>>>>>>> >>
>>>>>>> >>
>>>>>>> ---------------------------------------------------------------------
>>>>>>>
>>>>>>> >> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>>>> >> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>>> >>
>>>>>>> >
>>>>>>> >
>>>>>>> ---------------------------------------------------------------------
>>>>>>> > To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>>>> For > additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>>> ---------------------------------------------------------------------
>>>>>>>
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>>
>>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>