[Installation, Configuration & DEPLOYMENT] - JBoss slooooooooow starts on Debian Linux
by george001
Hello everyone,
I am in the process of setting up JBoss on Debian Linux and I am having some issues with starting and stopping the server. At first the server was starting and stopping as expected within a 1-15 minutes or so, but after a number of restarts and tests of configuration changes the server would seemingly hang for hours on start up and would not want to shutdown when calling the shutdown script or sending kill signals to the process. I am listing the details below:
Environment:
OS: Debian Linux;
| uname -a -> Linux localhost 2.6.18-6-vserver-686 #1 SMP Sat Apr 5 12:21:24 UTC 2008 i686 GNU/Linux
|
JBoss: JBoss 4.2.2GA
| console after running run.sh -b hostname ->
| 09:37:23,233 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 61m:53s:368ms
|
Apache Portable Runtime:
| ls /usr/lib | grep libapr ->
| libapr-1.a
| libapr-1.la
| libapr-1.so
| libapr-1.so.0
| libapr-1.so.0.2.7
| libaprutil-1.so.0
| libaprutil-1.so.0.2.7
|
SSL is enabled and using OpenSSL.
I have a few questions:
1) Does anyone have any ideas on the above issue with slow start ups?
2) Is anyone else running JBoss on Debian, what is your experience?
3) Is anyone else running the APR libraries, do you experience a pause every time the APR libraries are loaded:
| 14:12:23,144 INFO [NativeServerConfig] JBoss Web Services - Native
| 14:12:23,144 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
| 14:12:25,501 INFO [Embedded] Catalina naming disabled
| 14:12:26,340 INFO [AprLifecycleListener] Loaded Apache Tomcat Native library 1.1.12.
| 14:12:26,341 INFO [AprLifecycleListener] APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
| 14:29:17,243 INFO [Http11AprProtocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8098
| 14:29:17,303 INFO [AjpAprProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
|
4) Is anyone else running JBoss in a vserver virtual environment with APR libraries? What is your experience?
Thanks in advance,
George
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146185#4146185
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146185
18 years
[JBoss jBPM] - Problem on transition!
by simply smart1
hi for all,
I have created my process and generated all the Forms en XHTML, this one of my XHTML files:
| ............................
| ............................
| ............................
| <jbpm:dataform>
| <jbpm:datacell>
| <f:facet name="header">
| <h:outputText value="Pouvez vous donner un avis?"/>
| </f:facet>
| <!-- TASKFORM BUTTONS -->
| <tf:transitionButton transition="Possibilite de donner un avis" value="Yes"/>
| <tf:transitionButton transition="Impossible de donner un avis direct" value="No"/>
| </jbpm:datacell>
|
| </jbpm:dataform>
|
| </ui:component>
|
| </html>
My problem is when I click on the button 'No' I don't go to the transition "Impossible de donner un avis direct" but i go to the other transition since the first time i chose the button 'Yes'!!!!
to sum up , if i chose the first transition so any other instance will pass by this transition even if i chose an other one!!!
need help!!i don't understand where is the problem, in the generated XHTML may be!!!i don't know...
thanks for all
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146180#4146180
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146180
18 years
[Installation, Configuration & DEPLOYMENT] - Deployment of ESB, jBPM, Portal, Faces
by uli_se
Hi,
we would like to integrate a system with
JBoss AS (with EJB3)
JBoss Portal (with faces-portlet-bridge and, if possible, SEAM)
jBPM
ESB (with jBPM.esb).
We can see, that different deployment-sets have several jBPM-jars included, which seems to have some conflicts.
Should we place the jBPM-jars anywhere in a central place? Can anyone suggest a useful deployment strategy?
Many thanks,
Uli
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146172#4146172
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146172
18 years