Jdbc Weblogic AdminServer实现状态';运行';仅当禁用网络连接时(本地主机)

Jdbc Weblogic AdminServer实现状态';运行';仅当禁用网络连接时(本地主机),jdbc,weblogic,Jdbc,Weblogic,在localhost上运行WebLogic 10.3.6时,尚未部署任何内容,AdminServer的状态始终为“关机”,我收到以下控制台消息: <08-Aug-2013 12:24:06 o'clock IST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the

在localhost上运行WebLogic 10.3.6时,尚未部署任何内容,AdminServer的状态始终为“关机”,我收到以下控制台消息:

<08-Aug-2013 12:24:06 o'clock IST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.> 
<08-Aug-2013 12:24:07 o'clock IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING> 
<08-Aug-2013 12:24:07 o'clock IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 


为什么我会遇到jdbc或AdminServer的问题,但不能让两者同时工作?另外,当WL控制台中显示AdminServer未运行时,“服务器状态已更改为正在运行”的消息是什么?

JDBC连接曾经工作过吗?我见过这样的情况:服务器将报告正在运行,但实际上它处于错误状态,因为jdbc连接失败。当查看JNDI树结构时,我得到:“您请求的服务器不可用”,因此可能不可用。这说明了什么吗?在“服务器摘要”->配置下,AdminServer有一个状态=关机,但运行状况=JDBC数据源的OK设置->监视->统计,状态=运行。所以我不知道该相信哪一个:)这很奇怪。如果转到JDBC数据源的同一个监视选项卡,是否可以尝试测试连接以查看发生了什么?当您这样做时,您需要跟踪管理服务器日志。它成功:“在服务器AdminServer上测试JDBC数据源-0成功”。AdminServer的输出只是:“
<08-Aug-2013 12:28:28 o'clock IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'JDBC Data Source-0' due to error          weblogic.application.ModuleException: .
weblogic.application.ModuleException: 
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)

Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: Unknown host specified 
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
<08-Aug-2013 12:28:41 o'clock IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>