VMware Cloud Community
anypager
Contributor
Contributor

Running agent failed on HPUX(HP-UX myux B.11.11 U 9000/800 4061853598 unli)

I tried to run agent(4.1.2), under bin/, I got following error.

INFO | jvm 1 | 2009/08/12 15:45:51 |
INFO | jvm 1 | 2009/08/12 15:45:51 |
INFO | jvm 1 | 2009/08/12 15:45:51 | WARNING - Unable to load the Wrapper's native library because none of the
INFO | jvm 1 | 2009/08/12 15:45:51 | following files:
INFO | jvm 1 | 2009/08/12 15:45:51 | libwrapper-hpux-pa_risc2.0-32.sl
INFO | jvm 1 | 2009/08/12 15:45:51 | libwrapper.sl
INFO | jvm 1 | 2009/08/12 15:45:51 | could be located on the following java.library.path:
INFO | jvm 1 | 2009/08/12 15:45:51 | /fs_cmod/apm/hyperic/hyperic-hq-agent-4.1.2/wrapper/sbin/%LD_LIBRARY_PATH%
INFO | jvm 1 | 2009/08/12 15:45:51 | /fs_cmod/apm/hyperic/hyperic-hq-agent-4.1.2/wrapper/sbin/../../wrapper/lib
INFO | jvm 1 | 2009/08/12 15:45:51 | Please see the documentation for the wrapper.java.library.path
INFO | jvm 1 | 2009/08/12 15:45:51 | configuration property.
INFO | jvm 1 | 2009/08/12 15:45:51 | System signals will not be handled correctly.
INFO | jvm 1 | 2009/08/12 15:45:51 |
INFO | jvm 1 | 2009/08/12 15:46:00 | - Invoking agent
INFO | jvm 1 | 2009/08/12 15:46:00 | - Agent thread running
INFO | jvm 1 | 2009/08/12 15:46:00 | - Verifying if agent is running...
STATUS | wrapper | 2009/08/12 15:46:00 | JVM requested a restart.
INFO | jvm 1 | 2009/08/12 15:46:01 | Stopping agent ...
INFO | jvm 1 | 2009/08/12 15:46:01 | Success -- agent is stopped!

What's wrong with it?

thanks,
0 Kudos
1 Reply
admin
Immortal
Immortal

copy wrapper/lib/libwrapper-hpux-parisc-32.sl to wrapper/lib/libwrapper.sl:

$ cp wrapper/lib/libwrapper-hpux-parisc-32.sl wrapper/lib/libwrapper.sl
0 Kudos