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

2006-03-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370374 ] Sunitha Kambhampati commented on DERBY-1080: Thanks very much Bryan for the tmp and the log files. The testSecMec test starts /stops the server and does so 4

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

2006-03-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370376 ] Sunitha Kambhampati commented on DERBY-1080: Just want to check if there is anything interesting in derby.log. Could you attach the derby.log from the testrun.

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

2006-03-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370380 ] Sunitha Kambhampati commented on DERBY-1080: Thanks. The premature_shutdown_derby.log was interesting in that the shutdown message doesnt even get to the

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

2006-03-14 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370382 ] Bryan Pendleton commented on DERBY-1080: Sunitha, can you help me understand the purpose of the Thread.sleep(5000) line in testSecMec.java? If I change that line from

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

2006-03-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370395 ] Sunitha Kambhampati commented on DERBY-1080: I tested both with Thread.sleep(100) and removing the call altogether and the test still passes OK in my environment.

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

2006-03-14 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370398 ] Bryan Pendleton commented on DERBY-1080: Patch derby1080.2.diff.txt committed as Revision 385857: http://svn.apache.org/viewcvs?rev=385857view=rev We will address the

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

2006-03-14 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370419 ] Sunitha Kambhampati commented on DERBY-1080: Thanks Bryan for committing this patch. I have opened a new issue (DERBY-1114) for the intermittent test failure.

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

2006-03-13 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370212 ] Sunitha Kambhampati commented on DERBY-1080: If there are no issues, I'd appreciate if someone can commit this patch (derby1080.2.diff.txt). Thanks. Here is

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

2006-03-13 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370217 ] Bryan Pendleton commented on DERBY-1080: I intend to submit this patch today. If any reviewers are still looking at it, please let me know. Connection reset when

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

2006-03-13 Thread Francois Orsini
I'm still reviewing this patch and should be done very soon. I needed to look at it as it is something I need to look at / handle for the changes I made for USRSSBPWD support (JIRA-528). Thanks, --francois On 3/13/06, Bryan Pendleton (JIRA) derby-dev@db.apache.org wrote: [

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

2006-03-13 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370265 ] Sunitha Kambhampati commented on DERBY-1080: Thanks Bryan. No. I havent come across this test failing on my machines but I didnt run with jdk141 on linux. I had

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

2006-03-13 Thread Bryan Pendleton
I was able to reproduce the truncated output a couple more times just by running standalone commands of the form: java -Dframework=DerbyNet org.apache.derbyTesting.functionTests.harness.RunTest derbynet/testSecMec.java So I don't think that the issue involves an interaction with another

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

2006-03-13 Thread Francois Orsini (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12370273 ] Francois Orsini commented on DERBY-1080: The changes look good to me and thanks for adding a connection reset test. My only minor comment would be to document a bit

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

2006-03-08 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1080?page=comments#action_12369447 ] Kathey Marsden commented on DERBY-1080: --- Thanks for the patch Sunitha. I applied it and ran derbynetmats and derbynetclientmats and all passed. Your change looks like