hexler

Problem bei Installation einer Tomcat Anwendung

Hallo,

Ich bin auf die Software osSEO gestoßen und wollte diese auf meinen Testserver installieren.
Tomcat 5.5 und Java 6 habe ich ohne Probleme auf meinen Ubuntu (7.10) Server installiert, jedoch bei osSEO komm ich nicht weiter.
Über den Tomcat Web Application Manager habe ich die entsprechende .war Datei installiert und die Applikation
wird auch in der Liste der installierten Applikationen angezeigt, jedoch als nicht verfügbar markiert.

Die Catalina Log liefert folgendes:
java.sql.SQLException: Failed to create database '/var/lib/tomcat5.5/webapps/osseo-de/WEB-INF/derbydb', see the next exception for details.  
Caused by: java.sql.SQLException: Failed to create database '/var/lib/tomcat5.5/webapps/osseo-de/WEB-INF/derbydb', see the next exception for details.  
...
Caused by: java.sql.SQLException: Directory /var/lib/tomcat5.5/webapps/osseo-de/WEB-INF/derbydb cannot be created.
...
Caused by: java.security.AccessControlException: access denied (java.io.FilePermission /var/lib/tomcat5.5/webapps/osseo-de/WEB-INF/derbydb write)

Ich habe versucht die Rechte über /etc/java-6-sun/security/java.policy durch folgenden Eintrag zu gewähren:
grant codeBase "file:/var/lib/tomcat5.5/webapps/osseo-de/*" {  
        permission java.security.AllPermission;
};
was allerdings nicht geholfen hat.


Danke für die Hilfe.
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 97439

Url: https://administrator.de/forum/problem-bei-installation-einer-tomcat-anwendung-97439.html

Ausgedruckt am: 28.04.2025 um 01:04 Uhr