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)
Open Deploy error while running iwodstart on Solar
rahulk
We are testing upgrade of OD to 5.6. After installing new version and also it's latest patch, I ran iwodstart , but got following error: CAN anyone point what could be wrong here.
------------------------
Locating OpenDeploy service.
OpenDeploy server host: localhost, RMI registry port: 9173
***ERROR - RMI service for the OpenDeploy server could not be located.
Please check that the OpenDeploy server is running.
-----------------------------------------------------
To add to this, I ran command iwodserverstatus and got following error:
---------------------------------------------------
Exception in thread "main" java.lang.ExceptionInInitializerError: java.security.InvalidParameterException: Invalid OD API Client version 40. It can not be greater than 4
at com.interwoven.deployapi.deploy.IWODAPIClientVersion.chkAPIClntVersion(IWODAPIClientVersion.java:174)
at com.interwoven.deployapi.deploy.IWODAPIClientVersion.setAPIClntVersion(IWODAPIClientVersion.java:138)
at com.interwoven.deployapi.deploy.IWODAPIClientVersion.<init>(IWODAPIClientVersion.java:101)
at com.interwoven.deploy.clt.IWDeployCLTMain.<clinit>(IWDeployCLTMain.java:48)
Find more posts tagged with
Comments
Migrateduser
When you start the OD server, an RMI registry is started, whcih listens on port 9173 by default. The command line tools contact the registry to find out how to connect to the OD server on the local system. If the registry isn't available, the CLTs will fail.
Make sure something else isn't using port 9173 when you start up the OD server. Or, configure the RMI registry to use a different port. (The OD 5.6 Reference has a chapter on setting up OD ports.)
Todd Scallan
Group Product Manager
Interwoven
t: 408-530-7167
e:
tscallan@interwoven.com
Migrateduser
Can you tell us from which release of OpenDeploy did you
upgraded from and what is the patch number you have applied ?
For the iwodstart problem, it could be that OpenDeploy server
didn't started up successfully.
Please look at <od-home>/<hostname>_odbase.log which contain many messages detailing the OpenDeploy server startup. Also checlk <od-home>/od.log to see what the
response were for the iwod command. Attach these file
if you are not sure.
For the iwodserverstatus error, it looks like you have an
old OpenDeploy file in <od-home>/lib directory.
Can you attach the <od-home>/install/install_od.log and
the result from the "ls -l" command of the <od-home>/lib
directory ? With this, I might be able to tell if you have an old
file or not.
- Anna
table_with_numbered_overflow[gsdata].pdf
rahulk
Thanks for your responses and enquiry as well. I corrected the problem as follows:
I am upgrading from OD5.5.1 to OD5.6
I installed OD 5.6 Admin server(in fact used upgrade option during installation of OD admin server), but I did not upgrade OD base to version 5.6. So may be this was causing a problem.
But instead of merely upgrading OD Base to 5.6, I un-installed OD base and admin server entirely and installed version 5.6 of both after. This has fixed the problem.
Thanks
Rahul