java - Apache Felix classpath issue on Centos7 but not RHEL7 with Tomcat 7 -


i have apache felix (osgi) based application has issues running in centos 7 , cannot explain why.

i have set 2 virtual boxes vagrant: generic/rhel7 , centos/7. both have mounted relevant directories:

  • java 1.8.131 directory. java_home variable pointed here.
  • tomcat 7.65 directory application deployed.
  • when locally start tomcat on macos using "catalina.sh run", application starts successfully. when run same tomcat inside rhel7 virtual machine starts well. also, have verified runs on windows.

    on centos 7 , alpine linux (tried docker) application fails start , displays classnotfoundexception 1 of modules. exception valid, since multiple commons-lang3 versions on classpath.

    can explain (and refer documentation) how classpath handling differs on centos , rhel systems application manages find commons-lang3:3.4 on rhel , commons-lang3:3.1 on centos?


    Comments

    Popular posts from this blog

    Is there a better way to structure post methods in Class Based Views -

    performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

    jquery - Responsive Navbar with Sub Navbar -