Re: [Dspace-tech] Another Ant fresh_install error: Bad Packet Type

2008-07-23 Thread Rebekah Burke
[java] at org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100) BUILD FAILED /home/rburke/dspace-1.5.0-release/dspace/target/dspace-1.5.0-build.dir/build.xml:380: Java returned: 1 Total time: 1 second On Mon, Jul 21, 2008 at 4:28 PM, Rebekah Burke <[EMAIL PROTECTED]> wrote: > Thanks for that

Re: [Dspace-tech] Another Ant fresh_install error: Bad Packet Type

2008-07-21 Thread Rebekah Burke
version number on the ojdbc dependency. > > Oracle drivers aren't distributed as part of the Maven repo normally, so > you will likely have to manually 'install' it into your local Maven using > the install:install-file command: > > http://maven.apache.org/plugins

[Dspace-tech] Another Ant fresh_install error: Bad Packet Type

2008-07-21 Thread Rebekah Burke
; > On Mon, Jul 21, 2008 at 3:29 PM, Graham Triggs <[EMAIL PROTECTED]> > wrote: > >> Sounds like you might have a wonky ojdbc jar. >> >> What version is it? >> >> Can you try replacing it with the latest version downloaded from Oracle? >> >>

[Dspace-tech] Another Ant fresh_install error: Bad Packet Type

2008-07-21 Thread Rebekah Burke
Hi all, I am on step 7, the ant fresh_install step, of installing Dspace 1.5 from the PDF manual, using Oracle 11g on Debian Linux. I am receiving this Bad Packet Type java error when I run ant fresh_install.. [EMAIL PROTECTED]:/home/rburke/dspace-1.5.0-release/dspace/target/dspace-1.5.0-bui

Re: [Dspace-tech] Ant Errors when installing Dspace with Oracle

2008-07-16 Thread Rebekah Burke
e:: > > 1--db.driver = oracle.jdbc.driver.OracleDriver > 2--db.url = jdbc:oracle:thin:@localhost:1521:xe > (your URL path had some missing stuff, like the colon after 'thin'; > check this out carefully! in my case, 'xe' is the Oracle Express edition); > Hope it woks t

[Dspace-tech] Ant Errors when installing Dspace with Oracle

2008-07-09 Thread Rebekah Burke
Hi all, I've searched and searched but cannot find a solution to my problem. I am installing DSpace on Debian Linux with Tomcat 6. It's using an Oracle 11g server which is sitting on a seperate Solaris server. I get this error when I run ant fresh_install for dspace: Buildfile: build.xml init_