LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-05-2018, 12:20 AM   #1
speedlearner
LQ Newbie
 
Registered: Jun 2018
Posts: 18

Rep: Reputation: Disabled
While installing eXist 4 I encountered an illegal reflective access error.


When I tried to install eXist 4 with Java 10, I got this error:

Caught an exception while initializing db: Wrong password for user [admin]
--- Initialization complete. Shutdown embedded database instance ---
org.xmldb.api.base.XMLDBException: Wrong password for user [admin]
at org.exist.xmldb.DatabaseImpl.getUser(DatabaseImpl.java:292)
at org.exist.xmldb.DatabaseImpl.getLocalCollection(DatabaseImpl.java:189)
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:167)
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:158)
at org.xmldb.api.DatabaseManager.getCollection(Unknown Source)
at org.exist.installer.Setup.initDb(Setup.java:77)
at org.exist.installer.Setup.main(Setup.java:66)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.exist.start.Main.invokeMain(Main.java:140)
at org.exist.start.Main.run(Main.java:453)
at org.exist.start.Main.main(Main.java:64)
Caused by: org.exist.security.AuthenticationException: Wrong password for user [admin]
at org.exist.security.internal.RealmImpl.authenticate(RealmImpl.java:274)
at org.exist.security.internal.SecurityManagerImpl.authenticate(SecurityManagerImpl.java:435)
at org.exist.xmldb.DatabaseImpl.getUser(DatabaseImpl.java:290)
... 13 more
[B@4c86da0corg.exist.security.AuthenticationException: Wrong password for user [admin]
at org.exist.security.internal.RealmImpl.authenticate(RealmImpl.java:274)
at org.exist.security.internal.SecurityManagerImpl.authenticate(SecurityManagerImpl.java:435)
at org.exist.xmldb.DatabaseImpl.getUser(DatabaseImpl.java:290)
at org.exist.xmldb.DatabaseImpl.getLocalCollection(DatabaseImpl.java:189)
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:167)
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:158)
at org.xmldb.api.DatabaseManager.getCollection(Unknown Source)
at org.exist.installer.Setup.initDb(Setup.java:77)
at org.exist.installer.Setup.main(Setup.java:66)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.exist.start.Main.invokeMain(Main.java:140)
at org.exist.start.Main.run(Main.java:453)
at org.exist.start.Main.main(Main.java:64)
Caused by: org.exist.security.AuthenticationException: Wrong password for user [admin]
at org.exist.security.internal.RealmImpl.authenticate(RealmImpl.java:274)
at org.exist.security.internal.SecurityManagerImpl.authenticate(SecurityManagerImpl.java:435)
at org.exist.xmldb.DatabaseImpl.getUser(DatabaseImpl.java:290)
at org.exist.xmldb.DatabaseImpl.getLocalCollection(DatabaseImpl.java:189)
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:167)
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:158)
at org.xmldb.api.DatabaseManager.getCollection(Unknown Source)
at org.exist.installer.Setup.initDb(Setup.java:77)
at org.exist.installer.Setup.main(Setup.java:66)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.exist.start.Main.invokeMain(Main.java:140)
at org.exist.start.Main.run(Main.java:453)
at org.exist.start.Main.main(Main.java:64)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.exist.storage.BrokerPool (file:/home/ted/eXist-db/exist.jar) to field java.lang.Thread.threadLocals
WARNING: Please consider reporting this to the maintainers of org.exist.storage.BrokerPool
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

What is it and how do I fix it?
 
Old 06-05-2018, 01:10 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Can you give the link from where the program was downloaded.
 
Old 06-05-2018, 01:11 AM   #3
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Can you give from where the program was downloaded?
 
Old 06-05-2018, 08:53 AM   #4
speedlearner
LQ Newbie
 
Registered: Jun 2018
Posts: 18

Original Poster
Rep: Reputation: Disabled
Here is the link:

https://bintray.com/existdb/releases/exist/4.1.0/view
 
  


Reply

Tags
java plugin, ubuntu 16.04



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] rsync IO error encountered - skipping file deletion, how to tell where error is? anon091 Linux - General 1 06-12-2013 01:55 PM
rsync error: IO error encountered - skipping file deletion lwainscott Linux - General 1 08-21-2009 12:15 PM
Installing NVIDIA driver error with the kernel header does not exist io13 Linux - Software 10 07-20-2006 06:34 AM
Additionally, a 500 Internal Server Error error was encountered while trying to use a ukrainet Linux - General 10 06-24-2005 02:23 AM
RH 8.0 Mapping Virtual Memory to get access to VMIC Reflective Memory PCI card. Merlin53 Linux - Hardware 0 05-05-2003 12:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration