eXist-db / exist

eXist Native XML Database and Application Platform
https://exist-db.org
GNU Lesser General Public License v2.1
428 stars 179 forks source link

404 when opening dashboard #2020

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi there, I am planning on using exist-db for my PhD Project (An Edition of early modern sources), so I decided to dive right into it. I am running Windows 10 64bit

After installing I started it, installed as a service as well. Server is running. Open Dashboard grafik This happens with each service of exist-db that I attempt to start.

I exptected the Dashboard to open, however I was mistaken! I am also asked for Administrator-privileges when starting Exist-db, for JAVA

I am running the current Version of exist-db (4.3) which I downloaded a few minutes ago. Java is running with 8 (Update 171)

I am pretty sure, I messed up somehwere ... Can anyone help me? :-/

edit: I forgot to attach a piece of the log: [code]2018-07-13 14:44:49,646 [BrokerPools-ShutdownHook] INFO (BrokerPools.java [run]:67) - Executing shutdown thread 2018-07-13 14:44:58,790 [AWT-EventQueue-0] INFO (Configuration.java []:175) - Reading configuration from file c:\eXist-db\conf.xml 2018-07-13 14:44:58,911 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1278) - Registered StartupTrigger: org.exist.security.GnuCryptoJceProviderStartupTrigger 2018-07-13 14:44:58,913 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1278) - Registered StartupTrigger: org.exist.protocolhandler.URLStreamHandlerStartupTrigger 2018-07-13 14:44:58,926 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1278) - Registered StartupTrigger: org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger 2018-07-13 14:44:58,940 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1278) - Registered StartupTrigger: org.exist.repo.AutoDeploymentTrigger 2018-07-13 14:44:59,535 [AWT-EventQueue-0] INFO (Configuration.java [configureValidation]:1488) - Add catalog uri file:///c:/eXist-db/webapp//WEB-INF/catalog.xml 2018-07-13 14:44:59,536 [AWT-EventQueue-0] INFO (GrammarPool.java []:54) - Initializing GrammarPool. [/code]

ghost commented 6 years ago

Update: When I am not running it as service the Dashboard opens?! any hints what went wrong?? :-/

dizzzz commented 6 years ago

probably a permissions issue? firewall? virus scanner?

ghost commented 6 years ago

thought so, too, but I cannot find any issues ...

wolfgangmm commented 6 years ago

Likely the issue is caused by the problem described in #2005

duncdrum commented 5 years ago

@kev1807 can you check with 4.5.1 if you still experience issues, thx.