Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Can't find library iwdeploy_hopi
oscarz
Hi,
I'm running TS 6.7.1 SP1 on Win2K3 and deploying to AIX.
When trying to restart the service iwod60, I'm getting the message:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.interwoven.deploy.cdmain.IWCDBoot.run(IWCDBoot.java:255)
at java.lang.Thread.run(Thread.java:567)
Caused by: java.lang.UnsatisfiedLinkError: Can't find library iwdeploy_hopi (li
biwdeploy_hopi.a or .so) in sun.boot.library.path or java.library.path
sun.boot.library.path=/opt/Interwoven/OpenDeployNG/jre/bin
java.library.path=/opt/Interwoven/OpenDeployNG/lib:/usr/lib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2020)
at java.lang.Runtime.loadLibrary0(Runtime.java:824)
at java.lang.System.loadLibrary(System.java:908)
at com.interwoven.deploy.cdmain.IWCDMain.main(IWCDMain.java:364)
... 7 more
WARNING: The OpenDeploy server is still not responding.
WARNING: Please check the OpenDeploy server log.
WARNING: OpenDeploy might have failed during start up or
it might still be in the process of starting up.
Make sure OpenDeploy server successfully
started up before doing deployments.
Can anybody help? The user is not root.
Thanks a lot.
Regards,
-Oscar
Find more posts tagged with
Comments
Bhargav Coca
What is u'r OD version?
Did it ever start properly after installation?
What does your OD.log say, post your OD.err if there is anything in there.
Thanks
dlsoderberg
Did you ever get this resolved? I'm experiencing the same error. Here is the cut from the od.log:
START OD AGENT
It may take a few moments. Please wait....
SVR: 2008-06-03 14:13:28 EDT GMT+01:00 Begin initialization of OpenDeploy server.
SVR: 2008-06-03 14:13:29 EDT GMT-04:00 Version: 6.1.1.0.0 Build 68182 Interwoven 20070917
SVR: 2008-06-03 14:13:29 EDT GMT-04:00 Using time zone: Eastern Daylight Time
SVR: 2008-06-03 14:13:29 EDT GMT-04:00 Using locale: en_US
SVR: 2008-06-03 14:13:29 EDT GMT-04:00 Using file encoding: ISO8859-1
SVR: 2008-06-03 14:13:29 EDT GMT-04:00 Using OpenDeploy home directory: /opt/interwoven/OpenDeployNG
SVR: 2008-06-03 14:13:29 EDT GMT-04:00 Got arguments: /opt/interwoven/OpenDeployNG/etc/deploy.cfg
SVR: 2008-06-03 14:13:29 EDT GMT-04:00 Reading configuration file: /opt/interwoven/OpenDeployNG/etc/deploy.cfg
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.interwoven.deploy.cdmain.IWCDBoot.run(IWCDBoot.java:255)
at java.lang.Thread.run(Thread.java:567)
Caused by: java.lang.UnsatisfiedLinkError: Can't find library iwdeploy_hopi (libiwdeploy_hopi.a or .so) in sun.boot.library.path or java.library.path
sun.boot.library.path=/opt/interwoven/OpenDeployNG/jre/bin
java.library.path=/opt/interwoven/OpenDeployNG/lib:/usr/lib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2020)
at java.lang.Runtime.loadLibrary0(Runtime.java:824)
at java.lang.System.loadLibrary(System.java:908)
at com.interwoven.deploy.cdmain.IWCDMain.main(IWCDMain.java:364)
... 7 more
WARNING: The OpenDeploy server is still not responding.
WARNING: Please check the OpenDeploy server log.
WARNING: OpenDeploy might have failed during start up or
it might still be in the process of starting up.
Make sure OpenDeploy server successfully
started up before doing deployments.
dlsoderberg
I found the problem to this issue...someone had uncommented the teamsite.version line in the deploy.cfg file. Since this is a receiver, we dont' need that line to be used...once it was commented back out, the server started up as expected.
Antharix
An Item to be included in the List of Best Practices for OD configuration.
moonkhanna
Please close the thread if your issue is resolved.