users@marmotta.apache.org

2013-11-22 Thread Sergio Fernández
If this mail arrives, it means users@marmotta.apache.org is already working. So please, switch to the new address for the mailing list from now. Thanks. -- Sergio Fernández Senior Researcher Knowledge and Media Technologies Salzburg Research Forschungsgesellschaft mbH Jakob-Haringer-Straße 5/3

sign up

2013-11-22 Thread Evgeny Karataev
-- Best Regards, Evgeny Karataev

Cannot run Marmotta war with Java 7 (51.0)

2013-11-22 Thread Andrea Di Menna
Hello all, I just downloaded apache-marmotta-3.1.0-incubating-webapp.zip from the website and deployed it on a Tomcat 6.0 instance. I am getting the following error: SEVERE: Error deploying web application archive marmotta.war java.lang.UnsupportedClassVersionError: org/apache/marmotta/platform/

Re: Cannot run Marmotta war with Java 7 (51.0)

2013-11-22 Thread Sergio Fernández
Hi Andrea, On 22/11/13 16:26, Andrea Di Menna wrote: I just downloaded apache-marmotta-3.1.0-incubating-webapp.zip from the website and deployed it on a Tomcat 6.0 instance. I am getting the following error: SEVERE: Error deploying web application archive marmotta.war java.lang.UnsupportedClas

Re: Cannot run Marmotta war with Java 7 (51.0)

2013-11-22 Thread Andrea Di Menna
Hi Sergio, thanks for your answer. Yes I am using JDK 7.0 $ sudo update-alternatives --config java There are 2 choices for the alternative java (providing /usr/bin/java). SelectionPathPriority Status -

Re: Cannot run Marmotta war with Java 7 (51.0)

2013-11-22 Thread Sergio Fernández
Hi, On 22/11/13 16:52, Andrea Di Menna wrote: The problem was that JAVA_HOME was not set and it was commented out in /etc/default/tomcat6 Tomcat was auto-selecting /usr/lib/jvm/java-6-openjdk-amd64. I have now uncommented JAVA_HOME in /etc/default/tomcat6 and everything is working fine. I kn