-
Bug
-
Resolution: Fixed
-
P2
-
solaris_10
-
b24
-
generic
-
solaris_10
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2068910 | 5.0 | Bruce Murphy | P2 | Closed | Fixed | tiger |
JDK-2068911 | 1.4.0 | Bruce Murphy | P2 | Closed | Won't Fix |
###@###.### 2003-04-30
This is found in the latest s10 nightly build and this will happen in s10_33. This is found by our automatic install and we found the following broken link:
1. Install SUNWCXall cluster and it reports the following broken link:
Checking /usr/bin/javaws
/usr/bin/javaws=/a/usr/j2se/jre/javaws/javaws s none SUNWj3rt SUNWj3dev
The postinstall/postermove scripts had the following problem in SUNWj3rt and SUNWj3dev:
for i in $list; do
LATEST_JAVAWS_PATH=$PKG_INSTALL_ROOT/`$pParamCmd $i BASEDIR`/$JAVAWS_BIN
if [ \( -n "${LATEST_JAVAWS_PATH}" -a -x "${LATEST_JAVAWS_PATH}" \) ]; then
dir_name=`dirname $JAVAWS_LINK`
if [ ! -d "$dir_name" ]; then
installf -c none $PKGINST ${dir_name} d 0755 root bin
fi
installf -c none $PKGINST "$JAVAWS_LINK=$LATEST_JAVAWS_PATH" s
installf -f $PKGINST
return
fi
We have two problems here:
1. The /usr/bin/javaws link should be relative link instead of absolute link.
2. The link is not wrong and it should not include /a.
- backported by
-
JDK-2068910 Broken link in SUNWj3rt and SUNWj3dev if you install s10_33 with javaws.
-
- Closed
-
-
JDK-2068911 Broken link in SUNWj3rt and SUNWj3dev if you install s10_33 with javaws.
-
- Closed
-