Ola,
Estou desenvolvendo um sistema web que conecta-se à uma BD Oracle 9i e usa um servidor Jboss 4.0.5GA.
COnfigurei o hibernate e coloquei nas libs o arquivo ojdbc5.
Mas ao tentar acessar o banco aparece o seguinte erro:
15:12:04,496 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null
org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: The Network Adapter could not establish the connection)
Caused by: java.sql.SQLException: The Network Adapter could not establish the connection
Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
15:12:04,497 INFO [STDOUT] 15:12:04,497 WARN [SettingsFactory] Could not obtain connection metadata
org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (java.sql.SQLException: The Network Adapter could not establish the connection); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: The Network Adapter could not establish the connection))
Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: The Network Adapter could not establish the connection)
Caused by: java.sql.SQLException: The Network Adapter could not establish the connection
Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
Alguem pode me auxiliar e corrigir isso?
Obrigado desde já !