Page 1 of 1

Exception While Adding New Document.

PostPosted:Mon May 10, 2010 1:31 pm
by vsharma1985
Hi

OpenKMites

Hope you all doing great.I have So far configured the Openkm with MySQL 5.0 and set up repository as for Document Management with Database which is Working Fine as per the requirement.But there still few of other functionality that i am still not able to see in the Openkm.war i have deployed in Jboss server.

Please request you to refer the image below for my understanding and posting reply to queries.

[img]C:\Documents%20and%20Settings\Administrator\Desktop\Adding_NewDocument.JPG[/img]

1. There is no Check out ,Check-in option I am Able to access . Only Option that is available for me to access is Adding a new Document ,
Adding New Folder and Downloading a Document.
2. The Newly added Document get used to be displayed as per at the required Folder , But the server there is short of error message is being displayed after the document has been added.The repository.xml and Server logs are as follows:-

Please do let me know If there is any configuration setting need s to be Done for this feature to get activated.
Code: Select all
<?xml version="1.0" ?>
<Repository>
<FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
       <param name="driver" value="com.mysql.jdbc.Driver"/>
       <param name="url" value="jdbc:mysql://localhost:3306/openkm?autoReconnect=true"/>
       <param name="user" value="root" />
	   <param name="password" value="root" />
       <param name="schema" value="mysql"/>
       <param name="schemaObjectPrefix" value="J_R_FS_"/>
   </FileSystem>
 <DataStore class="org.apache.jackrabbit.core.data.db.DbDataStore">
        <param name="driver" value="com.mysql.jdbc.Driver"/>
       	<param name="url" value="jdbc:mysql://localhost:3306/openkm?autoReconnect=true"/>
       	<param name="user" value="root" />
	    <param name="password" value="root" />
        <param name="databaseType" value="mysql"/>        
        <param name="minRecordLength" value="1024"/>
        <param name="maxConnections" value="3"/>
        <param name="copyWhenReading" value="true"/>
        <param name="tablePrefix" value=""/>
        <param name="schemaObjectPrefix" value=""/>
    </DataStore>
   <Security appName="OpenKM">
    <AccessManager class="es.git.openkm.core.OKMAccessManager"/>
  </Security>
<Workspaces rootPath="${rep.home}/workspaces" defaultWorkspace="default"/>
     <Workspace name="${wsp.name}">
      		<PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager">
			<param name="driver" value="com.mysql.jdbc.Driver"/>
			<param name="url" value="jdbc:mysql://localhost:3306/openkm?autoReconnect=true"/>
			<param name="user" value="root" />
			<param name="password" value="root" />
			<param name="schema" value="mysql"/>
			<param name="schemaObjectPrefix" value="J_PM_${wsp.name}_" />
			<param name="externalBLOBs" value="false" />
		</PersistenceManager>
				<FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
			<param name="driver" value="com.mysql.jdbc.Driver"/>
			<param name="url" value="jdbc:mysql://localhost:3306/openkm"/>
			<param name="user" value="root" />
			<param name="password" value="root" />
			<param name="schema" value="mysql"/>
			<param name="schemaObjectPrefix" value="J_FS_${wsp.name}_"/>
		</FileSystem>
            <SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
            <param name="path" value="${wsp.home}/index"/>
            <param name="supportHighlighting" value="true"/>
        </SearchIndex>
        </Workspace>
 <Versioning rootPath="${rep.home}/version">
   		<FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
			<param name="driver" value="com.mysql.jdbc.Driver"/>
			<param name="url" value="jdbc:mysql://localhost:3306/openkm?autoReconnect=true"/>
			<param name="user" value="root" />
			<param name="password" value="root" />
			<param name="schema" value="mysql"/>
			<param name="schemaObjectPrefix" value="J_V_FS_"/>
		</FileSystem>
			<PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager">
			<param name="driver" value="com.mysql.jdbc.Driver"/>
			<param name="url" value="jdbc:mysql://localhost:3306/openkm?autoReconnect=true"/>
			<param name="user" value="root" />
			<param name="password" value="root" />
			<param name="schema" value="mysql"/>
			<param name="schemaObjectPrefix" value="J_V_PM_" />
			<param name="externalBLOBs" value="false" />
		</PersistenceManager>
    </Versioning>
       <SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
        <param name="path" value="${rep.home}/repository/index"/>
        <param name="supportHighlighting" value="true"/>
    </SearchIndex> 
</Repository>
Code: Select all
17:20:22,062 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 50s:750ms
17:20:22,390 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - *** UpdateInfo activated ***
17:20:26,484 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - Message: ''
17:20:50,156 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - Principals: [okmAdmin, Roles(members:AdminRole,UserRole)]
17:20:53,968 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - Add generated session to pool: 1076396535679611680296-21130329441
17:20:53,968 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - loadUserData(okmAdmin)
17:20:53,968 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - ** User Home already created **
17:20:53,968 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - okmAdmin # lockTokensValues.length: 0
17:20:53,984 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMActivityDS DataSource...
17:20:56,484 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - PrincipalAdapter: es.git.openkm.principal.DatabasePrincipalAdapter
17:20:56,562 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMDashboardStatsDS DataSource...
17:20:56,875 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMap(1076396535679611680296-21130329441, [])
17:20:56,890 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMapLive(1076396535679611680296-21130329441, [])
17:20:56,906 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMapLive: {}
17:20:56,906 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMap: {}
17:20:56,921 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - prepareStatement([name=null, keywords=, content=null, mimeType=null, author=null, path=, dashboard=false, subject=, from=, to=, domain=1, operator=an
17:20:56,937 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - doc=true, fld=false, mail=false
17:20:56,937 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - prepareStatement:
17:20:58,890 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSize printing Token Direct (1076396535679611680296-21130329441)
17:20:58,890 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSizeLive printing Token Direct(1076396535679611680296-21130329441)
17:20:58,906 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSizeLive: printing Size Direct 125716
17:20:58,906 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSize: 125716
17:24:34,734 INFO  [STDOUT] ERROR es.git.openkm.frontend.server.OKMFileUploadServlet - Too bad!
java.lang.UnsupportedOperationException: Too bad!
        at org.apache.jackrabbit.core.NodeImpl.checkin(NodeImpl.java:2983)
        at es.git.openkm.module.direct.DirectDocumentModule.create(DirectDocumentModule.java:245)
        at es.git.openkm.module.direct.DirectDocumentModule.create(DirectDocumentModule.java:310)
        at es.git.openkm.api.OKMDocument.create(OKMDocument.java:68)
        at es.git.openkm.frontend.server.OKMFileUploadServlet.doPost(OKMFileUploadServlet.java:132)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
        at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
        at java.lang.Thread.run(Thread.java:619)

Re: Exception While Adding New Document.

PostPosted:Mon May 10, 2010 6:28 pm
by jllort
Strange mysql configuration .... repository.xml seems strange, you've introduced too much new tags.

I don't know what's
Code: Select all
<param name="schemaObjectPrefix" value="J_R_FS_"/>
it might be <param name="schemaObjectPrefix" value="${wsp.name}_"/> or <param name="schemaObjectPrefix" value="version_"/> at bottom and why you declare it at start up
Code: Select all
<FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
<param name="driver" value="com.mysql.jdbc.Driver"/>
<param name="url" value="jdbc:mysql://localhost:3306/openkm?autoReconnect=true"/>
<param name="user" value="root" />
<param name="password" value="root" />
<param name="schema" value="mysql"/>
<param name="schemaObjectPrefix" value="J_R_FS_"/>
</FileSystem>
<DataStore class="org.apache.jackrabbit.core.data.db.DbDataStore">
<param name="driver" value="com.mysql.jdbc.Driver"/>
<param name="url" value="jdbc:mysql://localhost:3306/openkm?autoReconnect=true"/>
<param name="user" value="root" />
<param name="password" value="root" />
<param name="databaseType" value="mysql"/>
<param name="minRecordLength" value="1024"/>
<param name="maxConnections" value="3"/>
<param name="copyWhenReading" value="true"/>
<param name="tablePrefix" value=""/>
<param name="schemaObjectPrefix" value=""/>
</DataStore>
I recomend restore initial repository.xml and start again configuration ( ensure at startup the tables are created ). I don't exactly where's the error there're too much changes from repository mysql connection I know.

Re: Exception While Adding New Document.

PostPosted:Tue May 11, 2010 1:21 pm
by vsharma1985
Thanks For quick reply .

Actually I am Trying to do is instead of maintaining the repository in Local hard Disk that should be maintained with MYSQL Database.so For that thing to achieve I did modified the repository.xml . So the new tags you are seeing there are mainly been introduced to store and persist the Documents and details like versions etc over there with the Help of Database.Reason behind doing this, because if we maintain the repository system over there server home/repository ,then it will be extra overload for server to Load and maintain the running application.

Coming to the Problem i asked ,I am Getting this exception for adding new Document . I have no clue about why this is happening even after there is no such problem Found there server start up.
Adding_NewDocument.JPG
Adding_NewDocument.JPG (114.07 KiB) Viewed 3813 times
My server Logs are as Follows:-
Code: Select all
17:09:58,796 INFO  [Server] Starting JBoss (MX MicroKernel)...
17:09:58,796 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
17:09:58,796 INFO  [Server] Home Dir: C:\Software\From_Document_SW\OpenKM-4.0-JBoss-4.2.3.GA\jboss-4.2.3.GA
17:09:58,812 INFO  [Server] Home URL: file:/C:/Software/From_Document_SW/OpenKM-4.0-JBoss-4.2.3.GA/jboss-4.2.3.GA/
17:09:58,812 INFO  [Server] Patch URL: null
17:09:58,812 INFO  [Server] Server Name: default
17:09:58,812 INFO  [Server] Server Home Dir: C:\Software\From_Document_SW\OpenKM-4.0-JBoss-4.2.3.GA\jboss-4.2.3.GA\server\default
17:09:58,812 INFO  [Server] Server Home URL: file:/C:/Software/From_Document_SW/OpenKM-4.0-JBoss-4.2.3.GA/jboss-4.2.3.GA/server/default/
17:09:58,812 INFO  [Server] Server Log Dir: C:\Software\From_Document_SW\OpenKM-4.0-JBoss-4.2.3.GA\jboss-4.2.3.GA\server\default\log
17:09:58,812 INFO  [Server] Server Temp Dir: C:\Software\From_Document_SW\OpenKM-4.0-JBoss-4.2.3.GA\jboss-4.2.3.GA\server\default\tmp
17:09:58,812 INFO  [Server] Root Deployment Filename: jboss-service.xml
17:09:59,015 INFO  [ServerInfo] Java version: 1.6.0_17,Sun Microsystems Inc.
17:09:59,015 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 14.3-b01,Sun Microsystems Inc.
17:09:59,015 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
17:10:10,609 INFO  [Server] Core system initialized
17:10:12,265 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
17:10:12,265 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
17:10:14,671 WARN  [EJBTimerServiceImpl] Cannot obtain the implementation of a PersistencePolicy, using NoopPersistencePolicy: java.lang.RuntimeException: Error creating MBeanProxy: jboss.ejb:service=EJBTimerService,persistencePolicy=database
17:10:14,687 INFO  [EJB3Deployer] Starting java:comp multiplexer
17:10:16,328 INFO  [NativeServerConfig] JBoss Web Services - Native
17:10:16,328 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
17:10:17,015 INFO  [Embedded] Catalina naming disabled
17:10:17,140 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_17\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin;C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT
Program Files\Rational\Rational Test;C:\Program Files\Java\jdk1.6.0_17\bin;C:\WINDOWS\system32;C:\apache-ant-1.8.0\bin;C:\apache-maven-2.2.1\bin;C:\Program Files\SWFTools;
17:10:17,187 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
17:10:17,203 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
17:10:17,203 INFO  [Catalina] Initialization processed in 177 ms
17:10:17,203 INFO  [StandardService] Starting service jboss.web
17:10:17,203 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
17:10:17,234 INFO  [Catalina] Server startup in 41 ms
17:10:17,312 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
17:10:17,765 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
17:10:17,890 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
17:10:18,078 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
17:10:18,953 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
17:10:19,343 INFO  [MailService] Mail Service bound to java:/Mail
17:10:19,546 INFO  [MailService] Mail Service bound to java:/mail/OpenKM
17:10:19,718 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
17:10:19,750 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
17:10:19,796 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
17:10:19,828 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
17:10:19,890 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
17:10:20,000 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
17:10:20,046 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
17:10:20,062 INFO  [QuartzResourceAdapter] start quartz!!!
17:10:20,109 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
17:10:20,140 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
17:10:20,140 INFO  [RAMJobStore] RAMJobStore initialized.
17:10:20,140 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
17:10:20,140 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
17:10:20,140 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
17:10:20,640 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
17:10:20,718 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
17:10:20,875 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMActivityDS' to JNDI name 'java:OKMActivityDS'
17:10:21,234 INFO  [A] Bound to JNDI name: queue/A
17:10:21,234 INFO  [B] Bound to JNDI name: queue/B
17:10:21,234 INFO  [C] Bound to JNDI name: queue/C
17:10:21,234 INFO  [D] Bound to JNDI name: queue/D
17:10:21,234 INFO  [ex] Bound to JNDI name: queue/ex
17:10:21,250 INFO  [testTopic] Bound to JNDI name: topic/testTopic
17:10:21,250 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
17:10:21,265 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
17:10:21,265 INFO  [testQueue] Bound to JNDI name: queue/testQueue
17:10:21,312 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
17:10:21,328 INFO  [DLQ] Bound to JNDI name: queue/DLQ
17:10:21,328 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMAuthDS' to JNDI name 'java:OKMAuthDS'
17:10:21,343 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMDashboardStatsDS' to JNDI name 'java:OKMDashboardStatsDS'
17:10:21,343 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OKMWorkflowDS' to JNDI name 'java:OKMWorkflowDS'
17:10:40,812 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMDocument
17:10:40,828 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMSearch
17:10:40,859 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMPropertyGroup
17:10:40,875 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMTest
17:10:40,890 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMRepository
17:10:40,890 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMFolder
17:10:40,906 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMNotification
17:10:40,921 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: es.git.openkm.ws.endpoint.OKMAuth
17:10:40,937 INFO  [TomcatDeployer] deploy, ctxPath=/OpenKM, warUrl=.../tmp/deploy/tmp5526203616186425192OpenKM-exp.war/
17:10:40,984 INFO  [WebappClassLoader] validateJarFile(C:\Software\From_Document_SW\OpenKM-4.0-JBoss-4.2.3.GA\jboss-4.2.3.GA\server\default\.\tmp\deploy\tmp5526203616186425192OpenKM-exp.war\WEB-INF\lib\gwt-dev-windows.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
17:10:41,187 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Reading config file C:\Software\From_Document_SW\OpenKM-4.0-JBoss-4.2.3.GA\jboss-4.2.3.GA/OpenKM.cfg **
17:10:41,203 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Configuration **
17:10:41,218 INFO  [STDOUT] INFO  es.git.openkm.core.Config - {repository.config=repository.xml, repository.home=repository, default.user.role=UserRole, default.admin.role=AdminRole, principal.adapter=es.git.openkm.principal.DatabasePrincipalAdapter, principal.database.filter.inactive.users=on, principal.ldap.server=, principal.ldap.security.princip
pal.ldap.mail.search.base=, principal.ldap.mail.search.filter=, principal.ldap.mail.atribute=, max.file.size=200, max.search.results=25, restrict.file.mime=off, restrict.file.extension=*~,*.bak,._*, notify.message.body=<b>Document: </b><a href="{0}">{1}</a><br/><b>User: </b>{3}<br/><b>Message: </b>{4}<br/>, notify.message.subject=OpenKM - NOTIFICATI
fy.twitter.status=OpenKM - {0} - {1} - {3} - {4}, system.demo=off, system.readonly=off, system.ocr=, system.openoffice=on, system.pdf2swf=pdf2swf.exe, system.antivir=, application.url=http://localhost:8080/OpenKM/es.git.openkm.frontend.Main/index.jsp , update.info=on, default.lang=, keyword.map.live=onuser.documents.size.live=on}
17:10:41,218 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** Reading MIME file mime.types **
17:10:41,218 INFO  [STDOUT] INFO  es.git.openkm.core.Config - ** MIME Accepted **
17:10:41,218 INFO  [STDOUT] INFO  es.git.openkm.core.Config - [application/illustrator, application/msword, application/pdf, application/rtf, application/vnd.ms-access, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/vnd.ms-project, application/vnd.oasis.opendocument.database, application/vnd.oasis.opendocument.graphics, applica
nt.presentationml.slideshow, application/vnd.openxmlformats-officedocument.presentationml.template, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.spreadsheetml.template, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocu
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/tiff, image/x-freehand, image/x-ico, image/x-psd, text/css, text/csv, text/html, text/plain, text/x-java, text/x-sql, text/xml, video/x-flv]
17:10:41,234 INFO  [STDOUT] INFO  es.git.openkm.util.WarUtils - Implementation-Version: null
17:10:41,234 INFO  [STDOUT] INFO  es.git.openkm.util.WarUtils - Implementation-Build: null
17:10:41,234 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Application version: 0.0 (build: 0) ***
17:10:41,250 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Repository initializing... ***
17:10:41,343 INFO  [STDOUT] WARN  org.apache.jackrabbit.core.util.RepositoryLock - Existing lock file C:\Software\From_Document_SW\OpenKM-4.0-JBoss-4.2.3.GA\jboss-4.2.3.GA\repository\.lock detected. Repository was not shut down properly.
17:10:42,312 INFO  [STDOUT] WARN  org.apache.jackrabbit.core.query.lucene.SearchIndex - File does not exist: $ {wsp.home}/../../../indexing_configuration.xml
17:10:42,515 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectRepositoryModule - Repository already created
17:10:42,531 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - loadUserData(system)
17:10:42,546 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - ** User Home already created **
17:10:42,546 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - system # lockTokensValues.length: 0
17:10:42,562 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Repository initialized ***
17:10:42,562 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Cache deserialization ***
17:10:42,593 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** User database initialized ***
17:10:42,593 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMAuthDS DataSource...
17:10:42,640 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Initializing workflow engine... ***
17:10:42,656 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMWorkflowDS DataSource...
17:10:42,734 INFO  [STDOUT] INFO  org.jbpm.JbpmConfiguration - using jbpm configuration resource 'jbpm.cfg.xml'
17:10:42,750 INFO  [STDOUT] INFO  org.jbpm.persistence.db.StaleObjectLogConfigurer - stale object exceptions will be hidden from logging
17:10:42,812 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - Hibernate 3.2.3
17:10:42,812 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - hibernate.properties not found
17:10:42,812 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - Bytecode provider name : javassist
17:10:42,828 INFO  [STDOUT] INFO  org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
17:10:42,859 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - configuring from resource: hibernate.cfg.xml
17:10:42,875 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Configuration resource: hibernate.cfg.xml
17:10:42,921 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
17:10:42,984 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/action/MailAction.hbm.xml
17:10:43,000 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
17:10:43,140 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
17:10:43,250 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
17:10:43,328 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
17:10:43,343 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
17:10:43,359 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
17:10:43,375 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
17:10:43,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
17:10:43,437 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
17:10:43,453 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
17:10:43,453 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
17:10:43,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
17:10:43,640 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
17:10:43,687 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
17:10:43,703 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
17:10:43,703 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
17:10:43,703 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
17:10:43,718 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
17:10:43,718 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
17:10:43,734 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
17:10:43,734 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
17:10:43,750 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
17:10:43,750 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
17:10:43,765 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
17:10:43,765 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
17:10:43,781 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
17:10:43,796 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
17:10:43,796 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
17:10:43,796 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
17:10:43,812 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
17:10:43,812 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
17:10:43,812 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/MailNode.hbm.xml
17:10:44,031 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
17:10:44,046 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
17:10:44,046 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
17:10:44,046 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
17:10:44,062 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
17:10:44,062 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
17:10:44,078 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
17:10:44,078 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
17:10:44,078 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
17:10:44,093 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
17:10:44,093 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
17:10:44,093 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
17:10:44,093 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
17:10:44,093 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
17:10:44,109 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
17:10:44,109 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
17:10:44,109 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
17:10:44,125 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
17:10:44,125 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
17:10:44,125 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
17:10:44,140 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
17:10:44,140 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
17:10:44,140 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
17:10:44,140 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
17:10:44,156 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
17:10:44,156 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
17:10:44,156 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
17:10:44,156 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
17:10:44,171 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
17:10:44,171 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
17:10:44,171 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
17:10:44,187 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
17:10:44,187 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
17:10:44,187 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
17:10:44,203 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
17:10:44,203 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
17:10:44,203 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
17:10:44,218 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
17:10:44,218 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
17:10:44,218 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
17:10:44,234 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
17:10:44,234 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
17:10:44,234 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
17:10:44,250 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
17:10:44,250 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
17:10:44,250 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
17:10:44,265 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
17:10:44,265 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
17:10:44,265 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
17:10:44,265 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
17:10:44,265 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
17:10:44,281 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
17:10:44,281 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
17:10:44,281 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
17:10:44,281 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
17:10:44,296 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
17:10:44,296 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
17:10:44,296 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
17:10:44,312 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
17:10:44,312 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/Job.hbm.xml
17:10:44,312 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.job.Job -> JBPM_JOB
17:10:44,312 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
17:10:44,328 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
17:10:44,328 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
17:10:44,328 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
17:10:44,328 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
17:10:44,343 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
17:10:44,343 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
17:10:44,343 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
17:10:44,343 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
17:10:44,359 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
17:10:44,375 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
17:10:44,375 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
17:10:44,375 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
17:10:44,375 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
17:10:44,375 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
17:10:44,390 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
17:10:44,390 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
17:10:44,390 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
17:10:44,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
17:10:44,406 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
17:10:44,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
17:10:44,406 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
17:10:44,406 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
17:10:44,421 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
17:10:44,421 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
17:10:44,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
17:10:44,437 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
17:10:44,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
17:10:44,437 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
17:10:44,437 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
17:10:44,453 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
17:10:44,453 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
17:10:44,453 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
17:10:44,453 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
17:10:44,453 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
17:10:44,468 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
17:10:44,468 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
17:10:44,468 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
17:10:44,468 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
17:10:44,484 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
17:10:44,484 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
17:10:44,484 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
17:10:44,484 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
17:10:44,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
17:10:44,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
17:10:44,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
17:10:44,500 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
17:10:44,500 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
17:10:44,515 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
17:10:44,515 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
17:10:44,515 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
17:10:44,515 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
17:10:44,515 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
17:10:44,531 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
17:10:44,531 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
17:10:44,531 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
17:10:44,531 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
17:10:44,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
17:10:44,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
17:10:44,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
17:10:44,546 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
17:10:44,546 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
17:10:44,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
17:10:44,562 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
17:10:44,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
17:10:44,562 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
17:10:44,562 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
17:10:44,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
17:10:44,578 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
17:10:44,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
17:10:44,578 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
17:10:44,578 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
17:10:44,593 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
17:10:44,593 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
17:10:44,593 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
17:10:44,593 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.Configuration - Configured SessionFactory: null
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.graph.action.MailAction -> JBPM_ACTION
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
17:10:44,609 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
17:10:44,625 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:10:44,640 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
17:10:44,656 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
17:10:44,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
17:10:44,671 INFO  [STDOUT] INFO  org.hibernate.cfg.HbmBinder - Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
17:10:44,703 INFO  [STDOUT] INFO  org.hibernate.util.NamingHelper - JNDI InitialContext properties:{}
17:10:44,703 INFO  [STDOUT] INFO  org.hibernate.connection.DatasourceConnectionProvider - Using datasource: java:/OKMWorkflowDS
17:10:44,718 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 5.1.44-community
17:10:44,718 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )
17:10:44,734 INFO  [STDOUT] INFO  org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
17:10:44,734 INFO  [STDOUT] INFO  org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
17:10:44,734 INFO  [STDOUT] INFO  org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
17:10:44,734 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
17:10:44,734 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Connection release mode: auto
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
17:10:44,750 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Query cache: disabled
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.HashtableCacheProvider
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
17:10:44,765 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
17:10:44,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Statistics: disabled
17:10:44,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
17:10:44,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
17:10:44,781 INFO  [STDOUT] INFO  org.hibernate.cfg.SettingsFactory - Named query checking : enabled
17:10:44,812 INFO  [STDOUT] INFO  org.hibernate.impl.SessionFactoryImpl - building session factory
17:10:45,468 INFO  [STDOUT] INFO  org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
17:10:45,859 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating watchdog ***
17:10:45,859 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating update info ***
17:10:45,859 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating repository info ***
17:10:45,875 INFO  [STDOUT] INFO  es.git.openkm.servlet.RepositoryStartupServlet - *** Activating user mail importer ***
17:10:45,890 INFO  [STDOUT] INFO  es.git.openkm.servlet.WebdavServlet - *** Webdav initializing... ***
17:10:45,921 INFO  [STDOUT] INFO  es.git.openkm.servlet.WebdavServlet - *** Webdav initialized ***
17:10:46,031 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
17:10:46,375 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
17:10:46,390 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
17:10:46,406 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 47s:594ms
17:10:46,859 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - *** UpdateInfo activated ***
17:10:47,921 INFO  [STDOUT] INFO  es.git.openkm.core.UpdateInfo - Message: ''
17:10:58,171 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - Principals: [okmAdmin, Roles(members:AdminRole,UserRole)]
17:10:58,218 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - Add generated session to pool: 1076396535679946932296-20272286941
17:10:58,218 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - loadUserData(okmAdmin)
17:10:58,218 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - ** User Home already created **
17:10:58,218 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - okmAdmin # lockTokensValues.length: 0
17:10:58,250 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMActivityDS DataSource...
17:11:00,265 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectAuthModule - PrincipalAdapter: es.git.openkm.principal.DatabasePrincipalAdapter
17:11:00,312 INFO  [STDOUT] INFO  es.git.openkm.dao.AbstractDAO - Looking for java:/OKMDashboardStatsDS DataSource...
17:11:00,718 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - prepareStatement([name=null, keywords=, content=null, mimeType=null, author=null, path=, dashboard=false, subject=, from=, to=, domain=1, operator=and, lastModifiedFrom=null, lastModifiedTo=null, properties=null])
17:11:00,718 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - doc=true, fld=false, mail=false
17:11:00,734 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMap(1076396535679946932296-20272286941, [])
17:11:00,734 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMapLive(1076396535679946932296-20272286941, [])
17:11:00,734 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - prepareStatement:
17:11:00,750 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMapLive: {}
17:11:00,750 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMap: {}
17:11:02,218 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSize printing Token Direct (1076396535679946932296-20272286941)
17:11:02,218 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSizeLive printing Token Direct(1076396535679946932296-20272286941)
17:11:02,234 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSizeLive: printing Size Direct 3211931
17:11:02,234 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSize: 3211931
17:15:45,875 INFO  [STDOUT] INFO  es.git.openkm.core.UserMailImporter - *** UserMailImporter activated ***
17:44:56,593 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - prepareStatement([name=null, keywords=, content=null, mimeType=null, author=null, path=, dashboard=false, subject=, from=, to=, domain=1, operator=and, lastModifiedFrom=null, lastModifiedTo=null, properties=null])
17:44:56,593 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - doc=true, fld=false, mail=false
17:44:56,593 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - prepareStatement:
17:44:56,593 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMap(1076396535679946932296-20272286941, [])
17:44:56,593 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMapLive(1076396535679946932296-20272286941, [])
17:44:56,593 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMapLive: {}
17:44:56,593 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectSearchModule - getKeywordMap: {}
17:44:58,062 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSize printing Token Direct (1076396535679946932296-20272286941)
17:44:58,062 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSizeLive printing Token Direct(1076396535679946932296-20272286941)
17:44:58,062 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSizeLive: printing Size Direct 3211931
17:44:58,062 INFO  [STDOUT] INFO  es.git.openkm.module.direct.DirectDashboardModule - getUserDocumentsSize: 3211931
17:46:38,406 INFO  [STDOUT] ERROR es.git.openkm.frontend.server.OKMFileUploadServlet - Too bad!
java.lang.UnsupportedOperationException: Too bad!
        at org.apache.jackrabbit.core.NodeImpl.checkin(NodeImpl.java:2983)
        at es.git.openkm.module.direct.DirectDocumentModule.create(DirectDocumentModule.java:245)
        at es.git.openkm.module.direct.DirectDocumentModule.create(DirectDocumentModule.java:310)
        at es.git.openkm.api.OKMDocument.create(OKMDocument.java:68)
        at es.git.openkm.frontend.server.OKMFileUploadServlet.doPost(OKMFileUploadServlet.java:132)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
        at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
        at java.lang.Thread.run(Thread.java:619)
Moreover I am Not able to Check out any Uploaded Doc and do some Modification and checkin again. Please Suggest the solution ASAP

thanks in Advance

Re: Exception While Adding New Document.

PostPosted:Tue May 11, 2010 9:39 pm
by jllort
Yes there's no problem in server startup, but as I said in last post, since where I know, your repository.xml to configure with mysql is strange compared with what I've seen running correctly.

I've seen some strange parameters "J_R_FS_" ??? Where have you found this configuration ?
You must stop jboss, delete repository folder, reconfigure repository.xml and start againg jboss