From: Florian S. <ml-...@fl...> - 2025-02-15 19:43:39
|
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <div class="moz-cite-prefix">Hayim,</div> <div class="moz-cite-prefix"><br> </div> <div class="moz-cite-prefix">it seems that in certain cases, the default apps aren't deployed correctly. If I remember correctly, I ran into a similar issue with a headless setup.</div> <div class="moz-cite-prefix"><br> </div> <div class="moz-cite-prefix">Please try the following (assuming eXist is installed in /opt/existdb - adapt the paths according to your setup):<br> </div> <div class="moz-cite-prefix"><br> </div> <div class="moz-cite-prefix">First, check if there's a directory /opt/existdb/autodeploy containing the .xar files for eXide and so on.</div> <div class="moz-cite-prefix"><br> </div> <div class="moz-cite-prefix"></div> <div class="moz-cite-prefix">If the autodeploy directory seems fine, stop exist-db, and open /opt/existdb/etc/conf.xml in a text editor.</div> <div class="moz-cite-prefix"><br> </div> <div class="moz-cite-prefix">Search for the following lines:</div> <pre class="moz-cite-prefix"><trigger class="org.exist.repo.AutoDeploymentTrigger"> <!-- parameter name="ignore-autodeploy-system-property" value="true"/ --> <!-- parameter name="dir" value="${project.build.outputDirectory}/autodeploy"/ --> </trigger> </pre> <div class="moz-cite-prefix">Uncomment the second "parameter" element, and change the "value" attribute, setting the full path to the autodeploy directory. With exist installed in /opt/existdb, the third line should now be <br> </div> <pre class="moz-cite-prefix"><parameter name="dir" value="/opt/existdb/autodeploy" /></pre> <div class="moz-cite-prefix">Now, restart exist-db and check the logs for messages regarding autodeployment. If the AutoDeploymentTrigger doesn't fire, you may have to uncomment the first parameter element, too.</div> <div class="moz-cite-prefix"><br> </div> <div class="moz-cite-prefix">HTH</div> <div class="moz-cite-prefix">Florian<br> </div> <div class="moz-cite-prefix"><br> </div> <div class="moz-cite-prefix">Am 14.02.25 um 16:42 schrieb Hayim Lapin:<br> </div> <blockquote type="cite" cite="mid:CAE=1_O_Y4moZDk=FA4...@ma..."> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <div dir="ltr"> <div dir="ltr"> <div>Hello,</div> <div>I just installed eXist 6.3 on an aws linux machine running on port <b>8081</b>.</div> <div>The database loads and I can log in as admin. </div> <div>All the default apps that appear on the launcher yield errors like:</div> <div>HTTP ERROR 404 Document /db/apps/eXide not found</div> <div><br> </div> <div>I have been able to use the package manager to load and run an app (TEI-Publisher), but other apps created by me and working in a docker instance generate the following again caused by being unable to access /db:</div> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">err:XPST0017 error found while loading .... for module: /db/system/repo/tei-publisher-lib-4.0.1/content/tei-functions.xql [at line 84, column 13]</blockquote> <div><br> </div> <div>There is another version of exist (4.7.1) running on port <b>8080</b>. Could this be the cause of the problem?</div> <div><br> </div> <div>Any suggestions about how to fix this?</div> <div>Best, HL </div> </div> </div> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <pre wrap="" class="moz-quote-pre">_______________________________________________ Exist-open mailing list <a class="moz-txt-link-abbreviated" href="mailto:Exi...@li...">Exi...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/exist-open">https://lists.sourceforge.net/lists/listinfo/exist-open</a> </pre> </blockquote> <p><br> </p> </body> </html> |