I had this problem - or similar, it turned out to be an Ant problem where Ant couldn't find junit.jar, and so just started, then stopped Orion immediately (with no testing and no errors!).
Not sure if this helps, Mike Mike Cannon-Brookes :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 21, 2001 6:45 AM > To: [EMAIL PROTECTED] > Subject: Re: Problem getting the samples to run in Orion 1.5.2 > > > Hi Chuck > > My guess is that the testURL parameter of the runservertests that you used > is not correct. This is how cactus knows that the server is > started. If you > provide a bad url it will keep trying. We could probably improve that by > setting a timeout and reporting it could not connect to that url. > That would > help diagnosing the problem. > > Thanks for the idea... :) > > -Vincent > > ----- Original Message ----- > From: "Chuck Stern" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 18, 2001 6:43 PM > Subject: Problem getting the samples to run in Orion 1.5.2 > > > > Hi, > > > > I'm trying to get the samples to work in Orion 1.5.2 but I can't get the > > tests to run. I've read through the all of the docs (many times) and > > searched the mailing list but I've been unable to figure out what I'm > doing > > wrong. Everything builds (compile, directory creation, war file, etc..) > ok > > but the process stops in the "start_orion_15" target. I get the message > > from Orion saying "Orion/1.5.2 initialized" and then that's it. > The tests > > don't run (which is what I think is supposed to happen next). > > > > Orion is definitely started because I can pull up the test.jsp > page via a > > browser. > > > > Is there any ideas where to look or what I can do to further debug? > > > > Thanks, > > Chuck > > > >
