> -----Original Message----- > From: Bret Kumler [mailto:[EMAIL PROTECTED] > Sent: mardi 29 juin 2004 01:10 > To: 'Cactus Users List' > Subject: RE: Cactus + weblogic 81 > > Thanks for the clarifications Vincent. > > By the way, I bought your book, JUNIT in Action, so far it's an excellent > read.
Cool :-) I'm glad you like it! Feel free to ask any question or suggest any improvement to the Manning Forum (http://www.manning-sandbox.com/forum.jspa?forumID=9). Thanks -Vincent > > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 26, 2004 10:54 AM > To: 'Cactus Users List' > Subject: RE: Cactus + weblogic 81 > > Hi Bret, > > > -----Original Message----- > > From: Bret Kumler [mailto:[EMAIL PROTECTED] > > Sent: vendredi 25 juin 2004 20:44 > > To: 'Cactus Users List' > > Subject: RE: Cactus + weblogic 81 > > > > According to > > http://jakarta.apache.org/cactus/integration/ant/task_cactus.html > > > > If you put > > > > <!-- Configure the cactus task for logging --> > > <cactusproperty server="false" > > propertiesFile="${target.dir}/logging_client.properties"/> > > <cactusproperty server="true" > > propertiesFile="${target.dir}/logging_server.properties"/> > > > > this will enabled logging. I tried it, but it didn't work. Is there a > > way > > I can see if it loaded these files? > > Yes, that's correct. Run Ant in debug mode. The reason it doesn't print > anything is maybe because you haven't edited the > logging_client/server.properties file to tell commons-logging what logging > implementation to use. For example, uncomment one of the properties to > force > using a given implementation. > > > > > " is localhost defined for you? does weblogic answer request on > > localhost? > > i think cactus is hardwired to use localhost for the url it tries to > hit, > > but maybe i'm mistaken." > > > > I set in the config.xml the Server ListenAddress="machine-name", so > > localhost doesn't respond. > > That's the problem. See my other email. > > > > > I thought cactus.properties is suppose to set the URL cactus would use > to > > make a request. > > Nope. This set of properties is only used to configure *MANUALLY* the > container and is not required when you use a Cactus front end (Ant, Maven, > etc). > > -Vincent > > > > > -----Original Message----- > > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 25, 2004 10:55 AM > > To: Cactus Users List > > Subject: RE: Cactus + weblogic 81 > > > > Bret, > > > > If you're still seeing the log4j errors, you might try adding: > > <sysproperty > > key="org.apache.commons.logging.LogFactory" > > value="org.apache.commons.logging.impl.LogFactoryImpl"/> > > to your server startup command. I believe Weblogic provides a "feature" > > that overrides the log4j config you might have. i had lots of log4j > issues > > with weblogic 8.1 getting to run cactus tests. i had to also put an > empty > > commons-logging.properties file in my classpath that helped to override > > weblogic's settings. > > > > is localhost defined for you? does weblogic answer request on > localhost? > > i > > think cactus is hardwired to use localhost for the url it tries to hit, > > but > > maybe i'm mistaken. > > > > good luck! > > > > > > > -----Original Message----- > > > From: Bret Kumler [mailto:[EMAIL PROTECTED] > > > Sent: Friday, June 25, 2004 12:18 PM > > > To: 'Cactus Users List' > > > Subject: RE: Cactus + weblogic 81 > > > > > > > > > Vincent, > > > > > > I noticed when I ran ant -debug test > > > When the server was starting it was trying to connect to the > > > correct url, > > > but as soon as it went to the target to execute the tests, > > > the url changed. > > > > > > The only difference is machine-name was beach-breaker, now > > > its localhost. > > > > > > For some reason it cannot connect to localhost.. > > > > > > -----Original Message----- > > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > > Sent: Friday, June 25, 2004 12:53 AM > > > To: 'Cactus Users List' > > > Subject: RE: Cactus + weblogic 81 > > > > > > Hi Bret, > > > > > > > -----Original Message----- > > > > From: Bret Kumler [mailto:[EMAIL PROTECTED] > > > > Sent: 25 June 2004 01:51 > > > > To: 'Cactus Users List' > > > > Subject: Cactus + weblogic 81 > > > > > > > > I'm having a problem with the tests not executing. > > > > > > [snip] > > > > > > > BUILD FAILED > > > > file:C:/misc/builds/cactus/build.xml:604: Failed to start the > > > container > > > > after mo > > > > re than [180000] ms. Trying to connect to the > > > > [http://localhost:7001/prismconsol > > > > e/ServletRedirector?Cactus_Service=RUN_TEST] test URL yielded a [-1] > > > error > > > > code. > > > > Please run in debug mode for more details about the error. > > > > > > Can you please turn on Cactus logging and check the server > > > log file? If > > > you look hard you'll see the exact error returned by the > > > container. That > > > will give you the reason of the error. You may also want to check the > > > weblogic log file itself (located in your target dir). > > > > > > [snip] > > > > > > Thanks > > > -Vincent > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --- > > Incoming mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.710 / Virus Database: 466 - Release Date: 23/06/2004 > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.711 / Virus Database: 467 - Release Date: 25/06/2004 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
