Re: [opennms-devel] Provisiond, "Too many open files" and Mina

2011-07-06 Thread Alex Bennee
On 6 July 2011 16:19, Matt Brozowski wrote: > There is a property in opennms.properties that allows you to set the > max number of async connections it can do.. > > Have you tried setting that? > > org.opennms.netmgt.provision.maxConcurrentConnector Yes, we doing that to mitigate the effects of t

Re: [opennms-devel] [PATCH 3/3] CBNL CORE: Add a slippy node map

2011-06-01 Thread Alex Bennee
On 1 June 2011 13:46, Benjamin Reed wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/1/11 6:20 AM, kernel-hac...@bennee.com wrote: >> This patch adds support for slippy maps > > This is really cool, but I still really am not enamored with the idea of > having *2* slippy map impl

Re: [opennms-devel] Antw: Updated Node Map patches post OUCE2011

2011-06-01 Thread Alex Bennee
On 1 June 2011 15:14, Michael Seibold wrote: > Hi Alex, > > great work! > > I want to contribute an idea for a little enhancement - getting the location > coordinates (longitude, latitude) from postal codes (I posted this 08.09.2009 > to the discussion list as "automatically generated Maps with

Re: [opennms-devel] Working with .js files within OpenNMS, jetty problems

2011-02-28 Thread Alex Bennee
tty doesn't seem to care that those files are aliased but I can't see what the difference is. . > > If been beating my desk to often after finding out that a webserver couldn't > serve files that it doesn't own... > > Op 28 feb. 2011 om 19:46 heeft Alex Benne

[opennms-devel] Working with .js files within OpenNMS, jetty problems

2011-02-28 Thread Alex Bennee
Hi, I'm doing some more hacking on the node map and I'm hitting my head against a brick wall with Jetty. On the pages that need to load JavaScript jetty keeps returning NOT_FOUND despite the fact it can see them. It will however load JSP files up without a problem. Both sets of files are actually

Re: [opennms-devel] [PATCH] CBNL CORE: Add an OpenLayer slippy map to OpenNMS

2011-01-20 Thread Alex Bennee
On 20 January 2011 17:45, Lance Vermilion wrote: > This will be nice to see up and running. I did originally attach a screenshot but with the patch it went over the mailing list size limit. Is it possible to upload images to the OpenNMS wiki instance? -- Alex, homepage: http://www.bennee.com/~a

Re: [opennms-devel] [PATCH] CBNL CORE: Add an OpenLayer slippy map to OpenNMS

2011-01-20 Thread Alex Bennee
On 20 January 2011 17:35, Benjamin Reed wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 1/20/11 10:35 AM, kernel-hac...@bennee.com wrote: >> This patch adds support for slippy maps to display a live >> geo-location aware status view of your network. The new display >> (called nod

[opennms-devel] provisioning services without IP interfaces

2010-12-10 Thread Alex Bennee
Hi, Should it be possible to add a NULL interface for non-IP services? -- Alex, homepage: http://www.bennee.com/~alex/ http://www.half-llama.co.uk -- Oracle to DB2 Conversion Guide: Learn learn about native support for

[opennms-devel] Problems building jicmp Debian Packages

2010-11-10 Thread Alex Bennee
Hi, I'm having a lot of problems building some fresh jicmp packages on Ubuntu 10.04. Initially I thought it was down to the choice of Java JDK (I'm using openjdk) however even after patching debian/getjava to check for the OpenJDK JAVA_HOME I still got the same error. When was the last time anyon

Re: [opennms-devel] [FIXED!] Build stopped working (external dependency changed?)

2010-04-29 Thread Alex Bennee
On 29 April 2010 17:34, Alex Bennee wrote: > On 27 April 2010 18:35, Alex Bennee wrote: > > > > /export/csrc/opennms/opennms.git/opennms-config/src/main/castor/notifications.xsd >> Could not instantiate parser org.apache.xerces.parsers.SAXParser: >> java.

Re: [opennms-devel] Build stopped working (external dependency changed?)

2010-04-29 Thread Alex Bennee
On 27 April 2010 18:35, Alex Bennee wrote: > Hi, > > Something seems to have changed in the external dependencies for > OpenNMS. When I re-based my tree to the current 1.6 release I was > unable to build. Going back to a known working build I still have the > same problem: /e

[opennms-devel] Build stopped working (external dependency changed?)

2010-04-27 Thread Alex Bennee
Hi, Something seems to have changed in the external dependencies for OpenNMS. When I re-based my tree to the current 1.6 release I was unable to build. Going back to a known working build I still have the same problem: [INFO] ---

Re: [opennms-devel] Event.setTime() and the storing of DateTime

2010-02-23 Thread Alex Bennee
On 19 February 2010 19:20, DJ Gregor wrote: > The event in question came in from localhost via send-event.pl through > eventd's TCP event receiver: > > > It looks like send-event.pl might not encode the date right as you point > out: > Please open a bug and we'll take a look at it.  I wonder if

[opennms-devel] Event.setTime() and the storing of DateTime

2010-02-18 Thread Alex Bennee
Hi, I'm seeing some exceptions getting thrown in my event log which seem to be caused by passiveServiceStatus updates: 2010-02-18 17:14:53,999 DEBUG [Event TCP Receiver[5817][127.0.0.1:55773]] TcpStreamHandler: Event record converted 2010-02-18 17:14:53,999 DEBUG [Event TCP Receiver[5817][127.0.0

[opennms-devel] [RFC PATCH] Make OnmsNode visible to the Scriptd beanshell

2010-02-10 Thread Alex Bennee
done. Comments? Would you like this added to bugzilla? -- Alex, homepage: http://www.bennee.com/~alex/ http://www.half-llama.co.uk From d7f50b17347b4c3eae309d2cf8346661049cf1d1 Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Wed, 10 Feb 2010 18:39:11 + Subject: [PATCH] Make OnmsNode visible

[opennms-devel] Accessing the DAO objects

2010-02-10 Thread Alex Bennee
Hi, I'm trying to extend the Scriptd Bean Shell to have access to a few more objects when running scripts. The main thing I would like to give it access to is the OnmsNode object so scripts can do slightly more complex stuff. As far as I can tell the way to do this is through the DaoNode class. I

Re: [opennms-devel] [PATCHES] Add support for various profilers to OpenNMS

2010-02-05 Thread Alex Bennee
On 5 February 2010 02:23, DJ Gregor wrote: > On Thu, 04 Feb 2010 15:22 +, "Alex Bennee" > wrote: >> >> The following two patches add command line switches to the opennms >> binary to enable various profiling approaches. > Can you create

[opennms-devel] [PATCHES] Add support for various profilers to OpenNMS

2010-02-04 Thread Alex Bennee
lama.co.uk commit 4279dc539c75aecbaa08e45cfe851c8fdc553670 Author: Alex Bennee Date: Wed Sep 16 14:45:42 2009 +0100 Add support for the TIJMP profiler to the opennms startup script diff --git a/opennms-daemon/src/main/filtered/bin/opennms b/opennms-daemon/src/main/filtered/bin/opennms ind

[opennms-devel] [RFC PATCH] Enable profiling of OpenNMS on start-up

2009-09-16 Thread Alex Bennee
profiling tool I'm all ears. >From 6ccb082bfcd9966318b49c645a44ff2489a7da77 Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Wed, 16 Sep 2009 14:45:42 +0100 Subject: [PATCH] Add support for the TIJMP profiler to the opennms startup script --- opennms-daemon/src/main/filtered/

Re: [opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-15 Thread Alex Bennee
2009/9/9 DJ Gregor : > Neither Java nor OpenNMS handle a SIGHUP.  You have to use the OpenNMS > init script (e.g.: "/etc/init.d/opennms restart") to restart (or > otherwise control) OpenNMS. The invoke-rc.d script calls the standard /etc/init.d/opennms init script. However the script doesn't seem

Re: [opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-09 Thread Alex Bennee
2009/9/9 DJ Gregor : > Neither Java nor OpenNMS handle a SIGHUP.  You have to use the OpenNMS > init script (e.g.: "/etc/init.d/opennms restart") to restart (or > otherwise control) OpenNMS. > I was using the invoke-rc.d script which should be using the init script to start. I'll try calling the i

[opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-09 Thread Alex Bennee
Hi, I've been trying to track down a rather puzzling problem with the Debian OpenNMS packages. The packages as provided shutdown OpenNMS in the prerm scripts. However there is no correspondent start in the postinst scripts. This means every time a new package is shipped the service is stopped and

[opennms-devel] Using JDB with OpenNMS

2009-06-29 Thread Alex Bennee
Hi, I've been banging my head on the table for ages trying to figure out what was going on in OpenNMS so I attempted to dig into it with "jdb". I've successfully run OpenNMS passing the -t option and attached with the jdb debugger. However I'm having trouble navigating the classes as I can't list

[opennms-devel] [RFC PATCH] Add a node counter to the summary page

2009-05-28 Thread Alex Bennee
ere is better wording for the title headings. This is against the 1.6 stable series: >From 685d93654bf67623ab37a66c71a446e7a982f12d Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Thu, 28 May 2009 18:02:49 +0100 Subject: [PATCH] Add a node counter to the summary page Some of our customer

Re: [opennms-devel] Problems building OpenNMS Debian Packages

2009-05-13 Thread Alex Bennee
2009/5/11 Alex Bennee : > Hi, > > This is odd behaviour. I'm having trouble building packages for the > current stable branch of OpenNMS. Building via the command line with: > > ./build.sh install assembly:directory-inline > > Works fine. However if I try and build a

[opennms-devel] Problems building OpenNMS Debian Packages

2009-05-11 Thread Alex Bennee
Hi, This is odd behaviour. I'm having trouble building packages for the current stable branch of OpenNMS. Building via the command line with: ./build.sh install assembly:directory-inline Works fine. However if I try and build a Debian package with the usual: dpkg-buildpackage -rfakeroot It bom

Re: [opennms-devel] [DOH! Fixed] OpenNMS 1.6 Build Failure

2008-10-31 Thread Alex Bennee
Doh. PEBKAC. I'd somehow dropped the install out of the line: ./build.sh install assembly:directory-inline -- Alex Bennee, Software Engineer #define NULL 0 /* silly thing is, we don't even use this */ -- Larry Wall in perl.c from the perl s

Re: [opennms-devel] OpenNMS 1.6 Build Failure

2008-10-31 Thread Alex Bennee
On Fri, 2008-10-31 at 09:08 -0400, Jeff Gehlbach wrote: > On Oct 31, 2008, at 7:44 AM, Alex Bennee wrote: > > > I'm trying to build the latest 1.6 branch but getting this failure > > which > > I don't really understand: > > 1.6-testing I guess you mean?

[opennms-devel] OpenNMS 1.6 Build Failure

2008-10-31 Thread Alex Bennee
TECTED] 5a839d81-1113-0410-b63e-f29b616ebcb1 -- Alex Bennee, Software Engineer Counting in binary is just like counting in decimal -- if you are all thumbs. -- Glaser and Way - This SF.Net email is sponsored by the

Re: [opennms-devel] Static SNMP values

2008-10-28 Thread Alex Bennee
On Sun, 2008-10-26 at 03:45 -0400, Tarus Balog wrote: > On Oct 24, 2008, at 2:03 PM, Alex Bennee wrote: > > > As these could be arbitary these should probably be stored in a new db > > table, something like nodeid, oid, value. > > > > These values should be displayed

[opennms-devel] PassiveStatus updates and foreignId

2008-10-27 Thread Alex Bennee
where the actual node that a passive event is for is pulled out from the database? I can see where the PassiveStatusKeeper deals with the event and generates the key but I can't see where this resolves into an action against a particular node. -- Alex Bennee, Software Engineer Beam me up, Scot

[opennms-devel] Static SNMP values

2008-10-24 Thread Alex Bennee
case of normal SNMP data collection? -- Alex Bennee Software Engineer, Cambridge Broadband - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Mo

Re: [opennms-devel] [PATCH] Ensure SNMP Primary is picked up by NetworkInterfaceFactory

2008-10-04 Thread Alex Bennee
would be good. Raised bug 2767 http://bugzilla.opennms.org/show_bug.cgi?id=2767 -- Alex Bennee, Software Engineer Mathematics is the only science where one never knows what one is talking about nor whether what is said is true. -- Russell ---

Re: [opennms-devel] [PATCH] Ensure SNMP Primary is picked up by NetworkInterfaceFactory

2008-09-29 Thread Alex Bennee
On Mon, 2008-09-29 at 11:01 -0400, Matt Brozowski wrote: > > > On Mon, Sep 29, 2008 at 7:27 AM, Alex Bennee <[EMAIL PROTECTED]> wrote: > I was having a problem with nodes imported by the model > importer not > listing showing the SNMP interface c

[opennms-devel] [PATCH] Ensure SNMP Primary is picked up by NetworkInterfaceFactory

2008-09-29 Thread Alex Bennee
Patch bellow: >From 9fa52fe21365617bd985eabbb1c26462edfffd41 Mon Sep 17 00:00:00 2001 From: Alex Bennee <[EMAIL PROTECTED]> Date: Mon, 29 Sep 2008 12:24:14 +0100 Subject: [PATCH] CBNL: Ensure isSnmpPrimary is picked up even if there hasn't been a succesful scan of node on import -

Re: [opennms-devel] META-INF files?

2008-09-24 Thread Alex Bennee
On Tue, 2008-09-23 at 13:47 -0400, Matt Brozowski wrote: > Ok.. this should be resolved in 1.6 release branch in revision 10628 I've tested my rebase against the 1.6 branch and it's all working fine now. Thanks! > -- Alex Bennee Software Engineer, Cam

Re: [opennms-devel] META-INF files?

2008-09-23 Thread Alex Bennee
On Mon, 2008-09-22 at 15:02 -0400, Jeff Gehlbach wrote: > On Sep 22, 2008, at 11:54 AM, Alex Bennee wrote: > > > I'm trying out a re-base of my changes on the latest SVN > > Which branch? Trunk? 1.6-testing? 1.6? 1.6 > > That path looks rather bogus. Has the bui

[opennms-devel] META-INF files?

2008-09-22 Thread Alex Bennee
some interesting way? -- Alex Bennee, Software Engineer GREAT MOMENTS IN HISTORY (#7): April 2, 1751 Issac Newton becomes discouraged when he falls up a flight of stairs. - This SF.Net email is sponsored by the Moblin Your

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-16 Thread Alex Bennee
# exclude patterns (uncomment them if you want to use them): # *.[oa] # *~ # ignore debian (symlinked separate repo) debian However I just use my distro packaged version of Maven. Didn't seem such a bad idea: 10:01 [EMAIL PROTECTED]/x86_64 [opennms.git-svn] >env | grep "MVN&q

[opennms-devel] Triggering regeneration of categories

2008-09-03 Thread Alex Bennee
ately when the sysObjId has been read I don't see the relevant update on the front page. The still appear in the uncategorised category for null sysObjIds. The only way to get them to change category is to restart OpenNMS. Is there another way? -- Alex Bennee, Software Engineer Call me

Re: [opennms-devel] [PATCH] Expose foriegn info to the WebApp

2008-08-22 Thread Alex Bennee
On Thu, 2008-08-21 at 13:14 -0400, Jeff Gehlbach wrote: > On Aug 21, 2008, at 12:37 PM, Alex Bennee wrote: > > > I needed the > > foreignid information in the web-app for generating links to our cgi > > scripts. > > Cool. Would you mind creating an enhancement bug

[opennms-devel] [PATCH] Expose foriegn info to the WebApp

2008-08-21 Thread Alex Bennee
oks a little superfluous as it basically contains a subset of the information in the OnmsNode class from where it can be populated. If anyone wants to explain the reason for this I'm all ears. Anyway here is the patch: >From be04431e302dff2733b7f4719c5758bd1810fdbf Mon Sep 17 00:00:00 2001 From

Re: [opennms-devel] Matching against NULL nodesysoidin categories.xml

2008-08-21 Thread Alex Bennee
On Wed, 2008-08-20 at 13:47 -0400, Benjamin Reed wrote: > Alex Bennee wrote: > > On Thu, 2008-08-07 at 12:36 -0400, Paul Donohue wrote: > >> Which version? > >> 1.5.94 and earlier had a known problem with this > >> 1.6 in SVN has an updated filter parser that sh

Re: [opennms-devel] Matching against NULL nodesysoidin categories.xml

2008-08-20 Thread Alex Bennee
rDao.java:353) > > at > > org.opennms.netmgt.dao.support.JdbcFilterDao.getSQLStatement(JdbcFilterDao.java:367) > > at > > org.opennms.netmgt.dao.support.JdbcFilterDa

Re: [opennms-devel] snmp4j build failure ( was Matching against NULL nodesysoid in categories.xml)

2008-08-20 Thread Alex Bennee
On Wed, 2008-08-20 at 14:58 +0100, Alex Bennee wrote: > On Wed, 2008-08-20 at 09:02 -0400, Jeff Gehlbach wrote: > > On Aug 20, 2008, at 4:07 AM, Alex Bennee wrote: > > > > > Erm yes. I'm running 1.6 svn (but not 1.6 testing). Any idea what the > > > changese

Re: [opennms-devel] Matching against NULL nodesysoid in categories.xml

2008-08-20 Thread Alex Bennee
On Wed, 2008-08-20 at 09:02 -0400, Jeff Gehlbach wrote: > On Aug 20, 2008, at 4:07 AM, Alex Bennee wrote: > > > Erm yes. I'm running 1.6 svn (but not 1.6 testing). Any idea what the > > changeset was that fixed it? > > Looks to have been merged to the 1.6 branch

Re: [opennms-devel] Matching against NULL nodesysoid in categories.xml

2008-08-20 Thread Alex Bennee
yes. I'm running 1.6 svn (but not 1.6 testing). Any idea what the changeset was that fixed it? -- Alex Bennee, Software Engineer To understand a program you must become both the machine and the program. - This S

Re: [opennms-devel] Vendor drop-in subversion management?

2008-08-20 Thread Alex Bennee
ate and periodically use git-rebase to rebase my work on top of the latest code. -- Alex Bennee, Software Engineer The only "intuitive" interface is the nipple. After that, it's all learned. (Bruce Ediger, [EMAIL PROTECTED], in comp.os.linux.misc, on X interfaces.) -

[opennms-devel] Matching against NULL nodesysoid in categories.xml

2008-08-07 Thread Alex Bennee
(JdbcFilterDao.java:259) ... 42 more If I change the rule (or rather NULL to null) to: It starts up but doesn't match anything. Is this just the validator getting it's knickers in a twist? -- Alex Bennee, Software Engine

[opennms-devel] Requesting SNMP objects for the WebUI

2008-08-06 Thread Alex Bennee
rk in ONMS for this already? -- Alex Bennee, Software Engineer If Bill Gates is the Devil then Linus Torvalds must be the Messiah. -- Unknown source - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [opennms-devel] Postgres server version

2008-08-06 Thread Alex Bennee
On Wed, 2008-08-06 at 11:36 -0400, Benjamin Reed wrote: > Alex Bennee wrote: > > Is there any reason for using Postgres 8.2? > > > > I only mention it as Ubuntu complains about using an "old" Postgres and > > I was wondering if there was any particular

[opennms-devel] Postgres server version

2008-08-06 Thread Alex Bennee
Is there any reason for using Postgres 8.2? I only mention it as Ubuntu complains about using an "old" Postgres and I was wondering if there was any particular reason to stick with that version? -- Alex Bennee, Software Engineer Duct tape is like the force. It has a light side, and a

Re: [opennms-devel] Git Repository

2008-08-04 Thread Alex Bennee
olest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Please read the OpenNMS Mailing List FAQ: > http://www.opennm

Re: [opennms-devel] Git Repository

2008-07-31 Thread Alex Bennee
development. > Hopefully this is enough to get you started... Thanks for doing the initial conversion by the way, having a git repo makes life a lot easier for a "distributed" developer like me :-) -- Alex Bennee, Software Engineer MS-DOS, you can't live with it, you

Re: [opennms-devel] Debian packaging

2008-07-21 Thread Alex Bennee
On Mon, 2008-07-21 at 13:54 +, Alex Bennee wrote: > Hi, > > I'm having trouble working out the correct way to fix this. On an > upgrade to opennms with a new package I've built it fails as JAVA_HOME > is not set in /etc/default/opennms. > > The postinst s

[opennms-devel] Debian packaging

2008-07-21 Thread Alex Bennee
st make runjava debian aware? While on the subject, what was the rational of separating the debian module from the rest of the src tree? I only mention it as the first thing I did in my tree was add the debian dir back into my main repo so it could be updated alongside the rest of opennms. -- Al

[opennms-devel] Debugging Jetty JSP pages

2008-07-10 Thread Alex Bennee
to figure out where I'm going wrong in my jsp tags. -- Alex Bennee, Software Engineer He who knows others is wise. He who knows himself is enlightened. -- Lao Tsu - Sponsored by: SourceForge.net Community Choice A

[opennms-devel] Estimating resource usage per Node.

2008-07-03 Thread Alex Bennee
a lot harder to see how much memory is taken up per node. Are there any numbers around for memory usage per node/interface? -- Alex Bennee, Software Engineer But Captain -- the engines can't take this much longer! - Sp

Re: [opennms-devel] [opennms-discuss] mib2opennms doesn't work for me :(

2008-06-20 Thread Alex Bennee
e if there are any differences. Also uname -a on both would be useful. -- Alex Bennee, Software Engineer HELP I'm being held prisoner in /usr/games/lib! - Check out the new SourceForge.net Marketplace. It's the

Re: [opennms-devel] [FYI PATCH] (was Getting the proxy host for a given address)

2008-06-13 Thread Alex Bennee
tInstance().getAgentConfig(proxyIP); + String agentIP=agentConfig.getAddress().toString(); + + String cpeArg="bs="+agentIP+"&cpe="+snmpIfAddr; + links.addAll(createLinkForVNMS(nodeId, "CPE Graphs", request.getLocalAddr(), "

Re: [opennms-devel] Getting the proxy host for a given address

2008-06-12 Thread Alex Bennee
tly is there any reason I couldn't expose this information to the web client? I'm only just getting up to speed on the relationship between Java and JSP's but as I understand it with the embedded webui (using Jetty) it's just another thread of execution of OpenNMS so should be

[opennms-devel] Getting the proxy host for a given address

2008-06-12 Thread Alex Bennee
nt's IP to our script graph. So now when I see this device I need to find out it's proxy address. Digging through the code I reckon the data is in SnmpAgent. Is there already a way to get the given SnmpAgent for a node or do I need to iterate through all the SnmpAgents and check who they

Re: [opennms-devel] OpenJDK vs java6 failure

2008-06-11 Thread Alex Bennee
On Tue, 2008-06-10 at 07:09 -0400, Tarus Balog wrote: > On Jun 9, 2008, at 6:50 AM, Alex Bennee wrote: > > > So while I'm pretty sure I've been running with OpenJDK on my > > installed > > setup while in development mode I can't get OpenNMS to start

Re: [opennms-devel] OpenJDK vs java6 failure

2008-06-10 Thread Alex Bennee
On Tue, 2008-06-10 at 07:09 -0400, Tarus Balog wrote: > On Jun 9, 2008, at 6:50 AM, Alex Bennee wrote: > > > So while I'm pretty sure I've been running with OpenJDK on my > > installed > > setup while in development mode I can't get OpenNMS to start

Re: [opennms-devel] OpenJDK vs java6 failure

2008-06-10 Thread Alex Bennee
On Mon, 2008-06-09 at 19:14 -0400, Jeff Gehlbach wrote: > On Jun 9, 2008, at 6:50 AM, Alex Bennee wrote: > > > So while I'm pretty sure I've been running with OpenJDK on my > > installed > > setup while in development mode I can't get OpenNMS to start

[opennms-devel] OpenJDK vs java6 failure

2008-06-09 Thread Alex Bennee
lly loaded jicmp library. log4j:WARN No appenders could be found for logger (OpenNMS.Poller.org.opennms.netmgt.ping.SinglePingResponseCallback). log4j:WARN Please initialize the log4j system properly. -- Alex Bennee, Software Engineer Chemistry professors never die, they just fail to react.

Re: [opennms-devel] Running OpenNMS in place (won't start Jetty)

2008-06-05 Thread Alex Bennee
On Thu, 2008-06-05 at 12:10 -0400, Jeff Gehlbach wrote: > On Jun 5, 2008, at 6:46 AM, Alex Bennee wrote: > > org.springframework.beans.factory.BeanCreationException: Error > > creating bean with name 'daemon' defined in class path resource > > [META

[opennms-devel] Running OpenNMS in place (won't start Jetty)

2008-06-05 Thread Alex Bennee
HOT] >touch etc/configured [opennms-1.5.92-SNAPSHOT] >./bin/runjava -s [opennms-1.5.92-SNAPSHOT] >sudo ./bin/opennms start At which point it fails. I wasn't sure about the "touch etc/configured" but the etc directory is populated and should be set up for default working b

Re: [opennms-devel] Unit Tests

2008-06-05 Thread Alex Bennee
On Thu, 2008-06-05 at 00:43 -0400, DJ Gregor wrote: > On Wed, 04 Jun 2008 19:03:54 +0100, "Alex Bennee" <[EMAIL PROTECTED]> > said: > > Paul said (in another thread): > > > I haven't actually tried running all of the tests for all of OpenNMS > &g

[opennms-devel] Unit Tests

2008-06-04 Thread Alex Bennee
This worked well for modules like opennms-test but failed horribly with all jvm's for opennms-services. Is there a canonical list of modules I need to run tests for? -- Alex Bennee, Software Engineer The meta-Turing test counts a thing as intelligent if it seeks to devise and apply Turing tests

Re: [opennms-devel] Trouble building Debian packages

2008-06-03 Thread Alex Bennee
> Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-devel mailing list > > To *unsubscribe* or change your subscription o

Re: [opennms-devel] Trouble building Debian packages

2008-06-03 Thread Alex Bennee
On Tue, 2008-06-03 at 10:11 -0400, Jeff Gehlbach wrote: > On Jun 3, 2008, at 9:52 AM, Alex Bennee wrote: > > So far the OpenJDK seems to be working fine for me. > > Great. Hopefully we'll soon be able to declare OpenJDK supported. If > you're able to do some scal

Re: [opennms-devel] Trouble building Debian packages

2008-06-03 Thread Alex Bennee
On Tue, 2008-06-03 at 09:27 -0400, Jeff Gehlbach wrote: > On Jun 3, 2008, at 8:58 AM, Alex Bennee wrote: > >> apt-get install sun-java6-bin > > > > What does it need from here? It's actually installed but I'm using the > > openjdk jre and jdk because I wan

Re: [opennms-devel] Trouble building Debian packages

2008-06-03 Thread Alex Bennee
ure may think: 10:45 [EMAIL PROTECTED]/x86_64 [jicmp.svn] >which javac /usr/bin/javac 13:57 [EMAIL PROTECTED]/x86_64 [jicmp.svn] >javac -version javac 1.6.0-internal -- Alex Bennee, Software Engineer As the trials of life continue to take their toll, remember that there is always a future

Re: [opennms-devel] Trouble building Debian packages

2008-06-03 Thread Alex Bennee
> Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-devel mailing list > > To *unsubscribe* or change your subscription options,

[opennms-devel] Trouble building Debian packages

2008-05-30 Thread Alex Bennee
e I run my build or should I just be able to build with some other magic invocation? I'm not that familiar with Debian packaging but I thought it was possible to build "straight from source"? -- Alex Bennee, Software Engineer With listening comes wisdom, with speaking repentance.

[opennms-devel] [PATCH] Fix bounds on mib2opennms

2008-05-21 Thread Alex Bennee
colon */); newpath = (char *) malloc( pathlen * sizeof(char) ); newpath[0] = '\0'; Found with valgrind. The tool still seems horribly broken on 64 bit systems but I think that may be 32/64bit breakage inside libsmi as mib2opennms seems to use the correct types. -- Alex

[opennms-devel] Coverity Static analysis

2008-05-21 Thread Alex Bennee
Hi, Just going through the news today and I was reminded of Coverity's static analysis tool which now supports Java. Has anyone every tried running OpenNMS through their public scanner? Would anyone object if I was to sign up to do so? -- Alex Bennee Software Engineer, Cambridge Broa

[opennms-devel] [PATCH] Offer hints if mvn not there

2008-05-13 Thread Alex Bennee
on Sep 17 00:00:00 2001 From: Alex Bennee <[EMAIL PROTECTED]> Date: Tue, 13 May 2008 17:56:53 +0100 Subject: [PATCH] Warn early and offer solution if no Maven distributed with the source tree --- build.sh | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/buil

[opennms-devel] Setting SNMP proxy hosts/ports for interfaces with clashing IPs

2008-05-13 Thread Alex Bennee
de id? Of course when I discover these I want OpenNMS to start monitoring them. Is it possible to pass the proxy information to OpenNMS with the newSuspect events? -- Alex Bennee, Software Engineer "I once witnessed a long-winded, month-long flamewar over the use of mice vs. trackballs...It was v

Re: [opennms-devel] Source Repositary question

2008-05-13 Thread Alex Bennee
To pull the latest updates from Subversion, run 'git svn fetch --fetch-all'. > The tarball is automatically updated at 8am EST daily, so it should be mostly > current whenever you download it. Cool. That's really handy and makes a lot more sense than when I first tried running

Re: [opennms-devel] missing opennms_bootstrap.jar

2008-05-08 Thread Alex Bennee
; other people. Ahh a apt-get remove / install cycle appears to have un-wedged it. The /usr/share/opennms/lib was stuck as an empty directory instead of a symlink. Seems fixed now. -- Alex Bennee, Software Engineer Mind your own business,

Re: [opennms-devel] Source Repositary question

2008-05-08 Thread Alex Bennee
e of it. So if you can make your repo public that would be useful to at least me! -- Alex Bennee, Software Engineer Killing is stupid; useless! -- McCoy, "A Private Little War", stardate 4211.8 - This SF.net email

[opennms-devel] Source Repositary question

2008-05-08 Thread Alex Bennee
m mainly asking out of curiosity at the moment as everything I want to do seems to be config driven at the moment :-) -- Alex Bennee, Software Engineer And 1.1.81 is officially BugFree(tm), so if you receive any bug-reports on it, you know they are just evil lies. --

[opennms-devel] missing opennms_bootstrap.jar

2008-05-08 Thread Alex Bennee
it# locate opennms_bootstrap /usr/share/opennms/lib/opennms_bootstrap.jar [EMAIL PROTECTED]:/export/src/git.git# stat /usr/share/opennms/lib/opennms_bootstrap.jar stat: cannot stat `/usr/share/opennms/lib/opennms_bootstrap.jar': No such file or direct Any ideas? -- Alex Bennee, Software Engineer

Re: [opennms-devel] External notifications to OpenNMS

2008-05-07 Thread Alex Bennee
On Wed, 2008-05-07 at 10:38 -0400, Jeff Gehlbach wrote: > On May 7, 2008, at 10:20 AM, Alex Bennee wrote: > > Whats the best way to notify OpenNMS of new nodes in the network. > > If the discovery daemon cannot ping these nodes, or if you just don't > want to run

[opennms-devel] External notifications to OpenNMS

2008-05-07 Thread Alex Bennee
/etc/opennms/include file which contains a list of nodes. If I generated a new one with new IP's would that get picked up by opennms? -- Alex Bennee, Software Engineer Vulcans do not approve of violence. -- Spock, "Journey to Babel",

Re: [opennms-devel] Status of maps-on-firefox branch?

2008-04-23 Thread Alex Bennee
the Firefox samples seem to indicate it's OK for most objects (although the Space Invaders is very slow). -- Alex Bennee, Software Engineer The computer should be doing the hard work. That's what it's paid to do, after all. -- Larr

[opennms-devel] Status of maps-on-firefox branch?

2008-04-22 Thread Alex Bennee
Hi, What's the status of this branch? Is it likely to get merged into the mainline soon or does it need more testing? -- Alex Bennee, Software Engineer It is Fortune, not Wisdom, that rules man's life. - This SF

[opennms-devel] External topology enumerations and snmp proxies

2008-04-21 Thread Alex Bennee
enerate further node configuration data for it's clients? Regards, -- Alex Bennee Software Engineer, Cambridge Broadband -- Cambridge Broadband Networks Limited Registered in England and Wales under company number: 0