|
| Hi,
I have a websphere server on one network oracle 9i database for which I have a public IP Adress, I am using WAS 6.1 version. I configured JDBC on WAS and tested the "test Connection" which was successful.
I have a starup bean in my applciation. When I start the server my startup bean gets ionvoked. In the startup bean I required DB connection. In the startup bean execution I get following exception.
please help me in this...... its very very criticle, I am stucked in between.
[10/23/06 7:24:42:416 CDT] 00000018 ApplicationMg A WSVR0221I: Application started: isclite
[10/23/06 7:24:43:759 CDT] 00000019 InternalOracl I DSRA8203I: Database product name : Oracle
[10/23/06 7:24:43:764 CDT] 00000019 InternalOracl I DSRA8204I: Database product version : Oracle9i Enterprise Edition Rele
ase 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
[10/23/06 7:24:43:766 CDT] 00000019 InternalOracl I DSRA8205I: JDBC driver name : Oracle JDBC driver
[10/23/06 7:24:43:768 CDT] 00000019 InternalOracl I DSRA8206I: JDBC driver version : 10.1.0.2.0
[10/23/06 7:24:43:769 CDT] 00000019 InternalOracl I DSRA8212I: DataStoreHelper name is: com.ibm.websphere.rsadapter.Oracle
10gDataStoreHelper@38023802.
[10/23/06 7:24:43:771 CDT] 00000019 WSRdbDataSour I DSRA8208I: JDBC driver type : thin
[10/23/06 7:32:59:910 CDT] 00000027 TimeoutManage I WTRN0006W: Transaction 0000010E752132D50000000100000001E2AE8A9F
6DF4CDF
2353893C65558FB6195798B0A0000010E752132D
50000000100000001E2AE8A9F6DF4CDF2353893C
65558FB6195798B0A00000001 has timed out afte
r 500 seconds.
[10/23/06 7:36:30:840 CDT] 00000027 ThreadMonitor W WSVR0605W: Thread "server.startup : 1" (00000019) has been active for
712991 milliseconds and may be hung. There is/are 1 thread(s) in total in the server that may be hung.
[10/23/06 7:46:11:634 CDT] 00000019 TranManagerIm I WTRN0041I: Transaction 0000010E752132D50000000100000001E2AE8A9F
6DF4CDF
2353893C65558FB6195798B0A0000010E752132D
50000000100000001E2AE8A9F6DF4CDF2353893C
65558FB6195798B0A00000001 has been rolled ba
ck.
[10/23/06 7:46:12:263 CDT] 00000019 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened inc
ident stream file /opt/IBM/WebSphere/AppServer/profiles/server1/logs/ffdc/server1_17741774_06.10.23_07.46.12_0.txt
[10/23/06 7:46:12:336 CDT] 00000019 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC c
losed incident stream file /opt/IBM/WebSphere/AppServer/profiles/server1/logs/ffdc/server1_17741774_06.10.23_07.46.12_0.txt
[10/23/06 7:46:12:345 CDT] 00000019 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident
stream file /opt/IBM/WebSphere/AppServer/profiles/server1/logs/ffdc/server1_17741774_06.10.23_07.46.12_1.txt
[10/23/06 7:46:12:356 CDT] 00000019 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC c
losed incident stream file /opt/IBM/WebSphere/AppServer/profiles/server1/logs/ffdc/server1_17741774_06.10.23_07.46.12_1.txt
[10/23/06 7:46:12:379 CDT] 00000019 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident
stream file /opt/IBM/WebSphere/AppServer/profiles/server1/logs/ffdc/server1_17741774_06.10.23_07.46.12_2.txt
[10/23/06 7:46:12:412 CDT] 00000019 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC c
losed incident stream file /opt/IBM/WebSphere/AppServer/profiles/server1/logs/ffdc/server1_17741774_06.10.23_07.46.12_2.txt
|
|