You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Chriss Nold (JIRA)" <ji...@apache.org> on 2008/02/14 07:56:39 UTC

[jira] Created: (WW-2488) Errors upon import struts2 showcase example

Errors upon import struts2 showcase example
-------------------------------------------

                 Key: WW-2488
                 URL: https://issues.apache.org/struts/browse/WW-2488
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.11
         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
            Reporter: Chriss Nold


I am new to struts2 and I'm have difficulties with the example applications.
Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)

The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.

Thank you,
Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2488) Errors upon import struts2 showcase example

Posted by "Chriss Nold (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chriss Nold updated WW-2488:
----------------------------


Dave,
  I apologize for my tone, I am just getting frustrated.  I have forwarded the email that I received after posting my issue to the mailing list.  Is this the correct mailing list?

Thank you,
Chriss

> Errors upon import struts2 showcase example
> -------------------------------------------
>
>                 Key: WW-2488
>                 URL: https://issues.apache.org/struts/browse/WW-2488
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
>            Reporter: Chriss Nold
>
> I am new to struts2 and I'm have difficulties with the example applications.
> Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
> In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
> SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
> java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.
> Thank you,
> Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WW-2488) Errors upon import struts2 showcase example

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton closed WW-2488.
---------------------------

    Resolution: Not A Problem

Appears to be deployment-related; the WAR as shipped includes the class not being found in reporter's stack trace.

> Errors upon import struts2 showcase example
> -------------------------------------------
>
>                 Key: WW-2488
>                 URL: https://issues.apache.org/struts/browse/WW-2488
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
>            Reporter: Chriss Nold
>
> I am new to struts2 and I'm have difficulties with the example applications.
> Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
> In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
> SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
> java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.
> Thank you,
> Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2488) Errors upon import struts2 showcase example

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43294#action_43294 ] 

Dave Newton commented on WW-2488:
---------------------------------

We've all been there, believe me.

It appears you sent your email to the list manager, not the list itself.

The correct email address for the list is "user@struts.apache.org".




> Errors upon import struts2 showcase example
> -------------------------------------------
>
>                 Key: WW-2488
>                 URL: https://issues.apache.org/struts/browse/WW-2488
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
>            Reporter: Chriss Nold
>
> I am new to struts2 and I'm have difficulties with the example applications.
> Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
> In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
> SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
> java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.
> Thank you,
> Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2488) Errors upon import struts2 showcase example

Posted by "Chriss Nold (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chriss Nold updated WW-2488:
----------------------------


I have done as you asked.  I subscribed to the mailing list and posted both of my issues 4 days ago.  Does anyone from Apache assist with the mailing list?  I do not have the time to waste a week waiting for someone to assist.  This is a serious project, and I need support to get these fixed.  I think that it is outrageous that you will not provide support for your users and expect us to rely on the kindness of other users to get answers.
There is no information in your documentation that suggests anything about the configuration, and these examples are failing Out-of-the-box.  If you won't give me answers, put me in contact with someone that will.

Sincerely,
Chriss

> Errors upon import struts2 showcase example
> -------------------------------------------
>
>                 Key: WW-2488
>                 URL: https://issues.apache.org/struts/browse/WW-2488
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
>            Reporter: Chriss Nold
>
> I am new to struts2 and I'm have difficulties with the example applications.
> Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
> In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
> SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
> java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.
> Thank you,
> Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2488) Errors upon import struts2 showcase example

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43291#action_43291 ] 

Dave Newton commented on WW-2488:
---------------------------------

> I subscribed to the mailing list and posted both of my issues 4 days ago

I have not seen any issues posted to the list regarding your showcase issue on the strut-user list between 13-Feb and the present nor any messages that contain any exception trace as you posted here.

> Does anyone from Apache assist with the mailing list?

There are several commiters that monitor the user list and many other users that regularly attempt to answer questions.

> I do not have the time to waste a week waiting for someone to assist. 

Mind your tone. You're using free software, developed by volunteers, supported by volunteers.

> This is a serious project [...]

What is, the Struts 2 showcase chat application?

> If you won't give me answers, put me in contact with someone that will.

I'd try posting something on struts-user; whatever you think you did last time appears not to have worked. Jeromy is correct that JIRA is not an appropriate place for support questions. If you require immediate attention there are probably several people that would be happy to supply commercial support for a nominal fee (I am one of those, but I am very expensive; the answers I provide on the mailing list are free).

I am closing this issue as appears to be deployment-related; the WAR file is correct as shipped and includes the class specified as missing in the above stack trace, leading me to believe that this is a build or deploy issue. I cannot reproduce the problem with the WAR as shipped.

In your post to struts-user please include any information that might be related to build or deploy issues.

If it's determined there is a bug the issue may be re-opened or a new one created.



> Errors upon import struts2 showcase example
> -------------------------------------------
>
>                 Key: WW-2488
>                 URL: https://issues.apache.org/struts/browse/WW-2488
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
>            Reporter: Chriss Nold
>
> I am new to struts2 and I'm have difficulties with the example applications.
> Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
> In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
> SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
> java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.
> Thank you,
> Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2488) Errors upon import struts2 showcase example

Posted by "Jeromy Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43214#action_43214 ] 

Jeromy Evans commented on WW-2488:
----------------------------------

Please post your request for support to the struts user mailing list.

The error described is more-often-than-not a user-deployment problem.  Only when a specific bug is found in an example is JIRA a suitable place to raise an issue.  JIRA is never suitable a forum for asking for assistance.

Thanks!


> Errors upon import struts2 showcase example
> -------------------------------------------
>
>                 Key: WW-2488
>                 URL: https://issues.apache.org/struts/browse/WW-2488
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
>            Reporter: Chriss Nold
>
> I am new to struts2 and I'm have difficulties with the example applications.
> Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
> In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
> SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
> java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.
> Thank you,
> Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2488) Errors upon import struts2 showcase example

Posted by "Anonymous (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]


    Resolution: Implemented  (was: Not A Problem)
        Status: Resolved  (was: Closed)

> Errors upon import struts2 showcase example
> -------------------------------------------
>
>                 Key: WW-2488
>                 URL: https://issues.apache.org/struts/browse/WW-2488
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Eclipse Europa, Apache Tomcat 6.0, MySQL 5.1, jre 6.0, jdk 1.6.0, Windows XP
>            Reporter: Chriss Nold
>
> I am new to struts2 and I'm have difficulties with the example applications.
> Upon importing the showcase .war file included in the struts2 download, I immediately receive seven errors of "invalid </p> tags" in the .jsp's.  All of these are following <ol> or <li> tags.
> In an attemp to at least get it to start, I removed these end tags and configured it as a Tomcat project.  When I restart the server, showcase fails (during the server restart) giving the following error:
> SEVERE: Error configuring application listener of class org.apache.struts2.showcase.chat.ChatSessionListener
> java.lang.ClassNotFoundException: org.apache.struts2.showcase.chat.ChatSessionListener
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> The .java file is in the location listed, and the build file also appears to be in the proper location.  Any help that you can offer would be greatly appreciated.
> Thank you,
> Chriss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.