Re: [opennms-devel] Error while running ./compile.pl

2013-04-03 Thread vivek nalla
Hi, The Out of memory error is occurring because the swap space is completely used. I have increased the swap space using a special swap file and it worked. On Wed, Apr 3, 2013 at 11:25 PM, vivek nalla wrote: > Now i am using jdk 1.6 (openjdk) and getting a different error > > "Failed to execut

Re: [opennms-devel] Error while running ./compile.pl

2013-04-03 Thread vivek nalla
Now i am using jdk 1.6 (openjdk) and getting a different error "Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.3.1:jar (default-jar) on project opennms-util: Error assembling JAR: Failed to read filesystem attributes for: /home/nalla/opennms/opennms-util/pom.xml: Failed to retr

Re: [opennms-devel] Error while running ./compile.pl

2013-04-03 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/3/13 10:57 AM, Roskens, Ronald wrote: > Is it really that tricky? > > I had added a patch to http://issues.opennms.org/browse/NMS-4348 > that at least lets the source compile cleanly. Ah, I thought there was more than that. I'll take a look at

Re: [opennms-devel] Error while running ./compile.pl

2013-04-03 Thread Roskens, Ronald
know I had installed it and it ran under JDK6 and JDK7. -Original Message- From: Benjamin Reed [mailto:ran...@opennms.org] Sent: Wednesday, April 03, 2013 9:42 AM To: OpenNMS Code Development and Bugs Cc: vivek nalla Subject: Re: [opennms-devel] Error while running ./compile.pl

Re: [opennms-devel] Error while running ./compile.pl

2013-04-03 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/3/13 10:28 AM, vivek nalla wrote: > [ERROR] > /home/nalla/opennms/core/db/src/main/java/org/opennms/core/db/DataSourceFactory.java:[71,13] > > error: DataSourceFactory is not abstract and does not override abstract > method getParentLogger() in

Re: [opennms-devel] Error while running ./compile.pl

2013-04-03 Thread Roskens, Ronald
Compile OpenNMS using JDK6, not JDK 7. From: vivek nalla [mailto:nalla.g...@gmail.com] Sent: Wednesday, April 03, 2013 9:28 AM To: opennms-devel@lists.sourceforge.net Subject: [opennms-devel] Error while running ./compile.pl Hi, I am facing an error while running the command ./compile.pl