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

V.Narayanan commented on DERBY-2385:
------------------------------------

I ran junit suites.All on this patch.

I got the following errors

SecurityPolicyReloadingTest(  )java.lang.NullPointerException (this has been 
failing in the main trunk too)

and lot of exceptions like  (These occured in my environment WITH and WITHOUT 
the patch. So they seem to be more related to my environment than my patch 
changes)

 Encryption Algorithm: defaultjava.security.AccessControlException: access 
denied (java.util.PropertyPermission derby.system.home read)
    at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
    at java.security.AccessController.checkPermission(AccessController.java:546)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    at java.lang.System.getProperty(System.java:652)
    at org.apache.derbyTesting.junit.BaseTestCase$3.run(BaseTestCase.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at 
org.apache.derbyTesting.junit.BaseTestCase.getSystemProperty(BaseTestCase.java:198)
    at 
org.apache.derbyTesting.junit.DropDatabaseSetup.removeDatabase(DropDatabaseSetup.java:88)
    at 
org.apache.derbyTesting.junit.DropDatabaseSetup.tearDown(DropDatabaseSetup.java:80)
    at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
    at junit.extensions.TestSetup.run(TestSetup.java:23)
    at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
    at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
    at junit.extensions.TestSetup.run(TestSetup.java:23)

I did not understand how to resolve the above. However my runs without my patch 
reproduced the same and I was able to conclude that this is independent of my 
patch.

I request for the patch upgrade_v4.diff to be considered for reviews and 
comments and if everything is ok a commit too.

> create the stored procedures called by LOB related JDBC methods during upgrade
> ------------------------------------------------------------------------------
>
>                 Key: DERBY-2385
>                 URL: https://issues.apache.org/jira/browse/DERBY-2385
>             Project: Derby
>          Issue Type: Task
>          Components: JDBC
>    Affects Versions: 10.3.0.0
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: upgrade_v1.diff, upgrade_v1.stat, upgrade_v2.diff, 
> upgrade_v2.stat, upgrade_v3.diff, upgrade_v3.stat, upgrade_v4.diff, 
> upgrade_v4.stat
>
>
> DataDictionaryImpl.create_10_3_LOB_Specific_functions() has to be called from 
> DD_Version.doFullUpgrade() in order to create the procedures when upgrading 
> from 10.2 or earlier versions.

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

Reply via email to