5 Replies Latest reply on Jun 30, 2006 2:43 AM by pesalomo

    JBoss-4.0.4 - isolation and EJB3

    pesalomo

      Hi,

      I'm installing JBoss-4.0.4 with EJB3 and checking the Isolation option in the installer.

      Then I'm not able to use EJB3. Getting the exception:
      interface javax.ejb.EJBObject is not visible from class loader

      If I turn isolation off, then I'm able to use EJB3 - but I need isolation for my deployments.

      In 4.0.3 I was able to deploy multiple applications with isolation, but able to use EJB3. This is not possible now?

      Any workaround?

      cheers,

      Peter

        • 1. Re: JBoss-4.0.4 - isolation and EJB3
          bill.burke

          full stack trace please

          • 2. Re: JBoss-4.0.4 - isolation and EJB3
            pesalomo

            The particular stacktrace:

            java.lang.IllegalArgumentException: interface javax.ejb.EJBObject is not visible from class loader
             at java.lang.reflect.Proxy.getProxyClass(Proxy.java:353)
             at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.init(BaseStatelessProxyFactory.java:54)
             at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.init(StatelessRemoteProxyFactory.java:78)
             at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:62)
             at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.start(StatelessRemoteProxyFactory.java:85)
             at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:85)
             at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
             at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:80)
             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:585)
             at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:99)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy56.start(Unknown Source)
             at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:82)
             at org.jboss.ejb3.Ejb3Deployment.registerEJBContainer(Ejb3Deployment.java:439)
             at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:486)
             at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:139)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy41.start(Unknown Source)
             at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:428)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
             at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
             at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
             at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
             at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
             at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy42.start(Unknown Source)
             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
             at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy6.deploy(Unknown Source)
             at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
             at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
             at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
             at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy4.start(Unknown Source)
             at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy5.deploy(Unknown Source)
             at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
             at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
             at org.jboss.Main.boot(Main.java:200)
             at org.jboss.Main$1.run(Main.java:464)
             at java.lang.Thread.run(Thread.java:595)
            


            Here's the full deployment dump...

            17:37:40,119 INFO [EARDeployer] Init J2EE application: file:/home/peter/jboss-4.0.4.GA/server/default/deploy/lmtrackerapp.ear/
            17:37:46,275 INFO [Ejb3Deployment] EJB3 deployment time took: 3175
            17:37:46,324 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=lmtrackerapp.ear,jar=lmtracker.jar,unitName=lmtracker_manager with dependencies:
            17:37:46,324 INFO [JmxKernelAbstraction] jboss.jca:name=LMTrackerDS,service=ManagedConnectionFactory
            17:37:46,379 INFO [Version] Hibernate EntityManager 3.2.0.CR1
            17:37:46,402 INFO [Version] Hibernate Annotations 3.2.0.CR1
            17:37:46,418 INFO [Environment] Hibernate 3.2 cr2
            17:37:46,427 INFO [Environment] hibernate.properties not found
            17:37:46,430 INFO [Environment] Bytecode provider name : cglib
            17:37:46,441 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
            17:37:47,334 INFO [Ejb3Configuration] found EJB3 @Embeddable: com.lightminds.appletserver.gui.metadata.MetaDataLogLatestEntryPK
            17:37:47,336 INFO [Ejb3Configuration] found EJB3 Entity bean: com.lightminds.appletserver.gui.metadata.MetaDataLogEntry
            17:37:47,344 INFO [Ejb3Configuration] found EJB3 @Embeddable: com.lightminds.appletserver.gui.metadata.SimpleMetaDataEntry
            17:37:47,360 INFO [Ejb3Configuration] found EJB3 Entity bean: com.lightminds.appletserver.gui.metadata.MetaData
            17:37:47,362 INFO [Ejb3Configuration] found EJB3 Entity bean: com.lightminds.appletserver.gui.metadata.MetaDataEntry
            17:37:47,379 INFO [Ejb3Configuration] found EJB3 Entity bean: com.lightminds.appletserver.gui.metadata.MetaDataLogLatestEntry
            17:37:47,380 INFO [Ejb3Configuration] found EJB3 Entity bean: com.lightminds.appletserver.gui.metadata.Search
            17:37:47,487 INFO [Ejb3Configuration] found EJB3 Entity bean: com.lightminds.tracker.metalog.MetaLogFailedCommandImport
            17:37:48,135 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.poi.POI
            17:37:48,146 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.feature.FeatureType
            17:37:48,147 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.feature.Param
            17:37:48,150 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.feature.Feature
            17:37:48,151 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.feature.ParamType
            17:37:48,155 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.Unit
            17:37:48,158 INFO [Ejb3Configuration] found EJB3 @Embeddable: lightminds.tracker.ejb3.unit.permission.UnitPermissionPK
            17:37:48,160 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.permission.UnitPermission
            17:37:48,161 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.UnitType
            17:37:48,163 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.provider.UnitProvider
            17:37:48,168 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.unit.providers.trs.TRSImport
            17:37:48,200 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.user.UserLevel
            17:37:48,206 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.user.User
            17:37:48,208 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.user.UserType
            17:37:48,217 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.command.Command
            17:37:48,221 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.systemlog.SystemLog
            17:37:48,226 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.mapcache.MapCacheImage
            17:37:48,231 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.customer.CustomerType
            17:37:48,235 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.customer.CustomerLevel
            17:37:48,236 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.customer.CustomerAccessKey
            17:37:48,240 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.customer.Customer
            17:37:48,246 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.forward.RecipientEntity
            17:37:48,254 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.forward.RecipientMessageEntity
            17:37:48,262 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.permission.AccessKey
            17:37:48,268 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.gsmpositioning.TelenorPMS
            17:37:48,269 INFO [Ejb3Configuration] found EJB3 @Embeddable: lightminds.tracker.ejb3.gsmpositioning.TelenorPMSPk
            17:37:48,272 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.gsmpositioning.GSMCell
            17:37:48,276 INFO [Ejb3Configuration] found EJB3 @Embeddable: lightminds.tracker.ejb3.gsmpositioning.GSMCellPK
            17:37:48,280 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.statusimage.StatusImage
            17:37:48,282 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.AnalogSensorLog
            17:37:48,283 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.AnalogSensor
            17:37:48,287 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.Sensor
            17:37:48,289 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.PositionSensorLog
            17:37:48,290 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.PositionSensor
            17:37:48,290 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.RawSensor
            17:37:48,292 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.RawSensorLog
            17:37:48,292 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.sensor.DigitalSensor
            17:37:48,294 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.status.StatusViewUnit
            17:37:48,295 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.status.StatusView
            17:37:48,298 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.status.StatusViewSensor
            17:37:48,299 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.dispatcher.DispatcherRecipient
            17:37:48,301 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.dispatcher.DispatcherTask
            17:37:48,305 INFO [Ejb3Configuration] found EJB3 Entity bean: lightminds.tracker.ejb3.language.Language
            17:37:48,801 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
            17:37:48,927 INFO [Configuration] Reading mappings from resource: META-INF/orm.xml
            17:37:48,930 INFO [Ejb3Configuration] [PersistenceUnit: lmtracker_manager] no META-INF/orm.xml found
            17:37:49,085 INFO [AnnotationBinder] Binding entity from annotated class: com.lightminds.appletserver.gui.metadata.MetaDataLogEntry
            17:37:49,145 INFO [EntityBinder] Bind entity com.lightminds.appletserver.gui.metadata.MetaDataLogEntry on table MetaDataLogEntry
            17:37:49,271 INFO [AnnotationBinder] Binding entity from annotated class: com.lightminds.appletserver.gui.metadata.MetaData
            17:37:49,272 INFO [EntityBinder] Bind entity com.lightminds.appletserver.gui.metadata.MetaData on table MetaData
            17:37:49,277 INFO [AnnotationBinder] Binding entity from annotated class: com.lightminds.appletserver.gui.metadata.MetaDataEntry
            17:37:49,278 INFO [EntityBinder] Bind entity com.lightminds.appletserver.gui.metadata.MetaDataEntry on table MetaDataEntry
            17:37:49,301 INFO [AnnotationBinder] Binding entity from annotated class: com.lightminds.appletserver.gui.metadata.MetaDataLogLatestEntry
            17:37:49,301 INFO [EntityBinder] Bind entity com.lightminds.appletserver.gui.metadata.MetaDataLogLatestEntry on table MetaDataLogLatestEntry
            17:37:49,319 INFO [AnnotationBinder] Binding entity from annotated class: com.lightminds.appletserver.gui.metadata.Search
            17:37:49,320 INFO [EntityBinder] Bind entity com.lightminds.appletserver.gui.metadata.Search on table search
            17:37:49,325 INFO [AnnotationBinder] Binding entity from annotated class: com.lightminds.tracker.metalog.MetaLogFailedCommandImport
            17:37:49,326 INFO [EntityBinder] Bind entity com.lightminds.tracker.metalog.MetaLogFailedCommandImport on table MetaLogFailedCommandImport
            17:37:49,327 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.poi.POI
            17:37:49,327 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.poi.POI on table POI
            17:37:49,421 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.feature.FeatureType
            17:37:49,421 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.feature.FeatureType on table VehicleFeatureType
            17:37:49,481 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.feature.Param
            17:37:49,481 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.feature.Param on table unitFeatureParam
            17:37:49,487 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.feature.Feature
            17:37:49,487 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.feature.Feature on table VehicleFeature
            17:37:49,500 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.feature.ParamType
            17:37:49,500 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.feature.ParamType on table unitFeatureParamType
            17:37:49,505 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.Unit
            17:37:49,506 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.Unit on table Vehicle
            17:37:49,523 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.permission.UnitPermission
            17:37:49,523 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.permission.UnitPermission on table UnitPermission
            17:37:49,532 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.UnitType
            17:37:49,533 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.UnitType on table VehicleType
            17:37:49,538 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.provider.UnitProvider
            17:37:49,538 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.provider.UnitProvider on table UnitProvider
            17:37:49,541 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.unit.providers.trs.TRSImport
            17:37:49,542 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.unit.providers.trs.TRSImport on table TRSImport
            17:37:49,544 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.user.UserLevel
            17:37:49,544 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.user.UserLevel on table UserLevel
            17:37:49,549 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.user.User
            17:37:49,550 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.user.User on table User
            17:37:49,568 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.user.UserType
            17:37:49,568 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.user.UserType on table UserType
            17:37:49,572 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.command.Command
            17:37:49,572 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.command.Command on table Command
            17:37:49,582 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.systemlog.SystemLog
            17:37:49,583 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.systemlog.SystemLog on table SystemLog
            17:37:49,588 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.mapcache.MapCacheImage
            17:37:49,588 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.mapcache.MapCacheImage on table MapCacheImage
            17:37:49,592 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.customer.CustomerType
            17:37:49,592 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.customer.CustomerType on table CustomerType
            17:37:49,596 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.customer.CustomerLevel
            17:37:49,596 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.customer.CustomerLevel on table CustomerLevel
            17:37:49,858 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.customer.CustomerAccessKey
            17:37:49,858 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.customer.CustomerAccessKey on table CustomerAccessKey
            17:37:49,861 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.customer.Customer
            17:37:49,861 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.customer.Customer on table Customer
            17:37:50,054 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.forward.RecipientEntity
            17:37:50,054 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.forward.RecipientEntity on table RecipientEntity
            17:37:50,063 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.forward.RecipientMessageEntity
            17:37:50,063 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.forward.RecipientMessageEntity on table RecipientMessageEntity
            17:37:50,192 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.permission.AccessKey
            17:37:50,193 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.permission.AccessKey on table AccessKey
            17:37:50,195 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.gsmpositioning.TelenorPMS
            17:37:50,195 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.gsmpositioning.TelenorPMS on table lmmap.TelenorPMS
            17:37:50,202 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.gsmpositioning.GSMCell
            17:37:50,202 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.gsmpositioning.GSMCell on table GSMCell
            17:37:51,040 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.statusimage.StatusImage
            17:37:51,040 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.statusimage.StatusImage on table StatusImage
            17:37:51,048 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.AnalogSensorLog
            17:37:51,049 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.sensor.AnalogSensorLog on table AnalogSensorLog
            17:37:51,326 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.Sensor
            17:37:51,326 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.sensor.Sensor on table Sensor
            17:37:51,356 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.AnalogSensor
            17:37:51,386 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.PositionSensorLog
            17:37:51,386 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.sensor.PositionSensorLog on table PositionSensorLog
            17:37:51,404 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.PositionSensor
            17:37:51,405 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.RawSensor
            17:37:51,406 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.RawSensorLog
            17:37:51,406 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.sensor.RawSensorLog on table RawSensorLog
            17:37:51,409 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.sensor.DigitalSensor
            17:37:51,410 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.status.StatusViewUnit
            17:37:51,410 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.status.StatusViewUnit on table Vehicle
            17:37:51,419 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.status.StatusView
            17:37:51,419 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.status.StatusView on table lmmap.elveg_lmtrackerobjects
            17:37:51,427 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.status.StatusViewSensor
            17:37:51,428 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.status.StatusViewSensor on table Sensor
            17:37:51,437 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.dispatcher.DispatcherRecipient
            17:37:51,437 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.dispatcher.DispatcherRecipient on table DispatcherRecipient
            17:37:51,441 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.dispatcher.DispatcherTask
            17:37:51,441 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.dispatcher.DispatcherTask on table DispatcherTask
            17:37:51,446 INFO [AnnotationBinder] Binding entity from annotated class: lightminds.tracker.ejb3.language.Language
            17:37:51,447 INFO [EntityBinder] Bind entity lightminds.tracker.ejb3.language.Language on table Language
            17:37:51,561 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.unit.feature.FeatureType.features -> VehicleFeature
            17:37:51,572 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.unit.feature.Feature.params -> unitFeatureParam
            17:37:51,572 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.unit.feature.ParamType.params -> unitFeatureParam
            17:37:51,572 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.unit.Unit.features -> VehicleFeature
            17:37:51,573 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.unit.UnitType.units -> Vehicle
            17:37:51,573 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.user.UserLevel.users -> User
            17:37:51,573 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.user.UserType.users -> User
            17:37:51,574 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.customer.CustomerType.customers -> Customer
            17:37:51,574 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.customer.CustomerLevel.customers -> Customer
            17:37:51,574 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.customer.Customer.users -> User
            17:37:51,575 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.forward.RecipientEntity.messages -> RecipientMessageEntity
            17:37:51,575 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.status.StatusViewUnit.sensors -> Sensor
            17:37:51,581 INFO [CollectionBinder] Mapping collection: lightminds.tracker.ejb3.dispatcher.DispatcherTask.recipients -> DispatcherRecipient
            17:37:52,967 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
            17:37:52,973 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
            17:37:53,287 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.19-log
            17:37:53,287 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.10 ( $Date: 2005/05/19 15:52:23 $, $Revision: 1.1.2.2 $ )
            17:37:53,332 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
            17:37:53,340 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
            17:37:53,345 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
            17:37:53,349 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
            17:37:53,349 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
            17:37:53,349 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
            17:37:53,350 INFO [SettingsFactory] JDBC batch size: 15
            17:37:53,350 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
            17:37:53,351 INFO [SettingsFactory] Scrollable result sets: enabled
            17:37:53,351 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
            17:37:53,351 INFO [SettingsFactory] Connection release mode: auto
            17:37:53,353 INFO [SettingsFactory] Maximum outer join fetch depth: 2
            17:37:53,354 INFO [SettingsFactory] Default batch fetch size: 1
            17:37:53,354 INFO [SettingsFactory] Generate SQL with comments: disabled
            17:37:53,354 INFO [SettingsFactory] Order SQL updates by primary key: disabled
            17:37:53,354 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
            17:37:53,359 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
            17:37:53,359 INFO [SettingsFactory] Query language substitutions: {}
            17:37:53,359 INFO [SettingsFactory] Second-level cache: enabled
            17:37:53,359 INFO [SettingsFactory] Query cache: disabled
            17:37:53,359 INFO [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
            17:37:53,363 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
            17:37:53,363 INFO [SettingsFactory] Structured second-level cache entries: disabled
            17:37:53,374 INFO [SettingsFactory] Echoing all SQL to stdout
            17:37:53,375 INFO [SettingsFactory] Statistics: disabled
            17:37:53,375 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
            17:37:53,375 INFO [SettingsFactory] Default entity-mode: pojo
            17:37:53,494 INFO [SessionFactoryImpl] building session factory
            17:37:56,890 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
            17:37:56,897 INFO [SchemaUpdate] Running hbm2ddl schema update
            17:37:56,897 INFO [SchemaUpdate] fetching database metadata
            17:37:56,898 INFO [SchemaUpdate] updating schema
            17:37:56,961 INFO [TableMetadata] table found: bxtracker.AccessKey
            17:37:56,961 INFO [TableMetadata] columns: [accesskeyid, name]
            17:37:56,961 INFO [TableMetadata] foreign keys: []
            17:37:56,961 INFO [TableMetadata] indexes: [primary]
            17:37:56,970 INFO [TableMetadata] table found: bxtracker.AnalogSensorLog
            17:37:56,970 INFO [TableMetadata] columns: [created, value, analogsensorlogid, fix, sensorid]
            17:37:56,970 INFO [TableMetadata] foreign keys: []
            17:37:56,970 INFO [TableMetadata] indexes: [primary, ndx_fix]
            17:37:56,983 INFO [TableMetadata] table found: bxtracker.Command
            17:37:56,984 INFO [TableMetadata] columns: [created, connectorid, param2, status, updated, customerid, param3, commandid, commandtype, userid, direction, errordescription, carrierid, commandtext, vehicleid, param1, commanddescription]
            17:37:56,984 INFO [TableMetadata] foreign keys: []
            17:37:56,984 INFO [TableMetadata] indexes: [primary, commandlog, ndx_acknowledge]
            17:37:57,003 INFO [TableMetadata] table found: bxtracker.Customer
            17:37:57,003 INFO [TableMetadata] columns: [phone, created, eventlistid, licenseinuse, address, contactphone, fax, updated, notificationlist, name, macrolistid, deleted, customerlevel, phonebookid, disabled, operator, sessiontimeout, webpage, customerid, license, retailer, contactemail, contact, languageid, customertype]
            17:37:57,003 INFO [TableMetadata] foreign keys: []
            17:37:57,003 INFO [TableMetadata] indexes: [fk27fbe3fe8c358db, primary, fk27fbe3febd90f28d, fk27fbe3feb13f3602, fk27fbe3fedf47f641]
            17:37:57,010 INFO [TableMetadata] table found: bxtracker.CustomerAccessKey
            17:37:57,011 INFO [TableMetadata] columns: [created, accesskeyid, customerid]
            17:37:57,011 INFO [TableMetadata] foreign keys: []
            17:37:57,011 INFO [TableMetadata] indexes: [primary]
            17:37:57,018 INFO [TableMetadata] table found: bxtracker.CustomerLevel
            17:37:57,018 INFO [TableMetadata] columns: [created, customerlevel, updated, name]
            17:37:57,018 INFO [TableMetadata] foreign keys: []
            17:37:57,019 INFO [TableMetadata] indexes: [primary]
            17:37:57,025 INFO [TableMetadata] table found: bxtracker.CustomerType
            17:37:57,025 INFO [TableMetadata] columns: [customertype, name]
            17:37:57,025 INFO [TableMetadata] foreign keys: []
            17:37:57,025 INFO [TableMetadata] indexes: [primary]
            17:37:57,033 INFO [TableMetadata] table found: bxtracker.DispatcherRecipient
            17:37:57,033 INFO [TableMetadata] columns: [created, task_id, unitid, updated, id]
            17:37:57,034 INFO [TableMetadata] foreign keys: []
            17:37:57,034 INFO [TableMetadata] indexes: [fk1df34b12a45f9215, primary, fk1df34b12c379269]
            17:37:57,042 INFO [TableMetadata] table found: bxtracker.DispatcherTask
            17:37:57,043 INFO [TableMetadata] columns: [created, statustext, accepted, description, status, updated, acceptedby, id]
            17:37:57,043 INFO [TableMetadata] foreign keys: []
            17:37:57,043 INFO [TableMetadata] indexes: [primary]
            17:37:57,055 INFO [TableMetadata] table found: bxtracker.GSMCell
            17:37:57,055 INFO [TableMetadata] columns: [created, administrativename, adminitrativecode, mobilenetworkcode, areaname, updated, locationareacode, basestationidentificationcode, longitude, cellid, cellinfo, mobilecountrycode, stopangle, latitude, zipcode, startangle, quality]
            17:37:57,055 INFO [TableMetadata] foreign keys: []
            17:37:57,056 INFO [TableMetadata] indexes: [primary]
            17:37:57,064 INFO [TableMetadata] table found: bxtracker.Language
            17:37:57,064 INFO [TableMetadata] columns: [created, languageid, prefix, updated, name]
            17:37:57,064 INFO [TableMetadata] foreign keys: []
            17:37:57,065 INFO [TableMetadata] indexes: [primary]
            17:37:57,072 INFO [TableMetadata] table found: bxtracker.MapCacheImage
            17:37:57,072 INFO [TableMetadata] columns: [created, image, updated, id]
            17:37:57,072 INFO [TableMetadata] foreign keys: []
            17:37:57,072 INFO [TableMetadata] indexes: [primary]
            17:37:57,081 INFO [TableMetadata] table found: bxtracker.MetaData
            17:37:57,081 INFO [TableMetadata] columns: [created, searchproperty, context, datatype, meta_id, updated, priority, name, object_class_name]
            17:37:57,081 INFO [TableMetadata] foreign keys: []
            17:37:57,081 INFO [TableMetadata] indexes: [primary]
            17:37:57,149 INFO [TableMetadata] table found: bxtracker.MetaDataEntry
            17:37:57,149 INFO [TableMetadata] columns: [created, object_id, metadata_id, value, entry_id, updated]
            17:37:57,149 INFO [TableMetadata] foreign keys: []
            17:37:57,149 INFO [TableMetadata] indexes: [primary, fk2e4c92434350d701, fk2e4c9243757cba8b]
            17:37:57,158 INFO [TableMetadata] table found: bxtracker.MetaDataLogEntry
            17:37:57,158 INFO [TableMetadata] columns: [created, log_id, object_id, metadata_id, value, entry_id]
            17:37:57,159 INFO [TableMetadata] foreign keys: []
            17:37:57,159 INFO [TableMetadata] indexes: [ndx_metalogsearch, fkd412b81d757cba8b, primary, ndx_latestentry, ndx_logid, fkd412b81d4350d701, ndx_created]
            17:37:57,166 INFO [TableMetadata] table found: bxtracker.MetaDataLogLatestEntry
            17:37:57,166 INFO [TableMetadata] columns: [log_id, object_id, object_type]
            17:37:57,166 INFO [TableMetadata] foreign keys: []
            17:37:57,166 INFO [TableMetadata] indexes: [primary]
            17:37:57,172 INFO [TableMetadata] table found: bxtracker.MetaLogFailedCommandImport
            17:37:57,172 INFO [TableMetadata] columns: [failedcommandid]
            17:37:57,172 INFO [TableMetadata] foreign keys: []
            17:37:57,173 INFO [TableMetadata] indexes: [primary]
            17:37:57,181 INFO [TableMetadata] table found: bxtracker.POI
            17:37:57,181 INFO [TableMetadata] columns: [created, expirationdate, longitude, description, latitude, updated, name, id]
            17:37:57,181 INFO [TableMetadata] foreign keys: []
            17:37:57,181 INFO [TableMetadata] indexes: [primary]
            17:37:57,190 INFO [TableMetadata] table found: bxtracker.PositionSensorLog
            17:37:57,191 INFO [TableMetadata] columns: [created, speed, longitude, direction, fix, positionsensorlogid, latitude, elevation, sensorid]
            17:37:57,191 INFO [TableMetadata] foreign keys: []
            17:37:57,191 INFO [TableMetadata] indexes: [primary, ndx_fix]
            17:37:57,226 INFO [TableMetadata] table found: bxtracker.RawSensorLog
            17:37:57,226 INFO [TableMetadata] columns: [created, rawsensorlogid, value, fix, sensorid]
            17:37:57,226 INFO [TableMetadata] foreign keys: []
            17:37:57,227 INFO [TableMetadata] indexes: [primary, ndx_fix]
            17:37:57,235 INFO [TableMetadata] table found: bxtracker.RecipientEntity
            17:37:57,235 INFO [TableMetadata] columns: [created, listen_port, receiver_code, admin_mail, status, listen_host_address, updated, name]
            17:37:57,235 INFO [TableMetadata] foreign keys: []
            17:37:57,235 INFO [TableMetadata] indexes: [primary]
            17:37:57,342 INFO [TableMetadata] table found: bxtracker.RecipientMessageEntity
            17:37:57,342 INFO [TableMetadata] columns: [created, recipient_id, message, updated, command_id, id, serial]
            17:37:57,342 INFO [TableMetadata] foreign keys: []
            17:37:57,342 INFO [TableMetadata] indexes: [primary, fkc111c9516261a495]
            17:37:57,370 INFO [TableMetadata] table found: bxtracker.Sensor
            17:37:57,370 INFO [TableMetadata] columns: [created, deleted, eventid, sensortype, alarmparam2, alarmenabled, alarminternal, unit, disabled, mappingid, batchloginterval, batchlog, updated, alarmparam1, hassensorfeatures, alarmparam3, vehicleid, name, delimitedvaluestring, sensorid, autoreporting]
            17:37:57,371 INFO [TableMetadata] foreign keys: []
            17:37:57,371 INFO [TableMetadata] indexes: [primary, fk93653fdaa64ac7f]
            17:37:57,393 INFO [TableMetadata] table found: bxtracker.StatusImage
            17:37:57,393 INFO [TableMetadata] columns: [created, image, updated, sensorid]
            17:37:57,393 INFO [TableMetadata] foreign keys: []
            17:37:57,393 INFO [TableMetadata] indexes: [primary]
            17:37:57,401 INFO [TableMetadata] table found: bxtracker.SystemLog
            17:37:57,402 INFO [TableMetadata] columns: [created, systemlogid, param2, userid, unitid, systemlogtype, param1, param3, customerid]
            17:37:57,402 INFO [TableMetadata] foreign keys: []
            17:37:57,402 INFO [TableMetadata] indexes: [primary]
            17:37:57,421 INFO [TableMetadata] table found: bxtracker.TRSImport
            17:37:57,422 INFO [TableMetadata] columns: [importinguserid, data, id]
            17:37:57,422 INFO [TableMetadata] foreign keys: []
            17:37:57,422 INFO [TableMetadata] indexes: [primary]
            17:37:57,431 INFO [TableMetadata] table found: bxtracker.UnitPermission
            17:37:57,431 INFO [TableMetadata] columns: [created, customname, accesskeyid, accesstype, unitid]
            17:37:57,431 INFO [TableMetadata] foreign keys: []
            17:37:57,431 INFO [TableMetadata] indexes: [primary, fk72663293a65fe5a2, fk72663293c31998d6]
            17:37:57,438 INFO [TableMetadata] table found: bxtracker.UnitProvider
            17:37:57,438 INFO [TableMetadata] columns: [description, location, name, unitproviderid]
            17:37:57,438 INFO [TableMetadata] foreign keys: []
            17:37:57,438 INFO [TableMetadata] indexes: [primary]
            17:37:57,449 INFO [TableMetadata] table found: bxtracker.User
            17:37:57,449 INFO [TableMetadata] columns: [created, password, deleted, pluginnotifyurl, disabled, updated, fullname, userlevel, usertype, customerid, userid, languageid, timezone, username, email]
            17:37:57,449 INFO [TableMetadata] foreign keys: []
            17:37:57,449 INFO [TableMetadata] indexes: [primary, fk285febe7ffcfc8, fk285feb4443b7ee, fk285feb2b85e8ce, fk285febd1176ece, fk285febb13f3602, fk285febdd1a58c2]
            17:37:57,456 INFO [TableMetadata] table found: bxtracker.UserLevel
            17:37:57,456 INFO [TableMetadata] columns: [created, updated, name, userlevel]
            17:37:57,456 INFO [TableMetadata] foreign keys: []
            17:37:57,456 INFO [TableMetadata] indexes: [primary]
            17:37:57,462 INFO [TableMetadata] table found: bxtracker.UserType
            17:37:57,462 INFO [TableMetadata] columns: [name, usertype]
            17:37:57,462 INFO [TableMetadata] foreign keys: []
            17:37:57,462 INFO [TableMetadata] indexes: [primary]
            17:37:57,472 INFO [TableMetadata] table found: bxtracker.Vehicle
            17:37:57,473 INFO [TableMetadata] columns: [created, deleted, vehicletype, macrolistid, eventlistid, mappingid, phonebookid, disabled, updated, commandhandleruserid, customerid, incomingcommandproviderid, notificationlist, description, vehicleid, name]
            17:37:57,473 INFO [TableMetadata] foreign keys: []
            17:37:57,473 INFO [TableMetadata] indexes: [fk779c270c5c1dcf4f, primary, fk779c270c605248db, ndx_name]
            17:37:57,489 INFO [TableMetadata] table found: bxtracker.VehicleFeature
            17:37:57,489 INFO [TableMetadata] columns: [created, param2, param4, vehiclefeatureid, param5, param1, vehiclefeaturetype, vehicleid, updated, unitproviderid, param3]
            17:37:57,489 INFO [TableMetadata] foreign keys: []
            17:37:57,490 INFO [TableMetadata] indexes: [fk5623264a6edf6ff1, primary, fk5623264a9a91c456]
            17:37:57,498 INFO [TableMetadata] table found: bxtracker.VehicleFeatureType
            17:37:57,499 INFO [TableMetadata] columns: [created, param2, param4, param5, param1, vehiclefeaturetype, updated, name, param3]
            17:37:57,499 INFO [TableMetadata] foreign keys: []
            17:37:57,499 INFO [TableMetadata] indexes: [primary]
            17:37:57,505 INFO [TableMetadata] table found: bxtracker.VehicleType
            17:37:57,505 INFO [TableMetadata] columns: [created, vehicletype, updated, name]
            17:37:57,505 INFO [TableMetadata] foreign keys: []
            17:37:57,505 INFO [TableMetadata] indexes: [primary]
            17:37:57,506 INFO [DatabaseMetadata] table not found: lmmap.TelenorPMS
            17:37:57,508 INFO [DatabaseMetadata] table not found: lmmap.elveg_lmtrackerobjects
            17:37:57,508 INFO [DatabaseMetadata] table not found: search
            17:37:57,516 INFO [TableMetadata] table found: bxtracker.unitFeatureParam
            17:37:57,516 INFO [TableMetadata] columns: [created, paramvalue, featureid, paramtype_id, paramid, updated]
            17:37:57,516 INFO [TableMetadata] foreign keys: []
            17:37:57,516 INFO [TableMetadata] indexes: [fkbc4b1edb5cb72fd7, primary, fkbc4b1edb1ae3f424]
            17:37:57,535 INFO [TableMetadata] table found: bxtracker.unitFeatureParamType
            17:37:57,535 INFO [TableMetadata] columns: [created, paramtype, updated, name]
            17:37:57,535 INFO [TableMetadata] foreign keys: []
            17:37:57,535 INFO [TableMetadata] indexes: [primary]
            17:37:57,537 INFO [DatabaseMetadata] table not found: lmmap.TelenorPMS
            17:37:57,537 INFO [DatabaseMetadata] table not found: lmmap.elveg_lmtrackerobjects
            17:37:57,538 INFO [DatabaseMetadata] table not found: search
            17:37:57,557 ERROR [SchemaUpdate] Unsuccessful: create table lmmap.TelenorPMS (bsic integer not null, cellID integer not null, latitude float not null, longitude float not null, kommuneNavn varchar(255), kommuneNr integer not null, navn varchar(255), omraade varchar(255), postnr integer not null, startAngle integer not null, stopAngle integer not null, primary key (bsic, cellID))
            17:37:57,557 ERROR [SchemaUpdate] Table 'TelenorPMS' already exists
            17:37:57,558 ERROR [SchemaUpdate] Unsuccessful: create table lmmap.elveg_lmtrackerobjects (lmtrackerobjid integer not null, address varchar(255), fylkenavn varchar(255), kommunenavn varchar(255), primary key (lmtrackerobjid))
            17:37:57,558 ERROR [SchemaUpdate] Table 'elveg_lmtrackerobjects' already exists
            17:37:57,558 ERROR [SchemaUpdate] Unsuccessful: create table search (name varchar(255) not null auto_increment, meta_ids tinyblob, search_strings tinyblob, primary key (name))
            17:37:57,558 ERROR [SchemaUpdate] Incorrect column specifier for column 'name'
            17:37:57,558 INFO [SchemaUpdate] schema update complete
            17:37:57,564 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
            17:37:58,784 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=lmtrackerapp.ear,jar=lmtracker.jar,name=DBConfigManagerBean,service=EJB3 with dependencies:
            17:37:58,784 INFO [JmxKernelAbstraction] persistence.units:ear=lmtrackerapp.ear,jar=lmtracker.jar,unitName=lmtracker_manager
            17:37:59,293 INFO [EJBContainer] STARTED EJB: com.lightminds.db.config.DBConfigManagerBean ejbName: DBConfigManagerBean
            17:37:59,312 WARN [ServiceController] Problem starting service jboss.j2ee:ear=lmtrackerapp.ear,jar=lmtracker.jar,name=DBConfigManagerBean,service=EJB3
            java.lang.IllegalArgumentException: interface javax.ejb.EJBObject is not visible from class loader
             at java.lang.reflect.Proxy.getProxyClass(Proxy.java:353)
             at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.init(BaseStatelessProxyFactory.java:54)
             at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.init(StatelessRemoteProxyFactory.java:78)
             at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:62)
             at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.start(StatelessRemoteProxyFactory.java:85)
             at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:85)
             at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
             at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:80)
             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:585)
             at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:99)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy56.start(Unknown Source)
             at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:82)
             at org.jboss.ejb3.Ejb3Deployment.registerEJBContainer(Ejb3Deployment.java:439)
             at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:486)
             at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:139)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy41.start(Unknown Source)
             at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:428)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
             at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
             at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
             at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
             at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
             at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy42.start(Unknown Source)
             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
             at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy6.deploy(Unknown Source)
             at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
             at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
             at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
             at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy4.start(Unknown Source)
             at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy5.deploy(Unknown Source)
             at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
             at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
             at org.jboss.Main.boot(Main.java:200)
             at org.jboss.Main$1.run(Main.java:464)
             at java.lang.Thread.run(Thread.java:595)
            17:37:59,334 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=lmtrackerapp.ear,jar=lmtracker.jar,name=EntityListManagerBean,service=EJB3 with dependencies:
            17:37:59,334 INFO [JmxKernelAbstraction] persistence.units:ear=lmtrackerapp.ear,jar=lmtracker.jar,unitName=lmtracker_manager
            17:37:59,357 INFO [EJBContainer] STARTED EJB: com.lightminds.appletserver.gui.entity.EntityListManagerBean ejbName: EntityListManagerBean
            17:37:59,360 WARN [ServiceController] Problem starting service jboss.j2ee:ear=lmtrackerapp.ear,jar=lmtracker.jar,name=EntityListManagerBean,service=EJB3
            java.lang.IllegalArgumentException: interface javax.ejb.EJBObject is not visible from class loader
             at java.lang.reflect.Proxy.getProxyClass(Proxy.java:353)
             at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.init(BaseStatelessProxyFactory.java:54)
             at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.init(StatelessRemoteProxyFactory.java:78)
             at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:62)
             at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.start(StatelessRemoteProxyFactory.java:85)
             at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:85)
             at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
             at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:80)
             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:585)
             at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:99)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy56.start(Unknown Source)
             at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:82)
             at org.jboss.ejb3.Ejb3Deployment.registerEJBContainer(Ejb3Deployment.java:439)
             at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:486)
             at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:139)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
             at $Proxy0.start(Unknown Source)
             at org.jboss.system.ServiceController.start(ServiceController.java:417)
             at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy41.start(Unknown Source)
             at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:428)
             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:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
             at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
             at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
             at org.jboss.ws.server.WebServi


            • 3. Re: JBoss-4.0.4 - isolation and EJB3
              pesalomo

              Hi Bill,

              I posted the stacktrace as you requested. Any ideas?

              cheers,

              Peter

              • 4. Re: JBoss-4.0.4 - isolation and EJB3
                logankiefer

                I'm not sure if this will help or not, but I don have isolation working in jboss 4.0.4 with ejb 3. I did not check the isolation option in the installer. After it installed I went into the ear-deployer.xml file and marked isolated attribute to 'true'. Have had no problems.

                • 5. Re: JBoss-4.0.4 - isolation and EJB3
                  pesalomo

                  Thanks, your confirmation that it worked, lead me to search deeper into my own app. I found that there was a java.ejb.EJBObject class inside one of my bundled jars. Strangely not been a problem on 4.0.3 (jar never changed), but I removed this file from this jar and everything works.

                  Thanks, case closed and this is no bug.

                  cheers,

                  Peter