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)
Data Deploy Error
infoForDj
Hi,
We have Data Deploy 5.6.0 Build 24549 on Solaris server.
When we try to run data deployment, it gives the following error:
ERROR: Could not find /opt/teamsite/tools/java1.3/jre/bin/java
Our DD Home is /iw-home/datadeploy where /iw-home is a symlink to /opt/teamsite
Please help us debug this error and get to a resolution.
Thanks,
Dhruv
Find more posts tagged with
Comments
nipper
well, does Java live in that directory ?
ryandev
Here are some more details: (things we tried to look for)
cat /etc/defaultddhome
/opt/teamsite/datadeploy
we are using iwdd.ipl and we think the problem is occuring here:
my $g_jre_bin;
$g_jre_bin = "fill-with-jre-home/bin/java";
The jre home is being set as /opt/teamsite/tools/java1.3/jre when it should be set to /opt/teamsite/datadeploy/tools/java1.3/jre.
Any idea where the "fill-with-jre-home" value comes from and how to correct?
ryandev
Java lives in
/opt/teamsite/datadeploy/tools/java1.3/jre/bin/java
but it is being looked for in:
/opt/teamsite/tools/java1.3/jre/bin/java
DD-home is /opt/teamsite/datadeploy -- so we're not sure why it isn't including ../datadeploy/.. in the path to java.
ryandev
The root cause of the problem is using an old datadeploy version 5.6 with teamsite 6.5. Iwov support stated that this is not supported. To work around the problem until we change the version, we did a symlink to the JRE it wanted where it was looking for it.