[JBoss-user] [JBoss jBPM] - Re: server killed

2006-05-08 Thread stoi
hi
the only log-file I found are

.../jbpm-server/server/jbpm/log/boot.log
.../jbpm-server/server/default/log/boot.log

but there I cannot recognize anything about this problem. is there any other 
logfile where I can get information?

greetings
b.s.

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

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


---
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - server killed

2006-05-06 Thread stoi
Hi,
my jbpm-starter-kit runs on a debian-linux-box. I've got the server running, 
but after a while the server stops or is killed. the last entry on the console 
is


  | ./run.sh: line 181:  3672 Killed  "$JAVA" $JAVA_OPTS 
-Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" -classpath "$JBOSS_CLASSPATH" 
org.jboss.Main "$@"
  | 

I dont know, what happend there. ahs anybody an idea?

greetings
b.s.

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

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


---
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
hi,
i don't really know, what happend, but now the server runs. the only thing 
which looks curious is this "polling:


  | 18:47:13,687 DEBUG [StaticNotifier] woke up
  | 18:47:13,687 DEBUG [JbpmContextInfo] creating jbpm context with service 
factories '[message, scheduler, logging, persistence, authentication]'
  | 18:47:13,687 DEBUG [JbpmContext] creating JbpmContext
  | 18:47:13,687 DEBUG [DbPersistenceServiceFactory] creating persistence 
service
  | 18:47:13,687 DEBUG [DbPersistenceService] creating hibernate session
  | 18:47:13,687 DEBUG [DbPersistenceService] beginning hibernate transaction
  | 18:47:13,689 DEBUG [JbpmContext] closing JbpmContext
  | 18:47:13,689 DEBUG [Services] closing service 'persistence': [EMAIL 
PROTECTED]
  | 18:47:13,689 DEBUG [DbPersistenceService] committing hibernate transaction
  | 18:47:13,689 DEBUG [DbPersistenceService] closing hibernate session
  | 18:47:13,689 DEBUG [Services] closing service 'message': [EMAIL PROTECTED]
  | 18:47:13,690 DEBUG [CommandExecutorThread] waiting for more messages
  | 18:47:13,690 DEBUG [StaticNotifier] going to wait for (CMD_EXECUTOR, [EMAIL 
PROTECTED])
  | 18:47:13,690 DEBUG [JbpmContextInfo] creating jbpm context with service 
factories '[message, scheduler, logging, persistence, authentication]'
  | 18:47:13,690 DEBUG [JbpmContext] creating JbpmContext
  | 18:47:13,690 DEBUG [DbPersistenceServiceFactory] creating persistence 
service
  | 18:47:13,690 DEBUG [DbPersistenceService] creating hibernate session
  | 18:47:13,690 DEBUG [DbPersistenceService] beginning hibernate transaction
  | 18:47:13,691 DEBUG [SchedulerThread] checking for timers
  | 18:47:13,691 DEBUG [JbpmContext] closing JbpmContext
  | 18:47:13,691 DEBUG [Services] closing service 'persistence': [EMAIL 
PROTECTED]
  | 18:47:13,692 DEBUG [DbPersistenceService] committing hibernate transaction
  | 18:47:13,692 DEBUG [DbPersistenceService] closing hibernate session
  | 

this sequense appears as I already mentioned in minimum every second. is this 
behaviour o.k or is something wrong?

thanks
bernhard

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

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


---
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
thanks for the answer,
after I've added the JAVA_HOME-variable in the run.sh it seemed to work but 
after a while (during startup) the script shows the following error and stops:


  | ./run.sh: line 181:  7001 Killed  "$JAVA" $JAVA_OPTS 
-Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" -classpath "$JBOSS_CLASSPATH" 
org.jboss.Main "$@"
  | 

I cannot imagine what happend there. line 181 is the last line within the 
script and is an "end" statement (the last line within the script).

I don't know, what to do. please help.

thanks
bernhard

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

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


---
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
hi,
first of all, I'd like to excuse my english. I know, it is not good, but I'll 
try to explain my problem and hope somebody can understand and help me.

I'll tryout jBPM on a Linux-box. I guess, it should work. But i cannot find any 
documentation, how to do this. In JbpmGettingStarted it is just explained, how 
to start in a windows-box. I tried to start run.sh. The result is, that the 
core-system could be startet but jboss-start failed with 

  | org.jboss.deployment.DeploymentException: url 
file:/srv/jboss/jbpm-server/server/default/conf/jboss-service.xml could not be 
opened, does it exist?
  | 

Then I tried to start jBPM with run.sh -c jbpm. Some nullpointer-exceptions 
were thrown in this variant.

Is it possible to run jBPM (starter-kit) wtihin linux (debian) and if yes - 
what must be done to get it work.

Thanks.
bernhard

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

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


---
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user