Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] heads up - GF master starts up and displays admin console

Hi,

Those are the difficult ones that are hidden (swallowed) by default. I made them visible using the --debug option following the changes from PR https://github.com/eclipse-ee4j/glassfish/pull/23054

Kind regards,
Arjan


On Mon, Jun 1, 2020 at 5:21 PM Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

I don’t see those Jersey OSGI errors at boot or by viewing the admin console. Where are they from ?

 

From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of arjan tijms
Sent: 01 June 2020 16:11
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: [glassfish-dev] heads up - GF master starts up and displays admin console

 

Hi,

 

Just a heads up, the current master of GlassFish starts up and loads the admin console. There's still some errors, but this is a major milestone.

 

Example of error:

 

org.osgi.framework.BundleException: Unable to resolve org.glassfish.jersey.media.jersey-media-json-binding [118](R 118.0): missing requirement [org.glassfish.jersey.media.jersey-media-json-binding [118](R 118.0)] osgi.wiring.package; (osgi.wiring.package=jakarta.json.bind) Unresolved requirements: [[org.glassfish.jersey.media.jersey-media-json-binding [118](R 118.0)] osgi.wiring.package; (osgi.wiring.package=jakarta.json.bind)]

                at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4368)

                at org.apache.felix.framework.Felix.loadBundleClass(Felix.java:2068)

                ... 51 more

|#]

 

[#|2020-06-01T17:08:31.680+0200|SEVERE|glassfish 6.0|javax.enterprise.system.core|_ThreadID=74;_ThreadName=admin-listener(2);_TimeMillis=1591024111680;_LevelValue=1000;|

  

Failed loading class org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable by API Class Loader

 

Unable to resolve

    org.glassfish.jersey.media.jersey-media-json-binding [118]

    missing requirement

        package = jakarta.json.bind

 

|#]

 

Kind regards,

Arjan

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top