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

[4.6.0] Cannot navigate subfolders in Java Admin Console #2515

Closed
lguariento opened this issue Feb 23, 2019 · 3 comments
Closed

[4.6.0] Cannot navigate subfolders in Java Admin Console #2515

lguariento opened this issue Feb 23, 2019 · 3 comments
Labels
bug issue confirmed as bug triage issue needs to be investigated
Milestone

Comments

@lguariento
Copy link

lguariento commented Feb 23, 2019

What is the problem

I get this error:

java.lang.BootstrapMethodError: java.lang.IllegalAccessError: no such constructor: org.exist.util.crypto.digest.MD2StreamableDigest.<init>()void/newInvokeSpecial
	at org.exist.util.crypto.digest.DigestType.<clinit>(DigestType.java:31)
	at org.exist.xmldb.RemoteCollection.getResource(RemoteCollection.java:432)
	at org.exist.client.InteractiveClient.getResources(InteractiveClient.java:409)
	at org.exist.client.InteractiveClient.process(InteractiveClient.java:575)
	at org.exist.client.ClientFrame$ProcessRunnable.run(ClientFrame.java:1443)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalAccessError: no such constructor: org.exist.util.crypto.digest.MD2StreamableDigest.<init>()void/newInvokeSpecial
	at java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(MethodHandleNatives.java:483)
	... 6 more
Caused by: java.lang.NoClassDefFoundError: org/bouncycastle/crypto/ExtendedDigest
	at java.lang.invoke.MethodHandleNatives.resolve(Native Method)
	at java.lang.invoke.MemberName$Factory.resolve(MemberName.java:975)
	at java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1000)
	at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:1394)
	at java.lang.invoke.MethodHandles$Lookup.linkMethodHandleConstant(MethodHandles.java:1750)
	at java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(MethodHandleNatives.java:477)
	... 6 more
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.crypto.ExtendedDigest
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at com.sun.jnlp.JNLPClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 12 more

What did you expect

I expect to see the content of the folder I'm double-clicking.

Describe how to reproduce or add a test

Open the Java Admin Console, double-click the 'apps' folder, then double-click one of your apps folders. cd 'my-app' results in the same error.

Context information

Please always add the following information

  • eXist-db: 4.6.0
  • Java version: JDK 11.0.2
  • Operating system: CentOs 7 (where eXist-db runs); OSX 13 (where Java Admin Console runs)
  • 64 bit
  • How is eXist-db installed? Clone from GitHub
@triage-new-issues triage-new-issues bot added the triage issue needs to be investigated label Feb 23, 2019
@lguariento lguariento added bug issue confirmed as bug triage issue needs to be investigated and removed triage issue needs to be investigated labels Feb 23, 2019
@lguariento lguariento added this to the 4.6.1 milestone Feb 23, 2019
@dizzzz
Copy link
Member

dizzzz commented Feb 24, 2019

how did you start the admin console? via webstart? via shell script?

@lguariento
Copy link
Author

lguariento commented Feb 24, 2019

Via the webstart (i.e. the exist.jnlp launcher)

@lguariento
Copy link
Author

This solved the issue, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue confirmed as bug triage issue needs to be investigated
Projects
None yet
Development

No branches or pull requests

2 participants