Hey Chris, I will investigate a little bit what happens with IBM J9. I have the feeling that it runs the forked parser with the platform's default java and not the one from JAVA_HOME so they conflict (default Java on Ubuntu is OpenJDK 7)? From the "top" output the forked parser runs with a plain "java" command line without a path to JAVA_HOME/bin/java. So maybe this makes the communication fail. I have to look at fork-parser's code. Or, maybe it’s a J9 problem in general - no idea. I will open a bug report tomorrow!
At least windows tests work: http://jenkins.thetaphi.de/job/Tika-1.4RC2-Windows/ - So Mike fixed his bug with line endlings. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Mattmann, Chris A (398J) [mailto:[email protected]] > Sent: Sunday, June 16, 2013 11:44 PM > To: [email protected] > Subject: Re: [VOTE] Apache TIka 1.4 Release Candidate #2 > > Hey Uwe, > > -----Original Message----- > > From: Uwe Schindler <[email protected]> > Reply-To: "[email protected]" <[email protected]> > Date: Sunday, June 16, 2013 2:41 PM > To: "[email protected]" <[email protected]> > Subject: RE: [VOTE] Apache TIka 1.4 Release Candidate #2 > > >With Maven 3.0.4 it worked because Maven 3 is able to resolve > >inter-module dependencies inside the reactor. Maven 2 needs all > >artifacts to be installed so a plain "mvn test" without "mvn install" > >before does not work: > > > >http://ahoehma.wordpress.com/2010/12/22/intermodule-dependencies- > now-be > >tte > >r-working-with-maven-3/ > > +1. I've found that with MVN 2.2.1 I need to do mvn install first before > mvn test IIRC. Maven 3 exhibits > the same behavior for me too. > > So nothing has really changed with 1.4 compared to other releases. > > > > >But I found a problem: > >TIKA does not work with IBM J9 - the ForkParserTest fails horrible with > >class not found and so on: > >http://jenkins.thetaphi.de/job/Tika-1.4RC2-Linux/12/consoleFull > > Would be great if you could file a ticket for 1.5 with this. > > Thanks Uwe. > > Cheers, > Chris > > > > >Uwe > > > >----- > >Uwe Schindler > >H.-H.-Meier-Allee 63, D-28213 Bremen > >http://www.thetaphi.de > >eMail: [email protected] > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++ > Adjunct Assistant Professor, Computer Science Department University of > Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++ > > > > > > > > >> -----Original Message----- > >> From: Uwe Schindler [mailto:[email protected]] > >> Sent: Sunday, June 16, 2013 11:11 PM > >> To: [email protected] > >> Subject: RE: [VOTE] Apache TIka 1.4 Release Candidate #2 > >> > >> Hi, > >> > >> I tried a Random JVM Jenkins build on Linux from the repository (with > >>a clean ~/.mvn folder, so no Maven config at all), but it fails with > >>the given > >>error: > >> http://jenkins.thetaphi.de/job/Tika-1.4RC2-Linux/5/consoleFull > >> > >> It tries to download Tika from Maven Central although it's not yet > >>there. > >> Looks like a circular dependency to itself... > >> The same happens in trunk, but thare it works because it downloads > >>the previous snapshot from Apache Snapshots repo. > >> > >> Uwe > >> > >> ----- > >> Uwe Schindler > >> H.-H.-Meier-Allee 63, D-28213 Bremen > >> http://www.thetaphi.de > >> eMail: [email protected] > >> > >> > >> > -----Original Message----- > >> > From: Chris Mattmann [mailto:[email protected]] > >> > Sent: Sunday, June 16, 2013 8:07 PM > >> > To: [email protected] > >> > Cc: [email protected] > >> > Subject: [VOTE] Apache TIka 1.4 Release Candidate #2 > >> > > >> > Hi Guys, > >> > > >> > A second candidate for the Tika 1.4 release is available at: > >> > > >> > http://people.apache.org/~mattmann/apache-tika-1.4/rc2/ > >> > > >> > The release candidate is a zip archive of the sources in: > >> > > >> > http://svn.apache.org/repos/asf/tika/tags/1.4-rc2/ > >> > > >> > The SHA1 checksum of the archive is > >> > 84ce9ebc104ca348a3cd8e95ec31a96169548c13 > >> > > >> > A staged M2 repository can also be found on repository.apache.org > >>here: > >> > > >> > https://repository.apache.org/content/repositories/orgapachetika-02 > >> > 2/ > >> > > >> > > >> > Please vote on releasing this package as Apache Tika 1.4. > >> > The vote is open for the next 72 hours and passes if a majority of > >> > at least three +1 Tika PMC votes are cast. > >> > > >> > [ ] +1 Release this package as Apache Tika 1.4 > >> > [ ] -1 Do not release this package because... > >> > > >> > Here is my +1 for the release. > >> > > >> > Cheers, > >> > Chris > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > > > >
