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:
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
Post a Comment