Re: Issue with "Hello World Using Struts 2"

2023-12-08 Thread Dale Newfield
You've already got three breadcrumbs to follow: First, make sure this is a valid path, that the file permissions allow the file to be opened, and look at what's on line 7 (maybe specifically column 6)? > [Fatal Error] log4j2.xml:7:6: The processing instruction target matching > "[xX][mM][lL]" is

Re: Issue with "Hello World Using Struts 2"

2023-12-08 Thread Dave Newton
There's nothing attached. Please include relevant information in the email body. Please subscribe to the user list so we don't have to approve each message manually. On Fri, Dec 8, 2023 at 11:24 AM Ruffin, Ronald wrote: > Hi again folks!! > > > > Sorry for my multiple emails, but I’m trying to

Re: Issue with "Hello World Using Struts 2"

2023-12-08 Thread Dave Newton
Please subscribe to the list to receive emails (and save us from approving all the messages manually). On Fri, Dec 8, 2023 at 11:08 AM Dave Newton wrote: > I can't see the log4j.xml file so it's difficult to say why it might be > failing parsing. > > On Fri, Dec 8, 2023 at 11:06 AM Ruffin, Ronal

RE: Issue with "Hello World Using Struts 2"

2023-12-08 Thread Ruffin, Ronald
Hi again folks!! Sorry for my multiple emails, but I'm trying to get this example working so I can move onto further Struts training. After clicking a link to find the correct library in Maven, I'm now getting the attached "Dispatcher Init" issue. Btw, I'm running on Java JDK 8. What's a good

Re: Issue with "Hello World Using Struts 2"

2023-12-08 Thread Dave Newton
I can't see the log4j.xml file so it's difficult to say why it might be failing parsing. On Fri, Dec 8, 2023 at 11:06 AM Ruffin, Ronald wrote: > Hi folks! > > > > I’m working my way through the basic Struts 2 tutorials, including “Hello > World using Struts 2”, and although I think I have everyt

RE: Issue with "Hello World Using Struts 2"

2023-12-08 Thread Ruffin, Ronald
Hi Struts folks!! Something else I saw strikes me as odd. I'm getting an issue with HelloWorldAction extending ActionSupport, where Netbeans isn't seeing where ActionSupport is defined, even though I've placed all the dependencies into the app per the instructions. Is there a way to address t

Issue with "Hello World Using Struts 2"

2023-12-08 Thread Ruffin, Ronald
Hi folks! I'm working my way through the basic Struts 2 tutorials, including "Hello World using Struts 2", and although I think I have everything set up as the tutorial recommends, when I run the app in Jetty, I get the attached stack trace, and when I try to open it my browser, I get the attac