Page 1 of 1

Not able to Log in to Openkm 4.0

PostPosted:Wed Mar 10, 2010 2:31 pm
by vsharma1985
HI
All

I have downloaded the openkm 4.0 source code and modified the openkm-ds file and loginconfig.xml file to get it connected to the MysQL 5 database . I am using Eclipse Galileo as IDE . I am using jboss server 4.2.3GA as application server. When i deploy the war , I don't see any error in log , but when i log in to application http://localhost:8080/OpenKM/ i see Authentication error as error message . I too modified the userproperties and roles properties File . I am sending you the Logs of the server. please do help me ASAP.
Code: Select all
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\jboss-4.2.3.GA

  JAVA: C:\Program Files\Java\jdk1.6.0_17\bin\java

  JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

  CLASSPATH: C:\Program Files\Java\jdk1.6.0_17\lib\tools.jar;C:\jboss-4.2.3.GA\bin\run.jar

===============================================================================

19:32:17,046 INFO  [Server] Starting JBoss (MX MicroKernel)...
19:32:17,046 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
19:32:17,046 INFO  [Server] Home Dir: C:\jboss-4.2.3.GA
19:32:17,046 INFO  [Server] Home URL: file:/C:/jboss-4.2.3.GA/
19:32:17,046 INFO  [Server] Patch URL: null
19:32:17,046 INFO  [Server] Server Name: default
19:32:17,046 INFO  [Server] Server Home Dir: C:\jboss-4.2.3.GA\server\default
19:32:17,062 INFO  [Server] Server Home URL: file:/C:/jboss-4.2.3.GA/server/default/
19:32:17,062 INFO  [Server] Server Log Dir: C:\jboss-4.2.3.GA\server\default\log
19:32:17,062 INFO  [Server] Server Temp Dir: C:\jboss-4.2.3.GA\server\default\tmp
19:32:17,062 INFO  [Server] Root Deployment Filename: jboss-service.xml
19:32:17,250 INFO  [ServerInfo] Java version: 1.6.0_17,Sun Microsystems Inc.
19:32:17,250 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 14.3-b01,Sun Microsystems Inc.
19:32:17,250 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
19:32:17,656 INFO  [Server] Core system initialized
19:32:19,015 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
19:32:19,015 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
19:32:19,296 WARN  [XMLLoginConfigImpl] End loadConfig, failed to load config: file:/C:/jboss-4.2.3.GA/server/default/conf/login-config.xml
org.jboss.security.auth.login.ParseException: Encountered "<?xml" at line 1, column 1.
Was expecting one of:
    <EOF>
    <IDENTIFIER> ...

        at org.jboss.security.auth.login.SunConfigParser.generateParseException(SunConfigParser.java:395)
        at org.jboss.security.auth.login.SunConfigParser.jj_consume_token(SunConfigParser.java:333)
        at org.jboss.security.auth.login.SunConfigParser.config(SunConfigParser.java:98)
        at org.jboss.security.auth.login.SunConfigParser.parse(SunConfigParser.java:57)
        at org.jboss.security.auth.login.SunConfigParser.doParse(SunConfigParser.java:79)
        at org.jboss.security.auth.login.XMLLoginConfigImpl.loadSunConfig(XMLLoginConfigImpl.java:310)
        at org.jboss.security.auth.login.XMLLoginConfigImpl.loadConfig(XMLLoginConfigImpl.java:294)
        at org.jboss.security.auth.login.XMLLoginConfigImpl.loadConfig(XMLLoginConfigImpl.java:268)
        at org.jboss.security.auth.login.XMLLoginConfig.startService(XMLLoginConfig.java:176)
        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:597)
        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:597)
        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:304)
        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 org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        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:597)
        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:508)
        at java.lang.Thread.run(Thread.java:619)
19:32:21,109 WARN  [EJBTimerServiceImpl] Cannot obtain the implementation of a PersistencePolicy, using NoopPersistencePolicy: java.lang.RuntimeException: Error creat
19:32:21,140 INFO  [EJB3Deployer] Starting java:comp multiplexer
19:32:22,500 INFO  [NativeServerConfig] JBoss Web Services - Native
19:32:22,500 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
19:32:23,015 INFO  [Embedded] Catalina naming disabled
19:32:23,109 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.libra
19:32:23,156 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
19:32:23,156 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
19:32:23,156 INFO  [Catalina] Initialization processed in 148 ms
19:32:23,171 INFO  [StandardService] Starting service jboss.web
19:32:23,171 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
19:32:23,203 INFO  [Catalina] Server startup in 35 ms
19:32:23,265 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
19:32:23,593 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
19:32:23,687 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
19:32:23,781 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
19:32:24,281 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
19:32:24,609 INFO  [MailService] Mail Service bound to java:/Mail
19:32:24,609 INFO  [MailService] Mail Service bound to java:/mail/OpenKM
19:32:24,718 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
19:32:24,750 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
19:32:24,765 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
19:32:24,796 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
19:32:24,859 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
19:32:24,906 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
19:32:24,937 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
19:32:24,937 INFO  [QuartzResourceAdapter] start quartz!!!
19:32:24,984 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
19:32:25,000 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
19:32:25,000 INFO  [RAMJobStore] RAMJobStore initialized.
19:32:25,000 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
19:32:25,000 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
19:32:25,000 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
19:32:25,125 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
19:32:25,265 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMActivityDS' to JNDI name 'java:OKMActivityDS
19:32:25,593 INFO  [A] Bound to JNDI name: queue/A
19:32:25,593 INFO  [B] Bound to JNDI name: queue/B
19:32:25,609 INFO  [C] Bound to JNDI name: queue/C
19:32:25,609 INFO  [D] Bound to JNDI name: queue/D
19:32:25,609 INFO  [ex] Bound to JNDI name: queue/ex
19:32:25,625 INFO  [testTopic] Bound to JNDI name: topic/testTopic
19:32:25,625 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
19:32:25,625 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
19:32:25,625 INFO  [testQueue] Bound to JNDI name: queue/testQueue
19:32:25,656 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
19:32:25,671 INFO  [DLQ] Bound to JNDI name: queue/DLQ
19:32:25,671 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMAuthDS' to JNDI name 'java:OKMAuthDS'
19:32:25,687 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMDashboardStatsDS' to JNDI name 'java:OKMDash
19:32:25,687 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMWorkflowDS' to JNDI name 'java:OKMWorkflowDS
19:32:25,703 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
19:32:53,312 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMDocument
19:32:53,312 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMSearch
19:32:53,312 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMPropertyGroup
19:32:53,312 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMTest
19:32:53,312 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMRepository
19:32:53,312 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMFolder
19:32:53,328 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMNotification
19:32:53,328 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMAuth
19:32:53,375 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.servlet.RepositoryStartupServlet
19:32:53,375 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.servlet.WebdavServlet
19:32:53,375 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: org.jbpm.web.ProcessUploadServlet
19:32:53,375 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMWorkspaceServlet
19:32:53,375 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMDocumentServlet
19:32:53,375 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMAuthServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMRepositoryServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMFolderServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMPropertyGroupServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMDownloadServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMDashboardServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMGeneralServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMNotifyServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMWorkflowServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMSearchServlet
19:32:53,390 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMFileUploadServlet
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMBookmarkServlet
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMMailServlet
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMPropertyGroupServletAdmin
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMWorkflowServletAdmin
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMReportServletAdmin
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMRepositoryServletAdmin
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMStatsServletAdmin
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMSearchServletAdmin
19:32:53,406 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMGeneralUtilsServletAdmin
19:32:53,421 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMUserServletAdmin
19:32:53,421 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMWorkflowUploadServletAdmin
19:32:53,421 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMWorkflowViewServletAdmin
19:32:53,421 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMFolderServletAdmin
19:32:53,421 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.servlet.TestServlet
19:32:53,453 INFO  [TomcatDeployer] deploy, ctxPath=/OpenKM, warUrl=.../tmp/deploy/tmp7262273410665327904testwar-exp.war/
19:32:53,500 INFO  [WebappClassLoader] validateJarFile(C:\jboss-4.2.3.GA\server\default\.\tmp\deploy\tmp7262273410665327904testwar-exp.war\WEB-INF\lib\servlet-api.jar
19:32:53,718 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Reading config file C:\jboss-4.2.3.GA/OpenKM.cfg **
19:32:53,734 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Configuration **
19:32:53,734 INFO  [STDOUT] INFO  es.git.openkm.core.Config - {repository.config=repository.xml, repository.home=repository, default.user.role=UserRole, default.admin
pal.ldap.mail.search.base=, principal.ldap.mail.search.filter=, principal.ldap.mail.atribute=, max.file.size=100, max.search.results=25, restrict.file.mime=on, restri
y.twitter.status=OpenKM - {0} - {1} - {3} - {4}, system.demo=on, system.readonly=off, system.ocr=, system.openoffice=off, system.pdf2swf=, system.antivir=, applicatio
19:32:53,734 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Reading MIME file mime.types **
19:32:53,734 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** MIME Accepted **
19:32:53,734 INFO  [STDOUT] INFO  es.git.openkm.core.Config - [application/illustrator, application/msword, application/pdf, application/rtf, application/vnd.ms-acces
nt.presentationml.slideshow, application/vnd.openxmlformats-officedocument.presentationml.template, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,
plication/x-revelation, application/x-shellscript, application/x-shockwave-flash, application/x-tar, application/zip, audio/mpeg, audio/x-ogg, image/bmp, image/gif, i
19:32:53,750 INFO  [STDOUT] INFO  es.git.openkm.util.WarUtils - Implementation-Version: null
19:32:53,750 INFO  [STDOUT] INFO  es.git.openkm.util.WarUtils - Implementation-Build: null
19:32:53,750 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Application version: 0.0 (build: 0) ***
19:32:53,750 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Repository initializing... ***
19:32:54,484 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectRepositoryModule - Repository already created
19:32:54,500 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - loadUserData(system)
19:32:54,515 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - ** User Home already created **
19:32:54,515 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - system # lockTokensValues.length: 0
19:32:54,515 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Repository initialized ***
19:32:54,515 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Cache deserialization ***
19:32:54,531 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** User database initialized ***
19:32:54,531 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMAuthDS DataSource...
19:32:54,562 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Initializing workflow engine... ***
19:32:54,562 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMWorkflowDS DataSource...
19:32:54,593 INFO  [STDOUT] INFO  org.jbpm.JbpmConfiguration - using jbpm configuration resource 'jbpm.cfg.xml'
19:32:54,640 INFO  [STDOUT] INFO  org.jbpm.persistence.db.StaleObjectLogConfigurer - stale object exceptions will be hidden from logging
19:32:54,734 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - Hibernate 3.2.3
19:32:54,750 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - hibernate.properties not found
19:32:54,765 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - Bytecode provider name : javassist
19:32:54,765 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
19:32:54,890 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - configuring from resource: hibernate.cfg.xml
19:32:54,906 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Configuration resource: hibernate.cfg.xml
19:32:55,000 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
19:32:55,093 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/action/MailAction.hbm.xml
19:32:55,109 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
19:32:55,125 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
19:32:55,375 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
19:32:55,468 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
19:32:55,484 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
19:32:55,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
19:32:55,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
19:32:55,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
19:32:55,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
19:32:55,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
19:32:55,625 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
19:32:55,781 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
19:32:55,781 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
19:32:55,796 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
19:32:55,796 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
19:32:55,796 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
19:32:55,796 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
19:32:55,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
19:32:55,812 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
19:32:55,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
19:32:55,828 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
19:32:55,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
19:32:55,843 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
19:32:55,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
19:32:55,859 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
19:32:55,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
19:32:55,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
19:32:55,875 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
19:32:55,890 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
19:32:56,078 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
19:32:56,203 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
19:32:56,203 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/MailNode.hbm.xml
19:32:56,203 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
19:32:56,218 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
19:32:56,218 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
19:32:56,218 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
19:32:56,234 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
19:32:56,234 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
19:32:56,250 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
19:32:56,250 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
19:32:56,250 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
19:32:56,265 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
19:32:56,265 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
19:32:56,265 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
19:32:56,281 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
19:32:56,281 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
19:32:56,281 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
19:32:56,281 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
19:32:56,296 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
19:32:56,296 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
19:32:56,296 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
19:32:56,296 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
19:32:56,312 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
19:32:56,312 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
19:32:56,328 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
19:32:56,328 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
19:32:56,343 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
19:32:56,343 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
19:32:56,343 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
19:32:56,359 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
19:32:56,359 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
19:32:56,359 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
19:32:56,375 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
19:32:56,375 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
19:32:56,390 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
19:32:56,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
19:32:56,421 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
19:32:56,421 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
19:32:56,421 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
19:32:56,437 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
19:32:56,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
19:32:56,437 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
19:32:56,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
19:32:56,453 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
19:32:56,453 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
19:32:56,468 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
19:32:56,468 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
19:32:56,468 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
19:32:56,468 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
19:32:56,468 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
19:32:56,484 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
19:32:56,484 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.x
19:32:56,484 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
19:32:56,484 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm
19:32:56,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTAN
19:32:56,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
19:32:56,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
19:32:56,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
19:32:56,515 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
19:32:56,515 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
19:32:56,515 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
19:32:56,515 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/Job.hbm.xml
19:32:56,531 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.job.Job -> JBPM_JOB
19:32:56,531 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
19:32:56,531 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
19:32:56,531 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
19:32:56,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
19:32:56,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
19:32:56,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
19:32:56,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
19:32:56,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
19:32:56,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
19:32:56,562 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
19:32:56,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
19:32:56,578 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
19:32:56,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
19:32:56,593 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
19:32:56,593 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
19:32:56,593 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
19:32:56,593 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
19:32:56,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
19:32:56,609 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
19:32:56,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
19:32:56,609 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
19:32:56,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
19:32:56,625 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
19:32:56,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
19:32:56,625 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
19:32:56,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
19:32:56,640 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
19:32:56,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
19:32:56,640 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
19:32:56,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
19:32:56,656 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
19:32:56,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
19:32:56,656 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
19:32:56,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
19:32:56,671 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
19:32:56,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
19:32:56,671 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
19:32:56,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
19:32:56,671 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
19:32:56,687 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
19:32:56,687 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
19:32:56,687 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
19:32:56,687 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
19:32:56,703 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
19:32:56,703 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
19:32:56,703 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
19:32:56,703 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
19:32:56,703 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
19:32:56,703 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
19:32:56,718 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
19:32:56,718 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
19:32:56,718 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
19:32:56,718 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
19:32:56,734 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
19:32:56,734 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.
19:32:56,734 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
19:32:56,734 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hb
19:32:56,750 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
19:32:56,750 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
19:32:56,750 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
19:32:56,750 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
19:32:56,750 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
19:32:56,765 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
19:32:56,765 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
19:32:56,765 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
19:32:56,765 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
19:32:56,765 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
19:32:56,781 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
19:32:56,781 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
19:32:56,781 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
19:32:56,781 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
19:32:56,796 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
19:32:56,796 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
19:32:56,796 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
19:32:56,796 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
19:32:56,796 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Configured SessionFactory: null
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.action.MailAction -> JBPM_ACTION
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
19:32:56,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
19:32:56,828 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
19:32:56,843 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
19:32:56,859 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
19:32:56,875 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
19:32:56,875 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
19:32:56,875 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
19:32:56,921 INFO  [STDOUT] INFO  org.hibernate.util.NamingHelper - JNDI InitialContext properties:{}
19:32:56,921 INFO  [STDOUT] INFO  org.hibernate.connection.DatasourceConnectionProvider - Using datasource: java:/OKMWorkflowDS
19:32:56,937 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 5.1.44-community
19:32:56,937 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revisio
19:32:56,968 INFO  [STDOUT] INFO  org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
19:32:56,968 INFO  [STDOUT] INFO  org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
19:32:56,968 INFO  [STDOUT] INFO  org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-
19:32:56,968 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Connection release mode: auto
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
19:32:56,984 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
19:32:57,000 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
19:32:57,000 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
19:32:57,000 INFO  [STDOUT] INFO  org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
19:32:57,000 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
19:32:57,000 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
19:32:57,000 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
19:32:57,000 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query cache: disabled
19:32:57,015 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.HashtableCacheProvider
19:32:57,015 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
19:32:57,015 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
19:32:57,015 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Statistics: disabled
19:32:57,015 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
19:32:57,031 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
19:32:57,031 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Named query checking : enabled
19:32:57,062 INFO  [STDOUT] INFO  org.hibernate.impl.SessionFactoryImpl - building session factory
19:32:57,765 INFO  [STDOUT] INFO  org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
19:32:58,203 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating watchdog ***
19:32:58,203 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating update info ***
19:32:58,203 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating repository info ***
19:32:58,218 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating user mail importer ***
19:32:58,234 INFO  [STDOUT] INFO  es.git.openkm.servlet.WebdavServlet - *** Webdav initializing... ***
19:32:58,265 INFO  [STDOUT] INFO  es.git.openkm.servlet.WebdavServlet - *** Webdav initialized ***
19:32:59,359 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - *** UpdateInfo activated ***
19:33:00,093 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - Message: ''
19:33:01,062 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMDocumentService467352022071472537.wsdl
19:33:01,062 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMSearchService2068295535414365319.wsdl
19:33:01,109 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMPropertyGroupService3947701756701112199.wsdl
19:33:01,218 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMTestService3381223930976905186.wsdl
19:33:01,218 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMRepositoryService4534453117547675093.wsdl
19:33:01,234 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMFolderService7508932089215988276.wsdl
19:33:01,234 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMNotificationService1173968857052202333.wsdl
19:33:01,250 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMAuthService5499386877641593728.wsdl
19:33:01,656 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
19:33:01,687 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
19:33:01,703 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 44s:641ms
19:37:58,218 INFO  [STDOUT] INFO  es.git.openkm.core.UserMailImporter - *** UserMailImporter activated ***
19:37:58,234 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - PrincipalAdapter: es.git.openkm.principal.DatabasePrincipalAdapter

Re: Not able to Log in to Openkm 4.0

PostPosted:Wed Mar 10, 2010 4:12 pm
by jllort
error in login-config.xml some miss tag probably
Code: Select all
19:32:19,015 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
19:32:19,296 WARN [XMLLoginConfigImpl] End loadConfig, failed to load config: file:/C:/jboss-4.2.3.GA/server/default/conf/login-config.xml
org.jboss.security.auth.login.ParseException: Encountered "<?xml" at line 1, column 1.
Was expecting one of:
<EOF>
<IDENTIFIER> ...

Re: Not able to Log in to Openkm 4.0

PostPosted:Thu Mar 11, 2010 8:52 am
by vsharma1985
Hi

jllort

Thanks for Quick turn around. i am sending you the logs again . The Previous error that u mention was of the "<?xml version="1.0" ?>" in loginconfig.xml File . I modified it and reload the server. Please do have below logs :
Code: Select all
C:\jboss-4.2.3.GA\bin>run.bat
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\jboss-4.2.3.GA

  JAVA: C:\Program Files\Java\jdk1.6.0_17\bin\java

  JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

  CLASSPATH: C:\Program Files\Java\jdk1.6.0_17\lib\tools.jar;C:\jboss-4.2.3.GA\bin\run.jar

===============================================================================

13:29:38,890 INFO  [Server] Starting JBoss (MX MicroKernel)...
13:29:38,890 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
13:29:38,890 INFO  [Server] Home Dir: C:\jboss-4.2.3.GA
13:29:38,890 INFO  [Server] Home URL: file:/C:/jboss-4.2.3.GA/
13:29:38,890 INFO  [Server] Patch URL: null
13:29:38,890 INFO  [Server] Server Name: default
13:29:38,890 INFO  [Server] Server Home Dir: C:\jboss-4.2.3.GA\server\default
13:29:38,890 INFO  [Server] Server Home URL: file:/C:/jboss-4.2.3.GA/server/default/
13:29:38,890 INFO  [Server] Server Log Dir: C:\jboss-4.2.3.GA\server\default\log
13:29:38,890 INFO  [Server] Server Temp Dir: C:\jboss-4.2.3.GA\server\default\tmp
13:29:38,890 INFO  [Server] Root Deployment Filename: jboss-service.xml
13:29:39,078 INFO  [ServerInfo] Java version: 1.6.0_17,Sun Microsystems Inc.
13:29:39,078 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 14.3-b01,Sun Microsystems Inc.
13:29:39,078 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
13:29:46,187 INFO  [Server] Core system initialized
13:29:47,562 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
13:29:47,562 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
13:29:49,656 WARN  [EJBTimerServiceImpl] Cannot obtain the implementation of a PersistencePolicy, using NoopPersistencePolicy: java.lang.RuntimeException: Error creating MBeanProxy: jboss.ejb:serv
13:29:49,671 INFO  [EJB3Deployer] Starting java:comp multiplexer
13:29:51,062 INFO  [NativeServerConfig] JBoss Web Services - Native
13:29:51,062 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
13:29:51,578 INFO  [Embedded] Catalina naming disabled
13:29:51,671 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java
13:29:51,703 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
13:29:51,718 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
13:29:51,718 INFO  [Catalina] Initialization processed in 132 ms
13:29:51,718 INFO  [StandardService] Starting service jboss.web
13:29:51,718 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
13:29:51,750 INFO  [Catalina] Server startup in 32 ms
13:29:51,812 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
13:29:52,171 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
13:29:52,265 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
13:29:52,328 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
13:29:52,796 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
13:29:53,187 INFO  [MailService] Mail Service bound to java:/Mail
13:29:53,187 INFO  [MailService] Mail Service bound to java:/mail/OpenKM
13:29:53,296 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
13:29:53,328 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
13:29:53,359 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
13:29:53,390 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
13:29:53,437 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
13:29:53,468 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
13:29:53,484 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
13:29:53,500 INFO  [QuartzResourceAdapter] start quartz!!!
13:29:53,531 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
13:29:53,546 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:29:53,546 INFO  [RAMJobStore] RAMJobStore initialized.
13:29:53,562 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
13:29:53,562 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
13:29:53,562 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
13:29:53,687 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
13:29:53,843 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMActivityDS' to JNDI name 'java:OKMActivityDS'
13:29:54,156 INFO  [A] Bound to JNDI name: queue/A
13:29:54,156 INFO  [B] Bound to JNDI name: queue/B
13:29:54,156 INFO  [C] Bound to JNDI name: queue/C
13:29:54,171 INFO  [D] Bound to JNDI name: queue/D
13:29:54,171 INFO  [ex] Bound to JNDI name: queue/ex
13:29:54,187 INFO  [testTopic] Bound to JNDI name: topic/testTopic
13:29:54,187 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
13:29:54,187 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
13:29:54,187 INFO  [testQueue] Bound to JNDI name: queue/testQueue
13:29:54,218 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
13:29:54,234 INFO  [DLQ] Bound to JNDI name: queue/DLQ
13:29:54,234 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMAuthDS' to JNDI name 'java:OKMAuthDS'
13:29:54,250 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMDashboardStatsDS' to JNDI name 'java:OKMDashboardStatsDS'
13:29:54,250 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMWorkflowDS' to JNDI name 'java:OKMWorkflowDS'
13:29:54,265 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
13:30:23,437 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMDocument
13:30:23,437 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMSearch
13:30:23,437 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMPropertyGroup
13:30:23,437 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMTest
13:30:23,437 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMRepository
13:30:23,453 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMFolder
13:30:23,453 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMNotification
13:30:23,453 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMAuth
13:30:23,531 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.servlet.RepositoryStartupServlet
13:30:23,531 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.servlet.WebdavServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: org.jbpm.web.ProcessUploadServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMWorkspaceServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMDocumentServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMAuthServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMRepositoryServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMFolderServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMPropertyGroupServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMDownloadServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMDashboardServlet
13:30:23,546 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMGeneralServlet
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMNotifyServlet
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMWorkflowServlet
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMSearchServlet
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMFileUploadServlet
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMBookmarkServlet
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.frontend.server.OKMMailServlet
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMPropertyGroupServletAdmin
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMWorkflowServletAdmin
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMReportServletAdmin
13:30:23,562 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMRepositoryServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMStatsServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMSearchServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMGeneralUtilsServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMUserServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMWorkflowUploadServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMWorkflowViewServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.backend.server.OKMFolderServletAdmin
13:30:23,578 INFO  [DefaultWebAppDesciptorModifierImpl] Ignore servlet: es.git.openkm.servlet.TestServlet
13:30:23,609 INFO  [TomcatDeployer] deploy, ctxPath=/OpenKM, warUrl=.../tmp/deploy/tmp3219049640589447554testwar-exp.war/
13:30:23,625 INFO  [WebappClassLoader] validateJarFile(C:\jboss-4.2.3.GA\server\default\.\tmp\deploy\tmp3219049640589447554testwar-exp.war\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servle
13:30:23,843 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Reading config file C:\jboss-4.2.3.GA/OpenKM.cfg **
13:30:23,843 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Configuration **
13:30:23,843 INFO  [STDOUT] INFO  es.git.openkm.core.Config - {repository.config=repository.xml, repository.home=repository, default.user.role=UserRole, default.admin.role=AdminRole, principal.ada
pal.ldap.mail.search.base=, principal.ldap.mail.search.filter=, principal.ldap.mail.atribute=, max.file.size=100, max.search.results=25, restrict.file.mime=on, restrict.file.extension=*~,*.bak,._*
y.twitter.status=OpenKM - {0} - {1} - {3} - {4}, system.demo=on, system.readonly=off, system.ocr=, system.openoffice=off, system.pdf2swf=, system.antivir=, application.url=http://localhost:8080/Op
13:30:23,843 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Reading MIME file mime.types **
13:30:23,843 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** MIME Accepted **
13:30:23,859 INFO  [STDOUT] INFO  es.git.openkm.core.Config - [application/illustrator, application/msword, application/pdf, application/rtf, application/vnd.ms-access, application/vnd.ms-excel, a
nt.presentationml.slideshow, application/vnd.openxmlformats-officedocument.presentationml.template, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformat
plication/x-revelation, application/x-shellscript, application/x-shockwave-flash, application/x-tar, application/zip, audio/mpeg, audio/x-ogg, image/bmp, image/gif, image/jpeg, image/png, image/ti
13:30:23,859 INFO  [STDOUT] INFO  es.git.openkm.util.WarUtils - Implementation-Version: null
13:30:23,859 INFO  [STDOUT] INFO  es.git.openkm.util.WarUtils - Implementation-Build: null
13:30:23,859 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Application version: 0.0 (build: 0) ***
13:30:23,875 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Repository initializing... ***
13:30:25,000 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectRepositoryModule - Repository already created
13:30:25,015 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - loadUserData(system)
13:30:25,015 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - ** User Home already created **
13:30:25,015 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - system # lockTokensValues.length: 0
13:30:25,031 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Repository initialized ***
13:30:25,031 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Cache deserialization ***
13:30:25,062 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** User database initialized ***
13:30:25,062 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMAuthDS DataSource...
13:30:25,093 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Initializing workflow engine... ***
13:30:25,093 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMWorkflowDS DataSource...
13:30:25,156 INFO  [STDOUT] INFO  org.jbpm.JbpmConfiguration - using jbpm configuration resource 'jbpm.cfg.xml'
13:30:25,265 INFO  [STDOUT] INFO  org.jbpm.persistence.db.StaleObjectLogConfigurer - stale object exceptions will be hidden from logging
13:30:25,375 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - Hibernate 3.2.3
13:30:25,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - hibernate.properties not found
13:30:25,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - Bytecode provider name : javassist
13:30:25,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
13:30:25,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - configuring from resource: hibernate.cfg.xml
13:30:25,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Configuration resource: hibernate.cfg.xml
13:30:25,625 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
13:30:25,734 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/action/MailAction.hbm.xml
13:30:25,750 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
13:30:25,906 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
13:30:26,062 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
13:30:26,093 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
13:30:26,093 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
13:30:26,109 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
13:30:26,109 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
13:30:26,156 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
13:30:26,156 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
13:30:26,187 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
13:30:26,203 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
13:30:26,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
13:30:26,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
13:30:26,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
13:30:26,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
13:30:26,562 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
13:30:26,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
13:30:26,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
13:30:26,578 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
13:30:26,593 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
13:30:26,593 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
13:30:26,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
13:30:26,609 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
13:30:26,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
13:30:26,625 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
13:30:26,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
13:30:26,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
13:30:26,640 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
13:30:26,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
13:30:26,656 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
13:30:26,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
13:30:26,671 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/MailNode.hbm.xml
13:30:27,000 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
13:30:27,000 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
13:30:27,000 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
13:30:27,000 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
13:30:27,015 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
13:30:27,015 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
13:30:27,031 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
13:30:27,031 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
13:30:27,031 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
13:30:27,046 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
13:30:27,046 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
13:30:27,046 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
13:30:27,062 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
13:30:27,062 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
13:30:27,062 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
13:30:27,062 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
13:30:27,078 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
13:30:27,078 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
13:30:27,078 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
13:30:27,093 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
13:30:27,093 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
13:30:27,109 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
13:30:27,109 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
13:30:27,109 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
13:30:27,125 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
13:30:27,125 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
13:30:27,125 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
13:30:27,140 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
13:30:27,140 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
13:30:27,140 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
13:30:27,156 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
13:30:27,156 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
13:30:27,187 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
13:30:27,187 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
13:30:27,187 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
13:30:27,203 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
13:30:27,203 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
13:30:27,203 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
13:30:27,218 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
13:30:27,218 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
13:30:27,218 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
13:30:27,234 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
13:30:27,234 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
13:30:27,234 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
13:30:27,250 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
13:30:27,250 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
13:30:27,250 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
13:30:27,250 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
13:30:27,265 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
13:30:27,265 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
13:30:27,265 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
13:30:27,265 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
13:30:27,281 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
13:30:27,281 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
13:30:27,281 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
13:30:27,281 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
13:30:27,281 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
13:30:27,296 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
13:30:27,296 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
13:30:27,296 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/Job.hbm.xml
13:30:27,296 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.job.Job -> JBPM_JOB
13:30:27,296 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
13:30:27,312 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
13:30:27,312 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
13:30:27,312 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
13:30:27,312 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
13:30:27,328 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
13:30:27,328 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
13:30:27,328 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
13:30:27,343 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
13:30:27,343 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
13:30:27,359 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
13:30:27,359 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
13:30:27,359 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
13:30:27,359 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
13:30:27,359 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
13:30:27,375 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
13:30:27,375 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
13:30:27,390 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
13:30:27,390 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
13:30:27,406 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
13:30:27,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
13:30:27,406 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
13:30:27,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
13:30:27,406 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
13:30:27,421 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
13:30:27,421 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
13:30:27,421 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
13:30:27,421 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
13:30:27,421 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
13:30:27,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
13:30:27,437 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
13:30:27,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
13:30:27,437 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
13:30:27,453 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
13:30:27,453 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
13:30:27,453 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
13:30:27,453 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
13:30:27,468 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
13:30:27,468 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
13:30:27,484 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
13:30:27,484 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
13:30:27,484 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
13:30:27,484 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
13:30:27,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
13:30:27,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
13:30:27,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
13:30:27,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
13:30:27,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
13:30:27,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
13:30:27,515 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
13:30:27,515 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
13:30:27,515 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
13:30:27,515 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
13:30:27,531 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
13:30:27,531 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
13:30:27,531 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
13:30:27,531 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
13:30:27,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
13:30:27,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
13:30:27,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
13:30:27,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
13:30:27,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
13:30:27,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
13:30:27,562 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
13:30:27,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
13:30:27,562 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
13:30:27,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
13:30:27,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
13:30:27,578 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
13:30:27,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
13:30:27,578 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
13:30:27,593 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
13:30:27,593 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
13:30:27,593 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
13:30:27,593 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Configured SessionFactory: null
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.action.MailAction -> JBPM_ACTION
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
13:30:27,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
13:30:27,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
13:30:27,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
13:30:27,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
13:30:27,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
13:30:27,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
13:30:27,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
13:30:27,718 INFO  [STDOUT] INFO  org.hibernate.util.NamingHelper - JNDI InitialContext properties:{}
13:30:27,718 INFO  [STDOUT] INFO  org.hibernate.connection.DatasourceConnectionProvider - Using datasource: java:/OKMWorkflowDS
13:30:27,734 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 5.1.44-community
13:30:27,734 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )
13:30:27,765 INFO  [STDOUT] INFO  org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
13:30:27,765 INFO  [STDOUT] INFO  org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
13:30:27,765 INFO  [STDOUT] INFO  org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-
13:30:27,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Connection release mode: auto
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
13:30:27,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
13:30:27,796 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
13:30:27,796 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
13:30:27,796 INFO  [STDOUT] INFO  org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
13:30:27,796 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
13:30:27,796 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
13:30:27,796 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
13:30:27,796 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query cache: disabled
13:30:27,812 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.HashtableCacheProvider
13:30:27,812 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
13:30:27,812 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
13:30:27,812 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Statistics: disabled
13:30:27,812 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
13:30:27,828 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
13:30:27,828 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Named query checking : enabled
13:30:27,859 INFO  [STDOUT] INFO  org.hibernate.impl.SessionFactoryImpl - building session factory
13:30:28,578 INFO  [STDOUT] INFO  org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
13:30:29,015 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating watchdog ***
13:30:29,031 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating update info ***
13:30:29,031 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating repository info ***
13:30:29,031 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating user mail importer ***
13:30:29,062 INFO  [STDOUT] INFO  es.git.openkm.servlet.WebdavServlet - *** Webdav initializing... ***
13:30:29,093 INFO  [STDOUT] INFO  es.git.openkm.servlet.WebdavServlet - *** Webdav initialized ***
13:30:30,046 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - *** UpdateInfo activated ***
13:30:31,875 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMDocumentService2999917535224283390.wsdl
13:30:31,890 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMSearchService9023660705750596159.wsdl
13:30:31,890 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMPropertyGroupService6612843155756336595.wsdl
13:30:31,890 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMTestService5108881855910998492.wsdl
13:30:31,906 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMRepositoryService5594211790443317725.wsdl
13:30:32,015 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMFolderService4996636431738847712.wsdl
13:30:32,015 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMNotificationService5948862973944884310.wsdl
13:30:32,031 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.2.3.GA/server/default/data/wsdl/testwar.war/OKMAuthService567146411740555817.wsdl
13:30:32,312 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
13:30:32,328 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
13:30:32,328 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 53s:438ms
13:30:32,515 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - Message: ''
13:35:29,046 INFO  [STDOUT] INFO  es.git.openkm.core.UserMailImporter - *** UserMailImporter activated ***
13:35:29,062 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - PrincipalAdapter: es.git.openkm.principal.DatabasePrincipalAdapter

Re: Not able to Log in to Openkm 4.0

PostPosted:Fri Mar 12, 2010 9:32 am
by jllort
Which is the problem, now OpenKM has started well ? If you can not loggin is because there's something wrong in you login-config.xml query, try it !

Re: Not able to Log in to Openkm 4.0

PostPosted:Fri Mar 12, 2010 9:47 am
by vsharma1985
my login config File is
Code: Select all
<?xml version="1.0" ?>
<!DOCTYPE policy PUBLIC
      "-//JBoss//DTD JBOSS Security Config 3.0//EN"
      "http://www.jboss.org/j2ee/dtd/security_config.dtd">
<policy>
    <!-- Used by clients within the application server VM such as
    mbeans and servlets that access EJBs.
    -->
    <application-policy name = "client-login">
       <authentication>
          <login-module code = "org.jboss.security.ClientLoginModule"
             flag = "required">
             <!-- Any existing security context will be restored on logout -->
             <module-option name="restore-login-identity">true</module-option>
          </login-module>
       </authentication>
    </application-policy>

    <!-- Security domain for JBossMQ -->
    <application-policy name = "jbossmq">
       <authentication>
          <login-module code = "org.jboss.security.auth.spi.DatabaseServerLoginModule"
             flag = "required">
             <module-option name = "unauthenticatedIdentity">guest</module-option>
             <module-option name = "dsJndiName">java:/OKMActivityDS</module-option>
             <module-option name = "principalsQuery">SELECT PASSWD FROM JMS_USERS WHERE USERID=?</module-option>
             <module-option name = "rolesQuery">SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=?</module-option>
          </login-module>
       </authentication>
    </application-policy>

    

    <!-- Security domains for testing new jca framework -->
    <application-policy name = "MySqlRealm">
       <authentication>
          <login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule"
             flag = "required">
             <module-option name = "principal">sa</module-option>
             <module-option name = "userName">root</module-option>
             <module-option name = "password">root</module-option>
             <module-option name = "managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=OKMActivityDS</module-option>
          </login-module>
       </authentication>
    </application-policy>

    <application-policy name = "JmsXARealm">
       <authentication>
          <login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule"
             flag = "required">
             <module-option name = "principal">guest</module-option>
             <module-option name = "userName">guest</module-option>
             <module-option name = "password">guest</module-option>
             <module-option name = "managedConnectionFactoryName">jboss.jca:service=TxCM,name=JmsXA</module-option>
          </login-module>
       </authentication>
    </application-policy>
   
    <application-policy name = "jmx-console">
       <authentication>
          <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
             flag = "required">
           <module-option name="usersProperties">props/jmx-console-users.properties</module-option>
           <module-option name="rolesProperties">props/jmx-console-roles.properties</module-option>
          </login-module>
       </authentication>
    </application-policy>

    <!-- A template configuration for the web-console web application. This
      defaults to the UsersRolesLoginModule the same as other and should be
      changed to a stronger authentication mechanism as required.
    -->
    <application-policy name = "web-console">
       <authentication>
          <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
             flag = "required">
             <module-option name="usersProperties">web-console-users.properties</module-option>
             <module-option name="rolesProperties">web-console-roles.properties</module-option>
          </login-module>
       </authentication>
    </application-policy>

    <!--
      A template configuration for the JBossWS security domain.
      This defaults to the UsersRolesLoginModule the same as other and should be
      changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="JBossWS">
      <authentication>
        <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
          flag="required">
		   <module-option name="dsJndiName">java:/OKMAuthDS</module-option>
          <module-option name="usersProperties">props/jbossws-users.properties</module-option>
          <module-option name="rolesProperties">props/jbossws-roles.properties</module-option>
          <module-option name="unauthenticatedIdentity">anonymous</module-option>
        </login-module>
      </authentication>
    </application-policy>

    <!-- OpenKM -->
    <application-policy name = "OpenKM">
       <authentication>
          <login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag = "required">
            <module-option name="dsJndiName">java:/OKMAuthDS</module-option>
            <module-option name="principalsQuery">select usr_pass as PASSWD from users where usr_id=? and usr_active='true'</module-option>
            <module-option name="rolesQuery">select ur_role as ROLEID, 'Roles' from user_role where ur_user=?</module-option>
            <module-option name="hashAlgorithm">md5</module-option>
            <module-option name="hashEncoding">hex</module-option>
          </login-module>
       </authentication>
    </application-policy>

    <!-- The default login configuration used by any security domain that
    does not have a application-policy entry with a matching name
    -->
    <application-policy name = "OpenKM">
       <!-- A simple server login module, which can be used when the number
       of users is relatively small. It uses two properties files:
       users.properties, which holds users (key) and their password (value).
       roles.properties, which holds users (key) and a comma-separated list of
       their roles (value).
       The unauthenticatedIdentity property defines the name of the principal
       that will be used when a null username and password are presented as is
       the case for an unuathenticated web client or MDB. If you want to
       allow such users to be authenticated add the property, e.g.,
       unauthenticatedIdentity="nobody"
       -->
       <authentication>
          <login-module code = "org.jboss.security.auth.spi.UsersRolesLoginModule"flag = "required" />
			  <module-option name="dsJndiName">java:/OKMAuthDS</module-option>
		 <module-option name="usersProperties">props/openkm-users.properties</module-option>
          <module-option name="rolesProperties">props/openkm-roles.properties</module-option>
          <module-option name="unauthenticatedIdentity">anonymous</module-option>
       
       </authentication>
    </application-policy>

</policy>

Re: Not able to Log in to Openkm 4.0

PostPosted:Fri Mar 12, 2010 12:22 pm
by jllort
You can not get two <application-policy name = "OpenKM"> enabled must comment the second !!!

Re: Not able to Log in to Openkm 4.0

PostPosted:Thu Mar 25, 2010 3:32 pm
by vsharma1985
Thanks Jllort For the your valuable response i am able to Acconect suceessfully with MYSQL db. Problem was that we need to place the userproperties and roles properties File in classes folder too. as openkm implements the SSL security for authentication.