Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Tracking usage data for EE4J working group CI cloud systems

Just checking -- are you looking at the domain log or the console output? I think you would need to look in the domain log to see what's actually going. If you're already doing that, ignore this message.

-- Ed

On 10/1/2020 3:42 PM, Scott Marlow wrote:


On 10/1/20 6:32 PM, arjan tijms wrote:
Hi,

Just some other comment, when GF fails to start up during those tests for https://urldefense.com/v3/__https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_build-and-test-using-jenkinsfile__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr34ocWy04$ there's no exception whatsoever in the logs. Those exceptions you report may possibly be of a different issue entirely.

I only see the exceptions if --verbose option is used to start GlassFish.

With or without --verbose, the last thing that I see is "Server shutdown initiated" in the server.log (even though I didn't initiate server shutdown.

Kind regards,
Scott


Kind regards,
Arjan

On Thu, Oct 1, 2020 at 11:41 PM Scott Marlow <smarlow@xxxxxxxxxx <mailto:smarlow@xxxxxxxxxx>> wrote:



    On 10/1/20 3:50 PM, Scott Marlow wrote:
     >
     >
     > On 10/1/20 12:34 PM, Scott Marlow wrote:
     >>
     >>
     >> On 10/1/20 12:04 PM, arjan tijms wrote:
     >>> Hi,
     >>>
     >>> A few remarks here: just repeating the startup of GF doesn't
    seem to
     >>> work. The test jobs for the GF build themselves already do
    that. It
     >>> repeats the entire test 3 times. I've never ever seen it work
    after
     >>> the second or third repeat.
     >>
     >> Are you seeing the same
     >> https://urldefense.com/v3/__https://github.com/eclipse-ee4j/glassfish/issues/23191__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr3wen3O-E$ (GF
    server.log
     >> contains `Server shutdown initiated`)?
     >
     > Note that the issue actual does contain the server --verbose
    output via
     >
https://urldefense.com/v3/__https://github.com/eclipse-ee4j/glassfish/files/5130976/verboselogs.txt__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr3lY1vKIM$      >
     > 1.  What does the java.lang.RuntimeException:
     > java.util.concurrent.ExecutionException:
    java.lang.NoClassDefFoundError:
     > Lorg/glassfish/flashlight/MonitoringRuntimeDataRegistry failure mean?
     >
     > 2.  Is the MonitoringRuntimeDataRegistry.class missing from a
    classpath?
     >
     > 3.  I tried -Dorg.glassfish.startupThreadPolicy=USE_NO_THREADS in
     > glassfish/domains/domain1/config/domain.xml but that didn't seem
    to make
     > a difference (nor did `rm -rf glassfish/domains/domain1/osgi-cache`).
     >
     > 4.  In the email thread, one of the last comments was from Steve via      > https://urldefense.com/v3/__https://www.eclipse.org/lists/glassfish-dev/msg00514.html__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr3pbuiyxs$ :
     > "
     > It's strange that it thinks it needs to update the bundles.
     > "
     >
     > I did confirm that GlassFish5 still works fine on my local machine.
     >
     > Any other suggestions of what to try?

    5. internal-api.jar contains the
    org.glassfish.flashlight.MonitoringRuntimeDataRegistry class that we
    get
    the NoClassDefFoundError failure for.

    monitoring-core.jar depends on the
    org.glassfish.flashlight.MonitoringRuntimeDataRegistry class which if
    accessed through the monitoring-core.jar would likely be okay, since
    monitoring-core.jar contains MANFEST.MF with internal-api.jar included
    in the Class-Path.

    However, given that we see a java.util.concurrent.ExecutionException:
    java.lang.NoClassDefFoundError:
    Lorg/glassfish/flashlight/MonitoringRuntimeDataRegistry that is
    followed
    by GlassFish 6 terminating, does that mean the wrong classpath is used
    sometimes due to a race condition?

https://urldefense.com/v3/__https://gist.github.com/scottmarlow/0e0ce78a9da4519b416a63490eecdd06__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr3QqPq1wY$     contains the MANIFEST.MF contents for both internal-api.jar +
    monitoring-core.jar.

    Scott

    _______________________________________________
    glassfish-dev mailing list
    glassfish-dev@xxxxxxxxxxx <mailto:glassfish-dev@xxxxxxxxxxx>
    To unsubscribe from this list, visit
https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr3FEzt4_s$

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr3FEzt4_s$

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!Ie9n0r5ioHTb6B-BXmYJfvtq6ovIqmEk1dlKkZkcVxgT_nUFIbL8SRr3FEzt4_s$



Back to the top