3 Replies Latest reply on Feb 16, 2011 9:31 AM by wolfgangknauf

    My ejb in the war file does not deploy

    davestar

      I have stateless/session ejbs in a jar file that is packaged within the war file at the root level of the war.

      I have application.xml referencing the ejb module and the MANIFEST.MF classpath entry for the jar file (see attached).

      My EJB's are not getting deployed and not showing up on the jmx console.

       

      Can you please help?  I am not sure what I've missed.  Thanks!!

       

      War file structure

      <code>

      drwxrwxrwx   1 user     group           0 Feb  9 16:17 META-INF
      drwxrwxrwx   1 user     group           0 Feb  9 15:34 WEB-INF
      -rw-rw-rw-   1 user     group          13 Feb  9 15:33 blank.html
      -rw-rw-rw-   1 user     group          43 Feb  9 15:33 clear.cache.gif
      -rw-rw-rw-   1 user     group          43 Feb  9 15:33 clear.gif
      -rw-rw-rw-   1 user     group        5703 Feb  9 15:34 com.rtddenver.gwt.Ties.nocache.js
      drwxrwxrwx   1 user     group           0 Feb  9 15:34 crystalreportviewers12
      drwxrwxrwx   1 user     group           0 Feb  7 16:42 gwt
      -rw-rw-rw-   1 user     group       11289 Feb  9 15:33 hosted.html
      drwxrwxrwx   1 user     group           0 Feb  9 15:39 images
      drwxrwxrwx   1 user     group           0 Feb  7 16:42 resourcesgxt
      drwxrwxrwx   1 user     group           0 Feb  9 15:34 styles
      -rw-rw-rw-   1 user     group       24349 Feb  9 15:33 ties2ejb.jar

      ties2.war\META-INF=:
      total 4
      -rw-rw-rw-   1 user     group          49 Feb  9 16:11 MANIFEST.MF
      -rw-rw-rw-   1 user     group         126 Feb  9 15:59 MANIFEST.MF.bak
      -rw-rw-rw-   1 user     group         302 Feb  9 16:17 application.xml

      </code>

       

       


      application.xml

       

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE application
       PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
       "http://java.sun.com/dtd/application_1_3.dtd">
      <application>
       <display-name>TIES2</display-name>
       <module>
       <ejb>ties2ejb.jar</ejb>
       </module>
      </application>
      MANIFEST.MF

      Manifest-Version: 1.0

      Class-Path: ties2ejb.jar


      ties2ejb.jar

       

      b 09 15:28:58 MST 2011 META-INF/

         102 Wed Feb 09 15:28:56 MST 2011 META-INF/MANIFEST.MF

           0 Wed Feb 09 15:21:30 MST 2011 com/

           0 Wed Feb 09 15:21:32 MST 2011 com/rtd/

           0 Wed Feb 09 15:21:36 MST 2011 com/rtd/ties2/

           0 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/

        2926 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesDepartmentsHome.class

        3082 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesDeptLocJobShiftVwHome.class

        2900 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesDivisionsHome.class

        2912 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesDobDayTypeCodesHome.class

        3004 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesEmpDobAssignmentsHome.class

        3004 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesEmpVacAssignmentsHome.class

        2912 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesEmployeesHome.class

        3052 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesSeniorityListVwHome.class

        3097 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesTransOperatorVacVwHome.class

        3112 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVacTransSlotLimitVwHome.class

        3030 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVacWkVoteSlotLimitsHome.class

        2978 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVacationPeriodsHome.class

        2952 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVacationWeeksHome.class

        3030 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVoteScheduleEntriesHome.class

        3004 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVoteVoterCriteriaHome.class

        3368 Wed Feb 09 15:21:36 MST 2011 com/rtd/ties2/session/TiesVotesHome.class

         328 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVotesLocal.class

         331 Wed Feb 09 15:21:42 MST 2011 com/rtd/ties2/session/TiesVotesRemote.class

       

       

      jboss.ejb

       

       

      jboss.j2ee

       

        • 1. My ejb in the war file does not deploy
          jaikiran

          Which version of JBoss AS is this? Also please post the entire exception stacktrace.

          • 2. Re: My ejb in the war file does not deploy
            davestar

            Thanks for the response.

            The war file is being deployed in JBoss 5.1 GA.  It is deployed exploded.

            Since the context root of this application is "/" I had to rename ROOT.WAR to JBossROOT.WAR, not sure if this is causing any issues with my deployment but I don't see any of my EJBs being initialized when the JBoss AS comes up neither is it being registered in the jndi namespace.

             

            Here's the stacktrace of JBoss logs as they come up, I also dont' see any specific exceptions related to the EJBs that I am trying to deploy.

             

             

            08:36:35,413 INFO [ServerImpl] Starting JBoss (Microcontainer)...
            08:36:35,413 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)
            08:36:35,413 INFO [ServerImpl] Bootstrap URL: null
            08:36:35,413 INFO [ServerImpl] Home Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA
            08:36:35,413 INFO [ServerImpl] Home URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/
            08:36:35,413 INFO [ServerImpl] Library URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/lib/
            08:36:35,413 INFO [ServerImpl] Patch URL: null
            08:36:35,413 INFO [ServerImpl] Common Base URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/common/
            08:36:35,413 INFO [ServerImpl] Common Library URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/common/lib/
            08:36:35,413 INFO [ServerImpl] Server Name: default
            08:36:35,413 INFO [ServerImpl] Server Base Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server
            08:36:35,413 INFO [ServerImpl] Server Base URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/
            08:36:35,413 INFO [ServerImpl] Server Config URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/conf/
            08:36:35,413 INFO [ServerImpl] Server Home Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default
            08:36:35,413 INFO [ServerImpl] Server Home URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/
            08:36:35,413 INFO [ServerImpl] Server Data Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\data
            08:36:35,413 INFO [ServerImpl] Server Library URL: file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/lib/
            08:36:35,413 INFO [ServerImpl] Server Log Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\log
            08:36:35,413 INFO [ServerImpl] Server Native Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\tmp\native
            08:36:35,413 INFO [ServerImpl] Server Temp Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\tmp
            08:36:35,413 INFO [ServerImpl] Server Temp Deploy Dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\tmp\deploy
            08:36:36,022 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/conf/bootstrap.xml
            08:36:36,584 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
            08:36:36,584 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
            08:36:36,865 INFO [CopyMechanism] VFS temp dir: C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\tmp
            08:36:36,881 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
            08:36:37,770 INFO [ServerInfo] Java version: 1.6.0_18,Sun Microsystems Inc.
            08:36:37,770 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
            08:36:37,770 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 16.0-b13,Sun Microsystems Inc.
            08:36:37,770 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
            08:36:37,770 INFO [ServerInfo] VM arguments: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1958 -Dprogram.name=JBossTools: JBoss 5.1 ties2 Runtime Server -Xms256m -Xmx768m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\lib\endorsed -Dfile.encoding=Cp1252 
            08:36:37,833 INFO [JMXKernel] Legacy JMX core initialized
            08:36:39,581 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@1a8a1a3[domain=default, server=default, name=default]
            08:36:41,095 INFO [WebService] Using RMI server codebase: http://localhost:8083/
            08:36:46,433 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
            08:36:46,433 INFO [NativeServerConfig] 3.1.2.GA
            08:36:46,807 INFO [AttributeCallbackItem] Owner callback not implemented.
            08:36:48,196 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@d2cfcb[ defaultDomain='jboss' ]
            08:37:09,814 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@32174545{vfsfile:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
            08:37:09,845 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@32174545{vfsfile:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
            08:37:09,845 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@32174545{vfsfile:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
            08:37:09,845 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@32174545{vfsfile:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
            08:37:12,732 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector
            08:37:12,920 INFO [MailService] Mail Service bound to java:/Mail
            08:37:15,729 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
            08:37:15,760 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
            08:37:15,823 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
            08:37:15,948 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
            08:37:15,948 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
            08:37:16,385 INFO [TransactionManagerService] Initializing recovery manager
            08:37:16,572 INFO [TransactionManagerService] Recovery manager configured
            08:37:16,572 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
            08:37:16,603 INFO [TransactionManagerService] Starting transaction recovery manager
            08:37:17,259 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_18\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.6.0_18\jre\bin;native
            08:37:17,352 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
            08:37:17,368 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
            08:37:17,430 INFO [StandardService] Starting service jboss.web
            08:37:17,446 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
            08:37:17,540 INFO [Catalina] Server startup in 160 ms
            08:37:17,555 INFO [TomcatDeployment] deploy, ctxPath=/web-console
            08:37:19,709 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
            08:37:19,787 INFO [TomcatDeployment] deploy, ctxPath=/invoker
            08:37:19,928 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
            08:37:19,943 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
            08:37:19,959 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
            08:37:19,975 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
            08:37:19,990 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
            08:37:20,115 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
            08:37:20,146 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
            08:37:20,162 INFO [RAMJobStore] RAMJobStore initialized.
            08:37:20,162 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
            08:37:20,162 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
            08:37:20,162 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
            08:37:21,832 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
            08:37:22,394 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
            08:37:22,519 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            08:37:22,597 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
            08:37:22,597 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@4ad544 started
            08:37:22,612 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            08:37:22,612 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
            08:37:22,612 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1334611 started
            08:37:22,612 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
            08:37:22,612 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
            08:37:22,612 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
            08:37:22,612 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@680d2b started
            08:37:22,768 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
            08:37:22,846 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ties-2Datasource' to JNDI name 'java:ties-2Datasource'
            08:37:23,518 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
            08:37:23,518 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
            08:37:23,518 INFO [JBossASKernel] with dependencies:
            08:37:23,518 INFO [JBossASKernel] and demands:
            08:37:23,518 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
            08:37:23,518 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            08:37:23,518 INFO [JBossASKernel] and supplies:
            08:37:23,518 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
            08:37:23,549 INFO [JBossASKernel] jndi:SecureProfileService/remote
            08:37:23,549 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
            08:37:23,549 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
            08:37:23,549 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
            08:37:23,549 INFO [JBossASKernel] with dependencies:
            08:37:23,549 INFO [JBossASKernel] and demands:
            08:37:23,549 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            08:37:23,549 INFO [JBossASKernel] and supplies:
            08:37:23,549 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
            08:37:23,549 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
            08:37:23,549 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
            08:37:23,549 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
            08:37:23,549 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
            08:37:23,549 INFO [JBossASKernel] with dependencies:
            08:37:23,549 INFO [JBossASKernel] and demands:
            08:37:23,549 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            08:37:23,549 INFO [JBossASKernel] and supplies:
            08:37:23,549 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
            08:37:23,549 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
            08:37:23,549 INFO [JBossASKernel] jndi:SecureManagementView/remote
            08:37:23,549 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
            08:37:23,549 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@95a426{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
            08:37:23,549 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@11cfaf9{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
            08:37:23,564 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@17c5aec{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
            08:37:23,705 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
            08:37:23,736 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
            08:37:23,908 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
            
            SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
            SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
            
            08:37:24,017 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
            08:37:24,017 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
            08:37:24,033 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
            
            SecureManagementView/remote - EJB3.x Default Remote Business Interface
            SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
            
            08:37:24,095 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
            08:37:24,095 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
            08:37:24,126 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
            
            SecureProfileService/remote - EJB3.x Default Remote Business Interface
            SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
            
            08:37:24,423 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
            08:37:24,579 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
            08:37:27,404 INFO [TomcatDeployment] deploy, ctxPath=/JBossROOT
            08:37:27,451 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
            08:37:27,529 INFO [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=#ties-2
            08:37:27,622 INFO [Version] Hibernate Annotations 3.4.0.GA
            08:37:27,654 INFO [Environment] Hibernate 3.3.1.GA
            08:37:28,450 INFO [Environment] hibernate.properties not found
            08:37:28,450 INFO [Environment] Bytecode provider name : javassist
            08:37:28,481 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
            08:37:28,637 INFO [Version] Hibernate Commons Annotations 3.1.0.GA
            08:37:28,653 INFO [Version] Hibernate EntityManager 3.4.0.GA
            08:37:28,731 INFO [Ejb3Configuration] Processing PersistenceUnitInfo [
            name: ties-2
            ...]
            08:37:28,949 WARN [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
            08:37:29,136 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesVoteVoterCriteria
            08:37:29,246 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesVoteVoterCriteria on table TIES_VOTE_VOTER_CRITERIA
            08:37:29,433 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesEmpDobAssignments
            08:37:29,433 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesEmpDobAssignments on table TIES_EMP_DOB_ASSIGNMENTS
            08:37:29,433 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesVacationPeriods
            08:37:29,433 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesVacationPeriods on table TIES_VACATION_PERIODS
            08:37:29,433 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesEmpVacAssignments
            08:37:29,433 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesEmpVacAssignments on table TIES_EMP_VAC_ASSIGNMENTS
            08:37:29,433 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesVacWkVoteSlotLimits
            08:37:29,433 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesVacWkVoteSlotLimits on table TIES_VAC_WK_VOTE_SLOT_LIMITS
            08:37:29,449 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.modified.TiesVotes
            08:37:29,449 INFO [QueryBinder] Binding Named query: TiesVotes.getAll => SELECT a FROM TiesVotes a
            08:37:29,449 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.modified.TiesVotes on table TIES_VOTES
            08:37:29,449 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesVacTransSlotLimitVw
            08:37:29,449 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesVacTransSlotLimitVw on table TIES_VAC_TRANS_SLOT_LIMIT_VW
            08:37:29,464 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesDepartments
            08:37:29,464 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesDepartments on table TIES_DEPARTMENTS
            08:37:29,464 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesVacationWeeks
            08:37:29,464 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesVacationWeeks on table TIES_VACATION_WEEKS
            08:37:29,464 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesTransOperatorVacVw
            08:37:29,480 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesTransOperatorVacVw on table TIES_TRANS_OPERATOR_VAC_VW
            08:37:29,495 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesDobDayTypeCodes
            08:37:29,495 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesDobDayTypeCodes on table TIES_DOB_DAY_TYPE_CODES
            08:37:29,495 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesSeniorityListVw
            08:37:29,495 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesSeniorityListVw on table TIES_SENIORITY_LIST_VW
            08:37:29,495 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesEmployees
            08:37:29,495 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesEmployees on table TIES_EMPLOYEES
            08:37:29,495 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesVoteScheduleEntries
            08:37:29,495 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesVoteScheduleEntries on table TIES_VOTE_SCHEDULE_ENTRIES
            08:37:29,495 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesDivisions
            08:37:29,495 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesDivisions on table TIES_DIVISIONS
            08:37:29,495 INFO [AnnotationBinder] Binding entity from annotated class: com.rtddenver.gwt.client.dto.entity.TiesDeptLocJobShiftVw
            08:37:29,495 INFO [EntityBinder] Bind entity com.rtddenver.gwt.client.dto.entity.TiesDeptLocJobShiftVw on table TIES_DEPT_LOC_JOB_SHIFT_VW
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesVoteVoterCriteria.tiesVacWkVoteSlotLimitses -> TIES_VAC_WK_VOTE_SLOT_LIMITS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesVoteVoterCriteria.tiesVoteScheduleEntrieses -> TIES_VOTE_SCHEDULE_ENTRIES
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesEmpDobAssignments.tiesEmpDobAssignmentses -> TIES_EMP_DOB_ASSIGNMENTS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesVacationPeriods.tiesVacationWeekses -> TIES_VACATION_WEEKS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.modified.TiesVotes.tiesVacWkVoteSlotLimitses -> TIES_VAC_WK_VOTE_SLOT_LIMITS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.modified.TiesVotes.tiesVoteScheduleEntrieses -> TIES_VOTE_SCHEDULE_ENTRIES
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.modified.TiesVotes.tiesVoteVoterCriterias -> TIES_VOTE_VOTER_CRITERIA
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesDepartments.tiesEmployeeses -> TIES_EMPLOYEES
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesDepartments.tiesVoteses -> TIES_VOTES
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesVacationWeeks.tiesVacWkVoteSlotLimitses -> TIES_VAC_WK_VOTE_SLOT_LIMITS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesDobDayTypeCodes.tiesEmpDobAssignmentses -> TIES_EMP_DOB_ASSIGNMENTS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesEmployees.tiesEmpDobAssignmentses -> TIES_EMP_DOB_ASSIGNMENTS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesEmployees.tiesVoteScheduleEntrieses -> TIES_VOTE_SCHEDULE_ENTRIES
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesVoteScheduleEntries.tiesEmpDobAssignmentses -> TIES_EMP_DOB_ASSIGNMENTS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesDivisions.tiesEmployeeses -> TIES_EMPLOYEES
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesDivisions.tiesVacWkVoteSlotLimitses -> TIES_VAC_WK_VOTE_SLOT_LIMITS
            08:37:29,652 INFO [CollectionBinder] Mapping collection: com.rtddenver.gwt.client.dto.entity.TiesDivisions.tiesVoteVoterCriterias -> TIES_VOTE_VOTER_CRITERIA
            08:37:29,667 INFO [Version] Hibernate Validator 3.1.0.GA
            08:37:29,808 INFO [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
            08:37:29,901 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
            08:37:29,917 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
            08:37:30,463 INFO [SettingsFactory] RDBMS: Oracle, version: Oracle Database 11g Release 11.1.0.0.0 - Production
            08:37:30,463 INFO [SettingsFactory] JDBC driver: Oracle JDBC driver, version: 10.2.0.1.0
            08:37:30,557 INFO [Dialect] Using dialect: org.hibernate.dialect.Oracle10gDialect
            08:37:30,572 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
            08:37:30,588 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
            08:37:30,604 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
            08:37:30,604 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
            08:37:30,604 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
            08:37:30,604 INFO [SettingsFactory] JDBC batch size: 15
            08:37:30,604 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
            08:37:30,604 INFO [SettingsFactory] Scrollable result sets: enabled
            08:37:30,604 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
            08:37:30,604 INFO [SettingsFactory] Connection release mode: auto
            08:37:30,604 INFO [SettingsFactory] Default batch fetch size: 1
            08:37:30,604 INFO [SettingsFactory] Generate SQL with comments: disabled
            08:37:30,604 INFO [SettingsFactory] Order SQL updates by primary key: disabled
            08:37:30,604 INFO [SettingsFactory] Order SQL inserts for batching: disabled
            08:37:30,604 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
            08:37:30,619 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
            08:37:30,619 INFO [SettingsFactory] Query language substitutions: {}
            08:37:30,619 INFO [SettingsFactory] JPA-QL strict compliance: enabled
            08:37:30,619 INFO [SettingsFactory] Second-level cache: enabled
            08:37:30,619 INFO [SettingsFactory] Query cache: disabled
            08:37:30,635 INFO [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
            08:37:30,635 INFO [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
            08:37:30,635 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
            08:37:30,635 INFO [SettingsFactory] Cache region prefix: persistence.unit:unitName=#ties-2
            08:37:30,635 INFO [SettingsFactory] Structured second-level cache entries: disabled
            08:37:30,666 INFO [SettingsFactory] Echoing all SQL to stdout
            08:37:30,666 INFO [SettingsFactory] Statistics: disabled
            08:37:30,666 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
            08:37:30,666 INFO [SettingsFactory] Default entity-mode: pojo
            08:37:30,666 INFO [SettingsFactory] Named query checking : enabled
            08:37:31,603 INFO [SessionFactoryImpl] building session factory
            08:37:32,227 INFO [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=#ties-2
            08:37:32,227 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
            08:37:32,258 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=#ties-2
            08:37:32,258 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
            08:37:32,258 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
            08:37:32,804 INFO [TomcatDeployment] deploy, ctxPath=/
            08:37:33,070 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
            08:37:33,070 ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.Appender" was loaded by 
            08:37:33,070 ERROR [STDERR] log4j:ERROR [BaseClassLoader@7a1258{vfsfile:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/ties2.war/}] whereas object of type 
            08:37:33,070 ERROR [STDERR] log4j:ERROR "org.jboss.logging.appender.FileAppender" was loaded by [org.jboss.bootstrap.NoAnnotationURLClassLoader@c68c3].
            08:37:33,117 ERROR [STDERR] log4j:ERROR Could not instantiate appender named "FILE".
            08:37:33,210 INFO [[/]] Set web app root system property: 'ties2.root' = [C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\deploy\ties2.war\]
            08:37:33,210 INFO [[/]] Initializing log4j from [C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\deploy\ties2.war\WEB-INF\log4j.xml]
            08:37:33,241 ERROR [STDERR] log4j:ERROR Could not parse url [file:/C:/RTD/Projects/ties2-1.1/jboss-5.1.0.GA/server/default/deploy/ties2.war/WEB-INF/log4j.xml].
            08:37:33,241 ERROR [STDERR] 
            : 08:37:33,241 ERROR [STDERR] java.io.FileNotFoundException C:\RTD\Projects\ties2-1.1\jboss-5.1.0.GA\server\default\deploy\ties2.war\WEB-INF\log4j.xml 
            08:37:33,257 INFO [[/]] Initializing Spring root WebApplicationContext
            08:37:33,257 INFO [STDOUT] 08:37:33,257 INFO [ContextLoader] Root WebApplicationContext: initialization started
            08:37:33,304 INFO [STDOUT] 08:37:33,304 INFO [XmlWebApplicationContext] Refreshing org.springframework.web.context.support.XmlWebApplicationContext@13d9fdb: display name [Root WebApplicationContext]; startup date [Mon Feb 14 08:37:33 MST 2011]; root of context hierarchy
            08:37:33,397 INFO [STDOUT] 08:37:33,397 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
            08:37:33,600 INFO [STDOUT] 08:37:33,600 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-services.xml]
            08:37:33,616 INFO [STDOUT] 08:37:33,616 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/ties2-servlet.xml]
            08:37:33,632 INFO [STDOUT] 08:37:33,632 INFO [DefaultListableBeanFactory] Overriding bean definition for bean 'messageSource': replacing [Generic bean: class [org.springframework.context.support.ReloadableResourceBundleMessageSource]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/applicationContext.xml]] with [Generic bean: class [org.springframework.context.support.ResourceBundleMessageSource]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/ties2-servlet.xml]]
            08:37:33,632 INFO [STDOUT] 08:37:33,632 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-security.xml]
            08:37:33,788 INFO [STDOUT] 08:37:33,788 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-master.xml]
            08:37:35,270 INFO [STDOUT] 08:37:35,270 INFO [XmlWebApplicationContext] Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@13d9fdb]: org.springframework.beans.factory.support.DefaultListableBeanFactory@788014
            08:37:35,723 INFO [STDOUT] 08:37:35,723 INFO [PropertyPlaceholderConfigurer] Loading properties file from class path resource [application.properties]
            08:37:36,004 INFO [STDOUT] 08:37:36,004 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@788014: defining beans [applicationProps,entityManagerFactory,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,dataSource,txMgr,messageSource,crystalConnect,contextApplicationContextProvider,userAdminService,userDataEntryFactory,routeService,dynamicParametersService,serviceTypeService,voteAdminService,crystalRptsUtils,selectableBizObj,runboardService,domainService,securityService,headwayService,reportService,divisionService,voteService,dynamicParametersDAO,routeDAO,divisionDAO,serviceTypeDAO,runboardDAO,etlDAO,userDAO,voteAdminDAO,headwayDAO,holidayDAO,reportDAO,org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping#0,/login.do,/app/home.do,/app/gwt.do,/report.do,/app/uploadPrivateCarriers.do,tilesViewResolver,tilesConfigurer,multipartResolver,_authenticationManager,_filterChainProxy,_httpSessionContextIntegrationFilter,_filterChainProxyPostProcessor,_filterChainList,_securityContextHolderAwareRequestFilter,_accessManager,_portMapper,_exceptionTranslationFilter,_filterSecurityInterceptor,_sessionFixationProtectionFilter,_logoutFilter,_basicAuthenticationEntryPoint,_basicAuthenticationFilter,_entryPointInjectionBeanPostProcessor,_userServiceInjectionPostProcessor,authenticationProcessingFilter,authenticationProcessingFilterEntryPoint,tiesUserDetailsService,org.springframework.security.providers.dao.DaoAuthenticationProvider#0,org.springframework.security.config.AuthenticationProviderBeanDefinitionParser$AuthenticationProviderCacheResolver#0]; root of factory hierarchy
            08:37:36,066 INFO [STDOUT] 08:37:36,066 INFO [DriverManagerDataSource] Loaded JDBC driver: oracle.jdbc.driver.OracleDriver
            08:37:36,597 INFO [STDOUT] 08:37:36,597 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/login.do] onto handler [com.rtddenver.controller.LoginController@e9667e]
            08:37:36,613 INFO [STDOUT] 08:37:36,613 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/home.do] onto handler [com.rtddenver.controller.HomeController@cda4ef]
            08:37:36,628 INFO [STDOUT] 08:37:36,628 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/gwt.do] onto handler [com.rtddenver.controller.GWTController@1872159]
            08:37:36,644 INFO [STDOUT] 08:37:36,644 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/report.do] onto handler [com.rtddenver.controller.ReportController@1ec074f]
            08:37:36,675 INFO [STDOUT] 08:37:36,675 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/uploadPrivateCarriers.do] onto handler [com.rtddenver.controller.runboards.FileUploadController@912ada]
            08:37:36,738 INFO [STDOUT] 08:37:36,738 INFO [TilesConfigurer] TilesConfigurer: adding definitions [/WEB-INF/views.xml]
            08:37:36,769 INFO [STDOUT] 08:37:36,769 INFO [BasicTilesContainer] Initializing Tiles2 container. . .
            08:37:36,925 INFO [STDOUT] 08:37:36,925 INFO [BasicTilesContainer] Tiles2 container initialization complete.
            08:37:36,925 INFO [STDOUT] 08:37:36,925 INFO [TilesAccess] Publishing TilesContext for context: org.apache.catalina.core.ApplicationContextFacade
            08:37:37,065 INFO [STDOUT] 08:37:37,065 INFO [EntryPointInjectionBeanPostProcessor] Selecting AuthenticationEntryPoint for use in ExceptionTranslationFilter
            08:37:37,081 INFO [STDOUT] 08:37:37,081 INFO [EntryPointInjectionBeanPostProcessor] Using main configured AuthenticationEntryPoint.
            08:37:37,081 INFO [STDOUT] 08:37:37,081 INFO [EntryPointInjectionBeanPostProcessor] Using bean 'org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint@19c1d1f' as the entry point.
            08:37:37,112 INFO [STDOUT] 08:37:37,112 INFO [AbstractSecurityInterceptor] Validated configuration attributes
            08:37:37,190 INFO [STDOUT] 08:37:37,190 INFO [FilterChainProxyPostProcessor] Checking sorted filter chain: [org.springframework.security.context.HttpSessionContextIntegrationFilter[ order=200; ], org.springframework.security.ui.logout.LogoutFilter[ order=300; ], OrderedFilterDecorator[ delegate=com.rtddenver.security.TiesAuthenticationProcessingFilter[ order=700; ]; order=700], org.springframework.security.ui.basicauth.BasicProcessingFilter[ order=1000; ], org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter[ order=1100; ], org.springframework.security.ui.ExceptionTranslationFilter[ order=1400; ], org.springframework.security.ui.SessionFixationProtectionFilter[ order=1600; ], org.springframework.security.intercept.web.FilterSecurityInterceptor@7783a7]
            08:37:37,190 INFO [STDOUT] 08:37:37,190 INFO [FilterChainProxyPostProcessor] Filter chain...
            08:37:37,190 INFO [STDOUT] 08:37:37,190 INFO [FilterChainProxyPostProcessor] [0] - org.springframework.security.context.HttpSessionContextIntegrationFilter[ order=200; ]
            08:37:37,190 INFO [STDOUT] 08:37:37,190 INFO [FilterChainProxyPostProcessor] [1] - org.springframework.security.ui.logout.LogoutFilter[ order=300; ]
            08:37:37,190 INFO [STDOUT] 08:37:37,190 INFO [FilterChainProxyPostProcessor] [2] - com.rtddenver.security.TiesAuthenticationProcessingFilter[ order=700; ]
            08:37:37,190 INFO [STDOUT] 08:37:37,190 INFO [FilterChainProxyPostProcessor] [3] - org.springframework.security.ui.basicauth.BasicProcessingFilter[ order=1000; ]
            08:37:37,190 INFO [STDOUT] 08:37:37,190 INFO [FilterChainProxyPostProcessor] [4] - org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter[ order=1100; ]
            08:37:37,206 INFO [STDOUT] 08:37:37,206 INFO [FilterChainProxyPostProcessor] [5] - org.springframework.security.ui.ExceptionTranslationFilter[ order=1400; ]
            08:37:37,206 INFO [STDOUT] 08:37:37,206 INFO [FilterChainProxyPostProcessor] [6] - org.springframework.security.ui.SessionFixationProtectionFilter[ order=1600; ]
            08:37:37,206 INFO [STDOUT] 08:37:37,206 INFO [FilterChainProxyPostProcessor] [7] - org.springframework.security.intercept.web.FilterSecurityInterceptor@7783a7
            08:37:37,206 INFO [STDOUT] 08:37:37,206 INFO [FilterChainProxyPostProcessor] Checking whether login URL '/login.do' is accessible with your configuration
            08:37:37,206 INFO [STDOUT] 08:37:37,206 INFO [FilterChainProxyPostProcessor] FilterChainProxy: FilterChainProxy[ UrlMatcher = org.springframework.security.util.AntUrlPathMatcher[requiresLowerCase='true']; Filter Chains: {/login.do*=[], /**=[org.springframework.security.context.HttpSessionContextIntegrationFilter[ order=200; ], org.springframework.security.ui.logout.LogoutFilter[ order=300; ], com.rtddenver.security.TiesAuthenticationProcessingFilter[ order=700; ], org.springframework.security.ui.basicauth.BasicProcessingFilter[ order=1000; ], org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter[ order=1100; ], org.springframework.security.ui.ExceptionTranslationFilter[ order=1400; ], org.springframework.security.ui.SessionFixationProtectionFilter[ order=1600; ], org.springframework.security.intercept.web.FilterSecurityInterceptor@7783a7]}]
            08:37:37,237 INFO [STDOUT] 08:37:37,237 INFO [ContextLoader] Root WebApplicationContext: initialization completed in 3980 ms
            08:37:37,268 INFO [[/]] Initializing Spring FrameworkServlet 'ties2'
            08:37:37,268 INFO [STDOUT] 08:37:37,268 INFO [DispatcherServlet] FrameworkServlet 'ties2': initialization started
            08:37:37,268 INFO [STDOUT] 08:37:37,268 INFO [XmlWebApplicationContext] Refreshing org.springframework.web.context.support.XmlWebApplicationContext@1077eb7: display name [WebApplicationContext for namespace 'ties2-servlet']; startup date [Mon Feb 14 08:37:37 MST 2011]; parent: org.springframework.web.context.support.XmlWebApplicationContext@13d9fdb
            08:37:37,268 INFO [STDOUT] 08:37:37,268 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/ties2-servlet.xml]
            08:37:37,284 INFO [STDOUT] 08:37:37,284 INFO [XmlWebApplicationContext] Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@1077eb7]: org.springframework.beans.factory.support.DefaultListableBeanFactory@14da1af
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@14da1af: defining beans [org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping#0,/login.do,/app/home.do,/app/gwt.do,/report.do,/app/uploadPrivateCarriers.do,tilesViewResolver,tilesConfigurer,messageSource,multipartResolver]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@788014
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/login.do] onto handler [com.rtddenver.controller.LoginController@16a8769]
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/home.do] onto handler [com.rtddenver.controller.HomeController@e017d7]
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/gwt.do] onto handler [com.rtddenver.controller.GWTController@3d49a1]
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/report.do] onto handler [com.rtddenver.controller.ReportController@1ad2298]
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/uploadPrivateCarriers.do] onto handler [com.rtddenver.controller.runboards.FileUploadController@1ba4deb]
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [TilesConfigurer] TilesConfigurer: adding definitions [/WEB-INF/views.xml]
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [BasicTilesContainer] Initializing Tiles2 container. . .
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [BasicTilesContainer] Tiles2 container initialization complete.
            08:37:37,299 INFO [STDOUT] 08:37:37,299 INFO [TilesAccess] Publishing TilesContext for context: org.apache.catalina.core.ApplicationContextFacade
            08:37:38,845 INFO [STDOUT] 08:37:38,845 INFO [DispatcherServlet] FrameworkServlet 'ties2': initialization completed in 1577 ms
            08:37:38,907 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
            08:37:38,938 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
            
            08:37:38,954 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 1m:3s:541ms
            
            • 3. My ejb in the war file does not deploy
              wolfgangknauf

              Hi,

               

              as far as I know, JavaEE5 and before did not allow bundling of EJB jars in a war file. Here, you would have to deploy an EAR file, which contains your WAR file and the EJB jar at root level. See here: http://download.oracle.com/javaee/5/tutorial/doc/bnaby.html

               

              But maybe there is something JBos specific which allows deployment of your file structure...

               

              Best regards

               

              Wolfgang