[
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.