You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by John Baker <Jo...@Sun.COM> on 2007/08/16 18:47:56 UTC

Problem connecting to Derby

Would someone kindly have some suggestions for this
user

http://www.nabble.com/%27Unsupported-upgrade-from-10.1-to-10.2-beta%27---Cannot-Connect-to-Demo-Databases-tf4256082.html#a12179867

Thank you
John

Re: Problem connecting to Derby

Posted by Oystein Grovlen - Sun Norway <Oy...@Sun.COM>.
John Baker wrote:
> 
> Would someone kindly have some suggestions for this
> user
> 
> http://www.nabble.com/%27Unsupported-upgrade-from-10.1-to-10.2-beta%27---Cannot-Connect-to-Demo-Databases-tf4256082.html#a12179867 
> 
> 
> Thank you
> John

The error message about upgrade from 10.1 to 10.2 beta indicates that 
the user is trying to access a database created with an official release 
(10.1) with alpha/beta software.  This is by default prevented in order 
to avoid that a production database is accidentally corrupted by 
unstable software.  It is possible to allow this by setting the property 
derby.database.allowPreReleaseUpgrade.  However,10.2.0.3 is an alpha 
release that came with an early access release of JDK 6 (build 89), and 
I think the user should consider to use a newer version of Derby (and 
the JDK?).

Hope this helps,

Øystein