Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 92374 invoked from network); 17 Dec 2010 15:01:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 15:01:38 -0000 Received: (qmail 60270 invoked by uid 500); 17 Dec 2010 15:01:38 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 60113 invoked by uid 500); 17 Dec 2010 15:01:38 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 60106 invoked by uid 99); 17 Dec 2010 15:01:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 15:01:38 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of akssps011@gmail.com designates 74.125.82.50 as permitted sender) Received: from [74.125.82.50] (HELO mail-ww0-f50.google.com) (74.125.82.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 15:01:30 +0000 Received: by wwf26 with SMTP id 26so678418wwf.31 for ; Fri, 17 Dec 2010 07:01:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:cc:content-type; bh=bfaXkGf3vNjXzjoPTe3WjEKOYaE+Ak7ltDn/r3C5UMk=; b=BOot6S9W0x4/nSJhD0My46vfA+Lg+MY3k1JjiXUfJJ/aqI5b7jAAo61i4OtXTad7va ChahtFkG0TXQFvCyNJJAi54L3L8Gu5eEHLcDEuqtwVh78G7VfG9egFLiIXytUfsxWhbT 7X46L4H2mTvMegjZxBWGJxwtRFf4om0JBXqEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; b=Lknvb97QHwmVptfPVGBrhV/+pCov9VLFaOixy3vZanou41N91tiq7hELZGFJkOxMDv 1hALIPoYWOlTE0R0TsVflfFxoDzH4p7baiGkuuMUm2rJz8Rp9/W+cYN+B87FyuZu7jm9 aQctluL2AVCP+Mca1UOGhSHVoRN9NECSi8Uig= Received: by 10.216.186.144 with SMTP id w16mr1249981wem.13.1292598070467; Fri, 17 Dec 2010 07:01:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.90.10 with HTTP; Fri, 17 Dec 2010 07:00:50 -0800 (PST) From: siddharth srivastava Date: Fri, 17 Dec 2010 20:30:50 +0530 Message-ID: Subject: Unable to build tests To: derby-dev@db.apache.org Cc: Kathey Marsden Content-Type: multipart/alternative; boundary=001636416dbbd3dd7404979c70f1 X-Virus-Checked: Checked by ClamAV on apache.org --001636416dbbd3dd7404979c70f1 Content-Type: text/plain; charset=ISO-8859-1 Hi I am building derby from trunk. I followed the instructions on http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html?view=co but when I run ant -quiet all, I get the following errors: (I am using JUnit 3.8.2. The count of errors with JUnit 4.8.1 was 100 ) 1. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/JMXConnectionDecorator.java:26: cannot find symbol 2. [javac] symbol : class JMXServiceURL 3. [javac] location: package javax.management.remote 4. [javac] import javax.management.remote.JMXServiceURL; 5. [javac] ^ 6. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/JMXConnectionDecorator.java:93: cannot find symbol 7. [javac] symbol : class JMXServiceURL 8. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.JMXConnectionDecorator 9. [javac] private JMXServiceURL getJmxUrl() throws MalformedURLException { 10. [javac] ^ 11. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:27: cannot find symbol 12. [javac] symbol : class JMXConnector 13. [javac] location: package javax.management.remote 14. [javac] import javax.management.remote.JMXConnector; 15. [javac] ^ 16. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:28: cannot find symbol 17. [javac] symbol : class JMXConnectorFactory 18. [javac] location: package javax.management.remote 19. [javac] import javax.management.remote.JMXConnectorFactory; 20. [javac] ^ 21. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:29: cannot find symbol 22. [javac] symbol : class JMXServiceURL 23. [javac] location: package javax.management.remote 24. [javac] import javax.management.remote.JMXServiceURL; 25. [javac] ^ 26. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:38: cannot find symbol 27. [javac] symbol : class JMXConnector 28. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 29. [javac] static final ThreadLocal> connections = 30. [javac] ^ 31. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:41: cannot find symbol 32. [javac] symbol : class JMXServiceURL 33. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 34. [javac] private final JMXServiceURL url; 35. [javac] ^ 36. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:43: cannot find symbol 37. [javac] symbol : class JMXServiceURL 38. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 39. [javac] RemoteConnectionGetter(JMXServiceURL url) { 40. [javac] ^ 41. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/JMXConnectionDecorator.java:102: cannot find symbol 42. [javac] symbol : class JMXServiceURL 43. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.JMXConnectionDecorator 44. [javac] JMXServiceURL url = new JMXServiceURL( 45. [javac] ^ 46. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/JMXConnectionDecorator.java:102: cannot find symbol 47. [javac] symbol : class JMXServiceURL 48. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.JMXConnectionDecorator 49. [javac] JMXServiceURL url = new JMXServiceURL( 50. [javac] ^ 51. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:39: cannot find symbol 52. [javac] symbol : class JMXConnector 53. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 54. [javac] new ThreadLocal>(); 55. [javac] ^ 56. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:57: cannot find symbol 57. [javac] symbol : class JMXConnector 58. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 59. [javac] JMXConnector jmxc = JMXConnectorFactory.connect(url, env); 60. [javac] ^ 61. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:57: cannot find symbol 62. [javac] symbol : variable JMXConnectorFactory 63. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 64. [javac] JMXConnector jmxc = JMXConnectorFactory.connect(url, env); 65. [javac] ^ 66. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:60: cannot find symbol 67. [javac] symbol : class JMXConnector 68. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 69. [javac] Map conns = connections.get(); 70. [javac] ^ 71. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:62: cannot find symbol 72. [javac] symbol : class JMXConnector 73. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 74. [javac] conns = new HashMap(); 75. [javac] ^ 76. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:72: cannot find symbol 77. [javac] symbol : class JMXConnector 78. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 79. [javac] Map conns = connections.get(); 80. [javac] ^ 81. [javac] /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/RemoteConnectionGetter.java:73: cannot find symbol 82. [javac] symbol : class JMXConnector 83. [javac] location: class org.apache.derbyTesting.functionTests.tests.management.RemoteConnectionGetter 84. [javac] JMXConnector jmxc = conns.remove(jmxConnection); 85. [javac] ^ 86. [javac] 17 errors 87. 88. BUILD FAILED 89. /home/siddharth/der/build.xml:584: The following error occurred while executing this line: 90. /home/siddharth/der/java/testing/build.xml:80: The following error occurred while executing this line: 91. /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/tests/management/build.xml:53: Compile failed; see the compiler error output for details. 92. 93. Total time: 15 seconds The output of java -jar jars/sane/derbyrun.jar sysinfo is: ------------------ Java Information ------------------ > Java Version: 1.6.0_20 > Java Vendor: Sun Microsystems Inc. > Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre > Java classpath: jars/sane/derbyrun.jar > OS name: Linux > OS architecture: amd64 > OS version: 2.6.35.9-64.fc14.x86_64 > Java user name: siddharth > Java user home: /home/siddharth > Java user dir: /home/siddharth/der > java.specification.name: Java Platform API Specification > java.specification.version: 1.6 > java.runtime.version: 1.6.0_20-b20 > --------- Derby Information -------- > JRE - JDBC: Java SE 6 - JDBC 4.0 > [/home/siddharth/der/jars/sane/derby.jar] 10.8.0.0 alpha - (1050393) > [/home/siddharth/der/jars/sane/derbytools.jar] 10.8.0.0 alpha - (1050393) > [/home/siddharth/der/jars/sane/derbynet.jar] 10.8.0.0 alpha - (1050393) > [/home/siddharth/der/jars/sane/derbyclient.jar] 10.8.0.0 alpha - (1050393) > ------------------------------------------------------ > ----------------- Locale Information ----------------- > Current Locale : [English/United States [en_US]] > Found support for locale: [cs] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [de_DE] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [es] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [fr] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [hu] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [it] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [ja_JP] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [ko_KR] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [pl] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [pt_BR] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [ru] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [zh_CN] > version: 10.8.0.0 alpha - (1050393) > Found support for locale: [zh_TW] > version: 10.8.0.0 alpha - (1050393) > > How can I solve this ? Thanks -- Siddharth Srivastava When you have learned to snatch the error code from the trap frame, it will be time for you to leave. --001636416dbbd3dd7404979c70f1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi
=A0
I am building derby from trunk. I followed the instructions on= http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html?v= iew=3Dco but when I run
ant -quiet all, I get the following errors: (I am using JUnit 3.8.2. The co= unt of errors with JUnit 4.8.1 was 100 )

  1. [javac] =20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/JMXConnectionDecorator.java:26: cannot find symbol
  2. =A0 =A0 = [javac] symbol =A0: class JMXServiceURL
  3. =A0 =A0 [javac] location: package javax.management.remote
    =
  4. =A0 =A0 [javac] import javax.management.remote.JMXServic= eURL;
  5. =A0 =A0 [javac] =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  6. =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/JMXConnectionDecorator.java:93: cannot find symbol
  7. =A0 =A0 = [javac] symbol =A0: class JMXServiceURL
  8. =A0 =A0 [javac] location: class org.apache.derbyTesting.functio= nTests.tests.management.JMXConnectionDecorator
  9. =A0 =A0 [javac] =A0 =A0 private J= MXServiceURL getJmxUrl() throws MalformedURLException {
  10. =A0 =A0 [javac] =A0 =A0 =A0 =A0 =A0 =A0 ^
    =
  11. =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:27: cannot find symbol
  12. =A0 =A0 = [javac] symbol =A0: class JMXConnector
  13. =A0 =A0 [javac] location: package javax.management.remote
    <= /li>
  14. =A0 =A0 [javac] import javax.management.remote.JMXConnec= tor;
  15. =A0 =A0 [javac] =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  16. =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:28: cannot find symbol
  17. =A0 =A0 = [javac] symbol =A0: class JMXConnectorFactory
  18. <= div class=3D"de2">=A0 =A0 [javac] location: package javax.management.remote=
  • =A0 =A0 [javac] import javax.management.remote.JMXConnec= torFactory;
  • =A0 =A0 [javac] = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:29: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXServiceURL
  • =A0 =A0 [javac] location: package javax.management.remote
    =
  • =A0 =A0 [javac] import javax.management.remote.JMXServic= eURL;
  • =A0 =A0 [javac] =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:38: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXConnector
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.function= Tests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 static fi= nal ThreadLocal<Map<MBeanServerConnection,JMXConnector>> connec= tions =3D
  • =A0 =A0 [javac] = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:41: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXServiceURL
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.functio= nTests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 private f= inal JMXServiceURL url;
  • =A0 = =A0 [javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:43: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXServiceURL
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.functio= nTests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 RemoteCon= nectionGetter(JMXServiceURL url) {
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/JMXConnectionDecorator.java:102: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXServiceURL
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.functio= nTests.tests.management.JMXConnectionDecorator
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 J= MXServiceURL url =3D new JMXServiceURL(
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 ^
  • <= div class=3D"de2">=A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/JMXConnectionDecorator.java:102: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXServiceURL
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.functio= nTests.tests.management.JMXConnectionDecorator
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 J= MXServiceURL url =3D new JMXServiceURL(
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:39: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXConnector
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.function= Tests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 n= ew ThreadLocal<Map<MBeanServerConnection,JMXConnector>>();
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:57: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXConnector
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.function= Tests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 J= MXConnector jmxc =3D JMXConnectorFactory.connect(url, env);
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:57: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: variable JMXConnectorFactory
  • =A0 =A0 [javac] location: class org.apache.derbyTestin= g.functionTests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 J= MXConnector jmxc =3D JMXConnectorFactory.connect(url, env);
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:60: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXConnector
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.function= Tests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 M= ap<MBeanServerConnection,JMXConnector> conns =3D connections.get();
  • =A0 =A0 [javac] =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:62: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXConnector
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.function= Tests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 = =A0 =A0 conns =3D new HashMap<MBeanServerConnection,JMXConnector>();<= /div>
  • =A0 =A0 [javac] =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:72: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXConnector
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.function= Tests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 M= ap<MBeanServerConnection,JMXConnector> conns =3D connections.get();
  • =A0 =A0 [javac] =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac]=20 /home/siddharth/der/java/testing/org/apache/derbyTesting/functionTests/test= s/management/RemoteConnectionGetter.java:73: cannot find symbol
  • =A0 =A0 = [javac] symbol =A0: class JMXConnector
  • =A0 =A0 [javac] location: class org.apache.derbyTesting.function= Tests.tests.management.RemoteConnectionGetter
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 J= MXConnector jmxc =3D conns.remove(jmxConnection);
  • =A0 =A0 [javac] =A0 =A0 =A0 =A0 ^
  • =A0 =A0 [javac] 17 errors
  • =A0
  • <= div class=3D"de2">BUILD FAILED
  • /home/siddharth/der/build.xml:584: The following error occurred while ex= ecuting this line:
  • /home/siddharth/der/java/testing/= build.xml:80: The following error occurred while executing this line:
    =
  • /home/siddharth/der/java/testing/= org/apache/derbyTesting/functionTests/tests/management/build.xml:53: Compile failed; see the compiler error output for details.
  • =A0
  • Total time: 15 seconds

  • The output of java -jar jars/sane/derbyrun.jar sysinfo is:

    ------------------ Java In= formation ------------------
    Java Version:=A0=A0=A0 1.6.0_20
    Java Vendor:=A0=A0=A0=A0 Sun Microsystem= s Inc.
    Java home:=A0=A0=A0=A0=A0=A0 /usr/lib/jvm/java-1.6.0-openjdk-1.6.= 0.0.x86_64/jre
    Java classpath:=A0 jars/sane/derbyrun.jar
    OS name:=A0= =A0=A0=A0=A0=A0=A0=A0 Linux
    OS architecture: amd64
    OS version:=A0=A0=A0=A0=A0 2.6.35.9-64.fc14.x86_64
    Java user name:=A0 si= ddharth
    Java user home:=A0 /home/siddharth
    Java user dir:=A0=A0 /home= /siddharth/der
    java.specifica= tion.name: Java Platform API Specification
    java.specification.version: 1.6
    java.runtime.version: 1.6.0_20-b20
    --= ------- Derby Information --------
    JRE - JDBC: Java SE 6 - JDBC 4.0
    [= /home/siddharth/der/jars/sane/derby.jar] 10.8.0.0 alpha - (1050393)
    [/home/siddharth/der/jars/sane/derbytools.jar] 10.8.0.0 alpha - (1050393)[/home/siddharth/der/jars/sane/derbynet.jar] 10.8.0.0 alpha - (1050393)[/home/siddharth/der/jars/sane/derbyclient.jar] 10.8.0.0 alpha - (1050393= )
    ------------------------------------------------------
    -----------------= Locale Information -----------------
    Current Locale :=A0 [English/Unite= d States [en_US]]
    Found support for locale: [cs]
    =A0=A0=A0=A0=A0=A0= =A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: [de_DE]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8= .0.0 alpha - (1050393)
    Found support for locale: [es]
    =A0=A0=A0=A0=A0= =A0=A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: = [fr]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: [hu]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8.0.= 0 alpha - (1050393)
    Found support for locale: [it]
    =A0=A0=A0=A0=A0=A0= =A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: [ja= _JP]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: [ko_KR]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8= .0.0 alpha - (1050393)
    Found support for locale: [pl]
    =A0=A0=A0=A0=A0= =A0=A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: = [pt_BR]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: [ru]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8.0.= 0 alpha - (1050393)
    Found support for locale: [zh_CN]
    =A0=A0=A0=A0=A0= =A0=A0=A0 version: 10.8.0.0 alpha - (1050393)
    Found support for locale: = [zh_TW]
    =A0=A0=A0=A0=A0=A0=A0=A0 version: 10.8.0.0 alpha - (1050393)


    How can I solve this ?

    Thanks
    --
    Siddhar= th Srivastava

    When you have learned to snatch the error code from th= e trap frame, it will be time for you to leave.
    --001636416dbbd3dd7404979c70f1--