2 Replies Latest reply on Jun 22, 2007 10:33 PM by wesleyhales

    [1.3 CVS] Still getting IllegalStateException: No applicatio

    wesleyhales

      Sorry for beating a dead horse, but I still can't get a simple app running in Tomcat with Embedded Jboss... (is there a specific sample project I can look at?) if not, can we get one? - I ran dvd,booking,and wiki and none of them did the trick.

      INFO: Initialization processed in 637 ms
      WARN 22-06 16:57:39,103 (UnifiedLoaderRepository3.java:addClassLoader:675) -Tried to add non-URLClassLoader. Ignored
      WARN 22-06 16:57:40,462 (TxControl.java:<clinit>:266) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using a66f425:
      49e:467c37c4:0
      WARN 22-06 16:57:43,611 (JDBCPersistenceManager.java:start:143) -
      
      JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE.
       Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems.
       Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
      
      Jun 22, 2007 4:57:44 PM org.apache.catalina.core.StandardService start
      INFO: Starting service Catalina
      Jun 22, 2007 4:57:44 PM org.apache.catalina.core.StandardEngine start
      INFO: Starting Servlet Engine: Apache Tomcat/6.0.13
      Jun 22, 2007 4:57:44 PM org.apache.catalina.loader.WebappLoader start
      INFO: Dual registration of jndi stream handler: factory already defined
      Jun 22, 2007 4:57:45 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles
      INFO: WARNING: Security role name NONE used in an <auth-constraint> without being defined in a <security-role>
      WARN 22-06 16:57:49,018 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED
      WARN 22-06 16:57:49,218 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED
      Jun 22, 2007 4:57:49 PM com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b16-p02) for context '/freedom'
      Jun 22, 2007 4:57:52 PM org.apache.coyote.http11.Http11Protocol start
      INFO: Starting Coyote HTTP/1.1 on http-8080
      Jun 22, 2007 4:57:52 PM org.apache.jk.common.ChannelSocket init
      INFO: JK: ajp13 listening on /0.0.0.0:8009
      Jun 22, 2007 4:57:52 PM org.apache.jk.server.JkMain start
      INFO: Jk running ID=0 time=0/20 config=null
      Jun 22, 2007 4:57:52 PM org.apache.catalina.startup.Catalina start
      INFO: Server startup in 15144 ms
      ERROR 22-06 16:58:22,276 (SeamPhaseListener.java:beforePhase:122) -uncaught exception
      java.lang.IllegalStateException: Could not start transaction
       at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:569)
       at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:308)
       at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:143)
       at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116)
       at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222)
       at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
       at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
       at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82)
       at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63)
       at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68)
       at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87)
       at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68)
       at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:62)
       at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68)
       at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
       at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
       at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40)
       at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68)
       at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:139)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
       at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
       at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
       at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
       at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
       at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
       at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
       at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
       at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
       at java.lang.Thread.run(Thread.java:595)
      Caused by: java.lang.NullPointerException
       at org.jboss.seam.transaction.UTTransaction.getStatus(UTTransaction.java:40)
       at org.jboss.seam.transaction.UserTransaction.isActiveOrMarkedRollback(UserTransaction.java:28)
       at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:561)
       ... 33 more
      ERROR 22-06 16:58:22,446 (DebugPageHandler.java:handle:23) -redirecting to debug page


      faces-config:
      <application>
       <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
       </application>
      
       <lifecycle>
       <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
       </lifecycle>


      web.xml

      <?xml version="1.0"?>
      <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
       version="2.4">
      
       <description>freedom</description>
      
      
       <context-param>
       <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
       <param-value>client</param-value>
       </context-param>
       <context-param>
       <param-name>javax.faces.request.charset</param-name>
       <param-value>UTF-8</param-value>
       </context-param>
      
      
       <context-param>
       <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
       <param-value>.xhtml</param-value>
       </context-param>
      
       <context-param>
       <param-name>facelets.DEVELOPMENT</param-name>
       <param-value>true</param-value>
       </context-param>
      
      
      
       <!-- Seam -->
       <listener>
       <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
       </listener>
      
      
       <!-- Seam resources -->
       <servlet>
       <servlet-name>Seam Resource Servlet</servlet-name>
       <servlet-class>org.jboss.seam.servlet.ResourceServlet</servlet-class>
       </servlet>
      
       <servlet-mapping>
       <servlet-name>Seam Resource Servlet</servlet-name>
       <url-pattern>/seam/resource/*</url-pattern>
       </servlet-mapping>
      
       <filter>
       <filter-name>Seam Filter</filter-name>
       <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
       </filter>
      
       <filter-mapping>
       <filter-name>Seam Filter</filter-name>
       <url-pattern>/*</url-pattern>
       </filter-mapping>
      
      
      
       <listener>
       <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
      </listener>
      
      
       <!-- Faces Servlet -->
       <servlet>
       <servlet-name>Faces Servlet</servlet-name>
       <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
       <load-on-startup>1</load-on-startup>
       </servlet>
      
       <!-- Faces Servlet Mapping -->
       <servlet-mapping>
       <servlet-name>Faces Servlet</servlet-name>
       <url-pattern>*.jsf</url-pattern>
       </servlet-mapping>
      
       <servlet-mapping>
       <servlet-name>Faces Servlet</servlet-name>
       <url-pattern>*.seam</url-pattern>
       </servlet-mapping>
      
      
       <security-constraint>
       <display-name>Restrict raw XHTML Documents</display-name>
       <web-resource-collection>
       <web-resource-name>XHTML</web-resource-name>
       <url-pattern>*.xhtml</url-pattern>
       </web-resource-collection>
       <auth-constraint>
       <role-name>NONE</role-name>
       </auth-constraint>
       </security-constraint>
      </web-app>
      


      components.xml
      <core:init jndi-pattern="#{ejbName}/local" debug="true"/>
      
       <core:manager conversation-timeout="120000"
       concurrent-request-timeout="500"
       conversation-id-parameter="cid"/>
      
       <core:ejb-transaction-listener/>
      
       <security:identity authenticate-method="#{authenticator.authenticate}"/>



      Thanks

        • 1. Re: [1.3 CVS] Still getting IllegalStateException: No applic
          gavin.king

          booking runs fine for me on TC6:

          gavin-kings-computer:/Applications/apache-tomcat-6.0.13 gavin$ bin/catalina.sh run
          Using CATALINA_BASE: /Applications/apache-tomcat-6.0.13
          Using CATALINA_HOME: /Applications/apache-tomcat-6.0.13
          Using CATALINA_TMPDIR: /Applications/apache-tomcat-6.0.13/temp
          Using JRE_HOME: /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home
          Jun 22, 2007 7:17:59 PM org.apache.catalina.core.AprLifecycleListener init
          INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
          Jun 22, 2007 7:17:59 PM org.apache.coyote.http11.Http11Protocol init
          INFO: Initializing Coyote HTTP/1.1 on http-8080
          Jun 22, 2007 7:17:59 PM org.apache.catalina.startup.Catalina load
          INFO: Initialization processed in 514 ms
          WARN 22-06 19:18:00,482 (UnifiedLoaderRepository3.java:addClassLoader:675) -Tried to add non-URLClassLoader. Ignored
          INFO 22-06 19:18:01,449 (TransactionManagerService.java:startService:126) -JBossTS Transaction Service (JTA version) - JBoss Inc.
          INFO 22-06 19:18:01,450 (TransactionManagerService.java:startService:128) -Setting up property manager MBean and JMX layer
          WARN 22-06 19:18:01,495 (TxControl.java:<clinit>:266) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using a11015d:d913:467c58a9:0
          INFO 22-06 19:18:01,533 (TransactionStatusManager.java:addService:110) -[com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 55571
          INFO 22-06 19:18:01,537 (?:?:?) -TransactionStatusManagerItem - host: 10.17.1.93 port: 55571
          INFO 22-06 19:18:01,551 (TransactionStatusManager.java:start:161) -[com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionStatusManager started on port 55571 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
          INFO 22-06 19:18:01,562 (?:?:?) -Registering mbean for module 'arjuna'
          INFO 22-06 19:18:01,566 (?:?:?) -Initialising JMX agent com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl
          INFO 22-06 19:18:01,582 (TransactionManagerService.java:startService:163) -Starting recovery manager
          INFO 22-06 19:18:01,589 (?:?:?) -
           --- Start RecoveryActivators
          INFO 22-06 19:18:01,595 (RecoveryManagerImple.java:<init>:142) -[com.arjuna.ats.internal.arjuna.recovery.ready] RecoveryManagerImple is ready on port 55,572
          INFO 22-06 19:18:01,597 (TransactionManagerService.java:startService:168) -Recovery manager started
          INFO 22-06 19:18:01,598 (TransactionManagerService.java:startService:191) -Binding TransactionManager JNDI Reference
          INFO 22-06 19:18:03,354 (RARDeployment.java:startService:146) -Required license terms exist, view vfsfile:/Applications/apache-tomcat-6.0.13/lib/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
          INFO 22-06 19:18:03,398 (ConnectionFactoryBindingService.java:bindConnectionFactory:148) -Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
          INFO 22-06 19:18:03,403 (RARDeployment.java:startService:146) -Required license terms exist, view vfsfile:/Applications/apache-tomcat-6.0.13/lib/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
          INFO 22-06 19:18:03,406 (RARDeployment.java:startService:146) -Required license terms exist, view vfsfile:/Applications/apache-tomcat-6.0.13/lib/deploy/jms-ra.rar/META-INF/ra.xml
          WARN 22-06 19:18:03,770 (JDBCPersistenceManager.java:start:143) -
          
          JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE.
           Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems.
           Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
          
          INFO 22-06 19:18:03,902 (ServerPeer.java:<init>:187) -ServerPeer[0] creating server peer with ID 0
          INFO 22-06 19:18:04,154 (ServerPeer.java:startService:278) -JBoss Messaging 1.2.0.sp1 server [0] started
          INFO 22-06 19:18:04,200 (QueueService.java:startService:149) -Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,203 (QueueService.java:startService:149) -Queue[/queue/PrivateDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,206 (QueueService.java:startService:149) -Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,209 (QueueService.java:startService:149) -Queue[/queue/PrivateExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,212 (TopicService.java:startService:122) -Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,262 (ConnectionFactory.java:startService:148) -Connector bisocket://10.17.1.93:4457 has leasing enabled, lease period 10000 milliseconds
          INFO 22-06 19:18:04,263 (ConnectionFactory.java:startService:149) -[/ConnectionFactory, /XAConnectionFactory, java:/ConnectionFactory, java:/XAConnectionFactory] started
          INFO 22-06 19:18:04,265 (TopicService.java:startService:122) -Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,268 (QueueService.java:startService:149) -Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,270 (QueueService.java:startService:149) -Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          INFO 22-06 19:18:04,280 (ConnectionFactoryBindingService.java:bindConnectionFactory:148) -Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=JmsXA' to JNDI name 'java:JmsXA'
          Jun 22, 2007 7:18:04 PM org.apache.catalina.core.StandardService start
          INFO: Starting service Catalina
          Jun 22, 2007 7:18:04 PM org.apache.catalina.core.StandardEngine start
          INFO: Starting Servlet Engine: Apache Tomcat/6.0.13
          Jun 22, 2007 7:18:04 PM org.apache.catalina.startup.HostConfig deployWAR
          INFO: Deploying web application archive jboss-seam-booking.war
          Jun 22, 2007 7:18:04 PM org.apache.catalina.loader.WebappLoader start
          INFO: Dual registration of jndi stream handler: factory already defined
          INFO 22-06 19:18:07,775 (MCKernelAbstraction.java:install:119) -installing bean: persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase with dependencies:
          INFO 22-06 19:18:07,775 (MCKernelAbstraction.java:install:131) - jboss.jca:name=bookingDatasource,service=DataSourceBinding
          INFO 22-06 19:18:07,995 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam-booking.jar,name=AuthenticatorAction,service=EJB3 with dependencies:
          INFO 22-06 19:18:07,996 (MCKernelAbstraction.java:install:131) - persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase
          INFO 22-06 19:18:08,006 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam-booking.jar,name=BookingListAction,service=EJB3 with dependencies:
          INFO 22-06 19:18:08,007 (MCKernelAbstraction.java:install:131) - persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase
          INFO 22-06 19:18:08,019 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam-booking.jar,name=ChangePasswordAction,service=EJB3 with dependencies:
          INFO 22-06 19:18:08,019 (MCKernelAbstraction.java:install:131) - persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase
          INFO 22-06 19:18:08,021 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam-booking.jar,name=HotelBookingAction,service=EJB3 with dependencies:
          INFO 22-06 19:18:08,022 (MCKernelAbstraction.java:install:131) - persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase
          INFO 22-06 19:18:08,023 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam-booking.jar,name=HotelSearchingAction,service=EJB3 with dependencies:
          INFO 22-06 19:18:08,023 (MCKernelAbstraction.java:install:131) - persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase
          INFO 22-06 19:18:08,024 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam-booking.jar,name=RegisterAction,service=EJB3 with dependencies:
          INFO 22-06 19:18:08,025 (MCKernelAbstraction.java:install:131) - persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase
          INFO 22-06 19:18:08,038 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
          INFO 22-06 19:18:08,196 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
          WARN 22-06 19:18:08,223 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED
          INFO 22-06 19:18:08,225 (MCKernelAbstraction.java:install:119) -installing bean: jboss.j2ee:jar=jboss-seam.jar,name=EjbTransactionListener,service=EJB3 with dependencies:
          INFO 22-06 19:18:08,325 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.core.EjbTransactionListener ejbName: EjbTransactionListener
          INFO 22-06 19:18:08,408 (ConnectionFactoryBindingService.java:bindConnectionFactory:148) -Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=bookingDatasource' to JNDI name 'java:bookingDatasource'
          INFO 22-06 19:18:08,414 (PersistenceUnitDeployment.java:start:175) -Starting persistence unit persistence.units:jar=jboss-seam-booking.jar,unitName=bookingDatabase
          INFO 22-06 19:18:09,362 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.example.booking.BookingListAction ejbName: BookingListAction
          INFO 22-06 19:18:09,396 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.example.booking.HotelSearchingAction ejbName: HotelSearchingAction
          INFO 22-06 19:18:09,421 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.example.booking.RegisterAction ejbName: RegisterAction
          INFO 22-06 19:18:09,457 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.example.booking.ChangePasswordAction ejbName: ChangePasswordAction
          INFO 22-06 19:18:09,485 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.example.booking.HotelBookingAction ejbName: HotelBookingAction
          INFO 22-06 19:18:09,510 (EJBContainer.java:start:580) -STARTED EJB: org.jboss.seam.example.booking.AuthenticatorAction ejbName: AuthenticatorAction
          WARN 22-06 19:18:09,514 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED
          Jun 22, 2007 7:18:09 PM com.sun.faces.config.ConfigureListener contextInitialized
          INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b10-p01) for context '/jboss-seam-booking'
          INFO 22-06 19:18:10,179 (SeamListener.java:contextInitialized:32) -Welcome to Seam 1.3.0.ALPHA
          INFO 22-06 19:18:10,189 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-ui.jar
          INFO 22-06 19:18:10,195 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam.jar
          INFO 22-06 19:18:10,207 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
          INFO 22-06 19:18:10,208 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
          INFO 22-06 19:18:10,209 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
          INFO 22-06 19:18:10,209 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
          INFO 22-06 19:18:10,209 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
          INFO 22-06 19:18:10,210 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
          INFO 22-06 19:18:10,210 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
          INFO 22-06 19:18:10,210 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
          INFO 22-06 19:18:10,211 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
          INFO 22-06 19:18:10,211 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
          INFO 22-06 19:18:10,212 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
          INFO 22-06 19:18:10,212 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
          INFO 22-06 19:18:10,212 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
          INFO 22-06 19:18:10,213 (Initialization.java:addNamespace:720) -Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
          INFO 22-06 19:18:10,214 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-booking.jar
          INFO 22-06 19:18:10,214 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-debug.jar
          INFO 22-06 19:18:10,216 (Initialization.java:initComponentsFromXmlDocument:127) -reading /WEB-INF/components.xml
          INFO 22-06 19:18:10,238 (Initialization.java:initComponentsFromXmlDocuments:111) -reading jar:file:/Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/components.xml
          INFO 22-06 19:18:10,241 (Initialization.java:initComponentsFromXmlDocuments:111) -reading jar:file:/Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam.jar!/META-INF/components.xml
          INFO 22-06 19:18:10,252 (Initialization.java:loadFromResource:781) -reading properties from: /seam.properties
          INFO 22-06 19:18:10,254 (Initialization.java:init:489) -initializing Seam
          INFO 22-06 19:18:10,262 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-booking.jar
          INFO 22-06 19:18:10,270 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-debug.jar
          INFO 22-06 19:18:10,278 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-ui.jar
          INFO 22-06 19:18:10,367 (Scanner.java:scan:124) -scanning: /Applications/apache-tomcat-6.0.13/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam.jar
          INFO 22-06 19:18:10,717 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.core.transactionListener
          INFO 22-06 19:18:10,732 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.web.parameters
          INFO 22-06 19:18:10,748 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.security.identity
          INFO 22-06 19:18:10,752 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.core.manager
          INFO 22-06 19:18:10,755 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.core.expressions
          INFO 22-06 19:18:10,756 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.bpm.businessProcess
          INFO 22-06 19:18:10,757 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
          INFO 22-06 19:18:10,759 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
          INFO 22-06 19:18:10,760 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.web.ajax4jsfFilter
          INFO 22-06 19:18:10,762 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
          INFO 22-06 19:18:10,763 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
          INFO 22-06 19:18:10,764 (Initialization.java:addComponentDescriptor:410) -two components with same name, higher precedence wins: org.jboss.seam.core.resourceBundle
          INFO 22-06 19:18:10,774 (Component.java:<init>:243) -Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
          INFO 22-06 19:18:10,804 (Initialization.java:installComponents:829) -Installing components...
          INFO 22-06 19:18:10,821 (Component.java:<init>:243) -Component: authenticator, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.seam.example.booking.AuthenticatorAction, JNDI: AuthenticatorAction/local
          INFO 22-06 19:18:10,837 (Component.java:<init>:243) -Component: booking, scope: CONVERSATION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.Booking
          INFO 22-06 19:18:10,838 (Component.java:<init>:243) -Component: bookingList, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.BookingListAction, JNDI: BookingListAction/local
          INFO 22-06 19:18:10,846 (Component.java:<init>:243) -Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.ChangePasswordAction, JNDI: ChangePasswordAction/local
          INFO 22-06 19:18:10,847 (Component.java:<init>:243) -Component: hotel, scope: CONVERSATION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.Hotel
          INFO 22-06 19:18:10,849 (Component.java:<init>:243) -Component: hotelBooking, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.HotelBookingAction, JNDI: HotelBookingAction/local
          INFO 22-06 19:18:10,858 (Component.java:<init>:243) -Component: hotelSearch, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.HotelSearchingAction, JNDI: HotelSearchingAction/local
          INFO 22-06 19:18:10,871 (Component.java:<init>:243) -Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
          INFO 22-06 19:18:10,880 (Component.java:<init>:243) -Component: org.jboss.seam.captcha.captcha, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
          INFO 22-06 19:18:10,892 (Component.java:<init>:243) -Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
          INFO 22-06 19:18:10,901 (Component.java:<init>:243) -Component: org.jboss.seam.core.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
          INFO 22-06 19:18:10,907 (Component.java:<init>:243) -Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
          INFO 22-06 19:18:10,917 (Component.java:<init>:243) -Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
          INFO 22-06 19:18:10,931 (Component.java:<init>:243) -Component: org.jboss.seam.core.conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
          INFO 22-06 19:18:10,940 (Component.java:<init>:243) -Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
          INFO 22-06 19:18:10,948 (Component.java:<init>:243) -Component: org.jboss.seam.core.conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
          INFO 22-06 19:18:10,956 (Component.java:<init>:243) -Component: org.jboss.seam.core.events, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Events
          INFO 22-06 19:18:10,971 (Component.java:<init>:243) -Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
          INFO 22-06 19:18:10,983 (Component.java:<init>:243) -Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
          INFO 22-06 19:18:11,004 (Component.java:<init>:243) -Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
          INFO 22-06 19:18:11,016 (Component.java:<init>:243) -Component: org.jboss.seam.core.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
          INFO 22-06 19:18:11,023 (Component.java:<init>:243) -Component: org.jboss.seam.core.resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.ResourceBundle
          INFO 22-06 19:18:11,033 (Component.java:<init>:243) -Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
          INFO 22-06 19:18:11,033 (Component.java:<init>:243) -Component: org.jboss.seam.core.transactionListener, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.core.EjbTransactionListener, JNDI: EjbTransactionListener/local
          INFO 22-06 19:18:11,043 (Component.java:<init>:243) -Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
          INFO 22-06 19:18:11,050 (Component.java:<init>:243) -Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
          INFO 22-06 19:18:11,063 (Component.java:<init>:243) -Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter
          INFO 22-06 19:18:11,078 (Component.java:<init>:243) -Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
          INFO 22-06 19:18:11,087 (Component.java:<init>:243) -Component: org.jboss.seam.exceptions.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exceptions.Exceptions
          INFO 22-06 19:18:11,098 (Component.java:<init>:243) -Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
          INFO 22-06 19:18:11,109 (Component.java:<init>:243) -Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
          INFO 22-06 19:18:11,117 (Component.java:<init>:243) -Component: org.jboss.seam.faces.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
          INFO 22-06 19:18:11,129 (Component.java:<init>:243) -Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
          INFO 22-06 19:18:11,135 (Component.java:<init>:243) -Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
          INFO 22-06 19:18:11,143 (Component.java:<init>:243) -Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
          INFO 22-06 19:18:11,150 (Component.java:<init>:243) -Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
          INFO 22-06 19:18:11,157 (Component.java:<init>:243) -Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
          INFO 22-06 19:18:11,168 (Component.java:<init>:243) -Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
          INFO 22-06 19:18:11,176 (Component.java:<init>:243) -Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
          INFO 22-06 19:18:11,183 (Component.java:<init>:243) -Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
          INFO 22-06 19:18:11,189 (Component.java:<init>:243) -Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
          INFO 22-06 19:18:11,199 (Component.java:<init>:243) -Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
          INFO 22-06 19:18:11,210 (Component.java:<init>:243) -Component: org.jboss.seam.international.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
          INFO 22-06 19:18:11,217 (Component.java:<init>:243) -Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
          INFO 22-06 19:18:11,227 (Component.java:<init>:243) -Component: org.jboss.seam.international.messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
          INFO 22-06 19:18:11,236 (Component.java:<init>:243) -Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
          INFO 22-06 19:18:11,242 (Component.java:<init>:243) -Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
          INFO 22-06 19:18:11,250 (Component.java:<init>:243) -Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
          INFO 22-06 19:18:11,260 (Component.java:<init>:243) -Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
          INFO 22-06 19:18:11,281 (Component.java:<init>:243) -Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
          INFO 22-06 19:18:11,290 (Component.java:<init>:243) -Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
          INFO 22-06 19:18:11,297 (Component.java:<init>:243) -Component: org.jboss.seam.security.configuration, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
          INFO 22-06 19:18:11,305 (Component.java:<init>:243) -Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
          INFO 22-06 19:18:11,315 (Component.java:<init>:243) -Component: org.jboss.seam.theme.theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
          INFO 22-06 19:18:11,324 (Component.java:<init>:243) -Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
          INFO 22-06 19:18:11,331 (Component.java:<init>:243) -Component: org.jboss.seam.transaction.transaction, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
          INFO 22-06 19:18:11,340 (Component.java:<init>:243) -Component: org.jboss.seam.ui.EntityConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverter
          INFO 22-06 19:18:11,351 (Component.java:<init>:243) -Component: org.jboss.seam.ui.entityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverter
          INFO 22-06 19:18:11,358 (Component.java:<init>:243) -Component: org.jboss.seam.ui.entityConverterStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverterStore
          INFO 22-06 19:18:11,366 (Component.java:<init>:243) -Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
          INFO 22-06 19:18:11,375 (Component.java:<init>:243) -Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
          INFO 22-06 19:18:11,383 (Component.java:<init>:243) -Component: org.jboss.seam.ui.resource.styleResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.StyleResource
          INFO 22-06 19:18:11,393 (Component.java:<init>:243) -Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
          INFO 22-06 19:18:11,406 (Component.java:<init>:243) -Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilter
          INFO 22-06 19:18:11,413 (Component.java:<init>:243) -Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
          INFO 22-06 19:18:11,425 (Component.java:<init>:243) -Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
          INFO 22-06 19:18:11,434 (Component.java:<init>:243) -Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
          INFO 22-06 19:18:11,441 (Component.java:<init>:243) -Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
          INFO 22-06 19:18:11,448 (Component.java:<init>:243) -Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
          INFO 22-06 19:18:11,454 (Component.java:<init>:243) -Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
          INFO 22-06 19:18:11,461 (Component.java:<init>:243) -Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
          INFO 22-06 19:18:11,462 (Component.java:<init>:243) -Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.RegisterAction, JNDI: RegisterAction/local
          INFO 22-06 19:18:11,463 (Component.java:<init>:243) -Component: user, scope: SESSION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.User
          INFO 22-06 19:18:11,464 (Contexts.java:startup:303) -starting up: org.jboss.seam.ui.resource.styleResource
          INFO 22-06 19:18:11,465 (Contexts.java:startup:303) -starting up: org.jboss.seam.ui.graphicImage.graphicImageResource
          INFO 22-06 19:18:11,466 (Contexts.java:startup:303) -starting up: org.jboss.seam.web.multipartFilter
          INFO 22-06 19:18:11,466 (Contexts.java:startup:303) -starting up: org.jboss.seam.web.exceptionFilter
          INFO 22-06 19:18:11,467 (Contexts.java:startup:303) -starting up: org.jboss.seam.debug.hotDeployFilter
          INFO 22-06 19:18:11,468 (Contexts.java:startup:303) -starting up: org.jboss.seam.captcha.captchaImage
          INFO 22-06 19:18:12,693 (Contexts.java:startup:303) -starting up: org.jboss.seam.ui.resource.webResource
          INFO 22-06 19:18:12,693 (Contexts.java:startup:303) -starting up: org.jboss.seam.web.ajax4jsfFilter
          INFO 22-06 19:18:12,699 (Initialization.java:init:509) -done initializing Seam
          INFO 22-06 19:18:12,703 (SeamFilter.java:init:132) -Initializing filter: org.jboss.seam.web.ajax4jsfFilter
          INFO 22-06 19:18:12,781 (SeamFilter.java:init:132) -Initializing filter: org.jboss.seam.web.exceptionFilter
          INFO 22-06 19:18:12,781 (SeamFilter.java:init:132) -Initializing filter: org.jboss.seam.web.multipartFilter
          INFO 22-06 19:18:12,782 (SeamFilter.java:init:132) -Initializing filter: org.jboss.seam.debug.hotDeployFilter
          Jun 22, 2007 7:18:13 PM org.apache.coyote.http11.Http11Protocol start
          INFO: Starting Coyote HTTP/1.1 on http-8080
          Jun 22, 2007 7:18:13 PM org.apache.jk.common.ChannelSocket init
          INFO: JK: ajp13 listening on /0.0.0.0:8009
          Jun 22, 2007 7:18:13 PM org.apache.jk.server.JkMain start
          INFO: Jk running ID=0 time=0/265 config=null
          Jun 22, 2007 7:18:13 PM org.apache.catalina.startup.Catalina start
          INFO: Server startup in 14342 ms



          Have you really followed these instructions exactly:

          http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndTomcat


          You didnt forget to edit /conf/server.xml or conf/context.xml? You didn't accidently copy jndi.properties along with the rest of the bootstrap/ dir? etc.

          • 2. Re: [1.3 CVS] Still getting IllegalStateException: No applic
            wesleyhales

            Damn - sorry for wasting your time, I just installed everything from scratch on a different machine and it works fine. This is why I spend hours on a given problem before posting to a forum... I guess one can slip through every now and then ;)