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 "David Van Couvering (JIRA)" <de...@db.apache.org> on 2006/01/20 01:24:42 UTC

[jira] Created: (DERBY-830) lang/dcl.sql is failing

lang/dcl.sql is failing 
------------------------

         Key: DERBY-830
         URL: http://issues.apache.org/jira/browse/DERBY-830
     Project: Derby
        Type: Test
  Components: Test  
 Environment: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790
CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin

Sun Microsystems Inc. 1.5 Java VM
    Reporter: David Van Couvering
    Priority: Critical


The first observed failure of this was revision 344536 (see http://www.multinet.no/~solberg/public/Apache/Derby/UpdateInfo/345536.txt), which has a number of changes queued up because the tests were not run for a while.

derbylang diff -------------------------------------------------------------
********* Diff file derbylang/derbylang/dcl.diff
*** Start: dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:23:36 ***
274a275,276
> ERROR XJ040: Failed to start database 'jar:(ina.jar)db7', see the next exception for details.
> ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.JarStorageFactory registered for identifier jar.
278 del
< ID         |E_MAIL                        |OK    
279 del
< -------------------------------------------------
280 del
< 1          |bill@ruletheworld.com         |NULL  
281 del
< 2          |penguin@antartic.com          |NULL  
282 del
< 3          |big@blue.com                  |NULL  
283 del
< 4          |spammer@ripoff.com            |0     
284 del
< 5          |open@source.org               |1     
284a280
> IJ ERROR: Unable to establish connection
286 del
< E_MAIL                        |2     
287 del
< -------------------------------------
288 del
< bill@ruletheworld.com         |0     
289 del
< penguin@antartic.com          |0     
290 del
< big@blue.com                  |0     
291 del
< spammer@ripoff.com            |0     
292 del
< open@source.org               |1     
292a282
> IJ ERROR: Unable to establish connection
294 del
< ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
294a284
> IJ ERROR: Unable to establish connection
296 del
< ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
296a286
> IJ ERROR: Unable to establish connection
306 del
< 1                                                                                                                                                                                                                                                                                                           
307 del
< ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
308 del
< NULL                                                                                                                                                                                                                                                                                                        
308a296
> IJ ERROR: Unable to establish connection
311 del
< 1                                                                                                                                                                                                                                                                                                           
312 del
< ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
313 del
< NULL                                                                                                                                                                                                                                                                                                        
313a299
> IJ ERROR: Unable to establish connection
315a302
> IJ ERROR: Unable to establish connection
317 del
< ID         |E_MAIL                        |OK    
318 del
< -------------------------------------------------
319 del
< 1          |bill@ruletheworld.com         |NULL  
320 del
< 2          |penguin@antartic.com          |NULL  
321 del
< 3          |big@blue.com                  |NULL  
322 del
< 4          |spammer@ripoff.com            |0     
323 del
< 5          |open@source.org               |1     
323a304
> IJ ERROR: Unable to establish connection
325 del
< TYPE |MODE|TABLENAME                                                                                                                       
326 del
< -------------------------------------------------------------------------------------------------------------------------------------------
327 del
< TABLE|S   |CONTACTS                                                                                                                        
327a306
> IJ ERROR: Unable to establish connection
328a308
> IJ ERROR: Unable to establish connection
343a324,325
> ERROR XJ040: Failed to start database 'classpath:db7', see the next exception for details.
> ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.CPStorageFactory registered for identifier classpath.
347 del
< ID         |E_MAIL                        |OK    
348 del
< -------------------------------------------------
349 del
< 1          |bill@ruletheworld.com         |NULL  
350 del
< 2          |penguin@antartic.com          |NULL  
351 del
< 3          |big@blue.com                  |NULL  
352 del
< 4          |spammer@ripoff.com            |0     
353 del
< 5          |open@source.org               |1     
353a329
> IJ ERROR: Unable to establish connection
355 del
< E_MAIL                        |2     
356 del
< -------------------------------------
357 del
< bill@ruletheworld.com         |0     
358 del
< penguin@antartic.com          |0     
359 del
< big@blue.com                  |0     
360 del
< spammer@ripoff.com            |0     
361 del
< open@source.org               |1     
361a331
> IJ ERROR: Unable to establish connection
363 del
< ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
363a333
> IJ ERROR: Unable to establish connection
365 del
< ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
365a335
> IJ ERROR: Unable to establish connection
375 del
< 1                                                                                                                                                                                                                                                                                                           
376 del
< ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
377 del
< NULL                                                                                                                                                                                                                                                                                                        
377a345
> IJ ERROR: Unable to establish connection
380 del
< 1                                                                                                                                                                                                                                                                                                           
381 del
< ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
382 del
< NULL                                                                                                                                                                                                                                                                                                        
382a348
> IJ ERROR: Unable to establish connection
384a351
> IJ ERROR: Unable to establish connection
386 del
< ID         |E_MAIL                        |OK    
387 del
< -------------------------------------------------
388 del
< 1          |bill@ruletheworld.com         |NULL  
389 del
< 2          |penguin@antartic.com          |NULL  
390 del
< 3          |big@blue.com                  |NULL  
391 del
< 4          |spammer@ripoff.com            |0     
392 del
< 5          |open@source.org               |1     
392a353
> IJ ERROR: Unable to establish connection
394 del
< TYPE |MODE|TABLENAME                                                                                                                       
395 del
< -------------------------------------------------------------------------------------------------------------------------------------------
396 del
< TABLE|S   |CONTACTS                                                                                                                        
396a355
> IJ ERROR: Unable to establish connection
397a357
> IJ ERROR: Unable to establish connection
Test Failed.
*** End:   dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:24:02 ***


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


[jira] Updated: (DERBY-830) lang/dcl.sql is failing

Posted by "David Van Couvering (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-830?page=all ]

David Van Couvering updated DERBY-830:
--------------------------------------

    Priority: Major  (was: Critical)

Downgrading to Major since this appears to only be occurring on Solaris x86 now, instead of all platforms.

> lang/dcl.sql is failing
> -----------------------
>
>          Key: DERBY-830
>          URL: http://issues.apache.org/jira/browse/DERBY-830
>      Project: Derby
>         Type: Test
>   Components: Test
>  Environment: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790
> CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin
> Sun Microsystems Inc. 1.5 Java VM
>     Reporter: David Van Couvering

>
> The first observed failure of this was revision 344536 (see http://www.multinet.no/~solberg/public/Apache/Derby/UpdateInfo/345536.txt), which has a number of changes queued up because the tests were not run for a while.
> derbylang diff -------------------------------------------------------------
> ********* Diff file derbylang/derbylang/dcl.diff
> *** Start: dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:23:36 ***
> 274a275,276
> > ERROR XJ040: Failed to start database 'jar:(ina.jar)db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.JarStorageFactory registered for identifier jar.
> 278 del
> < ID         |E_MAIL                        |OK    
> 279 del
> < -------------------------------------------------
> 280 del
> < 1          |bill@ruletheworld.com         |NULL  
> 281 del
> < 2          |penguin@antartic.com          |NULL  
> 282 del
> < 3          |big@blue.com                  |NULL  
> 283 del
> < 4          |spammer@ripoff.com            |0     
> 284 del
> < 5          |open@source.org               |1     
> 284a280
> > IJ ERROR: Unable to establish connection
> 286 del
> < E_MAIL                        |2     
> 287 del
> < -------------------------------------
> 288 del
> < bill@ruletheworld.com         |0     
> 289 del
> < penguin@antartic.com          |0     
> 290 del
> < big@blue.com                  |0     
> 291 del
> < spammer@ripoff.com            |0     
> 292 del
> < open@source.org               |1     
> 292a282
> > IJ ERROR: Unable to establish connection
> 294 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 294a284
> > IJ ERROR: Unable to establish connection
> 296 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 296a286
> > IJ ERROR: Unable to establish connection
> 306 del
> < 1                                                                                                                                                                                                                                                                                                           
> 307 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 308 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 308a296
> > IJ ERROR: Unable to establish connection
> 311 del
> < 1                                                                                                                                                                                                                                                                                                           
> 312 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 313 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 313a299
> > IJ ERROR: Unable to establish connection
> 315a302
> > IJ ERROR: Unable to establish connection
> 317 del
> < ID         |E_MAIL                        |OK    
> 318 del
> < -------------------------------------------------
> 319 del
> < 1          |bill@ruletheworld.com         |NULL  
> 320 del
> < 2          |penguin@antartic.com          |NULL  
> 321 del
> < 3          |big@blue.com                  |NULL  
> 322 del
> < 4          |spammer@ripoff.com            |0     
> 323 del
> < 5          |open@source.org               |1     
> 323a304
> > IJ ERROR: Unable to establish connection
> 325 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 326 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 327 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 327a306
> > IJ ERROR: Unable to establish connection
> 328a308
> > IJ ERROR: Unable to establish connection
> 343a324,325
> > ERROR XJ040: Failed to start database 'classpath:db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.CPStorageFactory registered for identifier classpath.
> 347 del
> < ID         |E_MAIL                        |OK    
> 348 del
> < -------------------------------------------------
> 349 del
> < 1          |bill@ruletheworld.com         |NULL  
> 350 del
> < 2          |penguin@antartic.com          |NULL  
> 351 del
> < 3          |big@blue.com                  |NULL  
> 352 del
> < 4          |spammer@ripoff.com            |0     
> 353 del
> < 5          |open@source.org               |1     
> 353a329
> > IJ ERROR: Unable to establish connection
> 355 del
> < E_MAIL                        |2     
> 356 del
> < -------------------------------------
> 357 del
> < bill@ruletheworld.com         |0     
> 358 del
> < penguin@antartic.com          |0     
> 359 del
> < big@blue.com                  |0     
> 360 del
> < spammer@ripoff.com            |0     
> 361 del
> < open@source.org               |1     
> 361a331
> > IJ ERROR: Unable to establish connection
> 363 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 363a333
> > IJ ERROR: Unable to establish connection
> 365 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 365a335
> > IJ ERROR: Unable to establish connection
> 375 del
> < 1                                                                                                                                                                                                                                                                                                           
> 376 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 377 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 377a345
> > IJ ERROR: Unable to establish connection
> 380 del
> < 1                                                                                                                                                                                                                                                                                                           
> 381 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 382 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 382a348
> > IJ ERROR: Unable to establish connection
> 384a351
> > IJ ERROR: Unable to establish connection
> 386 del
> < ID         |E_MAIL                        |OK    
> 387 del
> < -------------------------------------------------
> 388 del
> < 1          |bill@ruletheworld.com         |NULL  
> 389 del
> < 2          |penguin@antartic.com          |NULL  
> 390 del
> < 3          |big@blue.com                  |NULL  
> 391 del
> < 4          |spammer@ripoff.com            |0     
> 392 del
> < 5          |open@source.org               |1     
> 392a353
> > IJ ERROR: Unable to establish connection
> 394 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 395 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 396 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 396a355
> > IJ ERROR: Unable to establish connection
> 397a357
> > IJ ERROR: Unable to establish connection
> Test Failed.
> *** End:   dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:24:02 ***

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


[jira] Commented: (DERBY-830) lang/dcl.sql is failing

Posted by "Daniel John Debrunner (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-830?page=comments#action_12363340 ] 

Daniel John Debrunner commented on DERBY-830:
---------------------------------------------

This test passes for me on Windows XP with Sun's 1.5 JDK  and cygwin.
Running jars and sane.
The failure looks like a build failure.

> lang/dcl.sql is failing
> -----------------------
>
>          Key: DERBY-830
>          URL: http://issues.apache.org/jira/browse/DERBY-830
>      Project: Derby
>         Type: Test
>   Components: Test
>  Environment: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790
> CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin
> Sun Microsystems Inc. 1.5 Java VM
>     Reporter: David Van Couvering
>     Priority: Critical

>
> The first observed failure of this was revision 344536 (see http://www.multinet.no/~solberg/public/Apache/Derby/UpdateInfo/345536.txt), which has a number of changes queued up because the tests were not run for a while.
> derbylang diff -------------------------------------------------------------
> ********* Diff file derbylang/derbylang/dcl.diff
> *** Start: dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:23:36 ***
> 274a275,276
> > ERROR XJ040: Failed to start database 'jar:(ina.jar)db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.JarStorageFactory registered for identifier jar.
> 278 del
> < ID         |E_MAIL                        |OK    
> 279 del
> < -------------------------------------------------
> 280 del
> < 1          |bill@ruletheworld.com         |NULL  
> 281 del
> < 2          |penguin@antartic.com          |NULL  
> 282 del
> < 3          |big@blue.com                  |NULL  
> 283 del
> < 4          |spammer@ripoff.com            |0     
> 284 del
> < 5          |open@source.org               |1     
> 284a280
> > IJ ERROR: Unable to establish connection
> 286 del
> < E_MAIL                        |2     
> 287 del
> < -------------------------------------
> 288 del
> < bill@ruletheworld.com         |0     
> 289 del
> < penguin@antartic.com          |0     
> 290 del
> < big@blue.com                  |0     
> 291 del
> < spammer@ripoff.com            |0     
> 292 del
> < open@source.org               |1     
> 292a282
> > IJ ERROR: Unable to establish connection
> 294 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 294a284
> > IJ ERROR: Unable to establish connection
> 296 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 296a286
> > IJ ERROR: Unable to establish connection
> 306 del
> < 1                                                                                                                                                                                                                                                                                                           
> 307 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 308 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 308a296
> > IJ ERROR: Unable to establish connection
> 311 del
> < 1                                                                                                                                                                                                                                                                                                           
> 312 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 313 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 313a299
> > IJ ERROR: Unable to establish connection
> 315a302
> > IJ ERROR: Unable to establish connection
> 317 del
> < ID         |E_MAIL                        |OK    
> 318 del
> < -------------------------------------------------
> 319 del
> < 1          |bill@ruletheworld.com         |NULL  
> 320 del
> < 2          |penguin@antartic.com          |NULL  
> 321 del
> < 3          |big@blue.com                  |NULL  
> 322 del
> < 4          |spammer@ripoff.com            |0     
> 323 del
> < 5          |open@source.org               |1     
> 323a304
> > IJ ERROR: Unable to establish connection
> 325 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 326 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 327 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 327a306
> > IJ ERROR: Unable to establish connection
> 328a308
> > IJ ERROR: Unable to establish connection
> 343a324,325
> > ERROR XJ040: Failed to start database 'classpath:db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.CPStorageFactory registered for identifier classpath.
> 347 del
> < ID         |E_MAIL                        |OK    
> 348 del
> < -------------------------------------------------
> 349 del
> < 1          |bill@ruletheworld.com         |NULL  
> 350 del
> < 2          |penguin@antartic.com          |NULL  
> 351 del
> < 3          |big@blue.com                  |NULL  
> 352 del
> < 4          |spammer@ripoff.com            |0     
> 353 del
> < 5          |open@source.org               |1     
> 353a329
> > IJ ERROR: Unable to establish connection
> 355 del
> < E_MAIL                        |2     
> 356 del
> < -------------------------------------
> 357 del
> < bill@ruletheworld.com         |0     
> 358 del
> < penguin@antartic.com          |0     
> 359 del
> < big@blue.com                  |0     
> 360 del
> < spammer@ripoff.com            |0     
> 361 del
> < open@source.org               |1     
> 361a331
> > IJ ERROR: Unable to establish connection
> 363 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 363a333
> > IJ ERROR: Unable to establish connection
> 365 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 365a335
> > IJ ERROR: Unable to establish connection
> 375 del
> < 1                                                                                                                                                                                                                                                                                                           
> 376 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 377 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 377a345
> > IJ ERROR: Unable to establish connection
> 380 del
> < 1                                                                                                                                                                                                                                                                                                           
> 381 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 382 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 382a348
> > IJ ERROR: Unable to establish connection
> 384a351
> > IJ ERROR: Unable to establish connection
> 386 del
> < ID         |E_MAIL                        |OK    
> 387 del
> < -------------------------------------------------
> 388 del
> < 1          |bill@ruletheworld.com         |NULL  
> 389 del
> < 2          |penguin@antartic.com          |NULL  
> 390 del
> < 3          |big@blue.com                  |NULL  
> 391 del
> < 4          |spammer@ripoff.com            |0     
> 392 del
> < 5          |open@source.org               |1     
> 392a353
> > IJ ERROR: Unable to establish connection
> 394 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 395 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 396 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 396a355
> > IJ ERROR: Unable to establish connection
> 397a357
> > IJ ERROR: Unable to establish connection
> Test Failed.
> *** End:   dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:24:02 ***

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


[jira] Resolved: (DERBY-830) lang/dcl.sql is failing

Posted by "Øystein Grøvlen (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-830?page=all ]

Øystein Grøvlen resolved DERBY-830.
-----------------------------------

    Resolution: Invalid

This error seems to be caused by a wrong set-up of default temp directory.  The test fails because it does not have permission to access the temp directory.  This has now been corrected on the computer used in the nightly test where this occurs.  I will close this issue if the failure is not seen tonight.


> lang/dcl.sql is failing
> -----------------------
>
>                 Key: DERBY-830
>                 URL: http://issues.apache.org/jira/browse/DERBY-830
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790
> CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin
> Sun Microsystems Inc. 1.5 Java VM
>            Reporter: David Van Couvering
>
> The first observed failure of this was revision 344536 (see http://www.multinet.no/~solberg/public/Apache/Derby/UpdateInfo/345536.txt), which has a number of changes queued up because the tests were not run for a while.
> derbylang diff -------------------------------------------------------------
> ********* Diff file derbylang/derbylang/dcl.diff
> *** Start: dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:23:36 ***
> 274a275,276
> > ERROR XJ040: Failed to start database 'jar:(ina.jar)db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.JarStorageFactory registered for identifier jar.
> 278 del
> < ID         |E_MAIL                        |OK    
> 279 del
> < -------------------------------------------------
> 280 del
> < 1          |bill@ruletheworld.com         |NULL  
> 281 del
> < 2          |penguin@antartic.com          |NULL  
> 282 del
> < 3          |big@blue.com                  |NULL  
> 283 del
> < 4          |spammer@ripoff.com            |0     
> 284 del
> < 5          |open@source.org               |1     
> 284a280
> > IJ ERROR: Unable to establish connection
> 286 del
> < E_MAIL                        |2     
> 287 del
> < -------------------------------------
> 288 del
> < bill@ruletheworld.com         |0     
> 289 del
> < penguin@antartic.com          |0     
> 290 del
> < big@blue.com                  |0     
> 291 del
> < spammer@ripoff.com            |0     
> 292 del
> < open@source.org               |1     
> 292a282
> > IJ ERROR: Unable to establish connection
> 294 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 294a284
> > IJ ERROR: Unable to establish connection
> 296 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 296a286
> > IJ ERROR: Unable to establish connection
> 306 del
> < 1                                                                                                                                                                                                                                                                                                           
> 307 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 308 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 308a296
> > IJ ERROR: Unable to establish connection
> 311 del
> < 1                                                                                                                                                                                                                                                                                                           
> 312 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 313 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 313a299
> > IJ ERROR: Unable to establish connection
> 315a302
> > IJ ERROR: Unable to establish connection
> 317 del
> < ID         |E_MAIL                        |OK    
> 318 del
> < -------------------------------------------------
> 319 del
> < 1          |bill@ruletheworld.com         |NULL  
> 320 del
> < 2          |penguin@antartic.com          |NULL  
> 321 del
> < 3          |big@blue.com                  |NULL  
> 322 del
> < 4          |spammer@ripoff.com            |0     
> 323 del
> < 5          |open@source.org               |1     
> 323a304
> > IJ ERROR: Unable to establish connection
> 325 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 326 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 327 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 327a306
> > IJ ERROR: Unable to establish connection
> 328a308
> > IJ ERROR: Unable to establish connection
> 343a324,325
> > ERROR XJ040: Failed to start database 'classpath:db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.CPStorageFactory registered for identifier classpath.
> 347 del
> < ID         |E_MAIL                        |OK    
> 348 del
> < -------------------------------------------------
> 349 del
> < 1          |bill@ruletheworld.com         |NULL  
> 350 del
> < 2          |penguin@antartic.com          |NULL  
> 351 del
> < 3          |big@blue.com                  |NULL  
> 352 del
> < 4          |spammer@ripoff.com            |0     
> 353 del
> < 5          |open@source.org               |1     
> 353a329
> > IJ ERROR: Unable to establish connection
> 355 del
> < E_MAIL                        |2     
> 356 del
> < -------------------------------------
> 357 del
> < bill@ruletheworld.com         |0     
> 358 del
> < penguin@antartic.com          |0     
> 359 del
> < big@blue.com                  |0     
> 360 del
> < spammer@ripoff.com            |0     
> 361 del
> < open@source.org               |1     
> 361a331
> > IJ ERROR: Unable to establish connection
> 363 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 363a333
> > IJ ERROR: Unable to establish connection
> 365 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 365a335
> > IJ ERROR: Unable to establish connection
> 375 del
> < 1                                                                                                                                                                                                                                                                                                           
> 376 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 377 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 377a345
> > IJ ERROR: Unable to establish connection
> 380 del
> < 1                                                                                                                                                                                                                                                                                                           
> 381 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 382 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 382a348
> > IJ ERROR: Unable to establish connection
> 384a351
> > IJ ERROR: Unable to establish connection
> 386 del
> < ID         |E_MAIL                        |OK    
> 387 del
> < -------------------------------------------------
> 388 del
> < 1          |bill@ruletheworld.com         |NULL  
> 389 del
> < 2          |penguin@antartic.com          |NULL  
> 390 del
> < 3          |big@blue.com                  |NULL  
> 391 del
> < 4          |spammer@ripoff.com            |0     
> 392 del
> < 5          |open@source.org               |1     
> 392a353
> > IJ ERROR: Unable to establish connection
> 394 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 395 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 396 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 396a355
> > IJ ERROR: Unable to establish connection
> 397a357
> > IJ ERROR: Unable to establish connection
> Test Failed.
> *** End:   dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:24:02 ***

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

       

[jira] Closed: (DERBY-830) lang/dcl.sql is failing

Posted by "Øystein Grøvlen (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-830?page=all ]

Øystein Grøvlen closed DERBY-830.
---------------------------------


It has been verified that when the night test changed to use a temp directory it had access to, the test has not failed anymore.  Hence, this is not a derbyproblem.  However, I do not think it is very obvious from the error message what the problem is, and I will file another Jira for the usability issue.

> lang/dcl.sql is failing
> -----------------------
>
>                 Key: DERBY-830
>                 URL: http://issues.apache.org/jira/browse/DERBY-830
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790
> CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin
> Sun Microsystems Inc. 1.5 Java VM
>            Reporter: David Van Couvering
>
> The first observed failure of this was revision 344536 (see http://www.multinet.no/~solberg/public/Apache/Derby/UpdateInfo/345536.txt), which has a number of changes queued up because the tests were not run for a while.
> derbylang diff -------------------------------------------------------------
> ********* Diff file derbylang/derbylang/dcl.diff
> *** Start: dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:23:36 ***
> 274a275,276
> > ERROR XJ040: Failed to start database 'jar:(ina.jar)db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.JarStorageFactory registered for identifier jar.
> 278 del
> < ID         |E_MAIL                        |OK    
> 279 del
> < -------------------------------------------------
> 280 del
> < 1          |bill@ruletheworld.com         |NULL  
> 281 del
> < 2          |penguin@antartic.com          |NULL  
> 282 del
> < 3          |big@blue.com                  |NULL  
> 283 del
> < 4          |spammer@ripoff.com            |0     
> 284 del
> < 5          |open@source.org               |1     
> 284a280
> > IJ ERROR: Unable to establish connection
> 286 del
> < E_MAIL                        |2     
> 287 del
> < -------------------------------------
> 288 del
> < bill@ruletheworld.com         |0     
> 289 del
> < penguin@antartic.com          |0     
> 290 del
> < big@blue.com                  |0     
> 291 del
> < spammer@ripoff.com            |0     
> 292 del
> < open@source.org               |1     
> 292a282
> > IJ ERROR: Unable to establish connection
> 294 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 294a284
> > IJ ERROR: Unable to establish connection
> 296 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 296a286
> > IJ ERROR: Unable to establish connection
> 306 del
> < 1                                                                                                                                                                                                                                                                                                           
> 307 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 308 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 308a296
> > IJ ERROR: Unable to establish connection
> 311 del
> < 1                                                                                                                                                                                                                                                                                                           
> 312 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 313 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 313a299
> > IJ ERROR: Unable to establish connection
> 315a302
> > IJ ERROR: Unable to establish connection
> 317 del
> < ID         |E_MAIL                        |OK    
> 318 del
> < -------------------------------------------------
> 319 del
> < 1          |bill@ruletheworld.com         |NULL  
> 320 del
> < 2          |penguin@antartic.com          |NULL  
> 321 del
> < 3          |big@blue.com                  |NULL  
> 322 del
> < 4          |spammer@ripoff.com            |0     
> 323 del
> < 5          |open@source.org               |1     
> 323a304
> > IJ ERROR: Unable to establish connection
> 325 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 326 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 327 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 327a306
> > IJ ERROR: Unable to establish connection
> 328a308
> > IJ ERROR: Unable to establish connection
> 343a324,325
> > ERROR XJ040: Failed to start database 'classpath:db7', see the next exception for details.
> > ERROR XBM0W: An exception was thrown while creating an instance of class class org.apache.derby.impl.io.CPStorageFactory registered for identifier classpath.
> 347 del
> < ID         |E_MAIL                        |OK    
> 348 del
> < -------------------------------------------------
> 349 del
> < 1          |bill@ruletheworld.com         |NULL  
> 350 del
> < 2          |penguin@antartic.com          |NULL  
> 351 del
> < 3          |big@blue.com                  |NULL  
> 352 del
> < 4          |spammer@ripoff.com            |0     
> 353 del
> < 5          |open@source.org               |1     
> 353a329
> > IJ ERROR: Unable to establish connection
> 355 del
> < E_MAIL                        |2     
> 356 del
> < -------------------------------------
> 357 del
> < bill@ruletheworld.com         |0     
> 358 del
> < penguin@antartic.com          |0     
> 359 del
> < big@blue.com                  |0     
> 360 del
> < spammer@ripoff.com            |0     
> 361 del
> < open@source.org               |1     
> 361a331
> > IJ ERROR: Unable to establish connection
> 363 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 363a333
> > IJ ERROR: Unable to establish connection
> 365 del
> < ERROR 25502: An SQL data change is not permitted for a read-only connection, user or database.
> 365a335
> > IJ ERROR: Unable to establish connection
> 375 del
> < 1                                                                                                                                                                                                                                                                                                           
> 376 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 377 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 377a345
> > IJ ERROR: Unable to establish connection
> 380 del
> < 1                                                                                                                                                                                                                                                                                                           
> 381 del
> < ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 382 del
> < NULL                                                                                                                                                                                                                                                                                                        
> 382a348
> > IJ ERROR: Unable to establish connection
> 384a351
> > IJ ERROR: Unable to establish connection
> 386 del
> < ID         |E_MAIL                        |OK    
> 387 del
> < -------------------------------------------------
> 388 del
> < 1          |bill@ruletheworld.com         |NULL  
> 389 del
> < 2          |penguin@antartic.com          |NULL  
> 390 del
> < 3          |big@blue.com                  |NULL  
> 391 del
> < 4          |spammer@ripoff.com            |0     
> 392 del
> < 5          |open@source.org               |1     
> 392a353
> > IJ ERROR: Unable to establish connection
> 394 del
> < TYPE |MODE|TABLENAME                                                                                                                       
> 395 del
> < -------------------------------------------------------------------------------------------------------------------------------------------
> 396 del
> < TABLE|S   |CONTACTS                                                                                                                        
> 396a355
> > IJ ERROR: Unable to establish connection
> 397a357
> > IJ ERROR: Unable to establish connection
> Test Failed.
> *** End:   dcl jdk1.5.0_04 derbylang:derbylang 2006-01-18 20:24:02 ***

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