Results 1 to 2 of 2
Weblogic 8.1 on RedHat 4
I'm trying to start WebLogic 8.1 - the sample Medrec server. I'm starting by running the bea_start script in /etc/init.d.
For some reason, the service ...
- 05-12-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 26
Any Weblogic experts out there?
Weblogic 8.1 on RedHat 4
I'm trying to start WebLogic 8.1 - the sample Medrec server. I'm starting by running the bea_start script in /etc/init.d.
For some reason, the service starts and then dies shortly thereafter. ps -ef shows the bea process:
---------------------------------------------------
localhost:~/bea/weblogic81 # ps -ef | grep bea
root 6063 1 0 14:57 ? 00:00:00 SCREEN -d -m -S medrec -t medrec sh /root/bea/weblogic81/samples/domains/medrec/startMedRecServerQS.sh
root 6064 6063 0 14:57 pts/6 00:00:00 sh /root/bea/weblogic81/samples/domains/medrec/startMedRecServerQS.sh
root 6083 6064 10 14:57 pts/6 00:00:00 /root/bea/jrockit81sp4_142_05/bin/java -Dwrapper.directory=/root/bea/weblogic81/samples/domains/medrec com.bea.launcher.wrapper.WrapperClient -port 6789 -address 228.4.5.6 /root/bea/jrockit81sp4_142_05/bin/java -Dlog4j.config=log4j.properties -Dcom.bea.medrec.xml.incoming=incoming -Dphys.app.wsdl.url=http://localhost:7001/ws_medrec/MedRecWebServices?WSDL -classpath /root/bea/weblogic81/server/lib/DBMSMedRecSubPlugin.jar::/root/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/root/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/root/bea/jrockit81sp4_142_05/jre/lib/rt.jar:/root/bea/weblogic81/common/lib/launcher.jar com.pointbase.net.netServer /noconsole /port:9092 /d:3 /noconsole /pointbase.ini=/root/bea/weblogic81/samples/domains/medrec/pointbase.ini
root 6091 6064 21 14:57 pts/6 00:00:01 /root/bea/jrockit81sp4_142_05/bin/java -Dplatform.properties=/root/bea/weblogic81/common/lib/platform.properties -Dlauncher.directory=/root/bea/weblogic81/samples/domains/medrec com.bea.launcher.Launcher -multicast_address 228.4.5.6 -multicast_port 6789 -username weblogic -password weblogic -port 7001 -jrockit -Xms96m -Xmx256m -Dlog4j.config=log4j.properties -Dcom.bea.medrec.xml.incoming=incoming -Dphys.app.wsdl.url=http://localhost:7001/ws_medrec/MedRecWebServices?WSDL -Dweblogic.Name=MedRecServer -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/root/bea/weblogic81/server/lib/weblogic.policy -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic
root 6111 6083 13 14:57 pts/6 00:00:00 /root/bea/jrockit81sp4_142_05/bin/java -Dlog4j.config=log4j.properties -Dcom.bea.medrec.xml.incoming=incoming -Dphys.app.wsdl.url=http://localhost:7001/ws_medrec/MedRecWebServices?WSDL -classpath /root/bea/weblogic81/server/lib/DBMSMedRecSubPlugin.jar::/root/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/root/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/root/bea/jrockit81sp4_142_05/jre/lib/rt.jar:/root/bea/weblogic81/common/lib/launcher.jar com.pointbase.net.netServer /noconsole /port:9092 /d:3 /noconsole /pointbase.ini=/root/bea/weblogic81/samples/domains/medrec/pointbase.ini
root 6130 6091 81 14:58 pts/6 00:00:04 java -jrockit -Xms96m -Xmx256m -Dlog4j.config=log4j.properties -Dcom.bea.medrec.xml.incoming=incoming -Dphys.app.wsdl.url=http://localhost:7001/ws_medrec/MedRecWebServices?WSDL -Dweblogic.Name=MedRecServer -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/root/bea/weblogic81/server/lib/weblogic.policy -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic weblogic.Server
----------------------------------
but shortly thereafter:
-------------------
localhost:~/bea/weblogic81 # ps -ef | grep bea
root 6172 5839 0 14:59 pts/5 00:00:00 grep bea
-------------------
In neither case, can I connect to the Start page - which is my end goal (http://servername:7001/start.jsp).
Any assistance/advice is much appreciated.
thanks
Chuck
- 06-19-2006 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 1
Weblogic 8.1 on RedHat 4
Did you get your answer? If not, can you post the details of your init script?
-New member-
Looking to give help and get help on WebLogic related issues concerning scripting the startup routines.



