Examples not running on GlassFish 3.1.1
---------------------------------------
Key: WICKET-4106
URL: https://issues.apache.org/jira/browse/WICKET-4106
Project: Wicket
Issue Type: Bug
Components: wicket-examples
Affects Versions: 1.5.1
Environment: Wicket version: 1.5.1
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)
Server: GlassFish 3.1.1
Reporter: bernard
The Wicket examples that are included in the distribution don't seem to deploy
on GlassFish.
In comparison, The version 1.4.18 examples just run fine.
How to reprocuce:
Download NetBeans 7.0.1 with JavaEE support. This includes a GlassFish
installation.
In NetBeans, you may need to set the following Maven option:
Menu|Tools|Options|Maven|Global Execution Options|--fail-never
Then open the Maven project:
Menu|File|Open Project|apache-wicket-1.5.1\src\wicket-examples
In the project explorer, on the project node, right click|Run
I am getting an error:
SEVERE: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: java.lang.NoSuchMethodError:
org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:5389)
This happens at or after
INFO: PWC1412: WebModule[null] ServletContext.log():Initializing Spring root
WebApplicationContext
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira