[Installation, Configuration & Deployment] - jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3
by octafiantos
hi all,
i try to deploy jboss-5.1.0.GA in hp-ux 11iv3 (hp bl8760c, itanium based with 8gb memory). the application server will be used for java/oracle software. there's already java 1.4 and java 1.5 installed in ux (/opt/java1.4 and /opt/java1.5).
i put jboss in /app/jboss-5.1.0.GA and execute the script. i have added the oracle and root user to the /etc/rc.config.d/jboss. the jboss service runs, port 8083 is listening, but unfortunately the port 8080 is not listening. i try to execute the script with oracle & root user and resulting in same thing.
when i compare the server.log file from ux and my fedora testbed i find that there is nothing similar to the line "2009-09-28 16:16:32,973 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080" which i assume that this is the process when port 8080 is open.
i uploaded the server.log file in http://www.sistema.co.id/server.log because it contains thousands of lines (app. 2mb). what should i do to fix the problem? any suggestions would be greatly appreciated. thank you in advance.
--
singgih octafianto
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258892#4258892
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258892
15 years, 3 months
[jBPM Users] - JBPM 4.1 : Task Count
by Krohm
Hello,
I am developing an application embedding JBPM 4.1.
In the front end, I need to get the list of pending tasks for a given user (and page it), as well as the total number of pending tasks ( in order, for example, to determine the number of pages).
I am currently using the TaskQuery interface for that. (this one http://docs.jboss.com/jbpm/v4/javadocs/org/jbpm/api/TaskQuery.html )
It is working perfectly, but I am a bit confused by the way I am counting tasks, and suspecting there is a better way to do it.
Once the different filters are set (user, activity, status ...), there is a method to get all the Tasks, but none to just count them.
So what I am doing for now is get the size of the list, but I am a bit afraid of what will happen if a few million records are sent back. Not mentioning the performances.
Is there a "better" way to have access to this information through the standard JBPM 4.1 API ?
(topic copied / pasted from this one http://www.jboss.org/index.html?module=bb&op=viewtopic&t=162113, posted on the wrong forum)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258891#4258891
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258891
15 years, 3 months