[jboss-user] [JBoss Seam] - Nightly build error (2007-06-25): unable to deploy applicati

ylazzari do-not-reply at jboss.com
Tue Jun 26 12:09:00 EDT 2007


Hi,

I was trying to test the fix mentioned in the following thread:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111705

So I downloaded the latest snapshot (2007-06-25) but now my application won't start.  I get the following error:


  | [#|2007-06-26T10:26:30.116-0400|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=pool-1-thread-7;_RequestID=436d7d4f-fa9a-477c-b03e-18e1ac302820;|java.lang.UnsupportedOperationException
  |         at com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
  |         at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
  |         at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  |         at com.sun.faces.util.Util.createInstance(Util.java:477)
  |         at com.sun.faces.util.Util.createInstance(Util.java:436)
  |         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:617)
  |         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:503)
  |         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)
  |         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4493)
  |         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5150)
  |         at com.sun.enterprise.web.WebModule.start(WebModule.java:308)
  |         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:45)
  |         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:283)
  |         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:317)
  |         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  |         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  |         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  |         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
  |         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  |         at java.lang.Thread.run(Thread.java:619)
  | |#]
  | 
  | [#|2007-06-26T10:26:30.132-0400|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=pool-1-thread-7;_RequestID=436d7d4f-fa9a-477c-b03e-18e1ac302820;|WebModule[/moxxi-prototype]PWC1275: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
  | javax.faces.FacesException: java.lang.UnsupportedOperationException
  |         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:408)
  |         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4493)
  |         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5150)
  |         at com.sun.enterprise.web.WebModule.start(WebModule.java:308)
  |         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:45)
  |         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:283)
  |         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:317)
  |         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  |         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  |         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  |         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
  |         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  |         at java.lang.Thread.run(Thread.java:619)
  | Caused by: java.lang.UnsupportedOperationException
  |         at com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
  |         at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
  |         at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  |         at com.sun.faces.util.Util.createInstance(Util.java:477)
  |         at com.sun.faces.util.Util.createInstance(Util.java:436)
  |         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:617)
  |         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:503)
  |         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)
  |         ... 12 more
  | |#]
  | 
  | [#|2007-06-26T10:26:35.373-0400|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=pool-1-thread-7;_RequestID=436d7d4f-fa9a-477c-b03e-18e1ac302820;|WebModule[/moxxi-prototype]PWC1275: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
  | java.lang.RuntimeException: Could not create Component: org.jboss.seam.core.manager
  |         at org.jboss.seam.init.Initialization.addComponent(Initialization.java:908)
  |         at org.jboss.seam.init.Initialization.installComponents(Initialization.java:839)
  |         at org.jboss.seam.init.Initialization.init(Initialization.java:506)
  |         at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
  |         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4493)
  |         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5150)
  |         at com.sun.enterprise.web.WebModule.start(WebModule.java:308)
  |         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:45)
  |         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:283)
  |         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:317)
  |         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  |         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  |         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  |         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
  |         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  |         at java.lang.Thread.run(Thread.java:619)
  | Caused by: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.faces.FacesManager.conversationIsLongRunningParameter
  |         at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:220)
  |         at org.jboss.seam.Component.initInitializers(Component.java:431)
  |         at org.jboss.seam.Component.<init>(Component.java:257)
  |         at org.jboss.seam.Component.<init>(Component.java:207)
  |         at org.jboss.seam.init.Initialization.addComponent(Initialization.java:894)
  |         ... 15 more
  | |#]
  | 

I also tried building from the sources in the CVS repository but I get the same error.  Does that ring a bell to anyone?  My application starts fine if I use the 1.3.0 ALPHA that was released recently.

Thanks.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057771#4057771

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057771



More information about the jboss-user mailing list