The Network Adapter could not establish the connection
-
Hello All , I am getting the error message while opening the application. 2011-04-25 20:04:18,786 ERROR [[/adassetupdater]] Exception sending context initialized event to listener instance of class com.drutt.opensurf.tpim.servlet.Configuratio nLoader java.lang.RuntimeException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection at com.drutt.util.jdbc.PooledConnectionManager.ensureCapacity(PooledConnectionManager.java:275) at com.drutt.util.jdbc.PooledConnectionManager.configure(PooledConnectionManager.java:165) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.mgen.arch.impl.AbstractManager.configure(AbstractManager.java:85) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.util.ConfigurationImpl$Record.createInstance(ConfigurationImpl.java:873)
Ish Kumar Kapila
-
Hello All , I am getting the error message while opening the application. 2011-04-25 20:04:18,786 ERROR [[/adassetupdater]] Exception sending context initialized event to listener instance of class com.drutt.opensurf.tpim.servlet.Configuratio nLoader java.lang.RuntimeException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection at com.drutt.util.jdbc.PooledConnectionManager.ensureCapacity(PooledConnectionManager.java:275) at com.drutt.util.jdbc.PooledConnectionManager.configure(PooledConnectionManager.java:165) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.mgen.arch.impl.AbstractManager.configure(AbstractManager.java:85) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.util.ConfigurationImpl$Record.createInstance(ConfigurationImpl.java:873)
Ish Kumar Kapila
-
It seems there is something wrong with the connection string. Can you verify if it is correct?
"Your code will never work, Luc's always will.", Richard MacCutchan[^]
It is giving error could not connect to the portal database. Please us the following string to connect jdbc:oracle:thin:msdp/msdp@192.168.56.1:1521:orcl do not use where to use this and of no help :(
Ish Kumar Kapila
-
It is giving error could not connect to the portal database. Please us the following string to connect jdbc:oracle:thin:msdp/msdp@192.168.56.1:1521:orcl do not use where to use this and of no help :(
Ish Kumar Kapila
-
Is that a correct IP? Try connecting using serverName@DomainName instead. Was there any change made to the database server recently?
"Your code will never work, Luc's always will.", Richard MacCutchan[^]
No change was made , and can u tell me where to use the format you mentioned.
Ish Kumar Kapila
-
Hello All , I am getting the error message while opening the application. 2011-04-25 20:04:18,786 ERROR [[/adassetupdater]] Exception sending context initialized event to listener instance of class com.drutt.opensurf.tpim.servlet.Configuratio nLoader java.lang.RuntimeException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection at com.drutt.util.jdbc.PooledConnectionManager.ensureCapacity(PooledConnectionManager.java:275) at com.drutt.util.jdbc.PooledConnectionManager.configure(PooledConnectionManager.java:165) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.mgen.arch.impl.AbstractManager.configure(AbstractManager.java:85) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.util.ConfigurationImpl$Record.createInstance(ConfigurationImpl.java:873)
Ish Kumar Kapila
Are you writing code or running an application provided by someone else? If you yourself are writing code then either you wrote some java code that created a JDBC connection or you configured a JEE server/container to do the same. Thus you know where the connection string is or you need to find out. If instead you are running an application (one you did not create) then you need to contact the vendor of the application and/or read the documentation of the application to determine how to correctly use it. The error message indicates that the connection string, which is something you should be familar with in the first case is not set to value that allows it to establish a connection OR there is a network problem between the client box and the database box.
-
Hello All , I am getting the error message while opening the application. 2011-04-25 20:04:18,786 ERROR [[/adassetupdater]] Exception sending context initialized event to listener instance of class com.drutt.opensurf.tpim.servlet.Configuratio nLoader java.lang.RuntimeException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection at com.drutt.util.jdbc.PooledConnectionManager.ensureCapacity(PooledConnectionManager.java:275) at com.drutt.util.jdbc.PooledConnectionManager.configure(PooledConnectionManager.java:165) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.mgen.arch.impl.AbstractManager.configure(AbstractManager.java:85) at com.drutt.util.ConfigurationImpl$FactoryImpl.create(ConfigurationImpl.java:679) at com.drutt.util.ConfigurationImpl$Record.createInstance(ConfigurationImpl.java:873)
Ish Kumar Kapila
Maybe you should first check if the listener for the oracle database has started yet. Then the connection string.