tecoholic

signing_error_1604

Jul 19th, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.32 KB | None | 0 0
  1. root@gluu:~# service gluu-server-2.4.4 login
  2. gluu-server-2.4.4 is running...
  3. logging in...
  4. Welcome to the Gluu Server!
  5. root@gluu:~# cd java-tests/
  6. root@gluu:~/java-tests# /usr/java/latest/bin/java -cp .:/home/tomcat/lib/bcprov-jdk15on-1.54.jar:/home/tomcat/lib/bcpkix-jdk15on-1.54.jar:/home/tomcat/lib/commons-lang-2.6.jar:/home/tomcat/lib/log4j-1.2.14.jar:/home/tomcat/lib/commons-codec-1.5.jar:/home/tomcat/lib/commons-cli-1.2.jar:/home/tomcat/lib/jettison-1.3.jar:/home/tomcat/lib/oxauth-model.jar:/home/tomcat/lib/oxauth.jar:/opt/tomcat/webapps/oxauth/WEB-INF/lib/oxUtil-2.4.4.Final.jar TestJKS /install/community-edition-setup/output/scim-rp.jks secret
  7. 2016-07-19 15:04:40,894 INFO  [org.xdi.oxauth.model.util.JwtUtil] Adding Bouncy Castle Provider
  8. Exception in thread "main" java.lang.NoClassDefFoundError: org/xdi/util/StringHelper
  9.     at org.xdi.oxauth.model.crypto.OxAuthCryptoProvider.getSignatureAlgorithm(OxAuthCryptoProvider.java:388)
  10.     at TestJKS.main(TestJKS.java:27)
  11. Caused by: java.lang.ClassNotFoundException: org.xdi.util.StringHelper
  12.     at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  13.     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  14.     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
  15.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  16.     ... 2 more
  17. root@gluu:~/java-tests#
Add Comment
Please, Sign In to add comment