From aaronh at tcp0.com Thu Apr 16 13:35:20 2015 From: aaronh at tcp0.com (Aaron Hughes) Date: Thu, 16 Apr 2015 10:35:20 -0700 Subject: [arin-tech-discuss] ARIN RDAP testing information Message-ID: <20150416173520.GG29151@services1-scz.tcp0.com> ARIN Tech, After reviewing the presentation on RDAP, I setup a dev environment to start testing. http://rdappilot.arin.net/restfulwhois/rdap and http://rdappilot.arin.net/rdapbootstrap/ Are returning: HTTP Status 404 - type Status report message description The requested resource () is not available. JBoss Web/7.0.10.Final curl hangs on most queries and sometimes goes through.. Looks like a load balancer is returning some (or one) working server and others are not responding. 1-dev.6connect.com:/home/aaronh/code> curl -v http://rdappilot.arin.net/restfulwhois/rdap/ip/67.221.240.0 * Hostname was NOT found in DNS cache * Trying 192.149.252.80... * Connected to rdappilot.arin.net (192.149.252.80) port 80 (#0) > GET /restfulwhois/rdap/ip/67.221.240.0 HTTP/1.1 > User-Agent: curl/7.37.1 > Host: rdappilot.arin.net > Accept: */* > and is IPv4 only: rdappilot.arin.net has address 192.149.252.80 host rdap.arin.net Host rdap.arin.net not found: 3(NXDOMAIN) ^ does not appear to exist NicInfo ? command-line RDAP client (open source) http://anon:anon at stash-projects.arin.net/scm/RRR/code.git will not build on Ubuntu. So... Is any of this ready for testing? I do get a Location: from APNIC e.g. @1-dev.6connect.com:/home/aaronh/code> curl -v http://rdap.apnic.net/ip/67.221.240.0 * Hostname was NOT found in DNS cache * Trying 2001:dd8:9:2::101:43... * Connected to rdap.apnic.net (2001:dd8:9:2::101:43) port 80 (#0) > GET /ip/67.221.240.0 HTTP/1.1 > User-Agent: curl/7.37.1 > Host: rdap.apnic.net > Accept: */* > < HTTP/1.1 301 Moved Permanently < Date: Thu, 16 Apr 2015 17:28:51 GMT < Location: http://rdappilot.arin.net/restfulwhois/rdap/ip/67.221.240.0 < Content-Type: application/rdap+json < Access-Control-Allow-Origin: * < Content-Length: 0 * Server Jetty(9.2.z-SNAPSHOT) is not blacklisted < Server: Jetty(9.2.z-SNAPSHOT) < * Connection #0 to host rdap.apnic.net left intact and RIPE: @1-dev.6connect.com:/home/aaronh/code> curl -v http://rdap.db.ripe.net/ip/67.22.240.0 * Hostname was NOT found in DNS cache * Trying 2001:67c:2e8:22::c100:68e... * Connected to rdap.db.ripe.net (2001:67c:2e8:22::c100:68e) port 80 (#0) > GET /ip/67.22.240.0 HTTP/1.1 > User-Agent: curl/7.37.1 > Host: rdap.db.ripe.net > Accept: */* > < HTTP/1.1 301 Moved Permanently < Date: Thu, 16 Apr 2015 17:30:00 GMT * Server Jetty(8.y.z-SNAPSHOT) is not blacklisted < Server: Jetty(8.y.z-SNAPSHOT) < Location: http://rdappilot.arin.net/restfulwhois/rdap/ip/67.22.240.0 < Content-Length: 0 < Connection: close < * Closing connection 0 -- Aaron Hughes aaronh at tcp0.com +1-703-244-0427 PGP Public Key ID: 0xF6B1DEC2 Key fingerprint = 6486 43A5 1692 502C DCFC 8446 C714 E317 F6B1 DEC2 http://www.tcp0.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: From andy at arin.net Thu Apr 16 13:53:48 2015 From: andy at arin.net (Andy Newton) Date: Thu, 16 Apr 2015 17:53:48 +0000 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: <20150416173520.GG29151@services1-scz.tcp0.com> References: <20150416173520.GG29151@services1-scz.tcp0.com> Message-ID: Aaron, Response in-line: > On Apr 16, 2015, at 1:35 PM, Aaron Hughes wrote: > > After reviewing the presentation on RDAP, I setup a dev environment to start testing. > > http://rdappilot.arin.net/restfulwhois/rdap > and > http://rdappilot.arin.net/rdapbootstrap/ > > Are returning: > > HTTP Status 404 - > type Status report > message > description The requested resource () is not available. > JBoss Web/7.0.10.Final The URLs provided are base URLs according to the standard. The base URLs have no specific information and therefore return 404s. > curl hangs on most queries and sometimes goes through.. Looks like a load balancer is returning some (or one) working server and others are not responding. We will look into this. > host rdap.arin.net > Host rdap.arin.net not found: 3(NXDOMAIN) > ^ does not appear to exist > These are our production URLs, and our production RDAP service is not scheduled for deployment until June. > NicInfo ? command-line RDAP client (open source) > > http://anon:anon at stash-projects.arin.net/scm/RRR/code.git will not build on Ubuntu. If you can specify which version of Ruby you are using, I?ll look into it. Andy Newton, Chief Engineer, ARIN From aaronh at tcp0.com Thu Apr 16 14:04:01 2015 From: aaronh at tcp0.com (Aaron Hughes) Date: Thu, 16 Apr 2015 11:04:01 -0700 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: References: <20150416173520.GG29151@services1-scz.tcp0.com> Message-ID: <20150416180401.GA31773@services1-scz.tcp0.com> On Thu, Apr 16, 2015 at 05:53:48PM +0000, Andy Newton wrote: > The URLs provided are base URLs according to the standard. The base URLs have no specific information and therefore return 404s. Got it, thanks. > > curl hangs on most queries and sometimes goes through.. Looks like a load balancer is returning some (or one) working server and others are not responding. > > We will look into this. Thanks. > > host rdap.arin.net > These are our production URLs, and our production RDAP service is not scheduled for deployment until June. Noted, thanks. > > NicInfo ? command-line RDAP client (open source) > > > > http://anon:anon at stash-projects.arin.net/scm/RRR/code.git will not build on Ubuntu. > > If you can specify which version of Ruby you are using, I?ll look into it. I don't believe this is a Ruby issue but I am not entirely familiar with Maven. [snip] @1-dev.6connect.com:/home/aaronh/code> mvn clean install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building RDAP Bootstrap Server 1000.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rdap_bootstrap_server --- [INFO] Deleting /home/aaronh/code/target [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ rdap_bootstrap_server --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ rdap_bootstrap_server --- [INFO] Compiling 13 source files to /home/aaronh/code/target/classes [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.332s [INFO] Finished at: Thu Apr 16 10:57:30 PDT 2015 [INFO] Final Memory: 10M/481M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project rdap_bootstrap_server: Compilation failure: Compilation failure: [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/json/Response.java:[65,32] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/IpV6Bootstrap.java:[36,28] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/IpV6Bootstrap.java:[41,5] error: annotations are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable annotations) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[28,20] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[29,32] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[30,16] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[31,24] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[32,24] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[35,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[36,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[36,28] error: ')' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[36,36] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[36,37] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[47,21] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[48,12] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[50,12] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[52,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[56,8] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[57,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[59,5] error: annotations are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable annotations) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[60,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[63,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[66,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[69,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[72,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[75,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[78,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[84,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[87,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[90,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[93,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[95,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DefaultBootstrap.java:[98,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/IpV4Bootstrap.java:[28,28] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/IpV4Bootstrap.java:[40,5] error: annotations are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable annotations) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[30,23] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[32,27] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[33,35] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[34,35] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[35,43] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[36,37] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[39,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[39,19] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[40,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[42,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[42,15] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[42,23] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[42,35] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[55,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[55,56] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[60,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[60,30] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[65,8] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[65,31] error: ')' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[65,38] error: illegal start of expression [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[65,39] error: ';' expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[71,12] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[72,12] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[74,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[77,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[79,11] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/Statistics.java:[82,4] error: class or interface expected [ERROR] [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/ResourceFiles.java:[34,19] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/ResourceFiles.java:[52,42] error: for-each loops are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable for-each loops) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/JsonBootstrapFile.java:[52,25] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/EntityBootstrap.java:[28,28] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/EntityBootstrap.java:[40,5] error: annotations are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable annotations) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/AsBootstrap.java:[59,28] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/AsBootstrap.java:[64,5] error: annotations are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable annotations) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/RedirectServlet.java:[60,5] error: annotations are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable annotations) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/RedirectServlet.java:[327,17] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/RedirectServlet.java:[328,46] error: for-each loops are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable for-each loops) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DomainBootstrap.java:[30,28] error: generics are not supported in -source 1.3 [ERROR] [ERROR] (use -source 5 or higher to enable generics) [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/service/DomainBootstrap.java:[42,5] error: annotations are not supported in -source 1.3 [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException @1-dev.6connect.com:/home/aaronh/code> [end] > > Andy Newton, > Chief Engineer, ARIN > -- Aaron Hughes aaronh at tcp0.com +1-703-244-0427 PGP Public Key ID: 0xF6B1DEC2 Key fingerprint = 6486 43A5 1692 502C DCFC 8446 C714 E317 F6B1 DEC2 http://www.tcp0.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: From andy at arin.net Thu Apr 16 14:42:04 2015 From: andy at arin.net (Andy Newton) Date: Thu, 16 Apr 2015 18:42:04 +0000 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: <20150416180401.GA31773@services1-scz.tcp0.com> References: <20150416173520.GG29151@services1-scz.tcp0.com> <20150416180401.GA31773@services1-scz.tcp0.com> Message-ID: >>> NicInfo ? command-line RDAP client (open source) >>> >>> http://anon:anon at stash-projects.arin.net/scm/RRR/code.git will not build on Ubuntu. >> >> If you can specify which version of Ruby you are using, I?ll look into it. > > > I don't believe this is a Ruby issue but I am not entirely familiar with Maven. > Sorry, I didn?t make the context switch and thought you were trying to get NicInfo to work. Yes, the RDAP Bootstrap server is not written in Ruby. > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project rdap_bootstrap_server: Compilation failure: Compilation failure: > [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/json/Response.java:[65,32] error: generics are not supported in -source 1.3 I think this is tied to the version of Java you are using. It should compile under Java 6, 7 and 8. One issue maybe that your system is pointing to gcj instead of a modern Java. Andy Newton, Chief Engineer, ARIN From aaronh at tcp0.com Thu Apr 16 14:45:30 2015 From: aaronh at tcp0.com (Aaron Hughes) Date: Thu, 16 Apr 2015 11:45:30 -0700 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: References: <20150416173520.GG29151@services1-scz.tcp0.com> <20150416180401.GA31773@services1-scz.tcp0.com> Message-ID: <20150416184530.GD31773@services1-scz.tcp0.com> On Thu, Apr 16, 2015 at 06:42:04PM +0000, Andy Newton wrote: > >>> NicInfo ? command-line RDAP client (open source) > >>> > >>> http://anon:anon at stash-projects.arin.net/scm/RRR/code.git will not build on Ubuntu. > >> > >> If you can specify which version of Ruby you are using, I?ll look into it. > > > > > > I don't believe this is a Ruby issue but I am not entirely familiar with Maven. > > > > Sorry, I didn?t make the context switch and thought you were trying to get NicInfo to work. Yes, the RDAP Bootstrap server is not written in Ruby. No worries :) > > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project rdap_bootstrap_server: Compilation failure: Compilation failure: > > [ERROR] /home/aaronh/code/src/main/java/net/arin/rdap_bootstrap/json/Response.java:[65,32] error: generics are not supported in -source 1.3 > > I think this is tied to the version of Java you are using. It should compile under Java 6, 7 and 8. One issue maybe that your system is pointing to gcj instead of a modern Java. java -version java version "1.7.0_75" OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~utopic1) OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode) Ubuntu 14.10 uname -a Linux 1-dev.6connect.com 3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Cheers, Aaron > > Andy Newton, > Chief Engineer, ARIN > -- Aaron Hughes aaronh at tcp0.com +1-703-244-0427 PGP Public Key ID: 0xF6B1DEC2 Key fingerprint = 6486 43A5 1692 502C DCFC 8446 C714 E317 F6B1 DEC2 http://www.tcp0.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: From andy at arin.net Thu Apr 16 15:02:42 2015 From: andy at arin.net (Andy Newton) Date: Thu, 16 Apr 2015 19:02:42 +0000 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: <20150416184530.GD31773@services1-scz.tcp0.com> References: <20150416173520.GG29151@services1-scz.tcp0.com> <20150416180401.GA31773@services1-scz.tcp0.com> <20150416184530.GD31773@services1-scz.tcp0.com> Message-ID: <30B63E26-F745-46B2-A5DA-80692A00E4C4@arin.net> > > java -version > java version "1.7.0_75" > OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~utopic1) > OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode) > > Ubuntu 14.10 > uname -a > Linux 1-dev.6connect.com 3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Thanks. I?ll attempt to replicate this. Can you also give me the output of ?mvn -v?? -andy From aaronh at tcp0.com Thu Apr 16 15:05:15 2015 From: aaronh at tcp0.com (Aaron Hughes) Date: Thu, 16 Apr 2015 12:05:15 -0700 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: <30B63E26-F745-46B2-A5DA-80692A00E4C4@arin.net> References: <20150416173520.GG29151@services1-scz.tcp0.com> <20150416180401.GA31773@services1-scz.tcp0.com> <20150416184530.GD31773@services1-scz.tcp0.com> <30B63E26-F745-46B2-A5DA-80692A00E4C4@arin.net> Message-ID: <20150416190515.GE31773@services1-scz.tcp0.com> On Thu, Apr 16, 2015 at 07:02:42PM +0000, Andy Newton wrote: > > > > java -version > > java version "1.7.0_75" > > OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~utopic1) > > OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode) > > > > Ubuntu 14.10 > > uname -a > > Linux 1-dev.6connect.com 3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > > > Thanks. I?ll attempt to replicate this. Can you also give me the output of ?mvn -v?? Thank you sir. mvn -v Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.7.0_75, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.16.0-31-generic", arch: "amd64", family: "unix" Cheers, Aaron > > -andy -- Aaron Hughes aaronh at tcp0.com +1-703-244-0427 PGP Public Key ID: 0xF6B1DEC2 Key fingerprint = 6486 43A5 1692 502C DCFC 8446 C714 E317 F6B1 DEC2 http://www.tcp0.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: From andy at arin.net Fri Apr 17 11:07:42 2015 From: andy at arin.net (Andy Newton) Date: Fri, 17 Apr 2015 15:07:42 +0000 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: <20150416190515.GE31773@services1-scz.tcp0.com> References: <20150416173520.GG29151@services1-scz.tcp0.com> <20150416180401.GA31773@services1-scz.tcp0.com> <20150416184530.GD31773@services1-scz.tcp0.com> <30B63E26-F745-46B2-A5DA-80692A00E4C4@arin.net> <20150416190515.GE31773@services1-scz.tcp0.com> Message-ID: <666B1FF5-48E1-43A1-BE1B-1146A0F2B1A1@arin.net> > On Apr 16, 2015, at 3:05 PM, Aaron Hughes wrote: > > On Thu, Apr 16, 2015 at 07:02:42PM +0000, Andy Newton wrote: >>> >>> java -version >>> java version "1.7.0_75" >>> OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~utopic1) >>> OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode) >>> >>> Ubuntu 14.10 >>> uname -a >>> Linux 1-dev.6connect.com 3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux >> >> >> Thanks. I?ll attempt to replicate this. Can you also give me the output of ?mvn -v?? > > Thank you sir. > > mvn -v > Apache Maven 3.0.5 > Maven home: /usr/share/maven > Java version: 1.7.0_75, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.16.0-31-generic", arch: "amd64", family: "unix" Aaron, I think we found the problem and fix. Short answer: Do a ?git pull origin master? and try again. We modified the pom.xml file to explicitly use the a more modern Maven compiler plugin and to specify the Java version compatibility. Long answer: For reasons I cannot understand, the Maven package for Ubuntu 14.10 pulls in the maven-compiler-plugin 2.0.2. I cannot find that version in the Maven archives. It is old. For comparison, the same version of Maven (3.0.5) on CentOS 7 pulls down version 2.3.2 of the plugin. So I don?t really understand what the Ubuntu package is doing. I also noticed that the Ubuntu package uses the Java JRE as a dependency, but the Java JDK is actually needed for Java compilation. I hope this helps. -andy From gary.buhrmaster at gmail.com Fri Apr 17 11:24:21 2015 From: gary.buhrmaster at gmail.com (Gary Buhrmaster) Date: Fri, 17 Apr 2015 15:24:21 +0000 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: <666B1FF5-48E1-43A1-BE1B-1146A0F2B1A1@arin.net> References: <20150416173520.GG29151@services1-scz.tcp0.com> <20150416180401.GA31773@services1-scz.tcp0.com> <20150416184530.GD31773@services1-scz.tcp0.com> <30B63E26-F745-46B2-A5DA-80692A00E4C4@arin.net> <20150416190515.GE31773@services1-scz.tcp0.com> <666B1FF5-48E1-43A1-BE1B-1146A0F2B1A1@arin.net> Message-ID: On Fri, Apr 17, 2015 at 3:07 PM, Andy Newton wrote: .... > Long answer: > For reasons I cannot understand Packagers in Ubuntu are often volunteers (especially the universe repository), and the reality is that not all packages have the reviews and (regression) testing that occurs on enterprise platforms with major commitments of professional resources. Regardless, even if the root cause is not understood, please post the issue on Ubuntu Launchpad so that the packager is aware of it (and can potentially fix it), and at a minimum the next person does not get to experience it all over again. Thanks. From aaronh at tcp0.com Fri Apr 17 12:12:08 2015 From: aaronh at tcp0.com (Aaron Hughes) Date: Fri, 17 Apr 2015 09:12:08 -0700 Subject: [arin-tech-discuss] ARIN RDAP testing information In-Reply-To: <666B1FF5-48E1-43A1-BE1B-1146A0F2B1A1@arin.net> References: <20150416173520.GG29151@services1-scz.tcp0.com> <20150416180401.GA31773@services1-scz.tcp0.com> <20150416184530.GD31773@services1-scz.tcp0.com> <30B63E26-F745-46B2-A5DA-80692A00E4C4@arin.net> <20150416190515.GE31773@services1-scz.tcp0.com> <666B1FF5-48E1-43A1-BE1B-1146A0F2B1A1@arin.net> Message-ID: <20150417161208.GI31773@services1-scz.tcp0.com> On Fri, Apr 17, 2015 at 03:07:42PM +0000, Andy Newton wrote: > Aaron, > > I think we found the problem and fix. > > Short answer: > Do a ?git pull origin master? and try again. We modified the pom.xml file to explicitly use the a more modern Maven compiler plugin and to specify the Java version compatibility. > > Long answer: > For reasons I cannot understand, the Maven package for Ubuntu 14.10 pulls in the maven-compiler-plugin 2.0.2. I cannot find that version in the Maven archives. It is old. For comparison, the same version of Maven (3.0.5) on CentOS 7 pulls down version 2.3.2 of the plugin. So I don?t really understand what the Ubuntu package is doing. I also noticed that the Ubuntu package uses the Java JRE as a dependency, but the Java JDK is actually needed for Java compilation. > > I hope this helps. Thanks for the help, I'll give it a shot over the weekend. Happy Friday. Cheers, Aaron > > -andy -- Aaron Hughes aaronh at tcp0.com +1-703-244-0427 PGP Public Key ID: 0xF6B1DEC2 Key fingerprint = 6486 43A5 1692 502C DCFC 8446 C714 E317 F6B1 DEC2 http://www.tcp0.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: