[jira] Commented: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-06-21 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=comments#action_12417195 ] Sunitha Kambhampati commented on DERBY-1373: Thanks Mathias for finding this issue and posting a patch. It would be nice if you could add some tests so we dont

[jira] Created: (DERBY-1441) Allow client to be able to send greater than 32k query block size.

2006-06-22 Thread Sunitha Kambhampati (JIRA)
Allow client to be able to send greater than 32k query block size. --- Key: DERBY-1441 URL: http://issues.apache.org/jira/browse/DERBY-1441 Project: Derby Type: Improvement Components: Network

[jira] Created: (DERBY-1442) Do performance analysis and come up with a good query block size value for the client to send to the server

2006-06-22 Thread Sunitha Kambhampati (JIRA)
Do performance analysis and come up with a good query block size value for the client to send to the server --- Key: DERBY-1442 URL:

[jira] Commented: (DERBY-959) Allow use of DRDA QRYDTA block sizes greater than 32K

2006-06-22 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-959?page=comments#action_12417367 ] Sunitha Kambhampati commented on DERBY-959: --- Discussion happened on this issue on derby-dev. Here is the link to the discussion that happened on derby-dev

[jira] Commented: (DERBY-1454) DRDA Protocol Exception when DSS is exactly 32767 in length

2006-06-24 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1454?page=comments#action_12417647 ] Sunitha Kambhampati commented on DERBY-1454: Thanks much Bryan for posting the patch. The changes look good to me. I successfully applied the derby-1454.diff

[jira] Commented: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-06-26 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=comments#action_12417867 ] Sunitha Kambhampati commented on DERBY-1373: In my opinion, it seems like it would be good to pursue suresh's suggestion since then we wont need to add a extra

[jira] Commented: (DERBY-1015) Define interface between network server and engine through Java interfaces.

2006-06-28 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1015?page=comments#action_12418344 ] Sunitha Kambhampati commented on DERBY-1015: Thanks for the feedbac, Dan. Looking at this some more, I think it is better to define a new interface for

[jira] Assigned: (DERBY-959) Allow use of DRDA QRYDTA block sizes greater than 32K

2006-06-28 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-959?page=all ] Sunitha Kambhampati reassigned DERBY-959: - Assign To: Sunitha Kambhampati Allow use of DRDA QRYDTA block sizes greater than 32K -

[jira] Commented: (DERBY-1449) checkDataSource tests fail with 10.1 client and 10.2 server

2006-06-29 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1449?page=comments#action_12418530 ] Sunitha Kambhampati commented on DERBY-1449: I tried this test out checkDataSource.java with 10.1 derbyclient.jar and derbyTesting.jar, and rest are 10.2 jars

[jira] Resolved: (DERBY-959) Allow use of DRDA QRYDTA block sizes greater than 32K

2006-07-05 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-959?page=all ] Sunitha Kambhampati resolved DERBY-959: --- Resolution: Fixed This fix has been code for sometime. I have verified this fix with the odbc client driver. Allow use of DRDA QRYDTA

[jira] Commented: (DERBY-1345) net/Reply.writeScalarStream() simply prints stack trace on encryption exception

2006-07-05 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1345?page=comments#action_12419361 ] Sunitha Kambhampati commented on DERBY-1345: I took a very quick look at this and wanted to post what I found. -- The code snippet in the jira description is

[jira] Updated: (DERBY-1345) net/Request.writeScalarStream() simply prints stack trace on encryption exception

2006-07-05 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1345?page=all ] Sunitha Kambhampati updated DERBY-1345: --- Summary: net/Request.writeScalarStream() simply prints stack trace on encryption exception (was: net/Reply.writeScalarStream() simply prints

[jira] Updated: (DERBY-1015) Define interface between network server and engine through Java interfaces.

2006-07-05 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1015?page=all ] Sunitha Kambhampati updated DERBY-1015: --- Attachment: derby1015.diff.txt derby1015.stat.txt I have been looking at derby1015 in context of fixing derby-1227. I am

[jira] Assigned: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-06 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=all ] Sunitha Kambhampati reassigned DERBY-1227: -- Assign To: Sunitha Kambhampati Network Server should not use the underlying embedded prepared statement when accessing a

[jira] Commented: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-06 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=comments#action_12419566 ] Sunitha Kambhampati commented on DERBY-1227: I have been looking at this issue and the solution involves defining two new engine interfaces for use in the server.

[jira] Commented: (DERBY-894) checkDataSource test fails with a 10.1 derbytesting.jar and a 10.2 engine.

2006-07-06 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-894?page=comments#action_12419571 ] Sunitha Kambhampati commented on DERBY-894: --- Just wanted to mention: I ran recently the checkDataSource tests with 10.1 derbyTesting.jar and 10.2 server as part

[jira] Commented: (DERBY-1000) For LDAP authentication: derby.authentication.server should support ldaps:// as part of the server url.

2006-07-06 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1000?page=comments#action_12419625 ] Sunitha Kambhampati commented on DERBY-1000: Thanks Anders for posting the patch as well as the doc changes. I applied the DERBY-1000.patch and could successfully

[jira] Updated: (DERBY-1015) Define interface between network server and engine through Java interfaces.

2006-07-07 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1015?page=all ] Sunitha Kambhampati updated DERBY-1015: --- Derby Info: [Patch Available] Define interface between network server and engine through Java interfaces.

[jira] Commented: (DERBY-1486) ERROR 40XD0 - When exracting Blob from a database

2006-07-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1486?page=comments#action_12420129 ] Sunitha Kambhampati commented on DERBY-1486: I posted a mail to derby-dev earlier, here is the link.

[jira] Updated: (DERBY-1015) Define interface between network server and engine through Java interfaces.

2006-07-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1015?page=all ] Sunitha Kambhampati updated DERBY-1015: --- Attachment: Derby1015.p2.diff.txt derby1015.p2.stat.txt I am attaching a phase 2 patch ( derby1015.p2.diff.txt,

[jira] Commented: (DERBY-1015) Define interface between network server and engine through Java interfaces.

2006-07-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1015?page=comments#action_12420160 ] Sunitha Kambhampati commented on DERBY-1015: Please note, there are two pending patches waiting for review. derby1015.diff.txt, derby1015.p2.diff.txt. These two

[jira] Created: (DERBY-1496) testSecMec fails with jcc2.8 with 131 jvms

2006-07-10 Thread Sunitha Kambhampati (JIRA)
testSecMec fails with jcc2.8 with 131 jvms -- Key: DERBY-1496 URL: http://issues.apache.org/jira/browse/DERBY-1496 Project: Derby Type: Improvement Components: Test Versions: 10.2.0.0 Reporter: Sunitha

[jira] Closed: (DERBY-1311) wisconsin test fails on 10.1 codeline on wctme5.7_foundation

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1311?page=all ] Sunitha Kambhampati closed DERBY-1311: -- wisconsin test fails on 10.1 codeline on wctme5.7_foundation Key:

[jira] Closed: (DERBY-1309) Test lang/updatableResultSet.java fails on wctme5.7_foundation

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1309?page=all ] Sunitha Kambhampati closed DERBY-1309: -- Test lang/updatableResultSet.java fails on wctme5.7_foundation -- Key:

[jira] Closed: (DERBY-1308) Tests jdbcapi/HoldabilityTest.junit, jdbcapi/UpdateXXXTest.junit,jdbcapi/SURTest.junit fail on wctme5.7_foundation

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1308?page=all ] Sunitha Kambhampati closed DERBY-1308: -- Tests jdbcapi/HoldabilityTest.junit, jdbcapi/UpdateXXXTest.junit,jdbcapi/SURTest.junit fail on wctme5.7_foundation

[jira] Closed: (DERBY-1117) SQLException can lose stacktrace in some cases.

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1117?page=all ] Sunitha Kambhampati closed DERBY-1117: -- Closing this issue. The below checkin solves the SqlExceptionTest failure with ibm131 jvms. Thanks Suresh and David.

[jira] Closed: (DERBY-1080) Connection reset when using security mechanism=EUSRIDPWD results in protocol error.

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=all ] Sunitha Kambhampati closed DERBY-1080: -- Connection reset when using security mechanism=EUSRIDPWD results in protocol error.

[jira] Closed: (DERBY-1071) Make UserAuthenticator javadoc mention clearly about what is passed in userName in authenticateUser

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1071?page=all ] Sunitha Kambhampati closed DERBY-1071: -- Make UserAuthenticator javadoc mention clearly about what is passed in userName in authenticateUser

[jira] Closed: (DERBY-1055) Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1055?page=all ] Sunitha Kambhampati closed DERBY-1055: -- Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism

[jira] Closed: (DERBY-1000) For LDAP authentication: derby.authentication.server should support ldaps:// as part of the server url.

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1000?page=all ] Sunitha Kambhampati closed DERBY-1000: -- For LDAP authentication: derby.authentication.server should support ldaps:// as part of the server url.

[jira] Updated: (DERBY-917) Disable largedata/LobLimits.java test from running in network server mode

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-917?page=all ] Sunitha Kambhampati updated DERBY-917: -- Version: 10.2.0.0 Disable largedata/LobLimits.java test from running in network server mode

[jira] Closed: (DERBY-917) Disable largedata/LobLimits.java test from running in network server mode

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-917?page=all ] Sunitha Kambhampati closed DERBY-917: - Disable largedata/LobLimits.java test from running in network server mode

[jira] Closed: (DERBY-238) Testharness: testEncryptionAlgorithm property is not being picked up correctly for some encryption suites

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-238?page=all ] Sunitha Kambhampati closed DERBY-238: - Testharness: testEncryptionAlgorithm property is not being picked up correctly for some encryption suites

[jira] Closed: (DERBY-1307) Resolve jdbc4 test failures with wctme5.7_foundation

2006-07-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1307?page=all ] Sunitha Kambhampati closed DERBY-1307: -- Resolve jdbc4 test failures with wctme5.7_foundation Key: DERBY-1307

[jira] Reopened: (DERBY-1015) Define interface between network server and engine through Java interfaces.

2006-07-12 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1015?page=all ] Sunitha Kambhampati reopened DERBY-1015: Thanks David for the review and commit. The # 421435 revision number only took care of the derby1015.diff.txt . That commit missed adding

[jira] Commented: (DERBY-1466) Network Server should flush the PrintWriter after console output

2006-07-13 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1466?page=comments#action_12420949 ] Sunitha Kambhampati commented on DERBY-1466: I took a quick look at this and want to start a discussion on how this could be solved. Per java api for

[jira] Commented: (DERBY-1486) ERROR 40XD0 - When exracting Blob from a database

2006-07-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1486?page=comments#action_12421150 ] Sunitha Kambhampati commented on DERBY-1486: David Heath (JIRA) wrote: I appreciate the response of the community and also the communication from

[jira] Resolved: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=all ] Sunitha Kambhampati resolved DERBY-1227. Resolution: Fixed This issue is fixed with the changes I made for DERBY-1015 , derby1015.diff.txt. The changes have been checked into trunk.

[jira] Resolved: (DERBY-1015) Define interface between network server and engine through Java interfaces.

2006-07-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1015?page=all ] Sunitha Kambhampati resolved DERBY-1015. Resolution: Fixed This issue has been fixed. The two patches (derby1015.diff.txt, derby1015.p2.diff.txt) were committed as URL:

[jira] Updated: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-07-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=all ] Sunitha Kambhampati updated DERBY-1373: --- Attachment: derby1373.diff.txt derby1373.stat.txt Mathias wrote: I had a look to the suggestion Suresh made.This is a change I do

[jira] Closed: (DERBY-1486) ERROR 40XD0 - When exracting Blob from a database

2006-07-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1486?page=all ] Sunitha Kambhampati closed DERBY-1486. -- Resolution: Invalid This issue was a case of interleaving of resultsets and statement in autocommit mode. Discussion concluded that the derby

[jira] Updated: (DERBY-1466) Network Server should flush the PrintWriter after console output

2006-07-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1466?page=all ] Sunitha Kambhampati updated DERBY-1466: --- Attachment: derby1466.diff.txt derby1466.stat.txt Thanks to everyone who responded on this issue. I am attaching a patch

[jira] Updated: (DERBY-1466) Network Server should flush the PrintWriter after console output

2006-07-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1466?page=all ] Sunitha Kambhampati updated DERBY-1466: --- Derby Info: [Patch Available] Network Server should flush the PrintWriter after console output

[jira] Commented: (DERBY-1466) Network Server should flush the PrintWriter after console output

2006-07-15 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1466?page=comments#action_12421317 ] Sunitha Kambhampati commented on DERBY-1466: derbyall passed ok on ibm142/linux. Thanks David for looking at the patch. Network Server should

[jira] Created: (DERBY-1552) Add privileged blocks to test/lang/dbjarUtil.

2006-07-20 Thread Sunitha Kambhampati (JIRA)
Add privileged blocks to test/lang/dbjarUtil. - Key: DERBY-1552 URL: http://issues.apache.org/jira/browse/DERBY-1552 Project: Derby Issue Type: Bug Components: Test Affects Versions:

[jira] Commented: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-07-20 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=comments#action_12422451 ] Sunitha Kambhampati commented on DERBY-1373: Thanks Suresh for reviewing and committing this patch. I opened DERBY-1552 to add priv blocks to

[jira] Updated: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-20 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=all ] Sunitha Kambhampati updated DERBY-1227: --- Attachment: 10.1_p1_derby1227.diff.txt I would like the changes related to this fix to be backported to 10.1 The changes that went into trunk

[jira] Updated: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-20 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=all ] Sunitha Kambhampati updated DERBY-1227: --- Derby Info: [Patch Available] Network Server should not use the underlying embedded prepared statement when accessing a

[jira] Commented: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-20 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=comments#action_12422505 ] Sunitha Kambhampati commented on DERBY-1227: After applying the patch and the merge command to backport to 10.1, here is the svn stat info: M

[jira] Updated: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-07-21 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=all ] Sunitha Kambhampati updated DERBY-1373: --- Attachment: 10.1_derby1373.diff.txt I would like this fix to go into 10.1 branch. The below merge command to put this fix to 10.1 does not

[jira] Updated: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-07-21 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=all ] Sunitha Kambhampati updated DERBY-1373: --- Attachment: 10.1_explicitsvnadd_derby1373.diff.txt In the earlier patch 10.1_derby1373.diff.txt' the new files didnt get added to the patch

[jira] Commented: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-21 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=comments#action_12422765 ] Sunitha Kambhampati commented on DERBY-1227: Thanks Mike into looking at this. Here is the checkin comment:

[jira] Closed: (DERBY-1227) Network Server should not use the underlying embedded prepared statement when accessing a BrokeredPreparedStatement

2006-07-24 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1227?page=all ] Sunitha Kambhampati closed DERBY-1227. -- Ran tests and verified the fix is in 10.1 as well as 10.2, so closing this issue. Network Server should not use the underlying embedded prepared

[jira] Commented: (DERBY-1535) Trial 2 for DERBY-550, improve use of Engine from NetworkServer and reduce memory usage

2006-07-24 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1535?page=comments#action_12423134 ] Sunitha Kambhampati commented on DERBY-1535: Hi Tomohito, Thanks for looking into this issue. I noticed, there are some differences in the master file

[jira] Updated: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-07-24 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=all ] Sunitha Kambhampati updated DERBY-1373: --- Fix Version/s: 10.1.3.2 Adding fix version 10.1.3.2 Encrypted databases cannot be booted using the jar subprotocol (and possibly also using

[jira] Commented: (DERBY-1584) store/encryptionKey_jar.sql fails on Cygwin

2006-07-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1584?page=comments#action_12423391 ] Sunitha Kambhampati commented on DERBY-1584: I looked at the logs and I tried to boot the ina.jar from the testrun using the jar subprotocol on my

[jira] Updated: (DERBY-1584) store/encryptionKey_jar.sql fails on Cygwin

2006-07-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1584?page=all ] Sunitha Kambhampati updated DERBY-1584: --- Attachment: sane.zip I am attaching 'sane.zip' with the set of jars that I built on my machine. I added some debug code in StorageFactoryService

[jira] Updated: (DERBY-1442) Do performance analysis and come up with a good query block size value for the client to send to the server

2006-07-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1442?page=all ] Sunitha Kambhampati updated DERBY-1442: --- Fix Version/s: (was: 10.2.0.0) This is a good improvement, but since noone is assigned to it, changing fixin from 10.2 to unknown. Do

[jira] Commented: (DERBY-528) Support for DRDA Strong User ID and Password Substitute Authentication (USRSSBPWD) scheme

2006-07-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-528?page=comments#action_12423493 ] Sunitha Kambhampati commented on DERBY-528: --- Thanks Francois for working on this feature. I think this will be a great addition to Derby. The v3 patch

[jira] Updated: (DERBY-1456) Network Server agentError calls log only to console and are hard to diagnose

2006-07-26 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1456?page=all ] Sunitha Kambhampati updated DERBY-1456: --- Assignee: Sunitha Kambhampati Derby Info: [Patch Available] Network Server agentError calls log only to console and are hard to diagnose

[jira] Resolved: (DERBY-1373) Encrypted databases cannot be booted using the jar subprotocol (and possibly also using http/https/classpath)

2006-07-27 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1373?page=all ] Sunitha Kambhampati resolved DERBY-1373. Resolution: Fixed Derby Info: (was: [Patch Available]) This issue has been fixed on trunk as well as 10.1. Encrypted databases cannot

[jira] Created: (DERBY-1616) Lots of jdk1.6 regression test failures

2006-07-31 Thread Sunitha Kambhampati (JIRA)
Lots of jdk1.6 regression test failures Key: DERBY-1616 URL: http://issues.apache.org/jira/browse/DERBY-1616 Project: Derby Issue Type: Bug Affects Versions: 10.2.0.0 Environment: jdk16

[jira] Updated: (DERBY-1616) Lots of jdk1.6 regression test failures

2006-07-31 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1616?page=all ] Sunitha Kambhampati updated DERBY-1616: --- Attachment: derbyall_report.txt Report file. Lots of jdk1.6 regression test failures ---

[jira] Updated: (DERBY-1616) Lots of jdk1.6 regression test failures with diffs because of SQL Exception instead of java.sql.SQLException

2006-07-31 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1616?page=all ] Sunitha Kambhampati updated DERBY-1616: --- Summary: Lots of jdk1.6 regression test failures with diffs because of SQL Exception instead of java.sql.SQLException (was: Lots of jdk1.6

[jira] Created: (DERBY-1618) store/BootAllTest.junit fails on ibm131, wctme5.7

2006-07-31 Thread Sunitha Kambhampati (JIRA)
store/BootAllTest.junit fails on ibm131, wctme5.7 - Key: DERBY-1618 URL: http://issues.apache.org/jira/browse/DERBY-1618 Project: Derby Issue Type: Bug Affects Versions: 10.2.0.0

[jira] Commented: (DERBY-1584) store/encryptionKey_jar.sql fails on Cygwin

2006-08-01 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1584?page=comments#action_12424925 ] Sunitha Kambhampati commented on DERBY-1584: Thanks Rick for trying this test out on cygwin in your environment.I looked at Ole's reports and this

[jira] Updated: (DERBY-1584) store/encryptionKey_jar.sql and lang/dcl.sql fails on Cygwin

2006-08-01 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1584?page=all ] Sunitha Kambhampati updated DERBY-1584: --- Summary: store/encryptionKey_jar.sql and lang/dcl.sql fails on Cygwin (was: store/encryptionKey_jar.sql fails on Cygwin) Updating the summary.

[jira] Created: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-01 Thread Sunitha Kambhampati (JIRA)
Add documentation for encrypted database using encryptionKey Key: DERBY-1622 URL: http://issues.apache.org/jira/browse/DERBY-1622 Project: Derby Issue Type: Task

[jira] Commented: (DERBY-1456) Network Server agentError calls log only to console and are hard to diagnose

2006-08-01 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1456?page=comments#action_12424966 ] Sunitha Kambhampati commented on DERBY-1456: Yes. The errors will get logged to derby.log. Network Server agentError calls log only to console and

[jira] Closed: (DERBY-1456) Network Server agentError calls log only to console and are hard to diagnose

2006-08-02 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1456?page=all ] Sunitha Kambhampati closed DERBY-1456. -- Thanks very much Bryan for the review and commit of this fix. I ran some tests and have verified it as complete. So closing this issue. Network

[jira] Created: (DERBY-1635) stress.multi fails on 10.1/ibm131/jcc2.4

2006-08-02 Thread Sunitha Kambhampati (JIRA)
stress.multi fails on 10.1/ibm131/jcc2.4 - Key: DERBY-1635 URL: http://issues.apache.org/jira/browse/DERBY-1635 Project: Derby Issue Type: Bug Components: Regression Test Failure

[jira] Commented: (DERBY-1635) stress.multi fails on 10.1/ibm131/jcc2.4

2006-08-02 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1635?page=comments#action_12425417 ] Sunitha Kambhampati commented on DERBY-1635: Please note: For some reason I was looking at an old test run history - for the week of 07/07 and came

[jira] Created: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-02 Thread Sunitha Kambhampati (JIRA)
OutBufferedStream.java fails on ibm131/jdk131 jvms. --- Key: DERBY-1637 URL: http://issues.apache.org/jira/browse/DERBY-1637 Project: Derby Issue Type: Bug Components: Regression

[jira] Updated: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-02 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=all ] Sunitha Kambhampati updated DERBY-1637: --- Attachment: outbuffstream_derbyall_report.txt The report file. OutBufferedStream.java fails on ibm131/jdk131 jvms.

[jira] Updated: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-03 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=all ] Sunitha Kambhampati updated DERBY-1637: --- Attachment: 1637_jcc2.4.zip Hi Tomohito, Unfortunately, there is no tmp files on the test machine where this test failed. But I am attaching

[jira] Updated: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-04 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=all ] Sunitha Kambhampati updated DERBY-1637: --- Attachment: outbuff_ibm131.jar javacore.20060804.101637.3308.txt javacore.20060804.101643.3308.txt This test is

[jira] Updated: (DERBY-1315) largeCodeGen fails with embedded and framework DerbyNetClient

2006-08-04 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1315?page=all ] Sunitha Kambhampati updated DERBY-1315: --- Summary: largeCodeGen fails with embedded and framework DerbyNetClient (was: largeCodeGen fails with framework DerbyNetClient) largeCodeGen

[jira] Created: (DERBY-1649) lang/wisconsin.java fails with different cursor names

2006-08-04 Thread Sunitha Kambhampati (JIRA)
lang/wisconsin.java fails with different cursor names --- Key: DERBY-1649 URL: http://issues.apache.org/jira/browse/DERBY-1649 Project: Derby Issue Type: Bug Components:

[jira] Updated: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-05 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=all ] Sunitha Kambhampati updated DERBY-1637: --- Attachment: derby1637.draft.txt Hi Tomohito, Thanks for trying this out in your environment. I looked at this and it seems like a case of

[jira] Commented: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-07 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=comments#action_12426272 ] Sunitha Kambhampati commented on DERBY-1637: Thanks Tomohito for trying it out. If it looks ok, it would be great if you could commit this change.

[jira] Commented: (DERBY-528) Support for DRDA Strong User ID and Password Substitute Authentication (USRSSBPWD) scheme

2006-08-08 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-528?page=comments#action_12426718 ] Sunitha Kambhampati commented on DERBY-528: --- I looked at the v4 patch. Thanks Francois for taking care of all my comments and for taking the effort to

[jira] Commented: (DERBY-1653) Database gets corrupt after throwing NPE while reading Binary Stream data, in chunks

2006-08-09 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1653?page=comments#action_12426962 ] Sunitha Kambhampati commented on DERBY-1653: It would be helpful if you can provide more information -- can you attach the derby.log from when the

[jira] Closed: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-09 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=all ] Sunitha Kambhampati closed DERBY-1637. -- Resolution: Fixed Assignee: Sunitha Kambhampati Thanks Tomohito for the commit . Confirmed that this issue is fixed, so closing it.

[jira] Resolved: (DERBY-1584) store/encryptionKey_jar.sql and lang/dcl.sql fails on Cygwin

2006-08-09 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1584?page=all ] Sunitha Kambhampati resolved DERBY-1584. Resolution: Cannot Reproduce Thanks to Rick and Andrew, who tried this test out in their cygwin environments and reported that it was not an

[jira] Created: (DERBY-1660) SYSCS_BULK_INSERT fails with syntax error at PROPERTIES clause.

2006-08-10 Thread Sunitha Kambhampati (JIRA)
SYSCS_BULK_INSERT fails with syntax error at PROPERTIES clause. --- Key: DERBY-1660 URL: http://issues.apache.org/jira/browse/DERBY-1660 Project: Derby Issue Type: Bug

[jira] Updated: (DERBY-1660) SYSCS_BULK_INSERT fails with syntax error at PROPERTIES clause.

2006-08-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1660?page=all ] Sunitha Kambhampati updated DERBY-1660: --- Attachment: bulkinsert.diff.txt I am attaching the patch bulkinsert.diff.txt to fix this issue. This patch -- fixes the sql query used in the

[jira] Created: (DERBY-1661) Create index on large tables fails with too many open files , FileNotFoundException.

2006-08-10 Thread Sunitha Kambhampati (JIRA)
Create index on large tables fails with too many open files , FileNotFoundException. Key: DERBY-1661 URL: http://issues.apache.org/jira/browse/DERBY-1661 Project:

[jira] Updated: (DERBY-1661) Create index on large tables fails with too many open files , FileNotFoundException.

2006-08-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1661?page=all ] Sunitha Kambhampati updated DERBY-1661: --- Fix Version/s: 10.2.0.0 Derby Info: [Patch Available] Create index on large tables fails with too many open files ,

[jira] Updated: (DERBY-1661) Create index on large tables fails with too many open files , FileNotFoundException.

2006-08-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1661?page=all ] Sunitha Kambhampati updated DERBY-1661: --- Attachment: derby1661.diff.txt 1661_Notes.txt 1661_PerfResults.xls I am attaching a patch derby1661.diff.txt to

[jira] Commented: (DERBY-1130) Client should not allow databaseName to be set with setConnectionAttributes

2006-08-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1130?page=comments#action_12427318 ] Sunitha Kambhampati commented on DERBY-1130: Thanks Deepa for the d1130-client-v1 patch. The patch applies cleanly in my eclipse ide [with a fuzz

[jira] Commented: (DERBY-1130) Client should not allow databaseName to be set with setConnectionAttributes

2006-08-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1130?page=comments#action_12427337 ] Sunitha Kambhampati commented on DERBY-1130: Thats makes sense. Thanks Deepa for the explanation. The patch (d1130-client-v1.patch) looks good to me.

[jira] Resolved: (DERBY-1661) Create index on large tables fails with too many open files , FileNotFoundException.

2006-08-10 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1661?page=all ] Sunitha Kambhampati resolved DERBY-1661. Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks Mike for the commit. Create index on large tables fails with too many

[jira] Resolved: (DERBY-1660) SYSCS_BULK_INSERT fails with syntax error at PROPERTIES clause.

2006-08-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1660?page=all ] Sunitha Kambhampati resolved DERBY-1660. Resolution: Fixed Derby Info: (was: [Patch Available]) Verified fix and tests are in and also ran the optimizerOverrides test.

[jira] Closed: (DERBY-1660) SYSCS_BULK_INSERT fails with syntax error at PROPERTIES clause.

2006-08-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1660?page=all ] Sunitha Kambhampati closed DERBY-1660. -- SYSCS_BULK_INSERT fails with syntax error at PROPERTIES clause. ---

[jira] Updated: (DERBY-928) Add ability to network server to accept connections with a certain security mechanism.

2006-08-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-928?page=all ] Sunitha Kambhampati updated DERBY-928: -- Derby Info: [Release Note Needed] Adding the release note needed flag. Information is in wiki http://wiki.apache.org/db-derby/SecurityMechanism

[jira] Created: (DERBY-1676) Dynamically change the max merge runs in a merge phase during external sorting.

2006-08-11 Thread Sunitha Kambhampati (JIRA)
Dynamically change the max merge runs in a merge phase during external sorting. Key: DERBY-1676 URL: http://issues.apache.org/jira/browse/DERBY-1676 Project: Derby

[jira] Updated: (DERBY-1676) Dynamically change the max merge runs in a merge phase during external sorting.

2006-08-11 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1676?page=all ] Sunitha Kambhampati updated DERBY-1676: --- Description: Please see solution #3 proposed in DERBY-1661 notes. http://issues.apache.org/jira/secure/attachment/12338618/1661_Notes.txt

[jira] Created: (DERBY-1677) Investigate increasing the memory limit that is used to calculate the sortbuffer size for sorting.

2006-08-11 Thread Sunitha Kambhampati (JIRA)
Investigate increasing the memory limit that is used to calculate the sortbuffer size for sorting. --- Key: DERBY-1677 URL:

[jira] Created: (DERBY-1679) Improve usage of file resources when sorting

2006-08-11 Thread Sunitha Kambhampati (JIRA)
Improve usage of file resources when sorting Key: DERBY-1679 URL: http://issues.apache.org/jira/browse/DERBY-1679 Project: Derby Issue Type: Improvement Components: Store Affects

[jira] Created: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-08-11 Thread Sunitha Kambhampati (JIRA)
Add documentation for derby.drda.securityMechanism. --- Key: DERBY-1682 URL: http://issues.apache.org/jira/browse/DERBY-1682 Project: Derby Issue Type: Task Components: Documentation

  1   2   3   4   5   >