[
https://issues.apache.org/jira/browse/DERBY-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504895
]
Kurt Huwig commented on DERBY-2747:
-----------------------------------
1) no, I cannot get the testing working. I guess it is due to having JDK 1.6
here:
compile:
[javac] Compiling 45 source files to /home/kurt/Projekte/Derby/10.2/classes
[javac]
/home/kurt/Projekte/Derby/10.2/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java:412:
cannot access java.lang.AssertionError
[javac] class file for java.lang.AssertionError not found
[javac] try {
[javac] ^
BUILD FAILED
/home/kurt/Projekte/Derby/10.2/build.xml:368: The following error occurred
while executing this line:
/home/kurt/Projekte/Derby/10.2/java/testing/build.xml:61: The following error
occurred while executing this line:
/home/kurt/Projekte/Derby/10.2/java/testing/org/apache/derbyTesting/functionTests/util/build.xml:57:
Compile failed; see the compiler error output for details.
2) I'd love to, but I currently do not have access to a fax machine. I did not
expect to deserve this honor, but I hope to be able to contribute more patches
> Reply incorrectly handles read() returning -1
> ---------------------------------------------
>
> Key: DERBY-2747
> URL: https://issues.apache.org/jira/browse/DERBY-2747
> Project: Derby
> Issue Type: Bug
> Components: Network Client
> Affects Versions: 10.2.2.0
> Reporter: Kurt Huwig
> Priority: Minor
> Attachments: patch-2747-1.diff, patch-2747-2.diff
>
>
> If java/client/org/apache/derby/client/net/Reply.java encounters a EOF, i.e.
> reads -1 then it adds this value to the number of bytes read and prints an
> error message which reads "-1 bytes read".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.