Oracle JDBC connection string wrong in dspace.cfg - ID: 2722093
---------------------------------------------------------------

                 Key: DS-269
                 URL: http://jira.dspace.org/jira/browse/DS-269
             Project: DSpace 1.x
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.5.2, 1.5.1, 1.5.0
            Reporter: Claudia Jürgen
            Priority: Trivial


Submitted by David Goddard on SF:



The JDBC connection string for Oracle is incorrect in dspace.cfg file in
1.5.1 and in the current documentation

It reads

db.url = jdbc.oracle.thin:@//host:port/dspace

when it should be (notice the colons)

db.url = jdbc:oracle:thin:@//host:port/dspace

Also on

http://www.dspace.org/1_5_1Documentation/ch03.html#N105CA
http://www.dspace.org/index.php/Architecture/technology/system-docs/install
.html

If unfixed, when trying to run

$ ant fresh_install

You get

[java] java.sql.SQLException: No suitable driver found for
jdbc.oracle.thin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
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-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to