Its a null pointer disguised as a broken url. I'll take a look later. Tom On 23 Jan 2015 17:20, "Ramirez, Paul M (398M)" <[email protected]> wrote:
> Weird one. Is there something wrong with your network connection? Is that > URL being blocked? The stack trace says URL does not exist but I'm able to > access it here on my phone. > > --Paul > > Sent from my iPhone > > > On Jan 23, 2015, at 9:10 AM, Lewis John Mcgibbney < > [email protected]> wrote: > > > > Hi Tom, > > Thanks for heads up. > > I am kinda confused as to local failure, I'm reproducing failures on > Jenkins > > > > Regression on > org.apache.oodt.cas.protocol.http.TestHttpProtocol.testLSandCD > > Error Message > > > > Failed to cd to {parent = 'null', path = > > > 'repos/asf/oodt/trunk/protocol/http/src/main/java/org/apache/oodt/cas/protocol/http', > > isDir = 'true'} : URL does not exist > > ' > http://svn.apache.org/repos/asf/oodt/trunk/protocol/http/src/main/java/org/apache/oodt/cas/protocol/http > ' > > > > Stacktrace > > > > org.apache.oodt.cas.protocol.exceptions.ProtocolException: Failed to > > cd to {parent = 'null', path = > > > 'repos/asf/oodt/trunk/protocol/http/src/main/java/org/apache/oodt/cas/protocol/http', > > isDir = 'true'} : URL does not exist > > ' > http://svn.apache.org/repos/asf/oodt/trunk/protocol/http/src/main/java/org/apache/oodt/cas/protocol/http > ' > > at org.apache.oodt.cas.protocol.http.HttpProtocol.cd > (HttpProtocol.java:78) > > at > org.apache.oodt.cas.protocol.http.TestHttpProtocol.testLSandCD(TestHttpProtocol.java:52) > > Caused by: java.io.IOException: URL does not exist > > ' > http://svn.apache.org/repos/asf/oodt/trunk/protocol/http/src/main/java/org/apache/oodt/cas/protocol/http > ' > > at > org.apache.oodt.cas.protocol.http.util.HttpUtils.isDirectory(HttpUtils.java:126) > > at org.apache.oodt.cas.protocol.http.HttpProtocol.cd > (HttpProtocol.java:72) > > ... 23 more > > Caused by: java.lang.NullPointerException > > at > org.apache.oodt.cas.metadata.util.MimeTypeUtils.autoResolveContentType(MimeTypeUtils.java:223) > > at > org.apache.oodt.cas.metadata.util.MimeTypeUtils.autoResolveContentType(MimeTypeUtils.java:132) > > at > org.apache.oodt.cas.protocol.http.util.HttpUtils.isDirectory(HttpUtils.java:122) > > ... 24 more > > > > > > > >> On Fri, Jan 23, 2015 at 8:45 AM, Tom Barber <[email protected]> > wrote: > >> > >> The only real problem with the build is that the Jersey Client 1.x POM > has > >> been knackered for god knows how long, but as long as I can remember > >> working with REST stuff, and the Hadoop Client jar in the Resource > Manager > >> has it hardcoded as a dependency. So the other night I forced it to use > a > >> newer version, so it failed a few times and I stepped through the > required > >> upgraded jars. > >> > >> Apart from that and a few minor tweaks I think its alright. > >> > >> Tom > >> > >> > >>>> On 23/01/15 16:41, Lewis John Mcgibbney wrote: > >>> > >>> Hi Folks, > >>> Builds have been dodgy for a while now. > >>> Anyone have a clue what happened? > >>> I just looked at out Jenkins build record for trunk and quite frankly > it > >>> kinda appalling. > >>> I'm building RADiX for a customer right now then I'm going to take some > >>> time looking at tests again. > >>> Lewis > >> > >> -- > >> *Tom Barber* | Technical Director > >> > >> meteorite bi > >> *T:* +44 20 8133 3730 > >> *W:* www.meteorite.bi | *Skype:* meteorite.consulting > >> *A:* Surrey Technology Centre, Surrey Research Park, Guildford, GU2 > 7YG, UK > > > > > > > > -- > > *Lewis* >
