DJencks suggested that this could be because of some erroneous JARs downloaded during G build. So I tried rebuilding G with a clean m2 repo, and the built G is now starting successfully. :)
On 10/4/07, Shiva Kumar H R <[EMAIL PROTECTED]> wrote: > > I am trying to start Geronimo built from trunk on a Win-XP machine using > command "geronimo.bat run" and hitting "InvalidConfigurationException" > http://rifers.org/paste/show/5681 > > Anyone else facing this problem? > > On 10/4/07, Shiva Kumar H R <[EMAIL PROTECTED]> wrote: > > > > > > > > On 10/4/07, Jarek Gawor <[EMAIL PROTECTED]> wrote: > > > > > > Yep. There are actaully a few problems that I'm seeing with trunk. > > > > > > 1) The Windows build problem. That's a bug in Maven where it returns > > > a URL that's not really a URL. But I think we can work around that in > > > our car-maven-plugin. For now, if you add the following to your > > > ~/.m2/settings.xml it should work: > > > > > > <localRepository>/C:/.m2</localRepository> > > > > > > Great! This solves my build problem. Thanks Jarek. Trunk build (with > > tests on) Successful. > > > > 2) Looks like the javaee assembly contains more modules then it used > > > to. For example, > > > org.apache.geronimo.configs/uddi-jetty6/2.1-SNAPSHOT/car is now > > > getting installed. > > > > > > 3) Because more modules were installed, the startup progress bar died > > > with a StringIndexOutOfBoundsException. I committed a small fix for > > > that. > > > > > > 4) The "java.rmi.server.ExportException: Port already in use: 1099" > > > error in the app client as shown in the logs. > > > > > > Jarek > > > > > > On 10/3/07, Prasad Kashyap < [EMAIL PROTECTED]> wrote: > > > > I'm seeing a different trunk failure on Windows. I'm at Rev: 581764. > > > > > > > > Fresh checkout and a clean repo. > > > > > > > > http://rifers.org/paste/show/5677 > > > > > > > > The automated builds on linux does not seem to have this problem. > > > I'm > > > > going to verify this on another windows machine tomorrow. > > > > > > > > Cheers > > > > Prasad > > > > > > > > On 10/3/07, Jarek Gawor <[EMAIL PROTECTED]> wrote: > > > > > Please see > > > > > http://people.apache.org/~prasad/binaries/trunk/20071003/test-1800.log > > > > > > <http://people.apache.org/%7Eprasad/binaries/trunk/20071003/test-1800.log> > > > > > for test failure. I'm seeing the same on Windows. > > > > > > > > > > Jarek > > > > > > > > > > On 3 Oct 2007 22:53:56 -0000, [EMAIL PROTECTED] < > > > [EMAIL PROTECTED]> wrote: > > > > > > OpenEJB trunk at 581589 > > > > > > Geronimo Revision: 581737 built with tests included > > > > > > > > > > > > See the full build-1800.log file at > > > > > > http://people.apache.org/~prasad/binaries/trunk/20071003/build-1800.log > > > > > > <http://people.apache.org/%7Eprasad/binaries/trunk/20071003/build-1800.log> > > > > > > > > > > > > Download the binaries from > > > http://people.apache.org/~prasad/binaries/trunk/20071003<http://people.apache.org/%7Eprasad/binaries/trunk/20071003> > > > > > > [INFO] BUILD SUCCESSFUL > > > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > > > [INFO] Total time: 31 minutes 30 seconds > > > > > > [INFO] Finished at: Wed Oct 03 18:36:12 EDT 2007 > > > > > > [INFO] Final Memory: 212M/1010M > > > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > > > > > > > > > TESTSUITE RESULTS (Failures only) > > > > > > ================================= > > > > > > See detailed results at > > > http://people.apache.org/~prasad/testsuite/ResultsSummary.html<http://people.apache.org/%7Eprasad/testsuite/ResultsSummary.html> > > > > > > See the full test-1800.log file at > > > > > > http://people.apache.org/~prasad/binaries/trunk/20071003/test-1800.log > > > > > > <http://people.apache.org/%7Eprasad/binaries/trunk/20071003/test-1800.log> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Thanks, > > Shiva > > > > Come to ApacheCon US 2007 or OS Summit Asia 2007 and learn about > > "Java EE 5 App Development on Geronimo 2.0 simplified using Eclipse" > > http://us.apachecon.com/us2007/program/talk/2003 > > http://www.ossummit.com/2007/program/talk/16 > > >
