the systems seems to poll something. is this right? the following sequence appears in minimum every second:
| 17:37:50,068 DEBUG [JbpmContext] creating JbpmContext | 17:37:50,068 DEBUG [DbPersistenceServiceFactory] creating persistence service | 17:37:50,068 DEBUG [DbPersistenceService] creating hibernate session | 17:37:50,068 DEBUG [DbPersistenceService] beginning hibernate transaction | 17:37:50,069 DEBUG [SchedulerThread] checking for timers | 17:37:50,070 DEBUG [JbpmContext] closing JbpmContext | 17:37:50,070 DEBUG [Services] closing service 'persistence': [EMAIL PROTECTED] | 17:37:50,070 DEBUG [DbPersistenceService] committing hibernate transaction | 17:37:50,070 DEBUG [DbPersistenceService] closing hibernate session | 17:37:50,119 DEBUG [StaticNotifier] woke up | 17:37:50,119 DEBUG [JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence, authentication]' | 17:37:50,119 DEBUG [JbpmContext] creating JbpmContext | 17:37:50,119 DEBUG [DbPersistenceServiceFactory] creating persistence service | 17:37:50,119 DEBUG [DbPersistenceService] creating hibernate session | 17:37:50,119 DEBUG [DbPersistenceService] beginning hibernate transaction | 17:37:50,120 DEBUG [JbpmContext] closing JbpmContext | 17:37:50,120 DEBUG [Services] closing service 'persistence': [EMAIL PROTECTED] | 17:37:50,120 DEBUG [DbPersistenceService] committing hibernate transaction | 17:37:50,120 DEBUG [DbPersistenceService] closing hibernate session | 17:37:50,120 DEBUG [Services] closing service 'message': [EMAIL PROTECTED] | 17:37:50,120 DEBUG [CommandExecutorThread] waiting for more messages | 17:37:50,121 DEBUG [StaticNotifier] going to wait for (CMD_EXECUTOR, [EMAIL PROTECTED]) | the nullpointer exception occured not more. therefor a lot of warnings: | 17:42:13,343 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults. | 17:42:13,575 WARN [EhCacheProvider] Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults. | 17:42:14,690 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults. | 17:42:15,056 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults. | 17:42:15,226 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults. | 17:42:15,382 WARN [EhCacheProvider] Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults. | 17:42:16,599 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Action]; using defaults. | 17:42:17,618 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event]; using defaults. | 17:42:19,780 WARN [EhCacheProvider] Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults. | 17:42:20,187 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition]; using defaults. | 17:42:21,407 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults. | 17:42:21,512 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using | defaults. | and at the beginning of starting the server the following errors are displayed: | run.sh: Missing file: /lib/tools.jar | run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE. | where can i set the JAVA_HOME variable? and what ist /lib/tools.jar? where can i get it? Thanks Bernhard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940499#3940499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940499 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
