Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread jcat
Hi Alejandro, Do you want me to create a jira ticket? Cheers, jcat -- View this message in context: http://opennms.530661.n2.nabble.com/1-12-Upgrade-tools-failure-for-many-rrd-files-tp7585683p7585763.html Sent from the OpenNMS - devel mailing list archive at Nabble.com. ---

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread Alejandro Galue
Hi, Thanks a lot for your help here :) On Feb 6, 2014, at 4:40 AM, jcat wrote: > Do you want me to create a jira ticket? I don't think so, unless you've found new issues ;) I've committed a few enhancements on the code to do some Null/EmptyString checking while processing the data. You can r

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread jcat
>Thanks a lot for your help here :) No worries! On Feb 6, 2014, at 4:40 AM, jcat wrote: >> Do you want me to create a jira ticket? > >I don't think so, unless you've found new issues ;) W, I'm turning into your worst nightmare, but I've probably found an issue with the node i

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread Samuel Mutel
Hello, Can you tell me where I can found this upgrade tool ? Regards, Samuel Mutel. - Mail original - De: "jcat" À: opennms-devel@lists.sourceforge.net Envoyé: Jeudi 6 Février 2014 16:25:56 Objet: Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files >Thanks a lot for your

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread Alejandro Galue
Hi, On Feb 6, 2014, at 10:30 AM, Samuel Mutel wrote: > Can you tell me where I can found this upgrade tool ? This is part of OpenNMS 1.12.3, and was created to deal with several post-processing issues. Check this out: http://issues.opennms.org/browse/NMS-6056 Alejandro. signature.asc Descr

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread Alejandro Galue
On Feb 6, 2014, at 10:25 AM, jcat wrote: > W, I'm turning into your worst nightmare, but I've probably found an > issue with the node ids in the ksc-report updates as well, but one thing at > a time :) OK :) > Have you pushed these to github? I don't see any changes today unless I'm >

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread jcat
Sorry, is it from yesterday? it's probably this right? commit e943740f524a67ffb9be5f685f1c69a1c277f019 Author: Alejandro Galue Date: Wed Feb 5 16:56:01 2014 -0500 Cheers, jcat -- View this message in context: http://opennms.530661.n2.nabble.com/1-12-Upgrade-tools-failure-for-many-rrd-fi

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread jcat
Think we crossed emails :) I'll let you know when I've tested.. Cheers, jcat -- View this message in context: http://opennms.530661.n2.nabble.com/1-12-Upgrade-tools-failure-for-many-rrd-files-tp7585683p7585777.html Sent from the OpenNMS - devel mailing list archive at Nabble.com. --

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread Samuel Mutel
Do you speak about this script /opt/opennms/bin/upgrade ? I launch it but nothing appends. I perhaps do something wrong because i have several directories for RRD (ge_1_10 and ge_1_10-0011880dd727) ... - Mail original - De: "Alejandro Galue" À: "OpenNMS Code Development and Bugs" Envo

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread Alejandro Galue
On Feb 6, 2014, at 11:12 AM, Samuel Mutel wrote: > Do you speak about this script /opt/opennms/bin/upgrade ? Yes. Keep in mind that if you execute /opt/opennms/bin/install (which is supposed to be executed with OpenNMS stopped), that is going to invoke the upgrade tools as well (to perform t

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread jcat
I think this chain may have been thread-jacked :) Anyway - I've compiled and replaced the two jars, opennms-rrd-model-1.12.3.jar and org.opennms.core.upgrade-1.12.3.jar. It still errors unfortunately: == OpenNMS Upgrade

[opennms-devel] Managing conflicting dependencies

2014-02-06 Thread Jonathan Sartin
Hi All, I'm using Apache CXF for the OTRS 3.1 integration. It depends on a later version of a library that is a dependency of a framework we already use (Axis). Axis(used by the previous OTRS and remedy integrations) bundle the dependency with a different name, so we end up with both dependencies

Re: [opennms-devel] Managing conflicting dependencies

2014-02-06 Thread Seth Leger
Hi Jonathan, You should: - Add the wsdl4j maven artifact that you want, along with the version that you want, to the top-level pom.xml (in the root directory of the OpenNMS source tree) in the section. This will tell all projects to use the same version of the artifact. - Add tags to all Apache

Re: [opennms-devel] Managing conflicting dependencies

2014-02-06 Thread Jonathan Sartin
Hi Seth, thanks for that, I'll give it a try. I can regression test the original OTRS plugin, which should give some degree of confidence regarding compatibility. Cheers ... J On Thu, Feb 6, 2014 at 9:18 PM, Seth Leger wrote: > Hi Jonathan, > > You should: > > - Add the wsdl4j maven artifact

Re: [opennms-devel] 1.12 Upgrade tools failure for many rrd files

2014-02-06 Thread Alejandro Galue
Hi,On Feb 6, 2014, at 1:10 PM, jcat wrote: Connecting to jdbc:postgresql://localhost:5432/opennms Error: can't retrieve the required data from the OpenNMS Database or therewere problems while processing them. Reason(java.lang.NullPointerException): UnknownHmmm, guess the onl