Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Dave Newton
--- Sridhar Srigiriraju wrote: [Weblogic 8.1 problem] You're using the j4 libs? Which JDK; Sun or JRockit, and which version? Which Weblogic SP? Dave Do you Yahoo!? Everyone is raving about the all-new

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
Dave, I am using *Sun JDK142_05* Weblogic *8.1 SP4* Is it identified already as a problem ? I am also attaching the trace from my server log Thanks Sridhar *Feb 7, 2007 11:00:26 AM EST Info Management BEA-141107 Version: WebLogic Server 8.1 P4 Mon Nov 29 16:21:29 PST 2004 471647 WebLogic

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Dave Newton
Are you using the j4 S2 libs? --- Sridhar Srigiriraju [EMAIL PROTECTED] wrote: Dave, I am using *Sun JDK142_05* Weblogic *8.1 SP4* Is it identified already as a problem ? I am also attaching the trace from my server log Thanks Sridhar *Feb 7, 2007 11:00:26 AM EST Info

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
By S2 you mean Struts 2, no, I am not. I am using Struts 1.2.9 On 2/7/07, Dave Newton [EMAIL PROTECTED] wrote: Are you using the j4 S2 libs? --- Sridhar Srigiriraju [EMAIL PROTECTED] wrote: Dave, I am using *Sun JDK142_05* Weblogic *8.1 SP4* Is it identified already as a problem ? I

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Dave Newton
--- Sridhar Srigiriraju wrote: By S2 you mean Struts 2, no, I am not. I am using Struts 1.2.9 Oh. Whoops. Totally missed that. Are you sure it deployed correctly to Weblogic? We're running both 1.2.9 and 1.3.5 on Weblogic 8.1 SP5/JRockit 1.4.2_08 with no difficulties using Tiles. d.

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
Dave, I had no problems in deploying the code. The deployment log doesnt say much either about any possible errors. However, let me try JRockit and see how is comes through. Thanks anyways for the help. Sridhar On 2/7/07, Dave Newton [EMAIL PROTECTED] wrote: --- Sridhar Srigiriraju wrote:

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Dave Newton
--- Sridhar Srigiriraju wrote: I had no problems in deploying the code. I'm not asking if you had problems deploying it, I'm asking if it was correctly deployed, which is an entirely different thing. I ask because we have had zero issues working with S1/Tiles on 8.1SP5, so I feel pretty

RE: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Karr, David
Did you specify prefer-web-inf-classes in the weblogic.xml file? If you don't do this, the app will use the Struts jars that are installed with WebLogic, which would be an earlier version. -Original Message- From: Sridhar Srigiriraju [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
David, Thanks a lot. It worked like a charm!! Here comes my next question just out of curiosity at the risk of sounding dumb :) Why would weblogic package Struts jars in its distribution if its not part of standard JCP process and also with the conventional wisdom that weblogic versions cannot

RE: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Karr, David
List Subject: Re: Error while running struts blank on Weblogic 8.1 David, Thanks a lot. It worked like a charm!! Here comes my next question just out of curiosity at the risk of sounding dumb :) Why would weblogic package Struts jars in its distribution if its not part of standard