[jboss-user] [JBoss Portal] - Re: Error:

Subemontes do-not-reply at jboss.com
Wed Jul 2 05:51:00 EDT 2008


I'm gonna make a test.
I quit all the apps in deploy, and be on a "stable starting" system on Jboss.

Now, I'm gonna paste portal folder and xml file to deploy, and start Jboss to show u all the log and the errors.

Here u have the code of the XML
<datasources>
  |   <local-tx-datasource>
  |     <jndi-name>PortalDS</jndi-name>
  |     <connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}portal${/}hypersonic${/}database</connection-url>
  |     <driver-class>org.hsqldb.jdbcDriver</driver-class>
  |     <user-name>sa</user-name>
  |     <password></password>
  |   </local-tx-datasource>
  | </datasources>
  | 

and now the log of the console:

  | C:\Documents and Settings\services\Desktop>C:\jboss-4.2.2.GA\bin\run.bat -b 0.0.0.0
  | ===============================================================================
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: C:\jboss-4.2.2.GA
  | 
  |   JAVA: C:\Program Files\Java\jdk1.5.0_15\bin\java
  | 
  |   JAVA_OPTS:  -Dprogram.name=run.bat -server -XX:PermSize=75m -XX:MaxPermSize=128m -Xms512m -Xmx768m -XX:NewSize=128m -Dsun.
  | rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000  -XX:+PrintGCTimeStamps -verbose:gc -Xloggc:gc.log
  |  -Dcom.sun.management.jmxremote
  | 
  |   CLASSPATH: C:\Program Files\Java\jdk1.5.0_15\lib\tools.jar;C:\jboss-4.2.2.GA\bin\run.jar
  | 
  | ===============================================================================
  | 
  | 11:32:17,529 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 11:32:17,545 INFO  [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
  | 11:32:17,545 INFO  [Server] Home Dir: C:\jboss-4.2.2.GA
  | 11:32:17,545 INFO  [Server] Home URL: file:/C:/jboss-4.2.2.GA/
  | 11:32:17,545 INFO  [Server] Patch URL: null
  | 11:32:17,545 INFO  [Server] Server Name: default
  | 11:32:17,545 INFO  [Server] Server Home Dir: C:\jboss-4.2.2.GA\server\default
  | 11:32:17,560 INFO  [Server] Server Home URL: file:/C:/jboss-4.2.2.GA/server/default/
  | 11:32:17,576 INFO  [Server] Server Log Dir: C:\jboss-4.2.2.GA\server\default\log
  | 11:32:17,576 INFO  [Server] Server Temp Dir: C:\jboss-4.2.2.GA\server\default\tmp
  | 11:32:17,576 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 11:32:18,060 INFO  [ServerInfo] Java version: 1.5.0_15,Sun Microsystems Inc.
  | 11:32:18,060 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_15-b04,Sun Microsystems Inc.
  | 11:32:18,060 INFO  [ServerInfo] OS-System: Windows 2003 5.2,x86
  | 11:32:19,029 INFO  [Server] Core system initialized
  | 11:32:24,404 INFO  [WebService] Using RMI server codebase: http://VALJBS01:8083/
  | 11:32:24,419 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
  | 11:32:25,591 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
  | 11:32:25,607 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
  | 11:32:25,982 INFO  [TransactionManagerService] Starting recovery manager
  | 11:32:26,169 INFO  [TransactionManagerService] Recovery manager started
  | 11:32:26,185 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
  | 11:32:33,653 INFO  [EJB3Deployer] Starting java:comp multiplexer
  | 11:32:53,075 INFO  [STDOUT] no object for null
  | 11:32:53,075 INFO  [STDOUT] no object for null
  | 11:32:53,106 INFO  [STDOUT] no object for null
  | 11:32:53,200 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
  | 11:32:53,215 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
  | 11:32:57,731 INFO  [NativeServerConfig] JBoss Web Services - Native
  | 11:32:57,731 INFO  [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
  | 11:32:58,778 INFO  [NativeServiceRefBinderJAXRPC] setupServiceRef [jndi=wsrp-client/service/PortletManagementService]
  | 11:32:58,840 INFO  [NativeServiceRefBinderJAXRPC] setupServiceRef [jndi=wsrp-client/service/MarkupService]
  | 11:32:58,856 INFO  [NativeServiceRefBinderJAXRPC] setupServiceRef [jndi=wsrp-client/service/ServiceDescriptionService]
  | 11:32:58,856 INFO  [NativeServiceRefBinderJAXRPC] setupServiceRef [jndi=wsrp-client/service/RegistrationService]
  | 11:32:58,887 INFO  [ClientDeployer] Client ENC bound under: wsrp-client
  | 11:33:00,137 INFO  [Embedded] Catalina naming disabled
  | 11:33:00,559 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production en
  | vironments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_15\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:
  | \Program Files\HP\NCU;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.5.0_15\bin;C:\jboss
  | -4.2.2.GA\server\default\conf;C:\jvmstat\bat;C:\Program Files\Java\jdk1.5.0_15\jre\bin;C:\apache-ant-1.7.0\bin
  | 11:33:01,059 INFO  [Http11Protocol] Inicializando Coyote HTTP/1.1 en puerto http-0.0.0.0-8080
  | 11:33:01,106 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
  | 11:33:01,137 INFO  [Catalina] Initialization processed in 995 ms
  | 11:33:01,184 INFO  [StandardService] Arrancando servicio jboss.web
  | 11:33:01,215 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
  | 11:33:01,356 INFO  [Catalina] Server startup in 170 ms
  | 11:33:01,559 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
  | 11:33:03,199 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
  | 11:33:04,199 INFO  [TomcatDeployer] deploy, ctxPath=/portal-admin, warUrl=.../deploy/jboss-portal.sar/portal-admin.sar/porta
  | l-admin.war/
  | 11:33:05,855 INFO  [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
  | 11:33:06,012 INFO  [FacesConfigurator] Reading config jar:file:/C:/jboss-4.2.2.GA/server/default/./deploy/jboss-portal.sar/p
  | ortal-admin.sar/portal-admin.war/WEB-INF/lib2/jsf-facelets.jar!/META-INF/faces-config.xml
  | 11:33:06,105 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
  | 11:33:06,449 INFO  [FacesConfigurator] MyFaces-package : myfaces-api not found.
  | 11:33:06,480 INFO  [FacesConfigurator] MyFaces-package : myfaces-impl not found.
  | 11:33:06,512 INFO  [FacesConfigurator] MyFaces-package : tomahawk-sandbox not found.
  | 11:33:06,559 INFO  [FacesConfigurator] MyFaces-package : tomahawk not found.
  | 11:33:06,840 WARN  [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : es_ES
  | 11:33:07,434 INFO  [FacesConfigurator] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSeri
  | alFactory
  | 11:33:07,543 INFO  [StartupServletContextListener] ServletContext 'C:\jboss-4.2.2.GA\server\default\.\deploy\jboss-portal.sa
  | r\portal-admin.sar\portal-admin.war\' initialized.
  | 11:33:07,715 INFO  [TomcatDeployer] deploy, ctxPath=/portal-cms, warUrl=.../deploy/jboss-portal.sar/portal-cms.sar/portal-cm
  | s.war/
  | 11:33:08,059 INFO  [TomcatDeployer] deploy, ctxPath=/portal-identity, warUrl=.../deploy/jboss-portal.sar/portal-identity.sar
  | /portal-identity.war/
  | 11:33:08,621 INFO  [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
  | 11:33:08,902 INFO  [FacesConfigurator] Reading config jar:file:/C:/jboss-4.2.2.GA/server/default/./deploy/jboss-portal.sar/p
  | ortal-identity.sar/portal-identity.war/WEB-INF/lib2/jsf-facelets.jar!/META-INF/faces-config.xml
  | 11:33:09,027 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
  | 11:33:09,308 INFO  [FacesConfigurator] MyFaces-package : myfaces-api not found.
  | 11:33:09,340 INFO  [FacesConfigurator] MyFaces-package : myfaces-impl not found.
  | 11:33:09,371 INFO  [FacesConfigurator] MyFaces-package : tomahawk-sandbox not found.
  | 11:33:09,590 INFO  [FacesConfigurator] MyFaces-package : tomahawk not found.
  | 11:33:10,027 WARN  [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : es_ES
  | 11:33:10,324 INFO  [FacesConfigurator] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSeri
  | alFactory
  | 11:33:10,402 INFO  [StartupServletContextListener] ServletContext 'C:\jboss-4.2.2.GA\server\default\.\deploy\jboss-portal.sa
  | r\portal-identity.sar\portal-identity.war\' initialized.
  | 11:33:10,512 INFO  [TomcatDeployer] deploy, ctxPath=/portal-wsrp-admin, warUrl=.../deploy/jboss-portal.sar/portal-wsrp.sar/p
  | ortal-wsrp-admin.war/
  | 11:33:11,465 INFO  [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
  | 11:33:11,683 INFO  [FacesConfigurator] Reading config jar:file:/C:/jboss-4.2.2.GA/server/default/./deploy/jboss-portal.sar/p
  | ortal-wsrp.sar/portal-wsrp-admin.war/WEB-INF/lib2/jsf-facelets.jar!/META-INF/faces-config.xml
  | 11:33:11,793 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
  | 11:33:11,871 INFO  [FacesConfigurator] MyFaces-package : myfaces-api not found.
  | 11:33:11,902 INFO  [FacesConfigurator] MyFaces-package : myfaces-impl not found.
  | 11:33:11,965 INFO  [FacesConfigurator] MyFaces-package : tomahawk-sandbox not found.
  | 11:33:11,980 INFO  [FacesConfigurator] MyFaces-package : tomahawk not found.
  | 11:33:12,324 WARN  [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : es_ES
  | 11:33:12,558 INFO  [FacesConfigurator] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSeri
  | alFactory
  | 11:33:12,636 INFO  [StartupServletContextListener] ServletContext 'C:\jboss-4.2.2.GA\server\default\.\deploy\jboss-portal.sa
  | r\portal-wsrp.sar\portal-wsrp-admin.war\' initialized.
  | 11:33:13,027 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:33:13,574 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=portal-wsrp,endpoint=ServiceDescriptionService
  | 11:33:13,605 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=portal-wsrp,endpoint=MarkupService
  | 11:33:13,636 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=portal-wsrp,endpoint=RegistrationService
  | 11:33:13,668 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=portal-wsrp,endpoint=PortletManagementService
  | 11:33:14,293 INFO  [TomcatDeployer] deploy, ctxPath=/portal-wsrp, warUrl=.../deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/

11:33:19,027 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:33:19,074 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:33:20,511 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:37:54,237 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:37:54,456 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:37:54,471 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:37:54,534 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:37:54,534 WARN  [AbstractServerConfig] Unable to calculate 'WebServicePort', using default '8080'
  | 11:37:54,893 ERROR [MainDeployer] Could not start deployment: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar
  | /portal-wsrp.sar/portal-wsrp.war/
  | java.lang.NullPointerException
  |         at org.jboss.wsf.stack.jbws.WSDLFilePublisher.getPublishLocation(WSDLFilePublisher.java:303)
  |         at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishWsdlFiles(WSDLFilePublisher.java:103)
  |         at org.jboss.wsf.stack.jbws.PublishContractDeploymentAspect.create(PublishContractDeploymentAspect.java:52)
  |         at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.deploy(DeploymentAspectManagerImpl.java:115)
  |         at org.jboss.wsf.container.jboss42.ArchiveDeployerHook.deploy(ArchiveDeployerHook.java:97)
  |         at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:90)
  |         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 $Proxy195.start(Unknown Source)
  |         at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  |         at org.jboss.deployment.MainDeployer.addDeployer(MainDeployer.java:368)
  |         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 $Proxy193.addDeployer(Unknown Source)
  |         at org.jboss.web.tomcat.service.JBossWeb.startService(JBossWeb.java:500)
  |         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.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.deployment.SubDeployerInterceptor.invokeNext(SubDeployerInterceptor.java:124)
  |         at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:109)
  |         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.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  |         at $Proxy0.start(Unknown Source)
  |         at org.jboss.system.ServiceController.start(ServiceController.java:417)
  |         at org.jboss.system.ServiceController.start(ServiceController.java:435)
  |         at sun.reflect.GeneratedMethodAccessor9.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 $Proxy4.start(Unknown Source)
  |         at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  |         at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  |         at sun.reflect.GeneratedMethodAccessor27.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 $Proxy9.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.GeneratedMethodAccessor3.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)

        at org.jboss.Main.boot(Main.java:200)
  |         at org.jboss.Main$1.run(Main.java:508)
  |         at java.lang.Thread.run(Thread.java:595)
  | 11:39:03,594 ERROR [MainDeployer] DeploymentException while trying to deploy a package with a new deployer
  | org.jboss.deployment.DeploymentException: Could not create deployment: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-p
  | ortal.sar/portal-wsrp.sar/portal-wsrp.war/; - nested throwable: (java.lang.NullPointerException)
  |         at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:53)
  |         at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1050)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  |         at org.jboss.deployment.MainDeployer.addDeployer(MainDeployer.java:368)
  |         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 $Proxy193.addDeployer(Unknown Source)
  |         at org.jboss.web.tomcat.service.JBossWeb.startService(JBossWeb.java:500)
  |         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 org.jboss.Main$1.run(Main.java:508)
  |         at java.lang.Thread.run(Thread.java:595)
  | Caused by: java.lang.NullPointerException
  |         at org.jboss.wsf.stack.jbws.WSDLFilePublisher.getPublishLocation(WSDLFilePublisher.java:303)
  |         at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishWsdlFiles(WSDLFilePublisher.java:103)
  |         at org.jboss.wsf.stack.jbws.PublishContractDeploymentAspect.create(PublishContractDeploymentAspect.java:52)
  |         at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.deploy(DeploymentAspectManagerImpl.java:115)
  |         at org.jboss.wsf.container.jboss42.ArchiveDeployerHook.deploy(ArchiveDeployerHook.java:97)
  |         at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:90)
  |         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 $Proxy195.start(Unknown Source)
  |         at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  |         ... 115 more
  | 11:39:44,358 INFO  [TomcatDeployer] deploy, ctxPath=/portal-users-samples, warUrl=.../deploy/jboss-portal.sar/samples/portal
  | -users-samples.sar/portal-users-samples.war/
  | 11:39:44,733 INFO  [TomcatDeployer] deploy, ctxPath=/portal-ajax, warUrl=.../deploy/jboss-portal.sar/portal-ajax.war/
  | 11:39:44,999 INFO  [TomcatDeployer] deploy, ctxPath=/portal-core, warUrl=.../deploy/jboss-portal.sar/portal-core.war/
  | 11:39:45,296 INFO  [TomcatDeployer] deploy, ctxPath=/portal, warUrl=.../deploy/jboss-portal.sar/portal-server.war/
  | 11:39:45,655 INFO  [TomcatDeployer] deploy, ctxPath=/portal-widget-netvibes, warUrl=.../deploy/jboss-portal.sar/portal-widge
  | t-netvibes.war/
  | 11:39:46,046 INFO  [TomcatDeployer] deploy, ctxPath=/portal-widget, warUrl=.../deploy/jboss-portal.sar/portal-widget.war/
  | 11:39:46,311 INFO  [TomcatDeployer] deploy, ctxPath=/portal-jsp-samples, warUrl=.../deploy/jboss-portal.sar/samples/portal-j
  | sp-samples.war/
  | 11:39:46,546 INFO  [TomcatDeployer] deploy, ctxPath=/portal-news-samples, warUrl=.../deploy/jboss-portal.sar/samples/portal-
  | news-samples.war/
  | 11:39:52,092 INFO  [TomcatDeployer] deploy, ctxPath=/portal-weather-samples, warUrl=.../deploy/jboss-portal.sar/samples/port
  | al-weather-samples.war/
  | 11:39:52,374 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
  | 11:39:52,608 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil
  | .war/
  | 11:39:54,436 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.w
  | ar/
  | 11:39:55,952 INFO  [MailService] Mail Service bound to java:/Mail
  | 11:39:56,264 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
  | 11:39:56,374 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
  | 11:39:56,467 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
  | 11:39:56,577 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
  | 11:39:56,686 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
  | 11:39:56,780 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
  | 11:39:56,905 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
  | 11:39:56,967 INFO  [QuartzResourceAdapter] start quartz!!!
  | 11:39:57,327 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main

11:39:57,514 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
  | 11:40:25,888 INFO  [RAMJobStore] RAMJobStore initialized.
  | 11:40:25,904 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in
  |  Quartz package: 'quartz.properties'
  | 11:40:25,920 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
  | 11:40:25,920 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  | 11:40:26,638 INFO  [STDOUT] [Server at b2fd30]: [Thread[hypersonic-default,5,jboss]]: checkRunning(false) entered
  | 11:40:26,654 INFO  [STDOUT] [Server at b2fd30]: [Thread[hypersonic-default,5,jboss]]: checkRunning(false) exited
  | 11:40:26,654 INFO  [STDOUT] [Server at b2fd30]: Startup sequence initiated from main() method
  | 11:40:26,654 INFO  [STDOUT] [Server at b2fd30]: Loaded properties from [C:\Documents and Settings\services\Desktop\server.prope
  | rties]
  | 11:40:26,669 INFO  [STDOUT] [Server at b2fd30]: Initiating startup sequence...
  | 11:40:26,685 INFO  [STDOUT] [Server at b2fd30]: Server socket opened successfully in 16 ms.
  | 11:40:27,576 INFO  [STDOUT] [Server at b2fd30]: Database [index=0, id=1, db=file:C:\jboss-4.2.2.GA\server\default\data\hyperson
  | ic\default, alias=] opened sucessfully in 875 ms.
  | 11:40:27,576 INFO  [STDOUT] [Server at b2fd30]: Startup sequence completed in 907 ms.
  | 11:40:27,591 INFO  [STDOUT] [Server at b2fd30]: 2008-07-02 11:40:27.591 HSQLDB server 1.8.0 is online
  | 11:40:27,591 INFO  [STDOUT] [Server at b2fd30]: To close normally, connect and execute SHUTDOWN SQL
  | 11:40:27,591 INFO  [STDOUT] [Server at b2fd30]: From command line, use [Ctrl]+[C] to abort abruptly
  | 11:40:27,701 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=Defau
  | ltDS' to JNDI name 'java:DefaultDS'
  | 11:40:28,654 INFO  [A] Bound to JNDI name: queue/A
  | 11:40:28,701 INFO  [B] Bound to JNDI name: queue/B
  | 11:40:28,732 INFO  [C] Bound to JNDI name: queue/C
  | 11:40:28,794 INFO  [D] Bound to JNDI name: queue/D
  | 11:40:28,841 INFO  [ex] Bound to JNDI name: queue/ex
  | 11:40:28,904 INFO  [testTopic] Bound to JNDI name: topic/testTopic
  | 11:40:28,951 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
  | 11:40:28,982 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
  | 11:40:29,044 INFO  [testQueue] Bound to JNDI name: queue/testQueue
  | 11:40:29,201 INFO  [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
  | 11:40:29,341 INFO  [DLQ] Bound to JNDI name: queue/DLQ
  | 11:40:29,607 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,nam
  | e=JmsXA' to JNDI name 'java:JmsXA'
  | 11:40:29,857 INFO  [Environment] Hibernate 3.2.4.sp1
  | 11:40:29,919 INFO  [Environment] hibernate.properties not found
  | 11:40:29,966 INFO  [Environment] Bytecode provider name : javassist
  | 11:40:30,013 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 11:40:30,310 INFO  [Configuration] configuring from url: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/port
  | al-cms.sar/conf/hibernate/cms/hibernate.cfg.xml
  | 11:40:30,419 INFO  [Configuration] Reading mappings from resource : conf/hibernate/cms/domain.hbm.xml
  | 11:40:30,857 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.VersionBinVal -> jbp_cms_version_binval
  | 11:40:30,966 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.VersionNode -> jbp_cms_version_node
  | 11:40:30,997 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.VersionProp -> jbp_cms_version_prop
  | 11:40:31,029 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.VersionRefs -> jbp_cms_version_refs
  | 11:40:31,076 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.WSPBinVal -> jbp_cms_wsp_binval
  | 11:40:31,107 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.WSPNode -> jbp_cms_wsp_node
  | 11:40:31,154 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.WSPProp -> jbp_cms_wsp_prop
  | 11:40:31,185 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.state.WSPRefs -> jbp_cms_wsp_refs
  | 11:40:31,263 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.CMSEntry -> jbp_cms_cmsentry
  | 11:40:31,294 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.RepositoryEntry -> jbp_cms_repositoryentry
  | 11:40:31,341 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.VersionEntry -> jbp_cms_versionentry
  | 11:40:31,372 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.security.PermRoleAssoc -> jbp_cms_perm_role

11:40:31,263 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.CMSEntry -> jbp_cms_cmsentry
  | 11:40:31,294 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.RepositoryEntry -> jbp_cms_repositoryentry
  | 11:40:31,341 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.VersionEntry -> jbp_cms_versionentry
  | 11:40:31,372 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.security.PermRoleAssoc -> jbp_cms_perm_role
  | 11:40:31,419 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.security.PermUserAssoc -> jbp_cms_perm_user
  | 11:42:26,978 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.security.Criteria -> jbp_cms_perm_criteria
  | 11:42:26,978 INFO  [HbmBinder] Mapping class: org.jboss.portal.cms.security.Permission -> jbp_cms_perm
  | 11:42:27,025 INFO  [Configuration] Configured SessionFactory: null
  | 11:42:27,041 INFO  [GenericTransactionManagerLookup] Found TransactionManager for JBoss, JRun4
  | 11:42:27,244 INFO  [Configuration] configuring from url: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/conf
  | /hibernate/workflow/hibernate.cfg.xml
  | 11:42:27,353 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
  | 11:42:27,478 INFO  [Configuration] Reading mappings from resource : org/jbpm/identity/User.hbm.xml
  | 11:42:27,619 INFO  [HbmBinder] Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
  | 11:42:27,697 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
  | 11:42:27,744 INFO  [Configuration] Reading mappings from resource : org/jbpm/identity/Group.hbm.xml
  | 11:42:27,791 INFO  [HbmBinder] Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
  | 11:42:28,072 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
  | 11:42:28,103 INFO  [Configuration] Reading mappings from resource : org/jbpm/identity/Membership.hbm.xml
  | 11:42:28,181 INFO  [HbmBinder] Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
  | 11:42:28,212 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
  | 11:42:28,244 INFO  [Configuration] Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
  | 11:42:28,337 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
  | 11:42:28,416 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
  | 11:42:28,556 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
  | 11:42:28,650 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
  | 11:42:28,712 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
  | 11:42:28,775 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
  | 11:42:28,822 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
  | 11:42:28,916 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
  | 11:42:28,947 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
  | 11:42:28,994 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
  | 11:42:29,025 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
  | 11:42:29,259 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
  | 11:42:29,291 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
  | 11:42:29,337 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
  | 11:42:29,384 INFO  [Configuration] Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
  | 11:42:29,447 INFO  [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
  | 11:42:29,478 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
  | 11:42:29,572 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
  | 11:42:29,587 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
  | 11:42:29,666 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
  | 11:42:29,697 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
  | 11:42:29,791 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
  | 11:42:29,837 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
  | 11:42:29,884 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
  | 11:42:29,931 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITION
  | S
  | 11:42:30,009 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
  | 11:42:30,072 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
  | 11:42:30,103 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
  | 11:42:30,166 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
  | 11:42:30,212 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
  | 11:42:30,259 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
  | 11:42:30,291 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
  | 11:42:30,322 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
  | 11:42:30,384 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
  | 11:42:30,431 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
  | 11:42:30,478 INFO  [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
  | 11:42:30,541 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
  | 11:42:30,603 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
  | 11:42:30,650 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
  | 11:42:30,681 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
  | 11:42:30,744 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
  | 11:42:30,791 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
  | 11:42:30,853 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
  | 11:42:30,884 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
  | 11:42:30,947 INFO  [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
  | 11:42:30,994 INFO  [Configuration] Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
  | 11:42:31,056 INFO  [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
  | 11:42:31,103 INFO  [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
  | 11:42:31,150 INFO  [Configuration] Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
  | 11:42:31,181 INFO  [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
  | 11:42:31,228 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
  | 11:42:31,275 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
  | 11:42:31,322 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
  | 11:42:31,369 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
  | 11:42:31,400 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
  | 11:42:31,462 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
  | 11:42:31,509 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
  | 11:42:31,572 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
  | 11:42:31,619 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
  | 11:42:31,665 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
  | 11:42:31,728 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
  | 11:42:31,775 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
  | 11:42:31,806 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
  | 11:42:31,869 INFO  [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
  | 11:42:31,900 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
  | 11:42:31,962 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
  | 11:42:32,009 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
  | 11:42:32,056 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
  | 11:42:32,103 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
  | 11:42:32,150 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
  | 11:42:32,197 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.
  | hbm.xml
  | 11:42:32,275 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINS
  | TANCE
  | 11:42:32,353 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.x
  | ml
  | 11:42:32,431 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
  | 
  | 11:42:32,509 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm
  | .xml
  | 11:42:32,603 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTAN
  | CE
  | 11:42:32,665 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInsta
  | nce.hbm.xml
  | 11:42:32,744 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABL
  | EINSTANCE
  | 11:42:32,822 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringIns
  | tance.hbm.xml
  | 11:42:32,947 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIA
  | BLEINSTANCE
  | 11:42:33,025 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.x
  | ml
  | 11:42:33,119 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
  | 
  | 11:42:33,165 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.x
  | ml
  | 11:42:33,228 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
  | 
  | 11:42:33,322 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm
  | .xml
  | 11:42:33,431 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTAN
  | CE
  | 11:42:33,509 INFO  [Configuration] Reading mappings from resource : org/jbpm/msg/Message.hbm.xml
  | 11:42:33,556 INFO  [HbmBinder] Mapping class: org.jbpm.msg.Message -> JBPM_MESSAGE
  | 11:42:33,603 INFO  [Configuration] Reading mappings from resource : org/jbpm/msg/db/TextMessage.hbm.xml
  | 11:42:33,634 INFO  [HbmBinder] Mapping subclass: org.jbpm.msg.db.TextMessage -> JBPM_MESSAGE
  | 11:42:33,681 INFO  [Configuration] Reading mappings from resource : org/jbpm/command/ExecuteActionCommand.hbm.xml
  | 11:42:33,728 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteActionCommand -> JBPM_MESSAGE
  | 11:42:33,759 INFO  [Configuration] Reading mappings from resource : org/jbpm/command/ExecuteNodeCommand.hbm.xml
  | 11:42:33,790 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteNodeCommand -> JBPM_MESSAGE
  | 11:42:33,822 INFO  [Configuration] Reading mappings from resource : org/jbpm/command/SignalCommand.hbm.xml
  | 11:42:33,884 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.SignalCommand -> JBPM_MESSAGE
  | 11:42:33,931 INFO  [Configuration] Reading mappings from resource : org/jbpm/command/TaskInstanceEndCommand.hbm.xml
  | 11:42:33,962 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.TaskInstanceEndCommand -> JBPM_MESSAGE
  | 11:42:34,009 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
  | 11:42:34,056 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
  | 11:42:34,103 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
  | 11:42:34,150 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
  | 11:42:34,197 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
  | 11:42:34,244 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
  | 11:42:34,290 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
  | 11:42:34,322 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
  | 11:42:34,369 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
  | 11:42:34,415 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
  | 11:42:34,447 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/exe/Timer.hbm.xml
  | 11:42:34,494 INFO  [HbmBinder] Mapping class: org.jbpm.scheduler.exe.Timer -> JBPM_TIMER
  | 11:42:34,540 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
  | 11:42:34,603 INFO  [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
  | 11:42:34,634 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
  | 11:42:34,681 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
  | 11:42:34,712 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml

11:42:34,790 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
  | 11:44:10,350 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
  | 11:44:10,365 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
  | 11:44:10,381 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
  | 11:44:10,397 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
  | 11:44:10,428 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
  | 11:44:10,428 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
  | 11:44:10,428 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
  | 11:44:10,444 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
  | 11:44:10,459 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
  | 11:44:10,490 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
  | 11:44:10,537 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
  | 11:44:10,569 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
  | 11:44:10,615 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
  | 11:44:10,647 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
  | 11:44:10,694 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
  | 11:44:10,725 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
  | 11:44:10,756 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
  | 11:44:10,819 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
  | 11:44:10,850 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
  | 11:44:10,912 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
  | 11:44:10,959 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
  | 11:44:11,006 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
  | 11:44:11,037 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
  | 11:44:11,084 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
  | 11:44:11,115 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
  | 11:44:11,162 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
  | 11:44:11,194 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog
  | .hbm.xml
  | 11:44:11,287 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
  | 11:44:11,334 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.
  | xml
  | 11:44:11,412 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
  | 11:44:11,444 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hb
  | m.xml
  | 11:44:11,537 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
  | 11:44:11,569 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdat
  | eLog.hbm.xml
  | 11:44:11,662 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
  | 11:44:11,694 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpd
  | ateLog.hbm.xml
  | 11:44:11,772 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
  | 11:44:11,803 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.
  | xml
  | 11:44:11,881 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
  | 11:44:11,912 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hb
  | m.xml
  | 11:44:12,006 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
  | 11:44:12,053 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
  | 11:44:12,084 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
  | 11:44:12,131 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
  | 11:44:12,162 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
  | 11:44:12,209 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
  | 11:44:12,240 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
  | 11:44:12,287 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
  | 11:44:12,319 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
  | 11:44:12,365 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
  | 11:44:12,412 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
  | 11:44:12,444 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
  | 11:44:12,490 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
  | 11:44:12,537 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
  | 11:44:12,584 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
  | 11:44:12,615 INFO  [Configuration] Configured SessionFactory: null
  | 11:44:12,662 INFO  [Configuration] configuring from url: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/port
  | al-wsrp.sar/conf/hibernate/consumer/hibernate.cfg.xml
  | 11:44:12,756 INFO  [Configuration] Reading mappings from resource : conf/hibernate/consumer/domain.hbm.xml
  | 11:44:12,834 INFO  [HbmBinder] Mapping class: org.jboss.portal.wsrp.consumer.ProducerInfo -> JBP_PRODUCER_INFO
  | 11:44:12,865 INFO  [HbmBinder] Mapping class: org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo -> JBP_ENDPOINT_INFO
  | 11:44:12,897 INFO  [HbmBinder] Mapping class: org.jboss.portal.wsrp.consumer.RegistrationInfo -> JBP_REGISTRATION_INFO
  | 11:44:12,943 INFO  [HbmBinder] Mapping class: org.jboss.portal.wsrp.consumer.RegistrationProperty -> JBP_REG_PROPERTY
  | 11:44:12,975 INFO  [HbmBinder] Mapping class: org.jboss.portal.wsrp.registration.RegistrationPropertyDescription -> JBP_REG_
  | PROP_DESC
  | 11:44:13,053 INFO  [HbmBinder] Mapping collection: org.jboss.portal.wsrp.registration.RegistrationPropertyDescription.usages
  |  -> JBP_REG_PROP_DESC_USAGES
  | 11:44:13,131 INFO  [HbmBinder] Mapping collection: org.jboss.portal.wsrp.registration.RegistrationPropertyDescription.aliase
  | s -> JBP_REG_PROP_DESC_ALIASES
  | 11:44:13,209 INFO  [Configuration] Configured SessionFactory: null
  | 11:44:13,287 INFO  [Configuration] configuring from url: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/conf
  | /hibernate/user/hibernate.cfg.xml
  | 11:44:13,350 INFO  [Configuration] Reading mappings from resource : conf/hibernate/user/domain.hbm.xml
  | 11:44:13,397 INFO  [HbmBinder] Mapping class: org.jboss.portal.identity.db.HibernateUserImpl -> jbp_users
  | 11:44:13,428 INFO  [HbmBinder] Mapping collection: org.jboss.portal.identity.db.HibernateUserImpl.dynamic -> jbp_user_prop
  | 11:44:13,459 INFO  [HbmBinder] Mapping collection: org.jboss.portal.identity.db.HibernateUserImpl.roles -> jbp_role_membersh
  | ip
  | 11:44:13,522 INFO  [HbmBinder] Mapping class: org.jboss.portal.identity.db.HibernateRoleImpl -> jbp_roles
  | 11:44:13,568 INFO  [HbmBinder] Mapping collection: org.jboss.portal.identity.db.HibernateRoleImpl.users -> jbp_role_membersh
  | ip
  | 11:44:13,647 INFO  [Configuration] Configured SessionFactory: null
  | 11:44:13,693 INFO  [Configuration] configuring from url: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/conf
  | /hibernate/instance/hibernate.cfg.xml
  | 11:44:13,756 INFO  [Configuration] Reading mappings from resource : conf/hibernate/instance/domain.hbm.xml
  | 11:44:13,803 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceDefinit
  | ion -> JBP_INSTANCE
  | 11:44:13,881 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceDe
  | finition.displayNames -> JBP_INSTANCE_DISPLAY_NAMES
  | 11:44:13,959 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceCustomi
  | zation -> JBP_INSTANCE_PER_USER
  | 11:44:14,037 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.model.instance.persistent.PersistentRoleSecurityBin
  | ding -> JBP_INSTANCE_SECURITY
  | 11:44:14,115 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.instance.persistent.PersistentRoleSecuri
  | tyBinding.actions -> JBP_INSTANCE_SECURITY_ACTIONS
  | 11:44:14,193 INFO  [Configuration] Configured SessionFactory: null
  | 11:44:14,225 INFO  [Configuration] configuring from url: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/conf
  | /hibernate/portal/hibernate.cfg.xml
  | 11:44:14,334 INFO  [Configuration] Reading mappings from resource : conf/hibernate/portal/domain.hbm.xml
  | 11:44:14,397 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.model.portal.ObjectNode -> JBP_OBJECT_NODE
  | 11:44:14,428 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.model.portal.PortalObjectImpl -> JBP_PORTAL_OBJECT
  | 11:44:14,475 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.portal.PortalObjectImpl.displayNames ->
  | JBP_PORTAL_OBJECT_DNAMES
  | 11:44:14,553 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperty
  | Map -> JBP_PORTAL_OBJECT_PROPS
  | 11:44:14,631 INFO  [HbmBinder] Mapping joined-subclass: org.jboss.portal.core.impl.model.portal.ContextImpl -> JBP_CONTEXT
  | 11:44:14,662 INFO  [HbmBinder] Mapping joined-subclass: org.jboss.portal.core.impl.model.portal.PortalImpl -> JBP_PORTAL
  | 11:44:14,725 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.portal.PortalImpl.modes -> JBP_PORTAL_MO
  | DE
  | 11:44:14,803 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates -> JBP_PO
  | RTAL_WINDOW_STATE
  | 11:44:14,881 INFO  [HbmBinder] Mapping joined-subclass: org.jboss.portal.core.impl.model.portal.PageImpl -> JBP_PAGE
  | 11:44:14,897 INFO  [HbmBinder] Mapping joined-subclass: org.jboss.portal.core.impl.model.portal.WindowImpl -> JBP_WINDOW
  | 11:44:14,990 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint -> JBP_OB
  | JECT_NODE_SEC
  | 11:44:15,053 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.acti
  | ons -> JBP_OBJECT_NODE_SEC_ACTIONS
  | 11:44:15,131 INFO  [Configuration] Configured SessionFactory: null
  | 11:44:15,193 INFO  [Configuration] configuring from url: file:/C:/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/conf
  | /hibernate/portlet/hibernate.cfg.xml
  | 11:44:15,303 INFO  [Configuration] Reading mappings from resource : conf/hibernate/portlet/domain.hbm.xml
  | 11:44:15,350 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentPortletState -> JBP_PORTLET
  | _STATE
  | 11:44:15,428 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentPortletStateEntry -> JBP_PO
  | RTLET_STATE_ENTRY
  | 11:44:15,506 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentPortletStateEntry.stri
  | ngs -> JBP_PORTLET_STATE_ENTRY_VALUE
  | 11:44:15,584 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentConsumerGroup -> JBP_PORTLE
  | T_GROUP
  | 11:44:15,662 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentConsumer -> JBP_PORTLET_CON
  | SUMER
  | 11:44:15,725 INFO  [HbmBinder] Mapping class: org.jboss.portal.core.impl.portlet.state.PersistentRegistration -> JBP_PORTLET
  | _REG
  | 11:44:15,772 INFO  [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentRegistration.persisten
  | tProperties -> JBP_PORTLET_REG_PROPERTIES
  | 11:44:15,850 INFO  [Configuration] Configured SessionFactory: null
  | 11:44:15,897 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=Porta
  | lDS' to JNDI name 'java:PortalDS'
  | 11:44:17,256 INFO  [HbmBinder] Mapping collection: org.jboss.portal.cms.security.Permission.criteria -> jbp_cms_perm_criteri
  | a
  | 11:44:17,318 INFO  [HbmBinder] Mapping collection: org.jboss.portal.cms.security.Permission.roleAssoc -> jbp_cms_perm_role
  | 11:44:17,350 INFO  [HbmBinder] Mapping collection: org.jboss.portal.cms.security.Permission.userAssoc -> jbp_cms_perm_user
  | 11:44:17,428 INFO  [NamingHelper] JNDI InitialContext properties:{}
  | 11:44:17,459 INFO  [DatasourceConnectionProvider] Using datasource: java:PortalDS
  | 11:44:17,521 INFO  [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
  | 11:44:17,553 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
  | 11:44:17,678 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
  | 11:44:17,756 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
  | 11:44:17,803 INFO  [NamingHelper] JNDI InitialContext properties:{}
  | 11:44:17,834 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBoss
  | TransactionManagerLookup
  | 11:44:17,928 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
  | 11:44:17,975 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBoss
  | TransactionManagerLookup
  | 11:44:18,053 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
  | 11:44:18,068 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): enabled
  | 11:44:18,100 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
  | 11:44:18,146 INFO  [SettingsFactory] JDBC batch size: 15
  | 11:44:18,178 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
  | 11:44:18,209 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 11:44:18,271 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
  | 11:44:18,318 INFO  [SettingsFactory] Connection release mode: auto
  | 11:44:18,350 INFO  [SettingsFactory] Default batch fetch size: 1
  | 11:44:18,396 INFO  [SettingsFactory] Generate SQL with comments: disabled
  | 11:44:18,428 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
  | 11:44:18,475 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
  | 11:44:18,506 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 11:44:18,568 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
  | 11:44:18,615 INFO  [SettingsFactory] Query language substitutions: {}
  | 11:44:18,646 INFO  [SettingsFactory] JPA-QL strict compliance: disabled
  | 11:44:18,693 INFO  [SettingsFactory] Second-level cache: enabled
  | 11:44:18,725 INFO  [SettingsFactory] Query cache: enabled
  | 11:44:18,771 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
  | 11:44:18,818 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
  | 11:44:18,850 INFO  [SettingsFactory] Structured second-level cache entries: disabled
  | 11:44:18,881 INFO  [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
  | 11:44:18,990 INFO  [SettingsFactory] Statistics: disabled
  | 11:44:19,021 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
  | 11:44:19,053 INFO  [SettingsFactory] Default entity-mode: pojo
  | 11:44:19,100 INFO  [SettingsFactory] Named query checking : enabled
  | 11:44:19,225 INFO  [SessionFactoryImpl] building session factory
  | 11:44:19,865 WARN  [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Criteria]; using defaults.
  | 11:44:19,928 WARN  [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission]; using defaults
  | .
  | 11:44:20,146 WARN  [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.PermUserAssoc]; using defau
  | lts.
  | 11:44:20,240 WARN  [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.PermRoleAssoc]; using defau
  | lts.
  | 11:44:20,349 WARN  [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission.criteria]; using
  |  defaults.
  | 11:44:20,459 WARN  [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission.roleAssoc]; usin
  | g defaults.
  | 11:44:20,521 WARN  [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission.userAssoc]; usin
  | g defaults.
  | 11:44:20,803 INFO  [SessionFactoryObjectFactory] Factory name: java:/portal/cms/CMSSessionFactory
  | 11:44:20,849 INFO  [NamingHelper] JNDI InitialContext properties:{}
  | 11:44:20,881 INFO  [NamingHelper] Creating subcontext: portal
  | 11:44:20,928 INFO  [NamingHelper] Creating subcontext: cms
  | 11:44:20,959 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/cms/CMSSessionFactory
  | 11:44:21,006 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
  | 11:44:21,037 INFO  [NamingHelper] JNDI InitialContext properties:{}
  | 11:44:21,099 INFO  [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsC
  | ache
  | 11:44:21,178 WARN  [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using default
  | s.
  | 11:44:21,256 INFO  [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
  | 11:44:21,287 WARN  [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
  | 11:44:22,521 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
  | 11:44:22,553 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
  | 11:44:22,599 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
  | 11:44:22,631 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP



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

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



More information about the jboss-user mailing list