Java.sql.SQLException: Listener refused the connection

hi everybody!
i'm new in oracle and java and have a problem working in Oracle 11g ExpressEdition.
i have the next error when i'm trying to start java project using oracle:
incorrect login or password
and the next:
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descript
or
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
+531)+
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
n.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at tools.db.ConnectionFactory.getOracleConnection(ConnectionFactory.java
+:30)+
at tools.db.DatabaseTools.checkAuthorizationInfo(DatabaseTools.java:24)
at mainforms.LoginForm.jButton1ActionPerformed(LoginForm.java:112)
at mainforms.LoginForm.access$000(LoginForm.java:16)
at mainforms.LoginForm$1.actionPerformed(LoginForm.java:52)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: oracle.net.ns.NetException: Listener refused the connection with the
following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descript
or
at oracle.net.ns.NSProtocol.connect(NSProtocol.java:385)
at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1042)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:301)
+... 47 more+
my listener.ora file content:
SID_LIST_LISTENER =
+(SID_LIST =+
+(SID_DESC =+
+(SID_NAME = PLSExtProc)+
+(ORACLE_HOME = D:\oraclexe\app\oracle\product\11.2.0\server)+
+(PROGRAM = extproc)+
+)+
+(SID_DESC =+
+(SID_NAME = CLRExtProc)+
+(ORACLE_HOME = D:\oraclexe\app\oracle\product\11.2.0\server)+
+(PROGRAM = extproc)+
+)+
+)+
LISTENER =
+(DESCRIPTION_LIST =+
+(DESCRIPTION =+
+(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))+
+(ADDRESS = (PROTOCOL = TCP)(HOST = Home)(PORT = 1521))+
+)+
+)+
DEFAULT_SERVICE_LISTENER = (XE)
and tnsnames.ora file content:
XE =
+(DESCRIPTION =+
+(ADDRESS = (PROTOCOL = TCP)(HOST = Home)(PORT = 1521))+
+(CONNECT_DATA =+
+(SERVER = DEDICATED)+
+(SERVICE_NAME = XE)+
+)+
+)+
EXTPROC_CONNECTION_DATA =
+(DESCRIPTION =+
+(ADDRESS_LIST =+
+(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))+
+)+
+(CONNECT_DATA =+
+(SID = PLSExtProc)+
+(PRESENTATION = RO)+
+)+
+)+
ORACLR_CONNECTION_DATA =
+(DESCRIPTION =+
+(ADDRESS_LIST =+
+(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))+
+)+
+(CONNECT_DATA =+
+(SID = CLRExtProc)+
+(PRESENTATION = RO)+
+)+
+)+
and results of commands:
C:\Users\Admin>lsnrctl service
LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 06-╠└╔-2012
+:13+
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 3 handler(s) for this service.
Handler(s):
+"DEDICATED" established:0 refused:0+
LOCAL SERVER
+"ORACLE SERVER" established:0 refused:0 current:0 max:25 state:ready+
CLRExtProc
+(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\NTN_C54_1CECCED2_7DC8.OR+
+"ORACLE SERVER" established:0 refused:0 current:0 max:25 state:ready+
CLRExtProc
+(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\NTN_C54_1CECCED2_B57B.OR+
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service.
Handler(s):
+"DEDICATED" established:0 refused:0+
LOCAL SERVER
Service "XEXDB" has 1 instance(s).
Instance "xe", status READY, has 1 handler(s) for this service...
Handler(s):
+"D000" established:0 refused:0 current:0 max:1022 state:ready+
DISPATCHER <machine: HOME, pid: 3280>
+(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=56207))+
Service "xe" has 1 instance(s).
Instance "xe", status READY, has 1 handler(s) for this service...
Handler(s):
+"DEDICATED" established:1 refused:0 state:ready+
LOCAL SERVER
The command completed successfully
and
C:\Users\Admin>tnsping XE
TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 06-╠└╔-2
+012 13:22:40+
Copyright (c) 1997, 2010, Oracle. All rights reserved.
Used parameter files:
D:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = Home)(PO
RT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
OK (10 msec)
dont understand what the reason of problem. read many forums and try this and that but can't resolve it (haven't enough knowledges :( ).
will be very thankful for a help everybody.

<msg time='2012-05-06T16:58:11.735+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 16:58:11 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T16:58:44.738+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 16:58:44 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:00:02.856+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:00:02 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:00:14.900+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:00:14 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:00:45.008+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:00:45 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:00:48.018+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:00:48 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:02:18.460+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>System parameter file is D:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\listener.ora
</txt>
</msg>
<msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Log messages written to D:\oraclexe\app\oracle\diag\tnslsnr\Home\listener\alert\log.xml
</txt>
</msg>
<msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Trace information written to D:\oraclexe\app\oracle\diag\tnslsnr\Home\listener\trace\ora_108_424.trc
</txt>
</msg>
<msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Trace level is currently 0
</txt>
</msg>
<msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>
</txt>
</msg>
<msg time='2012-05-06T17:02:18.835+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Started with pid=108
</txt>
</msg>
<msg time='2012-05-06T17:02:18.928+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
</txt>
</msg>
<msg time='2012-05-06T17:02:18.944+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=1521)))
</txt>
</msg>
<msg time='2012-05-06T17:02:20.582+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Listener completed notification to CRS on start
</txt>
</msg>
<msg time='2012-05-06T17:02:20.629+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
</txt>
</msg>
<msg time='2012-05-06T17:02:48.865+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=1521)))
</txt>
</msg>
<msg time='2012-05-06T17:02:48.880+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:02:48 * service_register * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:02:51.876+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:02:51 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:03:02.062+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:03:02 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:03:16.508+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:03:16 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:03:22.545+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=8080))(Presentation=HTTP)(Session=RAW))
</txt>
</msg>
<msg time='2012-05-06T17:03:22.545+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:03:22 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:03:25.541+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:03:25 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:03:49.620+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:03:49 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:03:58.590+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:03:58 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:04:01.616+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:04:01 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:04:19.656+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:04:19 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:07:14.278+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:07:14 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:09:59.872+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:09:59 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:10:32.991+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:10:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:12:45.466+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:12:45 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:13:24.607+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:13:24 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:16:37.298+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:16:37 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:21:38.379+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:21:38 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:23:26.768+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:23:26 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:25:03.114+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:25:03 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:25:33.222+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:25:33 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:30:01.183+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:30:01 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:30:25.270+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:30:25 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:30:34.302+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:30:34 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:30:58.389+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:30:58 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:33:28.929+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:33:28 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:34:17.102+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:34:17 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:37:35.815+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:37:35 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:38:42.053+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:38:42 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:40:33.452+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:40:33 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:43:31.090+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:43:31 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:45:31.522+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:45:31 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:50:32.603+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:50:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:53:33.251+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:53:33 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T17:58:31.321+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 17:58:31 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:00:01.645+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:00:01 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:00:31.753+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:00:31 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:00:46.807+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:00:46 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:03:35.412+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:03:35 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:05:32.833+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:05:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:10:33.914+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:10:33 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:12:55.531+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:12:55 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:13:04.554+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:13:04 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:13:37.674+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:13:37 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:14:44.029+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:14:44 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:15:18.183+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:15:18 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:15:36.949+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:15:36 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:15:51.962+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:15:51 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:16:25.322+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:16:25 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:17:32.063+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:17:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:18:05.088+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:18:05 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:18:35.113+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:18:35 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:22:56.145+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:22:56 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:28:05.164+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:28:05 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:32:56.183+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:32:56 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:40:32.214+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:40:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:42:56.223+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:42:56 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:50:32.253+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:50:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:52:56.264+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:52:56 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:55:32.367+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:55:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T18:59:11.545+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 18:59:11 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:00:29.688+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:00:29 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:00:44.689+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:00:44 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:01:23.703+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:01:23 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:02:56.736+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:02:56 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:03:47.752+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:03:47 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:04:53.767+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:04:53 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:05:59.798+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:05:59 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:07:39.042+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:07:39 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:08:15.113+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:08:15 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:09:54.206+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:09:54 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:11:36.299+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:11:36 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:12:00.312+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:11:59 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=SQL Developer)(HOST=__jdbc__)(USER=Admin))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=50478)) * establish * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:12:57.354+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:12:57 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:13:51.913+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:13:51 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:14:24.936+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:14:24 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:14:51.721+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:14:51 * (CONNECT_DATA=(SID=LogistDB)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=Admin))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=50621)) * establish * LogistDB * 12505
</txt>
</msg>
<msg time='2012-05-06T19:14:51.750+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
</txt>
</msg>
<msg time='2012-05-06T19:15:15.587+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:15:15 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Admin))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647040)) * status * 0
</txt>
</msg>
<msg time='2012-05-06T19:17:10.428+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:17:10 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:18:22.597+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:18:22 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:19:09.605+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:19:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Admin))(COMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647040)) * services * 0
</txt>
</msg>
<msg time='2012-05-06T19:20:31.674+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:20:31 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:21:40.732+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:21:40 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:22:13.988+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:22:13 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:22:46.995+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:22:46 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:22:58.999+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:22:58 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:25:32.370+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:25:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:26:44.417+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:26:44 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:27:50.575+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:27:50 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:28:11.590+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:28:11 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:31:12.568+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:31:12 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:31:48.599+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:31:48 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:33:00.647+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:33:00 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:35:30.764+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:35:30 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:38:15.875+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:38:15 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:42:55.204+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:42:55 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:43:01.206+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:43:01 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:43:28.485+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:43:28 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:44:35.170+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:44:35 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:45:08.144+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:45:08 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:45:32.165+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:45:32 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:45:41.176+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:45:41 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:46:14.280+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:46:14 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:46:47.320+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:46:47 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:47:20.333+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:47:20 * service_update * xe * 0
</txt>
</msg>
<msg time='2012-05-06T19:53:02.663+04:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='HOME'
host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
<txt>06-МАЙ-2012 19:53:02 * service_update * xe * 0
</txt>
</msg>

Similar Messages

  • Java.sql.SQLException: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

    Good Day,
    I'm encountering this problem
         java.sql.SQLException: Listener refused the connection with the following error:
         ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    here's the java code
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    String url = "jdbc:oracle:thin:@//10.143.85.21/UCSL";
    String userName = "mssoriano";
    String passWord = "mssoriano_4319";
    conn = DriverManager.getConnection(url, userName, passWord);
    and here's my tnsnames.ora
    UCSL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.143.85.21)(PORT = 1521))
        (CONNECT_DATA =
          (SID = psusldb11)
    Please do let me know if what may the cause of the problem and how to solve this. Thank you and God bless.

    Hi,
    see this example
    Connect to Oracle DB via JDBC driver
    Frank

  • Java.sql.SQLException:listener refused the connection with the  error

    hi my problem is in repository assistant IN 2ND STEP
    After i enter the
    Repository User name sindhu
    Repository User Password tiger (As i kept the password of Oracle 10g)
    SYSDBA User name SYS
    SYSDBA Password tiger (As i kept the password of Oracle 10g)
    Host name Local Host
    Port number 1521 (default)
    Oracle Service name OracleServiceXE
    and i am not clicking the SQL* Plus
    and clicking on " Next "
    then my prob is
    INS0009:Unable to connect to the database with the user SYS
    java.sql.SQLException : Listener refused the connection with the following error
    ORA-12514, TNS: listener dosenot currently know of service requested in connect descriptor
    The Connection Descriptor used by the client was
    (DESCRIPTION=(ADDRESS=(HOST=LOCALHOST)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=
    (SERVICE_NAME=ORACLESERVICEXE)))
    hope some one will give me a gud solution
    Waiting for ur reply
    Sindhu

    ...OWB repository cannot be installed into Oracle XE.
    Cheers
    David

  • Listener refused the connection with the following error: ORA-12500

    Hi,
    We had had some difficulties with our portal lately. All of a sudden portlets failed and started givin error messages all over our webpages.
    I tried to login to EM Console to try and restart Portal OC4J and got this error
    An error was encountered while loading page. An error occurred when attempting to connect to the Database.
    Resolution:
    Make sure that the database and listener are up.
    If the database is up, make sure that the OracleAS Repository API files ias.properties and iasschema.xml are correctly configured.
    If necessary, use the EM Console to reconfigure the host, user name and password associated with the database
    Base Exception:
    java.sql.SQLException
    Listener refused the connection with the following error:
    ORA-12500, TNS:listener failed to start a dedicated server process
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PORTAL.MSS.EDUS.SI)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ASDB.MSS.EDUS.SI)))
    . Listener refused the connection with the following error:
    ORA-12500, TNS:listener failed to start a dedicated server process
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PORTAL.MSS.EDUS.SI)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ASDB.MSS.EDUS.SI)))
    In ..INF/network/sqlnet.log
    Fatal NI connect error 12500, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=portal.mss.edus.si)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=asdb.mss.edus.si)(CID=(PROGRAM=I:\Oracle\INF\Apache\Apache\Apache.exe)(HOST=CLUSTER1)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.1.0.4.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.1.0.4.0 - Production
    Time: 11-JUN-2007 13:00:24
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    After restart everything works as normal. Any ideas what went wrong, or where to look for some additional answers?

    Ora12500 means your OS has run out of resources, so you cannot start a process on the Server Side. Post the complete error stack, the last lines show further information to troubleshoot this error.

  • Parallel execution of scenarios errors with Listener refused the connection

    When we are trying to run large number of sessions in parallel, ODI is erroring out with the following error.
    Caused By: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
    at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter.getConnection(OnConnectOnDisconnectDataSourceAdapter.java:63)
    Please find the detailed log below.
    It looks like we have exceeded the total number of database sessions set at the db level.
    But do we have a mechanism to configure the ODI in such a way that the sessions wait until the database sessions are available for use.
    For e.g. if we have 2000 as the db limit and the number of parallel sessions to be invoked is around 3000, how do we configure the ODI to wait for the sessions to be freed so that all the 3000 sessions can be run successfully instead of erroring out.
    Can this limit be set at ODI agent level (by setting Maximum number of sessions parameter)?
    How do we set this for a local agent (i.e Default agent).
    Caused By: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
    at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter.getConnection(OnConnectOnDisconnectDataSourceAdapter.java:63)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
    at com.sunopsis.sql.SnpsConnection.createConnection(SnpsConnection.java:390)
    at com.sunopsis.sql.SnpsConnection.connect(SnpsConnection.java:348)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.getExecutor(SnpSessTaskSql.java:2938)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2878)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2602)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:546)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1736)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1591)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:568)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:489)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1062)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:118)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:49)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:94)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:85)
    at oracle.odi.runtime.agent.RuntimeAgent.startScenario(RuntimeAgent.java:700)
    at oracle.odi.runtime.agent.InternalRuntimeAgent.startScenario(InternalRuntimeAgent.java:52)
    at com.sunopsis.dwg.tools.StartScen.startScenOnLocalAgent(StartScen.java:983)
    at com.sunopsis.dwg.tools.StartScen.actionExecute(StartScen.java:245)
    at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java:160)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3413)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeOdiCommand(SnpSessTaskSql.java:1488)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:32)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:49)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2890)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2602)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:546)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1736)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1591)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:568)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:489)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1062)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:118)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:49)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:94)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:85)
    at oracle.odi.runtime.agent.RuntimeAgent.startScenario(RuntimeAgent.java:700)
    at oracle.odi.runtime.agent.InternalRuntimeAgent.startScenario(InternalRuntimeAgent.java:52)
    at com.sunopsis.dwg.tools.StartScen.startScenOnLocalAgent(StartScen.java:983)
    at com.sunopsis.dwg.tools.StartScen.actionExecute(StartScen.java:245)
    at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java:160)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3413)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeOdiCommand(SnpSessTaskSql.java:1488)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:32)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:49)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2890)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2602)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:546)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1736)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1591)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:568)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:489)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1062)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:118)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:49)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:94)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:85)
    at oracle.odi.runtime.agent.RuntimeAgent.startScenario(RuntimeAgent.java:700)
    at oracle.odi.runtime.agent.InternalRuntimeAgent.startScenario(InternalRuntimeAgent.java:52)
    at com.sunopsis.dwg.tools.StartScen.startScenOnLocalAgent(StartScen.java:983)
    at com.sunopsis.dwg.tools.StartScen.actionExecute(StartScen.java:245)
    at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java:160)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3413)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeOdiCommand(SnpSessTaskSql.java:1488)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:32)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:49)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2890)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2602)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:546)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1736)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1591)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:568)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:489)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1062)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:118)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:49)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:94)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:85)
    at oracle.odi.runtime.agent.RuntimeAgent.startScenario(RuntimeAgent.java:700)
    at oracle.odi.runtime.agent.InternalRuntimeAgent.startScenario(InternalRuntimeAgent.java:52)
    at com.sunopsis.dwg.tools.StartScen.startScenOnLocalAgent(StartScen.java:983)
    at com.sunopsis.dwg.tools.StartScen.actionExecute(StartScen.java:245)
    at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java:160)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3413)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeOdiCommand(SnpSessTaskSql.java:1488)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:32)
    at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:49)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2890)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2602)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:546)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1736)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1591)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:568)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:489)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1062)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:118)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:419)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:543)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:368)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:352)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:316)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:275)
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run(LoginTimeoutDatasourceAdapter.java:217)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    ... 1 more
    Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    at oracle.net.ns.NSProtocol.connect(NSProtocol.java:394)
    at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1056)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
    ... 15 more

    Hi,
    [oracle@myoramachine ~]$ oerr ora 12505
    12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a SID for an instance (usually a database instance) that either
    // has not yet dynamically registered with the listener or has not been
    // statically configured for the listener. This may be a temporary condition
    // such as after the listener has started, but before the database instance
    // has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the SID parameter in the connect descriptor specifies
    //    an instance known by the listener.
    //  - Check for an event in the listener.log file.
    [oracle@myoramachine ~]$1. Check lsnrctl services <listener name>
    2. Check tnsping output:
    tnsping MYORACLE
    3. Check connectivity to the machine where your Oracle Server resides to port ( I assume 1521):
    telnet <your_machine> 1521
    4. In case you're not able to connect to the Oracle Server - I'd investigate it in a few directions:
         - network infrastructure problem
         - some disturbing process(es) / virus(es) on Oracle Server itself
         - firewall issue
    Good luck!
    http://dba-star.blogspot.com/

  • TNS Listener refused the connection with the -OracleXE Struts

    I m using OracleXE as my back end. My Applicaiton Server is on Local Machine, while Database is on another machine. many a time
    Caused by: java.sql.SQLException: Listener refused the connection with the following error: ORA-12516, TNS:listener could not find available handler with matching protocol stack
    The Connection descriptor used by the client was:
    192.168.1.8:1521
    I m using the following datasource in struts.config.xml file:\
    <data-source type="org.apache.commons.dbcp.BasicDataSource" key="msgds">
    and I m using a DatasourcePlugin class which implements Plugin :
    In this I m writing like this:
    public void init(ActionServlet actionServlet, ApplicationConfig config) throws ServletException {
    ServletContext context = actionServlet.getServletContext();
    DataSource datasource = actionServlet.findDataSource("msgds");
    ontext.setAttribute("ds", datasource);
    And in each Action i m using like this:
    ServletContext context = getServlet().getServletContext();
    DataSource ds= (DataSource) context.getAttribute("ds");
    Connection con = ds.getConnection();
    and in finally i m closing the connection. Now Can somebody tell what could be the possible error. How can I use Connection Pooling Using JNDI, Commons dbcp.
    If Somebody have the code snippet, plz send it,
    Thanks in Advance...

    Hello,
    OC4J is the core component of the OracleAS, the J2EE/WebService container where you deploy your J2EE applications
    So you are using OC4J when deploying your application.
    Do you know what release and the type pf topology that you are using when deploying your application? (stand alone OC4J -run from java command- or a managed OracleAS run from an opmnctl command...)
    Regards
    Tugdual Grall

  • Java.sql.SQLException: Network error IOException: Connection refused:

    hi...i am tryin to connect to sqlserver2000 ....i wanted a dsnless connection...i have downloaded jtds driver...set the classpath..no joy..i'm connecting to sqlserver's default port 1433..i also confirmed that sqlserver tcp is enabled...still gettin the same err:
    java.sql.SQLException: Network error IOException: Connection refused: connect
    at net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java
    :385)
    at net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java
    :50)
    at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:182)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at SQLServerConnect.getConnection(SQLServerConnect.java:27)
    at SQLServerConnect.displayDbProperties(SQLServerConnect.java:44)
    at SQLServerConnect.main(SQLServerConnect.java:80)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    at java.net.Socket.connect(Socket.java:507)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSoc
    ket.java:304)
    at net.sourceforge.jtds.jdbc.SharedSocket.<init>(SharedSocket.java:255)
    at net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java
    :310)
    ... 7 more
    Error Trace in getConnection() : Network error IOException: Connection refused:
    connect
    Error: No active Connection
    i even tried connecting to the port 1433 thru telnet...err:Could not open connection to the host, on port 1433:connection failed...
    i thought it cud b a firewall issue...disabled my windows firewall..no joy..
    can ne body help me with this....need to solve this desparately
    thanks in advance
    jude

    Old, but still coming up in google searches. Here's the solution that worked for me:
    Dynamic Port Allocation explained:
    http://support.microsoft.com/kb/823938
    How to: Configure a Server to Listen on a Specific TCP Port (SQL Server Configuration Manager)
    http://support.microsoft.com/kb/823938
    In case that dissappears:
    To assign a TCP/IP port number to the SQL Server Database Engine
    1. In SQL Server Configuration Manager, in the console pane, expand SQL Server 2005 Network Configuration, expand Protocols for <instance name>, and then double-click TCP/IP.
    2. In the TCP/IP Properties dialog box, on the IP Addresses tab, several IP addresses appear, in the format IP1, IP2, up to IPAll. One of these are for the IP address of the loopback adapter, 127.0.0.1. Additional IP addresses appear for each IP Address on the computer. Right-click each address, and then click Properties to identify the IP address that you wish to configure.
    3. If the TCP Dynamic Ports dialog box contains 0, indicating the Database Engine is listening on dynamic ports, delete the 0.
    4. In the IPn Properties area box, in the TCP Port box, type the port number you wish this IP address to listen on, and then click OK.
    5. In the console pane, click SQL Server 2005 Services.
    6. In the details pane, right-click SQL Server (<instance name>) and then click restart, to stop and restart SQL Server.

  • Error connecting to database - java.sql.SQLException: Io exception: The Net

    Hello friends,
    I know this question has been asked in a lot of other threads; but my problem is quite unique and that's why I'm starting a new thread...
    When I try to access an Oracle 10g database through a Servlet code using a JDBC thin driver (both Tomcat and the database are running on Solaris 9), I get the following error:
    "Error connecting to database - java.sql.SQLException: Io exception: The Network Adapter could not establish the connection"
    However, there is another application running on the same server using the same database server (only the actual databases being used differ) and it is able to access the database without any issues. Both of these are absolutely similar applications and I couldn't think of any reasons why one would work and the other wouldn't. I thought they might be conflicting each other and tried running only the problematic application. But even then, I get the same error.
    I know this might not be too relevant but to provide you some more information on the environment, the applications are running on separate Tomcat instances on the same server and they are connected to an Apache web server through Mod jk.
    Any help in solving this problem is greatly appreciated!
    Thanks!
    Regards,
    Yogaesh

    Yogaesh wrote:
    The 'application' that works is also a Tomcat application... It's exactly same as the problematic application in terms of the configuration and stuff... As for the typo errors, I copied the config info and pasted it... So pretty much it should be the same. And to add an additional note, I'm able to connect to the database from my localhost... I mean if I run the problematic application from localhost (without Apache and directly hitting Tomcat) I'm able to access the screens...
    The second part of that (localhost) usually isn't all that useful. You know it is a connection failure so that means the code is running and technically successfully (since connection failure is a legitimate runtime error.)
    You know it isn't a firewall issue because it connects from another app in tomcat. So it must be a configuration issue.
    So something like one of the following.
    1. It isn't the same (we already know this but this particular item means that it is not in fact exactly the same because you deliberately or accidently modified it.)
    2. It isn't pulling the right config. Maybe you aren't packaging it, maybe it is buffered on the server and it is using that rather than what you think it is.
    3. Java code is referring to the wrong name.
    Do this, change the configuration so it points to a server that does not exist. Repack, redeploy. If the error is the same (no diff) then you know that it is not running the code that you think it is. If it does change then you know that it can only be 1.

  • ERROR:DBCP borrowObject failed: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection

    Does anyone know what this error means?I have already installed Analyzer 6.5 on Win NT, on locally installed Tomcat web server and the oracle 9i database is on a solaris box.I think the problem is it is not able to connect to the oracle repository but I don't know how to fix it. Thanks,Haroon

    Joe,
    It may happen during testOnReserve, too.
    Slava
    "Joseph Weinstein" <[email protected]> wrote in message
    news:[email protected]..
    That means the Oracle URL you supplied to the pool is incorrect forconnecting to the
    DBMS you want. If the same pool definition works sometimes and sometimesnot,
    then it's an oracle problem with rapid connection requests. Make the poolmake all it's
    connections at startup, by setting init=max, and this shouldn't happen.
    Joe
    Najib wrote:
    Hi,
    I am using a WebLogic Server 5.1. I created a connection pool to access
    Oracle DB 8.1.7. It works fine but some times i have this pb :
    Tue Apr 16 08:35:37 GMT 2002:<I> <JDBC Pool> Sleeping increateResource()
    SQLException Pool connect failed: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Io exception: The Network Adapter could notestablish the connection
    atoracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    atoracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    atoracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
    atoracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)
    atoracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
    atoracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connection
    EnvFactory.java:164)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connection
    EnvFactory.java:123)
    can some one help me please.
    thinx.

  • SQL Error: 12519, SQLState: 66000 ERROR 2013-11-29 10:47:19,601 org.hibernate.util.JDBCExceptionReporter  - Listener refused the connection with the following error:

    SQL Error: 12519, SQLState: 66000
    ERROR 2013-11-29 10:47:19,601 org.hibernate.util.JDBCExceptionReporter  - Listener refused the connection with the following error:

    Below solution was given for similar issue. Hope it works with you.
    I think it is not using C3p0 by default.
    Please try add this property to your hibernate.cfg.xml.
    <property name="hibernate.connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>

  • [java.sql.SQLException: Io exception: The Network Adapter could not establish the connection]

    Hello,
    I have recently installed Weblogic6.1Sp1 server with Weblogic Intergration 2.1
    on solaris 7 and im getting this error when connecting to the database (oracle816.3);
    I have changed Oracle drivers and tried many different configurations, with no
    luck, Could someone give me some guidance or has anyone encounted this error before.
    Thanks
    Bobby
    java.sql.SQLException: Io exception: The Network Adapter could not establish the
    connection]
    java.sql.SQLException: Io exception: The Network Adapter could not establish the
    connection
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
    at com.bea.wlpi.rdbmsrealm.RDBMSDelegate.<init>(RDBMSDelegate.java:187)
    at com.bea.wlpi.rdbmsrealm.RDBMSDelegate$DFactory.newInstance(RDBMSDelegate.java:1177)
    at weblogic.security.utils.Pool.getInstance(Pool.java:57)
    at com.bea.wlpi.rdbmsrealm.RDBMSRealm.getDelegate(RDBMSRealm.java:104)
    at com.bea.wlpi.rdbmsrealm.RDBMSRealm.getUser(RDBMSRealm.java:145)
    at weblogic.security.acl.CachingRealm.getUserEntry(CachingRealm.java:806)
    at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:670)
    at weblogic.security.acl.internal.FileRealm.getPrincipalFromAnyRealm(FileRealm.java:1008)
    at weblogic.security.acl.internal.FileRealm.ensureRequiredObjectsExist(FileRealm.java:957)
    at weblogic.security.acl.internal.FileRealm.loadMembers(FileRealm.java:1202)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:274)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:390)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)

    Hi. This is definitely an oracle-only problem, so you should simplify the problem
    down to a small standalone program using the oracle thin driver to make a connection.
    Once you get this to work, weblogic will also be able to do it. Make sure that
    when you try to have weblogic succeed after you can do it with oracle code only,
    that the driver you used to succeed with, is ahead of any weblogic jars in
    the server classpath. Note that we ship a classes12.zip in our packaging, but
    Oracle has since released a newer one (with the same name!) that has some bugs
    fixed. Make sure the later one is the one the JVM will pick up.
    Joe
    Bobby wrote:
    >
    Hello,
    I have recently installed Weblogic6.1Sp1 server with Weblogic Intergration 2.1
    on solaris 7 and im getting this error when connecting to the database (oracle816.3);
    I have changed Oracle drivers and tried many different configurations, with no
    luck, Could someone give me some guidance or has anyone encounted this error before.
    Thanks
    Bobby
    java.sql.SQLException: Io exception: The Network Adapter could not establish the
    connection]
    java.sql.SQLException: Io exception: The Network Adapter could not establish the
    connection
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
    at com.bea.wlpi.rdbmsrealm.RDBMSDelegate.<init>(RDBMSDelegate.java:187)
    at com.bea.wlpi.rdbmsrealm.RDBMSDelegate$DFactory.newInstance(RDBMSDelegate.java:1177)
    at weblogic.security.utils.Pool.getInstance(Pool.java:57)
    at com.bea.wlpi.rdbmsrealm.RDBMSRealm.getDelegate(RDBMSRealm.java:104)
    at com.bea.wlpi.rdbmsrealm.RDBMSRealm.getUser(RDBMSRealm.java:145)
    at weblogic.security.acl.CachingRealm.getUserEntry(CachingRealm.java:806)
    at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:670)
    at weblogic.security.acl.internal.FileRealm.getPrincipalFromAnyRealm(FileRealm.java:1008)
    at weblogic.security.acl.internal.FileRealm.ensureRequiredObjectsExist(FileRealm.java:957)
    at weblogic.security.acl.internal.FileRealm.loadMembers(FileRealm.java:1202)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:274)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:390)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)

  • Java.sql.SQLException: Io exception: The Network Adapter could't establish connection

    Hi,
    I run java application on one Sun Solaris (5.8) server and call Oracle 8.1.6 MTS database on another Sun Solaris (5.8) server.
    When I am using jdbc:oracle:thin:@host:port:sid, I got:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection.
    So, I changed to jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostip)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=databasename)(SERVER=DEDICATED))). It works.
    But, when I tested java application with jdbc:oracle:thin:@host:port:sid on other Sun Solaris 5.8 server, using same classes12.zip and connect to same MTS database, all of them worked.
    Right now, there is only one Sun server does not work with jdbc:oracle:thin:@host:port:sid format. And on this SUn server, using jdbc:oracle:thin:@host:port:sid format connect to other dedicated Oracle database is fine.
    Thanks for your help advance.
    Paul

    This is going to sound stupid, but have you made sure that the server that couldn't connect resolved the name of the database server correctly? We had some problems with some of our field offices not correctly resolving the IP address for our server when the name was given. I would first try and put the IP address for the server/host name:
    jdbc:oracle:thin:@1.1.1.1:port:sid
    That's just a thought, hope it works for you.

  • Java.sql.SQLException: IO Error: The Network Adapter could not establish...

    Hi,
    I know that there are a lot of threads with this error, but I don't know how to solve my situation yet.
    I'm trying to access to the database via JDBC, and the driver return the following error:
    java.sql.SQLException: IO Error: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:419)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:536)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:133)
    at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.execute(OpenConnectionCommand.java:97)
    at net.sourceforge.squirrel_sql.client.mainframe.action.ConnectToAliasCommand$SheetHandler.run(ConnectToAliasCommand.java:281)
    - My oracle database is up and I can access to it with locally with TOAD
    - I can do TELNET localhost 1521 in the server that has the DB installed
    - I can do a successful ping from the client computer to the oracle server
    - There aren't any firewalls between the client and the server.
    - When I try to do TELNET <IP Address> 1521 from the client computer to the oracle DB Server, the connection could not be opened
    - I tryed to do a TELNET to another port where I have another service, and the result has been successful. So the problem is related with the port 1521...
    I don't have any knowledge about database administration, so I don't know what to do to solve this.
    Can you help me please?

    java.sql.SQLException: IO Error: The Network Adapter could not establish the connectionThis preposterous error message is Oracle's way of saying either 'Connection refused' or 'Connection timeout' or 'no route to host' or 'unknown host'. However because of the stupidity of making up their own message instead of giving the original exception, it is impossible to say which. The pretentious wording is also stupid: network adapters don't create connections. TCP/IP stacks do that.
    As to your problem, either there is no such host, no route to the host, nothing listening at the IP:port you specified, or there is a firewall in the way. And that includes a possible Windows firewall on the server host itself.

  • SEVERE: java.sql.SQLException: Io exception: The Network Adapter could not

    Hi Friends,
    I am installing Java Addin to ECC 6.0 SR3 on Solaris 5.10(Oracle 10.2).
    SCS Addin i have completed.Right now i am facing issue when installing DB Addin Java in phase -->
    Java Import--->
    08.01.09 00:23:39 com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    I have captured this error in jload.log
    As per SAP Note 969660 i have restarted the Listener but still no luck..
    Could any one aware of this issue.
    Thanks
    Siva
    9885704611

    Hai,
    Check the below links, may be helpful.....
    http://www.websina.com/bugzero/kb/oracle-connection.html
    /thread/498275 [original link is broken]
    Regards,
    Yoganand.V

  • Java.sql.SQLException: Io exception: The Network Adapter could not establish the conn

    Hello all!
    First of all, I want to say I read all the answers to this problem that were posted in the past in this forum.
    I try to connect from the intranet to an Oracle database, named bc01. The string I use is "jdbc:oracle:thin:@192.168.199.11:1521:bc01". On the 192.168.199.11 machine the listener and oracleservice services are started. The bc01 is correctly added to tnsnames.ora. If I issue a tnsping80 192.168.199.11 from the console it works. However, if I issue the same command from my workstation, it doesn't work (says No listener). So what am I missing here?
    Any help is much appreciated !
    Thank you very much!

    Faizan,
    Normally this error is reported when the database is either not available or the URL is invalid. Please check the URL whether you have a valid DB connection there.
    Also I see the getConnection missing e,g.
    Connection conn = ds.getConnection();
    regards
    Debu
    I am trying to setup DataSource for my application and I am using oracle 8.1.6.3 database. I have following entry in the data-sources.xml file
    <data-source
                   class="oracle.jdbc.pool.OracleDataSource"
                   name="jdbc/pool/OracleDS"
                   location="jdbc/ConnectionDS"
                   pooled-location="jdbc/pool/OracleDS"
                   url="jdbc:oracle:thin:@machine:1521:development"
                   username="user"
                   password="password"
                   min-connections="3"
                   max-connections="50"
                   wait-timeout="10"               
                   inactivity-timeout="30"
         />
    In my JSP code I am doing following to access the database
    ResultSet sqlResultSet = null;
    PreparedStatement stm = null;
    InitialContext ic = new InitialContext();
    DataSource ds = (DataSource)ic.lookup("jdbc/OracleDS");
    stm = conn.prepareStatement(updtUser);
    I got following exception when I ran teh code
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Thanks for help
    Faizan

Maybe you are looking for

  • Not able to access parent instance variable in outside of methods in child

    Hi, I am not getting why i am not able to access parent class instance variable outside the child class intance methods. class Parent      int a; class Child extends Parent      a = 1; // Here i am getting a compilation error that Syntax error on tok

  • More connections in application...

    Hi! I need to create more connections in my app. So I have 2 users in DB. I created two connections under Application Resources in my project. How can I say that for first AppModule I want to use one connection, but for second AppModule I want to use

  • Multiple node selection in Hierarchy Variable

    Hi Experts, I have a requirement for the capability to select the multiple node in the BPS variable of type hierarchy. This is required in the data slice where my administrator want to select the more than one node at a time for the purpose of lockin

  • 10.4.7 MacBook Pro 2.16

    A brand new mbp 2.16 (2GB, 256MB VRAM, 100GB HD) with MacOS 10.4.6 was updated to 10.4.7 After restarting process there were flickering window contours and double showing text / mouse arrow on the display - No work possible. After re-installing the o

  • Why does FF open a new window every time I try to open a new tab?

    I have tried to change this in preferences but it won't work.