Hi Stuart,

 

These are some code lines of my dspace.cfg. I tested the URL with Netbeans
and the connections works fine.

 

# Database name ("oracle", or "postgres")

#db.name = ${default.db.name}

#db.name = postgres

db.name = oracle

 

# URL for connecting to database

db.url = jdbc:oracle:thin:@//localhost:1521/XE

#db.url = jdbc:postgresql://localhost:5432/dspace

 

# JDBC Driver

#db.driver = ${default.db.driver}

db.driver = oracle.jdbc.OracleDriver

 

# Database username and password

#db.username = ${default.db.username}

#db.password = ${default.db.password}

db.username = dspace

db.password = dspace

 

  _____  

From: Stuart Lewis [mailto:[email protected]] 
Sent: miércoles, 02 de septiembre de 2009 04:15 p.m.
To: [email protected]
Cc: [email protected]
Subject: Re: [Dspace-tech] ORACLE -
FATALorg.dspace.storage.rdbms.InitializeDatabase @ Caught Exception

 

This issue may be affecting you:

 

http://jira.dspace.org/jira/browse/DS-269

 

Thanks,

 

 

Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/

 

 

On 3/09/2009, at 6:51 AM, Larry Stone wrote:





This message means there is a problem in your JDBC configuration:  
probably db.url has the wrong hostname or port number.  Also check  
db.username and db.password.  Make sure the same values work with a  
simpler Oracle client like SQLPlus (although you'll have to rearrange  
the URL, it has a different pattern).

/lcs

On Sep 2, 2009, at 12:41 PM, José Eslava wrote:




java] 2009-09-02 10:25:08,232 FATAL  

org.dspace.storage.rdbms.InitializeDat

abase @ Caught exception:

   [java] java.sql.SQLException: Excepci¾n de E/S: The Network  

Adapter

could n

ot establish the connection



----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to