WebLogic starting exception

1. java.lang.OutOfMemoryError: PermGen space
WebLogic JVM loading order is startWebLogic.sh --calls-->setSOADomainEnv.sh--calls-->setDomainEnv.sh-- calls-->commEnv.sh, but if not startWebLogic.sh, using command in console or wlst, must set StartScriptEnabled=true in the file nodemanager.properties.
The following is operations:
$cd $MW_HOME/oracle_common/common/bin
$./setNMProps.sh
$ export JAVA_OPTIONS="-DDomainRegistrationEnabled=true"
$./wlst.sh
wls:/offline>startNodeManager()
 
2. java.rmi.UnknownHostException: Could not discover URL for server 'your server name'
a)check DNS in /etc/hosts, take sure for all nodes.
b)check instance listener address: Environment - Servers - - General - Listen Address
c)check clusters listener address:Environment - Clusters - - General - Cluster Address
d)check message notice model (Unicast or Multicast):Environment -> Clusters -> ->Messaging -> Messaging Mode
 
3.Caused by: oracle.bam.common.messaging.api.MessageFrameworkException: BAM-00500: exception in messaging framework: BAM-00500: exception in messaging framework: While trying to lookup 'jms.QueueConnectionFactory' didn't find subcontext 'jms'. Resolved ''
Caused by: oracle.bam.common.messaging.api.MessageFrameworkException: BAM-00500: exception in messaging framework: While trying to lookup 'jms.QueueConnectionFactory' didn't find subcontext 'jms'. Resolved ''
Check BAM server application,class library and service, while creating , check to make sure the both  selected  Target Deployments to Clusters or Servers and Target Services to Clusters or Servers was selected, then check domain and deploying:
Application:
usermessagingserver  and usermessagingdriver-email only deployed into SOA_Cluster and BAM_Cluster, then delete these applications from in OSB_Cluster.
DMS Application deploy at BAM_Cluster, SOA_Cluster, OSB_Cluster and Admin Server
WSM-PM deployed at SOA_Cluster,OSB_Cluster,BAM_Cluster
Oracle-bam deployed at BAM_Cluster
soa-infra deployed at SOA_Cluster
All of Adapters are at OSB_Cluster and AdminServer
All of Transport Providers are at OSB_Cluster and AdminServe
Library:
a oracle.rules.*, two oracle.sdp.* are at SOA_Cluster and BAM_Cluster.
oracle.soa.* only is at SOA_Cluster.
oracle.bam only is at BAM_Cluster.
oracle.wsm.seedpolicies is at SOA_Cluster,OSB_Cluster,BAM_Cluster.
JDBC:
mds-owsm only is at SOA_Cluster,OSB_Cluster,BAM_Cluster and AdminServer
OWSM Startup Class
mds-soa only is SOA_Cluster and AdminServer.
OraSDPMDatasource,OraSDPMDatasource-rac0,OraSDPMDatasource-rac1 only are at SOA_Cluster and BAM_Cluster.

评论

此博客中的热门博文

XML, XSL, HTML

Input in element.eleme.io

Data URI是由RFC 2397 ACE