Hi,
I already did that step, shutdown IS before changing the server.cnf file and I still get this error. What I did before is backup all the files and packages and uninstall IS and then reinstall. The problem goes away and I was able to compile the Java services several times. And then after 3 hours, the problem suddenly exist again.
Here is my server.cnf file:
watt.server.compile=/usr/j2sdk1_3_1_02/bin/javac -classpath {0} -d {1} {2}
watt.server.compile.readFromStdErr=true
watt.server.compile.unicode=/usr/j2sdk1_3_1_02/bin/javac -encoding Unicode -classpath {0} -d {1} {2}
server.sh:
B2B_ROOT=/u01/home/wmdev/webMethods/IntegrationServer4
JAVA_ROOT=/usr/j2sdk1_3_1_02/jre
Directory list:
/usr/j2sdk1_3_1_02/jre> ls
bin COPYRIGHT plugin
CHANGES lib README
ControlPanel.html LICENSE Welcome.html
/usr/j2sdk1_3_1_02/jre>
/usr/j2sdk1_3_1_02/bin> ls
appletviewer jar javah oldjava rmiregistry
awt_robot jarsigner javald oldjavac serialver
ControlPanel java javap oldjdb sparc
extcheck java-rmi.cgi jdb policytool tnameserv
HtmlConverter javac keytool rmic
idlj javadoc native2ascii rmid
/usr/j2sdk1_3_1_02/bin>
.profile (UNIX)
This is the default standard profile provided to a user.
They are expected to edit it to meet their own needs.
MAIL=/usr/mail/${LOGNAME:?}
export PS1='$PWD> ’
export WM_HOME=/opt/webMethods/wmdev/IntegrationServer4
WM_HOME is symlink to B2B_ROOT. did i miss something?
#Integration-Server-and-ESB#webMethods-General#webMethods