Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CWWKE0702E: Could not resolve module: com.ibm.ws.ejbcontainer.remote #2

Closed
kgibm opened this issue Feb 15, 2021 · 1 comment
Closed

Comments

@kgibm
Copy link
Owner

kgibm commented Feb 15, 2021

Since upgrading Liberty in V13/V14 of this lab, the following intermittent error occurs while starting Liberty:

[2/15/21 15:46:55:937 UTC] 0000001c LogService-180-com.ibm.ws.ejbcontainer.remote                E CWWKE0702E: Could not resolve module: com.ibm.ws.ejbcontainer.remote [180]
  Bundle was not resolved because of a uses constraint violation.
  org.apache.felix.resolver.reason.ReasonException: Uses constraint violation. Unable to resolve resource com.ibm.ws.ejbcontainer.remote [osgi.identity; type="osgi.bundle"; version:Version="1.0.47.cl201220201111-0736"; osgi.identity="com.ibm.ws.ejbcontainer.remote"] because it is exposed to package 'javax.rmi.CORBA' from resources com.ibm.ws.org.apache.yoko.rmi.spec.1.5 [osgi.identity; type="osgi.bundle"; version:Version="1.0.47.cl201220201111-0736"; osgi.identity="com.ibm.ws.org.apache.yoko.rmi.spec.1.5"] and org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.15.0.cl201220201111-0736"; singleton:="true"] via two dependency chains.

Chain 1:
  com.ibm.ws.ejbcontainer.remote [osgi.identity; type="osgi.bundle"; version:Version="1.0.47.cl201220201111-0736"; osgi.identity="com.ibm.ws.ejbcontainer.remote"]
    import: (osgi.wiring.package=javax.rmi.CORBA)
     |
    export: osgi.wiring.package: javax.rmi.CORBA
  com.ibm.ws.org.apache.yoko.rmi.spec.1.5 [osgi.identity; type="osgi.bundle"; version:Version="1.0.47.cl201220201111-0736"; osgi.identity="com.ibm.ws.org.apache.yoko.rmi.spec.1.5"]

Chain 2:
  com.ibm.ws.ejbcontainer.remote [osgi.identity; type="osgi.bundle"; version:Version="1.0.47.cl201220201111-0736"; osgi.identity="com.ibm.ws.ejbcontainer.remote"]
    import: (&(osgi.wiring.package=com.ibm.ejs.container)(&(version>=3.0.0)(!(version>=4.0.0))))
     |
    export: osgi.wiring.package=com.ibm.ejs.container; uses:=javax.rmi.CORBA
  com.ibm.ws.ejbcontainer [osgi.identity; type="osgi.bundle"; version:Version="1.0.47.cl201220201111-0736"; osgi.identity="com.ibm.ws.ejbcontainer"]
    import: (osgi.wiring.package=javax.rmi.CORBA)
     |
    export: osgi.wiring.package: javax.rmi.CORBA
  org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.15.0.cl201220201111-0736"; singleton:="true"]

This seems to be related to OpenLiberty/open-liberty#14936

Restarting the lab sometimes fixes it.

@kgibm
Copy link
Owner Author

kgibm commented Feb 15, 2021

Released lab V15 with Liberty 21.0.0.1 that seems to fix this. docker pull kgibm/fedorawasdebug to upgrade.

@kgibm kgibm closed this as completed Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant