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 Gaurav,

I saw that one, great work. Now hopefully someone from the project will respond soon.

Kind regards,
Arjan

On Tue, Jun 2, 2020 at 4:15 PM Gaurav Gupta <gaurav.gupta@xxxxxxxxxxx> wrote:
Hi Arjan,

I have created the ticket to incorporate JSONB-API 2.0.0-RC2 as API's packages were not exported in the manifest.


Cheers,

Gaurav Gupta

Principal Developer at Payara Services Ltd 
Open Source Enterprise Software & Support

US: +1 415 523 0175 |UK: +44 207 754 0481

----------------------------------------------------------------------------------------------------------------------

Payara Services Limited, Registered office: Unit 11, Malvern Hills Science Park, Geraldine Road, Malvern, WR14 3SZ
Registered in England and Wales: 09998946 | VAT: GB 193854467 | www.payara.fish | info@xxxxxxxxxxx | 
@Payara_Fish



From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> on behalf of arjan tijms <arjan.tijms@xxxxxxxxx>
Sent: 01 June 2020 20:40
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