Project examples (Seam Booking) don't start on server.
------------------------------------------------------
Key: JBIDE-3031
URL:
https://jira.jboss.org/jira/browse/JBIDE-3031
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.0.0.beta1
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 2.0.0.Beta1
Build id: jbdevstudio-win32-2.0.0.Beta1-N200810271759
JDK 1.5_08
Reporter: Aliaksey Nis
Assignee: Snjezana Peco
Priority: Minor
EXECUTE: Using examples plugin download Seam example project - "booking".
EXECUTE: Change JRE etc settings to workspace settings. Database connection profile -
DefaultDS.
EXECUTE: Add booking to JBoss AS server, start it. Run project.
FAILURE: Project don't start. Debug page appears in browser instead of Home page.
Errors in Console look like similar to JBIDE-2190, but project don't have names with
capital letters.
18:48:49,906 INFO [Contexts] starting up: org.jboss.seam.web.session
18:48:50,265 ERROR [SeamPhaseListener] uncaught exception
java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not
have two SeamPhaseListener instances installed)
at org.jboss.seam.contexts.PageContext.getPhaseId(PageContext.java:162)
...
19:00:07,109 ERROR [SeamPhaseListener] uncaught exception
java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not
have two SeamPhaseListener instances installed)
at org.jboss.seam.contexts.PageContext.getPhaseId(PageContext.java:162)
...
19:00:10,968 ERROR [SeamPhaseListener] uncaught exception
java.lang.IllegalStateException: No active application scope
at org.jboss.seam.core.Init.instance(Init.java:76)
...
19:00:10,968 ERROR [SeamPhaseListener] swallowing exception
java.lang.IllegalStateException: No active application scope
at org.jboss.seam.core.Init.instance(Init.java:76)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira