微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Oracle Weblogic教程

如何解决Oracle Weblogic教程

我正在忙于完成Oracle Weblogic教程,在本地计算机上设置WebLogic,创建服务器和计算机以及节点。我坚持设置机器以连接到nodemanger。我正在运行Linux Cinnamon Mint 19,并且在设置和运行管理服务器方面没有任何问题。

计算机设置为查看本地主机的端口5556。

版本:WebLogic Server 14.1.1.0.0

我已按照本教程中的步骤进行操作。

NodeManager中的日志提供以下配置:


Configuration settings:

LogAppend=true
AuthenticationEnabled=true
CrashRecoveryEnabled=false
LogLimit=0
weblogic.StopScriptEnabled=false
DomainsDirRemoteSharingEnabled=false
DomainsFileEnabled=true
weblogic.StartScriptName=startWebLogic.sh
DomainsFile=/home/timl/Development/scratch/u01/user_projects/domains/base_domain/nodemanager/nodemanager.domains
ListenPort=5556
LogLevel=INFO
weblogic.StartScriptEnabled=true
LogFile=/home/timl/Development/scratch/u01/user_projects/domains/base_domain/nodemanager/nodemanager.log
LogToStderr=true
NativeVersionEnabled=true
ProcessDestroyTimeout=20000
SecureListener=true
ListenBacklog=50
LogFormatter=weblogic.nodemanager.server.LogFormatter
ListenAddress=localhost
StateCheckInterval=500
coherence.StartScriptEnabled=false
LogCount=1
NodeManagerHome=/home/timl/Development/scratch/u01/user_projects/domains/base_domain/nodemanager
RestEnabled=false
isLogLockingEnabled=true
weblogic.startup.JavaHome=/usr/lib/jvm/java-11-oracle
weblogic.startup.MW_Home=
coherence.startup.JavaHome=/usr/lib/jvm/java-11-oracle
coherence.startup.MW_Home=

Domain name mappings:

base_domain -> /home/timl/Development/scratch/u01/user_projects/domains/base_domain

<17 Sep 2020 10:32:46 South Africa Standard Time> <INFO> <14.1.1.0.0>
<17 Sep 2020 10:32:46 South Africa Standard Time> <INFO> <Server Implementation Class: weblogic.nodemanager.server.NMServer$ClassicServer.>
<17 Sep 2020 10:32:46 South Africa Standard Time> <INFO> <Secure socket listener started on port 5556,host localhost/127.0.0.1>```

The Machines are set for the listen address to locahost,on port 5556

The only thing I can see in the server logs is this:


```<17 Sep 2020,10:31:18,663 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server1 : Attempting to connect to the server during initialization > 
<17 Sep 2020,663 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server1 : Starting JMX connection. forceReconnect value: false> 
<17 Sep 2020,663 South Africa Standard Time> <Warning> <JMX> <BEA-149505> <The Administration Server was unable to establish JMX Connectivity with the server1 at the JMX Service URL of <none>.> 
<17 Sep 2020,663 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server1 : No URL found for the server during the initialization> 
<17 Sep 2020,663 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server2 : Attempting to connect to the server during initialization > 
<17 Sep 2020,664 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server2 : Starting JMX connection. forceReconnect value: false> 
<17 Sep 2020,664 South Africa Standard Time> <Warning> <JMX> <BEA-149505> <The Administration Server was unable to establish JMX Connectivity with the server2 at the JMX Service URL of <none>.> 
<17 Sep 2020,664 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server2 : No URL found for the server during the initialization> 
<17 Sep 2020,664 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server3 : Attempting to connect to the server during initialization > 
<17 Sep 2020,664 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server3 : Starting JMX connection. forceReconnect value: false> 
<17 Sep 2020,664 South Africa Standard Time> <Warning> <JMX> <BEA-149505> <The Administration Server was unable to establish JMX Connectivity with the server3 at the JMX Service URL of <none>.> 
<17 Sep 2020,664 South Africa Standard Time> <Notice> <JMX> <BEA-149535> <JMX Resiliency Activity Server=server3 : No URL found for the server during the initialization>``` 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。