Re: hello world is giving me a stack trace.

2014-07-12 Thread Jim Anderson
-0700 > > Subject: Re: hello world is giving me a stack trace. > > From: haoniu...@gmail.com > > To: jim_ander...@jjajava.com > > CC: user@struts.apache.org > > > > Don't know why. I suspect you have a class name conflict somewhere > in your > > environm

RE: hello world is giving me a stack trace.

2014-07-09 Thread Martin Gainty
MG>can you repost the Stacktrace in a followup email MG>thanks > Date: Tue, 8 Jul 2014 20:52:24 -0700 > Subject: Re: hello world is giving me a stack trace. > From: haoniu...@gmail.com > To: jim_ander...@jjajava.com > CC: user@struts.apache.org > > Don't know why.

Re: hello world is giving me a stack trace.

2014-07-08 Thread Kun Niu
Don't know why. I suspect you have a class name conflict somewhere in your environment. On Tue, Jul 8, 2014 at 6:15 PM, Jim Anderon wrote: > > I am attaching the struts.xml file. This is the struts.xml file that came > with the tutorial example. I have not > edited it at all. > > I realize the

Re: hello world is giving me a stack trace.

2014-07-08 Thread Jim Anderon
I am attaching the struts.xml file. This is the struts.xml file that came with the tutorial example. I have not edited it at all. I realize the stack track indicates the program failed in the struts.xml file, but I assume that for most people running the example, this example works. I suspect

Re: hello world is giving me a stack trace.

2014-07-08 Thread Kun Niu
The backtrace already told you. There's a classcast exception in your struts.xml file. You need to at least add your struts.xml file. On Tue, Jul 8, 2014 at 12:47 PM, Jim Anderon wrote: > > Hi, > > I'm trying to learn about struts and I have been trying to run the > tutorials. The example, 'ba

Re: hello world is giving me a stack trace.

2014-07-08 Thread Jim Anderon
The structs config files and the lib files all came with the example and I have not touched them. Do you want to see these? Or do you want to see the tomcat6 config files? Jim A. On 07/08/2014 05:01 PM, Dave Newton wrote: Without seeing the config file or the libs you're deploying it's diff

Re: hello world is giving me a stack trace.

2014-07-08 Thread Dave Newton
Without seeing the config file or the libs you're deploying it's difficult to help. I haven't seen that stacktrace before, though. On Tue, Jul 8, 2014 at 3:47 PM, Jim Anderon wrote: > > Hi, > > I'm trying to learn about struts and I have been trying to run the > tutorials. The example, 'basic s

hello world is giving me a stack trace.

2014-07-08 Thread Jim Anderon
Hi, I'm trying to learn about struts and I have been trying to run the tutorials. The example, 'basic struts', runs ok in my environment. But when I run 'hello_world', I get a stack trace, which I will attach to this email. I'm running on Crunchbang linux, a Debian deriviative, and I'm using