You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by bOOyah <bo...@nowhere.org> on 2004/04/28 14:08:04 UTC

JBoss output: hanging I/O layer shutdown output


Re: JBoss output: hanging I/O layer shutdown output

Posted by bOOyah <bo...@nowhere.org>.
ksitron wrote:

> I'm sure I understand what your question is. The  
> java.util.ConcurrentModificationException indicates
> that one of your components is attempting to modify a collection that is 
> being iterated over. Have a closer look there.
> And anywhere else the collection in question is referenced.
> 
> com.endeleo.mtv.MtvContext.dispose(MtvContext.java:108)

Whoops!  Sorry pal.  I posted that to the newsgroup unintentionally.  I 
quickly cancelled the post when I realised my mistake.  I'm sorry if I 
inadvertently wasted your time. :-(

If it's any consolation, you were absolutely correct.  I was removing 
elements from my Set mid-iteration.

Sorry again (and to anyone else who broke a retina trying to help me out).

-- 
bOOyah


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: JBoss output: hanging I/O layer shutdown output

Posted by ksitron <ks...@elp.rr.com>.
I'm sure I understand what your question is. The  
java.util.ConcurrentModificationException indicates
that one of your components is attempting to modify a collection that is 
being iterated over. Have a closer look there.
And anywhere else the collection in question is referenced.

com.endeleo.mtv.MtvContext.dispose(MtvContext.java:108)


>
>------------------------------------------------------------------------
>
>13:03:21,505 INFO  [EmbeddedTomcatService] undeploy, ctxPath=/mtv, warUrl=file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ea
>r/mtv.war/
>13:03:21,505 INFO  [Engine] StandardHost[localhost]: Removing web application at context path /mtv
>13:03:22,166 INFO  [EjbModule] Stopping jboss.j2ee:module=ConfigureChannelProfileHeader.jar,service=EjbModule
>13:03:22,166 INFO  [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=ConfigureChannelProfileHeader,service=EJB
>13:03:22,166 INFO  [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=ConfigureChannelProfileHeader,plugin=pool,service=EJB
>13:03:22,176 INFO  [EjbModule] Stopping jboss.j2ee:module=ConfigureMTVSchedules.jar,service=EjbModule
>13:03:22,176 INFO  [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=ConfigureMTVSchedules,service=EJB
>13:03:22,186 INFO  [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=ConfigureMTVSchedules,plugin=pool,service=EJB
>13:03:22,186 INFO  [EjbModule] Stopping jboss.j2ee:module=ConfigureSite.jar,service=EjbModule
>13:03:22,186 INFO  [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=ConfigureSite,service=EJB
>13:03:22,186 INFO  [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=ConfigureSite,plugin=pool,service=EJB
>13:03:22,186 INFO  [EjbModule] Stopping jboss.j2ee:module=ConfigureHub.jar,service=EjbModule
>13:03:22,196 INFO  [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=ConfigureHub,service=EJB
>13:03:22,196 INFO  [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=ConfigureHub,plugin=pool,service=EJB
>13:03:22,196 INFO  [EjbModule] Stopping jboss.j2ee:module=HubActions.jar,service=EjbModule
>13:03:22,196 INFO  [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=HubActions,service=EJB
>13:03:22,196 INFO  [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=HubActions,plugin=pool,service=EJB
>13:03:22,206 INFO  [UdpMessagePump] UdpMessagePump: exiting...
>13:03:22,206 INFO  [UdpMessagePump] UdpMessagePump: shut down.
>13:03:22,206 ERROR [MTVHubService] java.util.ConcurrentModificationException
>13:03:22,206 WARN  [ServiceController] Problem stopping service endeleo.hub:service=MTVHubService
>java.util.ConcurrentModificationException
>        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782)
>        at java.util.HashMap$EntryIterator.next(HashMap.java:824)
>        at com.endeleo.mtv.MtvContext.dispose(MtvContext.java:108)
>        at com.endeleo.mtv.jmx.MTVHubService.cleanUpPojos(MTVHubService.java:757)
>        at com.endeleo.mtv.jmx.MTVHubService.stop(MTVHubService.java:197)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>        at org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
>        at org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
>        at org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
>        at org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:76)
>        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
>        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
>        at $Proxy14.stop(Unknown Source)
>        at org.jboss.system.ServiceController.stop(ServiceController.java:471)
>        at org.jboss.system.ServiceController.stop(ServiceController.java:462)
>        at sun.reflect.GeneratedMethodAccessor339.invoke(Unknown Source)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
>        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
>        at $Proxy4.stop(Unknown Source)
>        at org.jboss.deployment.SARDeployer.stop(SARDeployer.java:373)
>        at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:489)
>        at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:504)
>        at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:472)
>        at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:467)
>        at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:440)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
>        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
>        at $Proxy6.undeploy(Unknown Source)
>        at org.jboss.deployment.scanner.URLDeploymentScanner.undeploy(URLDeploymentScanner.java:332)
>        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:452)
>        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
>        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212)
>        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:191)
>13:03:22,226 INFO  [MTVScheduleService] MTVScheduleService stopping.
>13:03:22,226 INFO  [HibernateServiceMBean] stopping service
>13:03:22,226 INFO  [NamingHelper] JNDI InitialContext properties:{}
>13:03:22,236 INFO  [SessionFactoryImpl] closing
>13:03:22,246 INFO  [SessionFactoryObjectFactory] Unbinding factory: java:/hibernate/MTV
>13:03:22,246 INFO  [NamingHelper] JNDI InitialContext properties:{}
>13:03:22,246 INFO  [SessionFactoryObjectFactory] Unbound factory from JNDI name: java:/hibernate/MTV
>13:03:22,246 INFO  [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv
>.ear/
>13:03:22,326 INFO  [EJBModule] destroy(), remove EJB-Module: jboss.management.local:J2EEApplication=mtv.ear,J2EEServer=Local,j2eeType=EJBMod
>ule,name=ConfigureChannelProfileHeader.jar
>13:03:22,326 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64882ConfigureChanne
>lProfileHeader.jar restart will delete it
>13:03:22,367 INFO  [EJBModule] destroy(), remove EJB-Module: jboss.management.local:J2EEApplication=mtv.ear,J2EEServer=Local,j2eeType=EJBMod
>ule,name=ConfigureMTVSchedules.jar
>13:03:22,377 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64881ConfigureMTVSch
>edules.jar restart will delete it
>13:03:22,377 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64880hibernate2.jar
>restart will delete it
>13:03:22,377 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64879cglib-2.0-rc2.j
>ar restart will delete it
>13:03:22,387 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64878odmg-3.0.jar re
>start will delete it
>13:03:22,447 INFO  [EJBModule] destroy(), remove EJB-Module: jboss.management.local:J2EEApplication=mtv.ear,J2EEServer=Local,j2eeType=EJBMod
>ule,name=ConfigureSite.jar
>13:03:22,447 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64877ConfigureSite.j
>ar restart will delete it
>13:03:22,477 INFO  [EJBModule] destroy(), remove EJB-Module: jboss.management.local:J2EEApplication=mtv.ear,J2EEServer=Local,j2eeType=EJBMod
>ule,name=ConfigureHub.jar
>13:03:22,477 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64876ConfigureHub.ja
>r restart will delete it
>13:03:22,487 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64875commons-logging
>-1.0.3.jar restart will delete it
>13:03:22,507 INFO  [EJBModule] destroy(), remove EJB-Module: jboss.management.local:J2EEApplication=mtv.ear,J2EEServer=Local,j2eeType=EJBMod
>ule,name=HubActions.jar
>13:03:22,507 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64874HubActions.jar
>restart will delete it
>13:03:22,507 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64873commons-collect
>ions-2.1.jar restart will delete it
>13:03:22,517 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64872ehcache-0.6.jar
> restart will delete it
>13:03:22,527 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64871dom4j-1.4.jar r
>estart will delete it
>13:03:22,527 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64870mtv-domain.jar
>restart will delete it
>13:03:22,537 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64869hibernateServic
>e.sar restart will delete it
>13:03:22,547 WARN  [ServiceController] Ignoring request to destroy nonexistent service: mtv.service:name=taskscheduler
>13:03:22,547 WARN  [ServiceController] Ignoring request to remove nonexistent service: mtv.service:name=taskscheduler
>13:03:22,567 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64868mtvschedule-ser
>vice.sar restart will delete it
>13:03:22,587 WARN  [DeploymentInfo] Could not delete file:/C:/dev-tool/servers/jboss-3.2.3/server/default/tmp/deploy/tmp64867mtvhubservices.
>sar restart will delete it
>13:03:22,587 INFO  [MainDeployer] Starting deployment of package: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/
>13:03:22,587 INFO  [EARDeployer] Init J2EE application: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/
>13:03:25,982 INFO  [EjbModule] Deploying HubActions
>13:03:26,412 ERROR [STDERR] javax.management.InstanceNotFoundException: jboss.management.local:J2EEApplication=mtv.ear,J2EEServer=Local,j2ee
>Type=EJBModule,name=HubActions.jar is not registered.
>13:03:26,412 ERROR [STDERR]     at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
>13:03:26,422 ERROR [STDERR]     at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
>13:03:26,422 ERROR [STDERR]     at org.jboss.console.plugins.JSR77Lister.createDeployedObjects(JSR77Lister.java:172)
>13:03:26,422 ERROR [STDERR]     at org.jboss.console.plugins.JSR77Lister.createServer(JSR77Lister.java:197)
>13:03:26,422 ERROR [STDERR]     at org.jboss.console.plugins.JSR77Lister.createServers(JSR77Lister.java:223)
>13:03:26,422 ERROR [STDERR]     at org.jboss.console.plugins.JSR77Lister.createDomain(JSR77Lister.java:237)
>13:03:26,422 ERROR [STDERR]     at org.jboss.console.plugins.JSR77Lister.createDomains(JSR77Lister.java:255)
>13:03:26,422 ERROR [STDERR]     at org.jboss.console.plugins.JSR77Lister.getTreeForResource(JSR77Lister.java:265)
>13:03:26,442 ERROR [STDERR]     at org.jboss.console.plugins.helpers.AbstractPluginWrapper.getSubTreeForResource(AbstractPluginWrapper.java:
>200)
>13:03:26,442 ERROR [STDERR]     at org.jboss.console.manager.PluginManager.getTreesForResource(PluginManager.java:392)
>13:03:26,442 ERROR [STDERR]     at org.jboss.console.manager.PluginManager.getTreeForProfile(PluginManager.java:192)
>13:03:26,442 ERROR [STDERR]     at org.jboss.console.manager.PluginManager.getUpdateTreeForProfile(PluginManager.java:275)
>13:03:26,442 ERROR [STDERR]     at sun.reflect.GeneratedMethodAccessor333.invoke(Unknown Source)
>13:03:26,462 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>13:03:26,462 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:324)
>13:03:26,462 ERROR [STDERR]     at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>13:03:26,462 ERROR [STDERR]     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
>13:03:26,462 ERROR [STDERR]     at org.jboss.console.remote.InvokerServlet.processRequest(InvokerServlet.java:90)
>13:03:26,462 ERROR [STDERR]     at org.jboss.console.remote.InvokerServlet.doPost(InvokerServlet.java:133)
>13:03:26,482 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>13:03:26,482 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>13:03:26,482 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
>13:03:26,482 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
>13:03:26,482 ERROR [STDERR]     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
>13:03:26,482 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>43)
>13:03:26,502 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
>13:03:26,502 ERROR [STDERR]     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>13:03:26,553 ERROR [STDERR]     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>13:03:26,553 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>43)
>13:03:26,553 ERROR [STDERR]     at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
>13:03:26,553 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>41)
>13:03:26,553 ERROR [STDERR]     at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
>13:03:26,553 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>41)
>13:03:26,583 ERROR [STDERR]     at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
>13:03:26,583 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>41)
>13:03:26,583 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
>13:03:26,583 ERROR [STDERR]     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>13:03:26,583 ERROR [STDERR]     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
>13:03:26,583 ERROR [STDERR]     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
>13:03:26,613 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>43)
>13:03:26,613 ERROR [STDERR]     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
>13:03:26,613 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>41)
>13:03:26,613 ERROR [STDERR]     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
>13:03:26,613 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>41)
>13:03:26,613 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
>13:03:26,653 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>41)
>13:03:26,653 ERROR [STDERR]     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
>13:03:26,653 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>41)
>13:03:26,653 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
>13:03:26,653 ERROR [STDERR]     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>13:03:26,653 ERROR [STDERR]     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
>13:03:26,663 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:6
>43)
>13:03:26,673 ERROR [STDERR]     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
>13:03:26,673 ERROR [STDERR]     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>13:03:26,673 ERROR [STDERR]     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
>13:03:26,673 ERROR [STDERR]     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
>13:03:26,673 ERROR [STDERR]     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549
>)
>13:03:26,683 ERROR [STDERR]     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
>13:03:26,683 ERROR [STDERR]     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
>13:03:26,683 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:534)
>13:03:27,995 INFO  [EjbModule] Deploying ConfigureHub
>13:03:29,126 INFO  [EjbModule] Deploying ConfigureSite
>13:03:29,857 INFO  [EjbModule] Deploying ConfigureMTVSchedules
>13:03:30,558 INFO  [EjbModule] Deploying ConfigureChannelProfileHeader
>13:03:30,688 INFO  [HibernateServiceMBean] starting service at JNDI name: java:/hibernate/MTV
>13:03:30,688 INFO  [HibernateServiceMBean] service properties: {hibernate.transaction.manager_lookup_class=net.sf.hibernate.transaction.JBos
>sTransactionManagerLookup, hibernate.dialect=net.sf.hibernate.dialect.HSQLDialect, hibernate.use_outer_join=false, hibernate.connection.user
>name=sa, hibernate.session_factory_name=java:/hibernate/MTV, hibernate.connection.datasource=java:/MTVConfigDS, jta.UserTransaction=UserTran
>saction, hibernate.show_sql=false, hibernate.transaction.factory_class=net.sf.hibernate.transaction.JTATransactionFactory}
>13:03:30,688 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/Hub.hbm.xml
>13:03:30,829 INFO  [Binder] Mapping class: com.fet.mtv.entity.Hub -> t_hub
>13:03:30,909 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/CommandType.hbm.xml
>13:03:31,099 INFO  [Binder] Mapping class: com.fet.mtv.entity.CommandType -> t_command_type
>13:03:31,099 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/TVSystem.hbm.xml
>13:03:31,259 INFO  [Binder] Mapping class: com.fet.mtv.entity.TVSystem -> t_tvsystem
>13:03:31,259 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/ProtocolType.hbm.xml
>13:03:31,399 INFO  [Binder] Mapping class: com.fet.mtv.entity.ProtocolType -> t_protocol_type
>13:03:31,399 INFO  [Binder] Mapping collection: com.fet.mtv.entity.ProtocolType.configKeys -> t_protcol_type_config_keys
>13:03:31,399 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/MTVSchedule.hbm.xml
>13:03:31,550 INFO  [Binder] Mapping class: com.fet.mtv.entity.MTVSchedule -> t_schedule
>13:03:31,590 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/BaseGroup.hbm.xml
>13:03:31,770 INFO  [Binder] Mapping class: com.fet.mtv.entity.BaseGroup -> t_group
>13:03:31,770 INFO  [Binder] Mapping joined-subclass: com.fet.mtv.entity.UserModuleGroup -> t_user_module_group
>13:03:31,780 INFO  [Binder] Mapping collection: com.fet.mtv.entity.UserModuleGroup.userModules -> t_usermodule_group_map
>13:03:31,800 INFO  [Binder] Mapping joined-subclass: com.fet.mtv.entity.DisplayDeviceGroup -> t_display_device_group
>13:03:31,800 INFO  [Binder] Mapping collection: com.fet.mtv.entity.DisplayDeviceGroup.displayDevices -> t_display_device_group_map
>13:03:31,820 INFO  [Binder] Mapping joined-subclass: com.fet.mtv.entity.ProfileChannelGroup -> t_profile_channel_group
>13:03:31,820 INFO  [Binder] Mapping collection: com.fet.mtv.entity.ProfileChannelGroup.profileChannels -> t_profilechannel_group_map
>13:03:31,830 INFO  [Binder] Mapping joined-subclass: com.fet.mtv.entity.UserGroup -> t_user_group
>13:03:31,830 INFO  [Binder] Mapping collection: com.fet.mtv.entity.UserGroup.users -> t_user_usergroup_map
>13:03:31,850 INFO  [Binder] Mapping joined-subclass: com.fet.mtv.entity.HubPortGroup -> t_hubport_group
>13:03:31,850 INFO  [Binder] Mapping collection: com.fet.mtv.entity.HubPortGroup.hubPorts -> t_hubport_group_map
>13:03:31,860 INFO  [Binder] Mapping joined-subclass: com.fet.mtv.entity.HubGroup -> t_hub_group
>13:03:31,860 INFO  [Binder] Mapping collection: com.fet.mtv.entity.HubGroup.hubs -> t_hub_group_map
>13:03:31,870 INFO  [Binder] Mapping joined-subclass: com.fet.mtv.entity.ChannelGroup -> t_channel_group
>13:03:31,870 INFO  [Binder] Mapping collection: com.fet.mtv.entity.ChannelGroup.channels -> t_channel_group_map
>13:03:31,880 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/MTVScheduleTaskType.hbm.xml
>13:03:32,030 INFO  [Binder] Mapping class: com.fet.mtv.entity.MTVScheduleTaskType -> t_schedule_task_type
>13:03:32,040 INFO  [Binder] Mapping collection: com.fet.mtv.entity.MTVScheduleTaskType.argNames -> t_schedule_task_type_argnames
>13:03:32,040 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/MTVScheduleLog.hbm.xml
>13:03:32,221 INFO  [Binder] Mapping class: com.fet.mtv.entity.MTVScheduleLog -> t_mtvschedule_log
>13:03:32,221 INFO  [Binder] Mapping collection: com.fet.mtv.entity.MTVScheduleLog.errorPorts -> errorPorts
>13:03:32,231 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/DisplayDevice.hbm.xml
>13:03:32,371 INFO  [Binder] Mapping class: com.fet.mtv.entity.DisplayDevice -> t_display_device
>13:03:32,391 INFO  [Binder] Mapping collection: com.fet.mtv.entity.DisplayDevice.commands -> t_displaydevice_commands_map
>13:03:32,391 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/MTVScheduleTask.hbm.xml
>13:03:32,551 INFO  [Binder] Mapping class: com.fet.mtv.entity.MTVScheduleTask -> t_schedule_task
>13:03:32,561 INFO  [Binder] Mapping collection: com.fet.mtv.entity.MTVScheduleTask.args -> t_mtvschedule_task_args
>13:03:32,561 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/MTVScheduleEvent.hbm.xml
>13:03:32,691 INFO  [Binder] Mapping class: com.fet.mtv.entity.MTVScheduleEvent -> t_schedule_event
>13:03:32,711 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/DisplayDeviceType.hbm.xml
>13:03:32,872 INFO  [Binder] Mapping class: com.fet.mtv.entity.DisplayDeviceType -> t_display_device_type
>13:03:32,872 INFO  [Binder] Mapping collection: com.fet.mtv.entity.DisplayDeviceType.supportedProtocols -> t_displaydevicetype_protocoltype_
>map
>13:03:32,872 INFO  [Binder] Mapping collection: com.fet.mtv.entity.DisplayDeviceType.supportedCommands -> t_displaydevicetype_commandtype_ma
>p
>13:03:32,872 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/UserChannelLineup.hbm.xml
>13:03:33,012 INFO  [Binder] Mapping class: com.fet.mtv.entity.UserChannelLineup -> t_user_channel_lineup
>13:03:33,022 INFO  [Binder] Mapping collection: com.fet.mtv.entity.UserChannelLineup.profileChannelGroups -> t_channellineup_profilechannelg
>roup_map
>13:03:33,022 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/BaseScheduleEventExclusion.hbm.xml
>13:03:33,172 INFO  [Binder] Mapping class: com.fet.mtv.entity.BaseScheduleEventExclusion -> t_schedule_event_exclusion
>13:03:33,172 INFO  [Binder] Mapping subclass: com.fet.mtv.entity.TargetDayOfWeek -> t_schedule_event_exclusion
>13:03:33,182 INFO  [Binder] Mapping subclass: com.fet.mtv.entity.DayOfYearExclusion -> t_schedule_event_exclusion
>13:03:33,192 INFO  [Binder] Mapping subclass: com.fet.mtv.entity.DayOfMonthExclusion -> t_schedule_event_exclusion
>13:03:33,192 INFO  [Binder] Mapping subclass: com.fet.mtv.entity.DayOfWeekExclusion -> t_schedule_event_exclusion
>13:03:33,202 INFO  [Binder] Mapping subclass: com.fet.mtv.entity.ExpiredExclusion -> t_schedule_event_exclusion
>13:03:33,202 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/Channel.hbm.xml
>13:03:33,362 INFO  [Binder] Mapping class: com.fet.mtv.entity.Channel -> t_channel
>13:03:33,362 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/HubPort.hbm.xml
>13:03:33,523 INFO  [Binder] Mapping class: com.fet.mtv.entity.HubPort -> t_hubport
>13:03:33,543 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/HubProtocol.hbm.xml
>13:03:33,683 INFO  [Binder] Mapping class: com.fet.mtv.entity.HubProtocol -> t_hub_protocol
>13:03:33,683 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/ProtocolConfig.hbm.xml
>13:03:33,813 INFO  [Binder] Mapping class: com.fet.mtv.entity.ProtocolConfig -> t_protocol_config
>13:03:33,813 INFO  [Binder] Mapping collection: com.fet.mtv.entity.ProtocolConfig.configProperties -> t_protocol_config_properties
>13:03:33,823 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/Command.hbm.xml
>13:03:33,973 INFO  [Binder] Mapping class: com.fet.mtv.entity.Command -> t_command
>13:03:33,973 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/User.hbm.xml
>13:03:34,163 INFO  [Binder] Mapping class: com.fet.mtv.entity.User -> t_user
>13:03:34,173 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/Site.hbm.xml
>13:03:34,314 INFO  [Binder] Mapping class: com.fet.mtv.entity.Site -> t_site
>13:03:34,324 INFO  [Binder] Mapping collection: com.fet.mtv.entity.Site.channelProfileHeaders -> t_channelprofileheaders_site_map
>13:03:34,324 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/UserModuleType.hbm.xml
>13:03:34,444 INFO  [Binder] Mapping class: com.fet.mtv.entity.UserModuleType -> t_user_module_type
>13:03:34,444 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/UserChannelOverride.hbm.xml
>13:03:34,594 INFO  [Binder] Mapping class: com.fet.mtv.entity.UserChannelOverride -> t_user_channel_override
>13:03:34,604 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/HubType.hbm.xml
>13:03:34,774 INFO  [Binder] Mapping class: com.fet.mtv.entity.HubType -> t_hub_type
>13:03:34,784 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/UserModule.hbm.xml
>13:03:34,915 INFO  [Binder] Mapping class: com.fet.mtv.entity.UserModule -> t_user_module
>13:03:34,915 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/ProfileChannel.hbm.xml
>13:03:35,065 INFO  [Binder] Mapping class: com.fet.mtv.entity.ProfileChannel -> t_profile_channel
>13:03:35,075 INFO  [Configuration] Mapping resource: com/fet/mtv/entity/ChannelProfileHeader.hbm.xml
>13:03:35,215 INFO  [Binder] Mapping class: com.fet.mtv.entity.ChannelProfileHeader -> t_channel_profile_header
>13:03:35,215 INFO  [Configuration] processing one-to-many association mappings
>13:03:35,225 INFO  [Binder] Mapping collection: com.fet.mtv.entity.Hub.hubPorts -> t_hubport
>13:03:35,225 INFO  [Binder] Mapping collection: com.fet.mtv.entity.MTVSchedule.events -> t_schedule_event
>13:03:35,235 INFO  [Binder] Mapping collection: com.fet.mtv.entity.MTVScheduleEvent.exclusions -> t_schedule_event_exclusion
>13:03:35,245 INFO  [Binder] Mapping collection: com.fet.mtv.entity.UserChannelLineup.hubPorts -> t_hubport
>13:03:35,245 INFO  [Binder] Mapping collection: com.fet.mtv.entity.User.userChannelLineups -> t_user_channel_lineup
>13:03:35,245 INFO  [Binder] Mapping collection: com.fet.mtv.entity.Site.hubs -> t_hub
>13:03:35,245 INFO  [Binder] Mapping collection: com.fet.mtv.entity.UserModule.protocolConfigurations -> t_protocol_config
>13:03:35,245 INFO  [Binder] Mapping collection: com.fet.mtv.entity.ChannelProfileHeader.profileChannels -> t_profile_channel
>13:03:35,245 INFO  [Configuration] processing one-to-one association property references
>13:03:35,255 INFO  [Configuration] processing foreign key constraints
>13:03:35,275 INFO  [Dialect] Using dialect: net.sf.hibernate.dialect.HSQLDialect
>13:03:35,275 INFO  [SettingsFactory] Use outer join fetching: false
>13:03:35,275 INFO  [NamingHelper] JNDI InitialContext properties:{}
>13:03:35,275 INFO  [DatasourceConnectionProvider] Using datasource: java:/MTVConfigDS
>13:03:35,285 INFO  [TransactionFactoryFactory] Transaction strategy: net.sf.hibernate.transaction.JTATransactionFactory
>13:03:35,285 INFO  [NamingHelper] JNDI InitialContext properties:{}
>13:03:35,285 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: net.sf.hibernate.transaction.JBossTransactionMa
>nagerLookup
>13:03:35,285 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
>13:03:35,285 INFO  [NamingHelper] JNDI InitialContext properties:{}
>13:03:35,285 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: net.sf.hibernate.transaction.JBossTransactionMa
>nagerLookup
>13:03:35,285 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
>13:03:35,295 INFO  [STDOUT] 4:SET AUTOCOMMIT TRUE
>13:03:35,295 INFO  [SettingsFactory] Use scrollable result sets: true
>13:03:35,295 INFO  [SettingsFactory] Use JDBC3 getGeneratedKeys(): false
>13:03:35,295 INFO  [SettingsFactory] Optimize cache for minimal puts: false
>13:03:35,295 INFO  [SettingsFactory] Query language substitutions: {}
>13:03:35,295 INFO  [SettingsFactory] cache provider: net.sf.ehcache.hibernate.Provider
>13:03:35,305 INFO  [Configuration] instantiating and configuring caches
>13:03:35,305 INFO  [SessionFactoryImpl] building session factory
>13:03:35,505 INFO  [ReflectHelper] reflection optimizer disabled for: com.fet.mtv.entity.DayOfWeekExclusion, BulkBeanException: 0 is an inva
>lid day value. (property setExcludedDay)
>13:03:35,646 INFO  [ReflectHelper] reflection optimizer disabled for: com.fet.mtv.entity.BaseGroup, InstantiationError: com.fet.mtv.entity.B
>aseGroup
>13:03:36,277 INFO  [ReflectHelper] reflection optimizer disabled for: com.fet.mtv.entity.ProfileChannelGroup, BulkBeanException: null (prope
>rty setChannelProfileHeader)
>13:03:36,407 INFO  [ReflectHelper] reflection optimizer disabled for: com.fet.mtv.entity.Hub, BulkBeanException: Attempted to assign a null
>HubType to Hub. (property setHubType)
>13:03:36,467 INFO  [ReflectHelper] reflection optimizer disabled for: com.fet.mtv.entity.BaseScheduleEventExclusion, InstantiationError: com
>.fet.mtv.entity.BaseScheduleEventExclusion
>13:03:36,597 INFO  [ReflectHelper] reflection optimizer disabled for: com.fet.mtv.entity.TargetDayOfWeek, BulkBeanException: 0 is an invalid
> day value. (property setTargetDay)
>13:03:36,807 INFO  [SessionFactoryObjectFactory] Factory name: java:/hibernate/MTV
>13:03:36,807 INFO  [NamingHelper] JNDI InitialContext properties:{}
>13:03:36,807 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/hibernate/MTV
>13:03:36,807 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
>13:03:36,817 INFO  [NamingHelper] JNDI InitialContext properties:{}
>13:03:36,867 INFO  [UdpMessagePump] UdpMessagePump: [nostromo/192.168.123.126:0]: datagram channel open...
>13:03:36,907 INFO  [UdpMessagePump] UdpMessagePump: starting...
>13:03:36,937 INFO  [STDOUT] 4:select hub0_.ID as x0_0_, hub0_.IPAddress as x1_0_, hub0_.UDPHubPort as x2_0_, hub0_.serverUdpPort as x3_0_, h
>ub0_.commsTimeout as x4_0_, site1_.name as x5_0_, hub0_.name as x6_0_ from t_hub hub0_, t_site site1_ where hub0_.site=site1_.site_id
>13:03:36,968 INFO  [UdpMessagePump] UdpMessagePump: [nostromo/192.168.123.126:2009]: datagram channel open...
>13:03:36,978 INFO  [UdpMessagePump] UdpMessagePump: starting...
>13:03:37,658 INFO  [MTVHubService] XMBean for HubFacade 3: created.
>13:03:37,949 INFO  [MTVHubService] XMBean for HubFacade 4: created.
>13:03:38,139 INFO  [MTVHubService] XMBean for HubFacade 8: created.
>13:03:38,299 INFO  [MTVHubService] XMBean for HubFacade 9: created.
>13:03:38,360 INFO  [STDOUT] 4:select mtvschedul0_.schedule_id as schedule1_, mtvschedul0_.user_id as user_id, mtvschedul0_.hub_id as hub_id,
> mtvschedul0_.scheduleName as schedule4_, mtvschedul0_.scheduleDescription as schedule5_, mtvschedul0_.isEnabled as isEnabled from t_schedul
>e mtvschedul0_ where (mtvschedul0_.isEnabled=true )
>13:03:38,360 INFO  [STDOUT] Starting new lazy thread for registering events in SchedulerService
>13:03:38,780 INFO  [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=HubActions,plugin=pool,service=EJB
>13:03:38,780 INFO  [StatelessSessionContainer] Started jboss.j2ee:jndiName=HubActions,service=EJB
>13:03:38,780 INFO  [EjbModule] Started jboss.j2ee:module=HubActions.jar,service=EjbModule
>13:03:38,790 INFO  [EJBDeployer] Deployed: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/HubActions.jar
>13:03:39,000 INFO  [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=ConfigureHub,plugin=pool,service=EJB
>13:03:39,010 INFO  [StatelessSessionContainer] Started jboss.j2ee:jndiName=ConfigureHub,service=EJB
>13:03:39,010 INFO  [EjbModule] Started jboss.j2ee:module=ConfigureHub.jar,service=EjbModule
>13:03:39,010 INFO  [EJBDeployer] Deployed: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/ConfigureHub.jar
>13:03:39,141 INFO  [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=ConfigureSite,plugin=pool,service=EJB
>13:03:39,141 INFO  [StatelessSessionContainer] Started jboss.j2ee:jndiName=ConfigureSite,service=EJB
>13:03:39,141 INFO  [EjbModule] Started jboss.j2ee:module=ConfigureSite.jar,service=EjbModule
>13:03:39,141 INFO  [EJBDeployer] Deployed: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/ConfigureSite.jar
>13:03:39,351 INFO  [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=ConfigureMTVSchedules,plugin=pool,service=EJB
>13:03:39,351 INFO  [StatelessSessionContainer] Started jboss.j2ee:jndiName=ConfigureMTVSchedules,service=EJB
>13:03:39,361 INFO  [EjbModule] Started jboss.j2ee:module=ConfigureMTVSchedules.jar,service=EjbModule
>13:03:39,361 INFO  [EJBDeployer] Deployed: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/ConfigureMTVSchedules.jar
>13:03:39,511 INFO  [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=ConfigureChannelProfileHeader,plugin=pool,service=EJB
>13:03:39,511 INFO  [StatelessSessionContainer] Started jboss.j2ee:jndiName=ConfigureChannelProfileHeader,service=EJB
>13:03:39,511 INFO  [EjbModule] Started jboss.j2ee:module=ConfigureChannelProfileHeader.jar,service=EjbModule
>13:03:39,511 INFO  [EJBDeployer] Deployed: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv..ear/ConfigureChannelProfileHeader
>.jar
>13:03:39,721 INFO  [EmbeddedTomcatService] deploy, ctxPath=/mtv, warUrl=file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/
>mtv.war/
>13:03:44,919 INFO  [Engine] SingleSignOnContextConfig[/mtv]: Added certificates -> request attribute Valve
>13:03:44,999 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@1e34
>760
>13:03:44,999 INFO  [Engine] StandardManager[/mtv]: Seeding random number generator class java.security.SecureRandom
>13:03:44,999 INFO  [Engine] StandardManager[/mtv]: Seeding of random number generator has been completed
>13:03:44,999 INFO  [Engine] StandardWrapper[/mtv:default]: Loading container servlet default
>13:03:44,999 INFO  [Engine] StandardWrapper[/mtv:invoker]: Loading container servlet invoker
>13:03:45,159 INFO  [PropertyMessageResources] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
>13:03:45,159 INFO  [PropertyMessageResources] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
>13:03:46,231 INFO  [PropertyMessageResources] Initializing, config='ApplicationResources', returnNull=true
>13:03:47,082 INFO  [TilesPlugin] Tiles definition factory loaded for module ''.
>13:03:47,673 INFO  [EARDeployer] Started J2EE application: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/
>13:03:47,673 INFO  [MainDeployer] Deployed package: file:/C:/dev-tool/servers/jboss-3.2.3/server/default/deploy/mtv.ear/
>  
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>For additional commands, e-mail: user-help@struts.apache.org
>

-- 

Kevin J Citron
Sr. Object Imagineer
Optimized Objects, Inc.
EL Paso, Texas 79930
(915) 565-7785/566-2403