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

Incompatibilty with dotCMS 5.0.2 #1

Open
Barbarossa040 opened this issue Oct 25, 2018 · 0 comments
Open

Incompatibilty with dotCMS 5.0.2 #1

Barbarossa040 opened this issue Oct 25, 2018 · 0 comments

Comments

@Barbarossa040
Copy link

During an upgrade from dotCMS 5.0.1 to 5.0.2, we found out that this plugin causes dotCMS to crash on login. It starts up without issues, but once you try to log in, NPE's are shown in the log and dotCMS hangs on the loginscreen.

With trial and error we found the culprit to be the commons-beanutils-core-1.8.3.jar. Removing this jar does not seem to affect the functionality of the plugin (for dotCMS 5.0.2 at least).
The other commons jars in the dependencies have become available in dotCMS/WEB-INF/lib and therefore do not have to be included in the dependencies of the plugin. (They used to be repackagd jars).

In short, removing beanutils-core jar fixes the NPE when logging in. Removing all jars from the lib folder does not affect compilability or functionality of the plugin for version 5.0.2.

Below is a list of the commons jars available and the commons jars that are still being repackaged by DotCMS:
available:

  • commons-beanutils-1.9.3.jar
  • commons-codec-1.9.jar
  • commons-collections-3.2.2.jar
  • commons-compress-1.15.jar
  • commons-configuration-1.10.jar
  • commons-digester-2.1.jar
  • commons-fileupload-1.3.3.jar
  • commons-io-2.6.jar
  • commons-lang3-3.7.jar
  • commons-lang-2.6.jar
  • commons-logging-1.2.jar
  • commons-pool2-2.3.jar
  • commons-text-1.3.jar
  • commons-validator-1.6.jar

Repackaged:

  • commons-cli-1.2_2.jar
  • commons-dbcp-1.3_2.jar
  • commons-fileupload-1.3.3_1.jar
  • commons-httpclient-3.1_3.jar
  • commons-io-2.0.1_2.jar
  • commons-jci-core-1.0.406301_2.jar
  • commons-jci-eclipse-3.2.0.666.jar
  • commons-net-3.3_2.jar
  • commons-pool-1.5.4_2.jar
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