Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Help needed in explaining why jakarta.el-api.version=4.0.0-RC2 causes com.sun.enterprise.module.ResolveError: Failed to start
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Tue, 14 Jul 2020 17:23:21 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=2jopkVr5Iaqh3iK6AVpDp3g5pyVZrs2dStBJ8wqfmnw=; b=c9dPElzHi2i3KwH56UY22GB/OoRQhW566nqRv4kiWY+DSX97P7xltMi3wstoIPkl7cwmq1xZpiF9FPXmId8L0HnhIFuCq47/91JgH+fGTFBcPvKyo6Gyr2ugMq6WNvx419l1MyFGSRvJJ7c1AbOQXXUW7QvX6VzYSDuJmaHWX6H7rp8wgFyyXsiw66pRA/KOPgeq5SbxRHTs75JjaOUOK05zZuL+3I1+euYFhh8woQUxpel0yeJoNMl8S4fMg0yoyaFf8Dv6yyURoN9I0JIqC6YSc94jNQMNBTlqhTelqNryO3kq3o5+xb8VE4HWsuXu73Jf+59XUG/65c4tAT6TuA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ckj/uE8a40iAknU4E/X52v04+ROCgItd6neLg7PtuwCSd9D4Hf/sASM4QMX5gAo/CIWPq70fkftfM9oXodG3D4WkMyAOticgIhpu+7jOmVK0NDXEzKPz3FzapMxRJTNLAP+dk7C1LvOomQUxEg7mget02tzDz7J1E3n5CJLs72nvW8p5AATxbWNsCRGGN/CBm4X+W3/58z48jdm34N2alcuN87LtJ7Dhlj957wVL9veZ/Yq8xhFz2JGb2P2XUXpqBtUcJ57wNt0mWsVHOVidb3KshyQ02qro4dx9zmdhX3PQdURK/0dT492txYUlXZGLfdsMWvcprl5audEm2+QI/Q==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWWgJ6mUR2mKbDGUOIViHj6IpA76kHUoGg
  • Thread-topic: [glassfish-dev] Help needed in explaining why jakarta.el-api.version=4.0.0-RC2 causes com.sun.enterprise.module.ResolveError: Failed to start

I added comments on the el-ri issue looks like previously the  impl jar included the api classes in RC2 it doesn't. Not sure if that was intentional on their part. Either way looks like we will now need to modify our assembly of GlassFish to bring across both jars. I've raised https://github.com/eclipse-ee4j/glassfish/issues/23120 to track it.

Steve

-----Original Message-----
From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Marlow
Sent: 14 July 2020 18:16
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: [glassfish-dev] Help needed in explaining why jakarta.el-api.version=4.0.0-RC2 causes com.sun.enterprise.module.ResolveError: Failed to start

Hi,

I opened el-ri/issues/130 [1] for the failure mentioned in [2].  The theory as I recall, is that after GlassFish (master branch) upgraded to jakarta.el-api.version=4.0.0-RC2, the following problem started occurring:
"
Could not load descriptor SystemDescriptor( implementation=org.glassfish.jdbc.config.JdbcConnectionPoolInjector
name=jdbc-connection-pool
Caused by: com.sun.enterprise.module.ResolveError: Failed to start OSGiModuleImpl...
"

Please see [2] for more of the exception call stack.

[1] is now closed as not related to the [2] described exception.

Is it possible that jakarta.el-api.version=4.0.0-RC2 is fine but that something else went wrong in the GlassFish build that was being tested with the jakartaee-tck?

Or is there a more specific reason why jakarta.el-api.version=4.0.0-RC2 is causing the com.sun.enterprise.module.ResolveError [2] failure?

If yes, could someone please help update [1] to describe that.

Thanks,
Scott

[1] https://github.com/eclipse-ee4j/el-ri/issues/130

[2] https://gist.github.com/scottmarlow/1dacd0f2d08c8e129b1702de0e74ddd3

[3]
https://github.com/eclipse-ee4j/glassfish/commit/a44fe7472d8c12ac624ffbbb016baf0b1d6f9676

_______________________________________________
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