You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2007/02/19 21:36:05 UTC

[jira] Commented: (DERBY-2357) Cannot create a database

    [ https://issues.apache.org/jira/browse/DERBY-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474270 ] 

Kristian Waagan commented on DERBY-2357:
----------------------------------------

I see from the attached output that the Java version used is marked "-rc". Which Java SE 6 build is this?
Before Java SE 6 was officially released, there were several JDBC API changes (which broke the Derby development trunk).

Can you try to use an official Java SE 6 release and see if you still get the error?

> Cannot create a database
> ------------------------
>
>                 Key: DERBY-2357
>                 URL: https://issues.apache.org/jira/browse/DERBY-2357
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.2.2.0
>            Reporter: Robert McConnell
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
> C:\Documents and Settings\Bob>java org.apache.derby.tools.sysinfo
> ------------------ Java Information ------------------
> Java Version:    1.6.0-rc
> Java Vendor:     Sun Microsystems Inc.
> Java home:       C:\Program Files\Java\jdk1.6.0\jre
> Java classpath:  C:\Program Files\Java\jdk1.6.0;E:\javadb;E:\javadb\lib\derby.ja
> r;E:\javadb\lib\derbytools.jar;E:\javadb\lib\derbynet.jar;E:\javadb\lib\derbycli
> ent.jar;
> OS name:         Windows XP
> OS architecture: x86
> OS version:      5.1
> Java user name:  Bob
> Java user home:  C:\Documents and Settings\Bob
> Java user dir:   C:\Documents and Settings\Bob
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.6
> --------- Derby Information --------
> JRE - JDBC: Java SE 6 - JDBC 4.0
> [E:\javadb\lib\derby.jar] 10.2.2.0 - (485682)
> [E:\javadb\lib\derbytools.jar] 10.2.2.0 - (485682)
> [E:\javadb\lib\derbynet.jar] 10.2.2.0 - (485682)
> [E:\javadb\lib\derbyclient.jar] 10.2.2.0 - (485682)
> ------------------------------------------------------
> ----------------- Locale Information -----------------
> Current Locale :  [English/United States [en_US]]
> ------------------------------------------------------
> C:\Documents and Settings\Bob>java org.apache.derby.tools.ij
> ij version 10.2
> ij> connect 'jdbc:derby:MyDB;create=true';
> JAVA ERROR: java.lang.NoClassDefFoundError: java/sql/SQLClientInfoException
> ij> exit;
> C:\Documents and Settings\Bob>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.