Re: Struts2.5.2 upgradingn does't work

2016-09-24 Thread Adam Brin
Hi Nicola,
  A few things might be useful to help track down the error, in general
specifics are always helpful, (1) what version of Struts were you using
when it worked? (2) What's the full stack trace (often the "caused by "
part is super useful (3) pardon the obvious question, but are you running
any other Servlets/Contexts in this instance of Tomcat? (4) and lastly, how
did you modify the web.xml?

- adam

On Sat, Sep 24, 2016 at 3:18 AM, Nicola Viola 
wrote:

> Dear members,
> I am a new user and I am really new in Struts2.
> I am not sure it's the right mailing list to write.
> Anyway I am trying to develop a little project and I would use Struts2.5.2
> Everything worked with an old Struts2 version, but when I upgrade it on
> 2.5.2 I strated to have some problems.
> I modified on my pom.xml the struts2 version and modified the web.xml too
> so it could use the org.apache.struts2.dispatcher.
> filter.StrutsPrepareAndExecuteFilter filter.
> This application is really simple, has only a home.jsp.
>
> Whe i run the server I recive this exception:
>
> GRAVE: A child container failed during start
> java.util.concurrent.ExecutionException: 
> org.apache.catalina.LifecycleException:
> Failed to start component [StandardEngine[Catalina].Stan
> dardHost[localhost].StandardContext[/GameRoom]]
> at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.util.concurrent.FutureTask.get(FutureTask.java:188)
> at org.apache.catalina.core.ContainerBase.startInternal(Contain
> erBase.java:1122)
>
> The stackTrace is pretty long and I am not sure I can copy all of it in
> this mail but if you need more information to understand better the problem
> I will copy more of it in.
>
> I really can't understand where I am getting wrong.
> I hope somebody can help me in that.
>
> I am looking forward to hearing of you.
>
> Best regards
>
> Nicola
>
>
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
_
Adam Brin
Director of Technology, Digital Antiquity
480.965.1278


Struts2.5.2 upgradingn does't work

2016-09-24 Thread Nicola Viola

Dear members,
I am a new user and I am really new in Struts2.
I am not sure it's the right mailing list to write.
Anyway I am trying to develop a little project and I would use Struts2.5.2
Everything worked with an old Struts2 version, but when I upgrade it on 
2.5.2 I strated to have some problems.
I modified on my pom.xml the struts2 version and modified the web.xml 
too so it could use the 
org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter filter.

This application is really simple, has only a home.jsp.

Whe i run the server I recive this exception:

GRAVE: A child container failed during start
java.util.concurrent.ExecutionException: 
org.apache.catalina.LifecycleException: Failed to start component 
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/GameRoom]]

at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:188)
at 
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1122)


The stackTrace is pretty long and I am not sure I can copy all of it in 
this mail but if you need more information to understand better the 
problem I will copy more of it in.


I really can't understand where I am getting wrong.
I hope somebody can help me in that.

I am looking forward to hearing of you.

Best regards

Nicola


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]