The OpenNMS startup script on Windows is not as robust as the shell
version on *NIX systems. "-t" won't work with it, you'll have to do it
manually.
Try adding the following to the opennms command and see if it works:
-Xdebug -Xnoagent -Djava.compiler=none
-Xrunjdwp:transport=dt_socket,server=y,
I think you need to put the -t option before the "start" command:
service opennms -t start
If you put it at the end, you will get that exception.
-- Seth
On 4/21/13 6:35 AM, tuvd wrote:
> Dear Markus Neumann
>
> I deployed OpenNMS on Window and ran it normally. But when I ran opennms
> with -t
On Apr 21, 2013, at 6:35 AM, tuvd wrote:
> Dear Markus Neumann
>
> I deployed OpenNMS on Window and ran it normally. But when I ran opennms
> with -t parameter as your guide to turn on debug mode, I got the error as
> below:
>
> /java.lang.reflect.InvocationTargetException
>at sun.refl
Dear Markus Neumann
I deployed OpenNMS on Window and ran it normally. But when I ran opennms
with -t parameter as your guide to turn on debug mode, I got the error as
below:
/java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
You just have to read exceptionally carefully.
If you're building OpenNMS and deploying it with the expectation of doing
so in a development capacity then you will likely be deploying it via the
target created when you assemble. If you're doing this on Windows the steps
are essentially the same fo
>Deploy it.
Well, that's the whole point here: On windows, once you have executed
compile.pl and assemble.pl, you're on your own; There's nothing on the wiki
for the next steps.
According to the wiki (
http://www.opennms.org/wiki/Installation:Source#Running_OpenNMS), the next
steps consist of (1)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Mi 01 Aug 2012 05:31:08 CEST schrieb alyaarrayyan:
> I was successfully imported opennms 1.10.4 as Maven Project to Eclipse on
> Windows platform using http://opennms.org/wiki/Eclipse_and_OpenNMS.
>
> Can anyone guide me how
> 1) to run opennms proj
Alya,
I don't know if a guide exists for #1. There is a unix shell script
opennms-webapp/runInPlace.sh that can be used to startup a local jetty
instance. You could probably use that as a starting point for getting a jetty
server running inside eclipse. I can't offer more help inside eclipse a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 01.08.2012 05:31, schrieb alyaarrayyan:
> I was successfully imported opennms 1.10.4 as Maven Project to
> Eclipse on Windows platform using
> http://opennms.org/wiki/Eclipse_and_OpenNMS.
>
> Can anyone guide me how 1) to run opennms project on jet