Tag Archives: weblogic

shell script for automating Start OAM,OID weblogic domain for SSO

#!/bin/bash su oracle -c “screen -dm -S OIDInstance /u01/Oracle/Middleware/oid_instance/bin/opmnctl startall” sleep 30 su oracle -c “screen -dm -S OHSInstance /u01/Oracle/Middleware/Oracle_WT1/instances/instance2/bin/opmnctl startall” sleep 30 su oracle -c “screen -dm -S NodeManager /u01/Oracle/Middleware/wlserver_10.3/server/bin/startNodeManager.sh” sleep 30 su oracle -c “screen -dm -S OIDAdminServer … Continue reading

Posted in Uncategorized, Weblogic | Tagged , , , , | Leave a comment

BEA-000403 solved

  set the following configuration at setDomainEnv.sh EXTRA_JAVA_PROPERTIES=”${EXTRA_JAVA_PROPERTIES} -Dweblogic.MaxMessageSize=30004160″ export EXTRA_JAVA_PROPERTIES

Posted in Weblogic | Tagged , , , | Leave a comment

BEA-300033

<NodeManager> <BEA-300033> <Could not execute command “getVersion” on the node manager. Reason: “Access to domain ‘myDomain’ for user ‘R040FFV7GI’ denied”.> the credentials were generated during the domain creation and can be found in the Weblogic console at <domain> -> Security -> General -> Advanced -> … Continue reading

Posted in nodemanager, Weblogic | Tagged , , , , , , | Leave a comment

How to deploy application to weblogic application server 10.3g

Deploying the application to Weblogic Application Server The deployment procedures below are for using Weblogic 9.1. The procedures for using different versions may vary. In Manager, locate the existing Web application on the Applications page. Check the box next to … Continue reading

Posted in Weblogic | Tagged , | Comments Off on How to deploy application to weblogic application server 10.3g

how to install jrockit 64 bit,weblogic server at linux?

Download the WebLogic Server installation files from OTN or E-Delivery. Make sure the JAVA_HOME refers to the proper Java installation: $ JAVA_HOME=/oracle/jrockit-jdk1.6.0_24 export JAVA_HOME $ PATH=$JAVA_HOME/bin:$PATH; export PATH Check that the proper Java version will be used: $ java -version … Continue reading

Posted in ECM | Tagged , | Comments Off on how to install jrockit 64 bit,weblogic server at linux?