|

楼主 |
发表于 2007-6-25 15:59:33
|
显示全部楼层
按照技术文档配置,(X3平台已能连接数据库,并正常运行),一旦重启WEBLOGIC就无法启动,停在了Starting WebLogic Admin Server "myserver" for domain "mydomain">这里。
这是WELOGIC的日志,我看了是jdbc连接池就问题,请问应该怎么处理。
####<Jun 25, 2007 2:41:00 PM CST> <Notice> <Security> <LinuxServer> <myserver> <main> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
####<Jun 25, 2007 2:41:00 PM CST> <Notice> <WebLogicServer> <LinuxServer> <myserver> <main> <<WLS Kernel>> <> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "mydomain">
####<Jun 25, 2007 2:41:07 PM CST> <Warning> <JDBC> <LinuxServer> <myserver> <main> <<WLS Kernel>> <> <BEA-001129> <Received exception while creating connection for pool "ora8i": [BEA][Oracle JDBC Driver]Error establishing socket to host and port: 192.168.1.3:1521. Reason: Connection refused>
####<Jun 25, 2007 2:41:08 PM CST> <Error> <JDBC> <LinuxServer> <myserver> <main> <<WLS Kernel>> <> <BEA-001150> <Connection Pool "ora8i" deployment failed with the following error: 0:Could not create pool connection. The DBMS driver exception was: [BEA][Oracle JDBC Driver]Error establishing socket to host and port: 192.168.1.3:1521. Reason: Connection refused.>
####<Jun 25, 2007 2:41:08 PM CST> <Error> <JDBC> <LinuxServer> <myserver> <main> <<WLS Kernel>> <> <BEA-001151> <Data Source "ora8i" deployment failed with the following error: DataSource(ora8i) can't be created with non-existent Pool (connection or multi) (ora8i).>
####<Jun 25, 2007 2:41:25 PM CST> <Error> <Socket> <LinuxServer> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :'/root/bea/jdk142_08/jre/lib/i386/client:/root/bea/jdk142_08/jre/lib/i386:/root/bea/jdk142_08/jre/../lib/i386:/usr/local/oracle/product/8.1.7/lib'
>
####<Jun 25, 2007 2:41:25 PM CST> <Notice> <WebLogicServer> <LinuxServer> <myserver> <main> <<WLS Kernel>> <> <BEA-000360> <Server started in RUNNING mode>
####<Jun 25, 2007 2:41:25 PM CST> <Notice> <WebLogicServer> <LinuxServer> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*> |
|