tei-publisher-app icon indicating copy to clipboard operation
tei-publisher-app copied to clipboard

No upload possible after starting docker image

Open hamelena opened this issue 2 years ago • 3 comments

Hello!

I started docker image several times on my Windows-laptop and on Ubuntu-PC as described in https://tei-publisher.com/exist/apps/tei-publisher/documentation/docker with and without -v flag. Unfortunately, after logging in as demo-user, there is no possibility to upload the data in the playground. The panel on the right side does not appear.

Did I miss something? Thank you in advance.

hamelena avatar Apr 25 '24 19:04 hamelena

Hello team.

Any update on this? In addition to the described issue, it seems that no new application can be generated via the UI either. I tried with both tei-demo and tei users, but the Admin dropdown is absent.

Many thanks.

veglavas avatar Jul 13 '24 21:07 veglavas

Same here. I am getting the following error message (i.e., this is just the tail), I wonder if that has something to do with it. I am logged in with tei-demo/demo and click on the "Annotations" ODD

[....]
        at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_362]
08 Aug 2024 17:24:17,120 [qtp1935870377-41] ERROR (LogFunction.java [writeLog]:199) - (Line: 521 /exist/etc/../data/expathrepo/roaster-1.8.1/content/router.xql) [4611ef1b-533c-4a77-91ef-1b533c3a7764] post /api/login/: 401
            {"code":"errors:UNAUTHORIZED_401","description":"Wrong user or password","value":{"user":null,"domain":"teipublisher.com.login"},"module":"/exist/etc/../data/expathrepo/roaster-1.8.1/content/auth.xql","line":161,"column":9} 
08 Aug 2024 17:24:26,749 [qtp1935870377-377] ERROR (LogFunction.java [writeLog]:199) - (Line: 521 /exist/etc/../data/expathrepo/roaster-1.8.1/content/router.xql) [0ba7a83b-98a8-41dc-a7a8-3b98a821dc56] get /login: 404
            {"code":"errors:NOT_FOUND_404","description":"document login not found","value":null,"module":"/db/apps/tei-publisher/modules/lib/api/view.xql","line":45,"column":9} 
08 Aug 2024 17:26:23,529 [qtp1935870377-44] ERROR (LogFunction.java [writeLog]:199) - (Line: 521 /exist/etc/../data/expathrepo/roaster-1.8.1/content/router.xql) [24fa3eb0-8726-4fc0-ba3e-b087260fc021] post /api/login/: 401
            {"code":"errors:UNAUTHORIZED_401","description":"Wrong user or password","value":{"user":null,"domain":"teipublisher.com.login"},"module":"/exist/etc/../data/expathrepo/roaster-1.8.1/content/auth.xql","line":161,"column":9} 
08 Aug 2024 17:26:58,047 [qtp1935870377-365] ERROR (LogFunction.java [writeLog]:199) - (Line: 521 /exist/etc/../data/expathrepo/roaster-1.8.1/content/router.xql) [f2cc00e4-3f9c-457d-8c00-e43f9cb57d9f] get /login: 404
            {"code":"errors:NOT_FOUND_404","description":"document login not found","value":null,"module":"/db/apps/tei-publisher/modules/lib/api/view.xql","line":45,"column":9} 
08 Aug 2024 17:27:17,104 [qtp1935870377-44] ERROR (LogFunction.java [writeLog]:199) - (Line: 521 /exist/etc/../data/expathrepo/roaster-1.8.1/content/router.xql) [b0b47b38-2d8f-472d-b47b-382d8fd72d38] get /login: 404
            {"code":"errors:NOT_FOUND_404","description":"document login not found","value":null,"module":"/db/apps/tei-publisher/modules/lib/api/view.xql","line":45,"column":9} 

cboulanger avatar Aug 08 '24 17:08 cboulanger

Could you try with the images from the GitHub container registry.

docker pull ghcr.io/eeditiones/tei-publisher-app/teipublisher and see if you experience the problem there as well?

duncdrum avatar Sep 17 '24 18:09 duncdrum