Re: [Dhis2-devs] Error running DHIS 2 on Jetty on Ubuntu

2009-12-17 Thread Lars Helge Øverland
2009/12/17 Lars Helge Øverland larshe...@gmail.com 2009/12/17 Bob Jolliffe bobjolli...@gmail.com Maven black magic. i wish I knew things like mvn dependency:tree. That sounds useful. :-) Now I am running into more trouble. While building the core modules without tests I am getting

Re: [Dhis2-devs] Error running DHIS 2 on Jetty on Ubuntu

2009-12-17 Thread Saptarshi Purkayastha
MAVEN_OPTS seems to be the right place to set memory for MAVEN... although it should be able to use JAVA_OPTS ... but for tomcat there is a similar CATALINA_OPTS --- Regards, Saptarshi PURKAYASTHA Director R D, HISP India Health Information Systems Programme My Tech Blog:

[Dhis2-devs] Error running DHIS 2 on Jetty on Ubuntu

2009-12-16 Thread Lars Helge Øverland
Hi, I am getting this when running DHIS 2 on Jetty on Ubuntu. Installed Sun Java JDK 1.6_17 with apt-get install. Is there anyone who has experienced something similar? Lars Exception: Error creating bean with name 'org.springframework.aop. config.internalAutoProxyCreator': Initialization of

Re: [Dhis2-devs] Error running DHIS 2 on Jetty on Ubuntu

2009-12-16 Thread Bob Jolliffe
Lars, I am not using jdk from apt-get. But rather the one I have downloaded directly from sun. java version 1.6.0_14 Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) Server VM (build 14.0-b16, mixed mode) mv jetty:run-war working fine here. Mind you my default tomcat

Re: [Dhis2-devs] Error running DHIS 2 on Jetty on Ubuntu

2009-12-16 Thread Bob Jolliffe
There lots of similar reports out in google-land. This one (org.springframework.core. BridgeMethodResolver.findBridgedMethod(BridgeMethodResolver.java:63)) seemed interesting. Any chance you are mixing spring versions? Sorry - not very helpful link. I meant

Re: [Dhis2-devs] Error running DHIS 2 on Jetty on Ubuntu

2009-12-16 Thread Lars Helge Øverland
There lots of similar reports out in google-land. This one (org.springframework.core. BridgeMethodResolver.findBridgedMethod(BridgeMethodResolver.java:63)) seemed interesting. Any chance you are mixing spring versions? Bob. You hit the nail on the head Bob! mvn dependency:tree reveals

Re: [Dhis2-devs] Error running DHIS 2 on Jetty on Ubuntu

2009-12-16 Thread Bob Jolliffe
Maven black magic. i wish I knew things like mvn dependency:tree. That sounds useful. 2009/12/16 Lars Helge Øverland larshe...@gmail.com There lots of similar reports out in google-land. This one (org.springframework.core.