Server boot time issue
by Seaver, Daniel (GE Healthcare)
I've just upgraded from JBoss AS 4.2 to 5.1 and have encountered a boot
time issue that did not exist with 4.2. If I start the server while
connected to my company's VPN, it takes 5:32 mins. With 4.2, it took
about 1 min. If I start the server disconnected from the VPN, but still
connected to internet (high speed cable), it takes about 1:40 mins. If I
disable my network card, it takes 1:10 mins. I have not made any
modifications to the server configuration that ships in the
jboss-5.1.0.GA-jdk6.zip (also tried the jboss-5.1.0.GA.zip with the same
results).
Any ideas on why the server startup would be network sensitive?
After turning on debug level logging for everything, I found these
performance killers:
2010-02-25 12:56:31,003 DEBUG
[org.jboss.management.j2ee.deployers.LocalJBossServerDomain] (main)
handleNotification:
javax.management.Notification[source=jboss.system:service=ServiceControl
ler][type=org.jboss.system.ServiceMBean.start][message=]
2010-02-25 12:56:43,466 FINE [sun.rmi.transport.tcp] (RMI Scheduler(0))
RMI Scheduler(0): close connection
2010-02-25 12:56:43,481 FINE [sun.rmi.transport.tcp] (RMI TCP
Connection(2)-3.7.149.84) RMI TCP Connection(2)-3.7.149.84: (port 1851)
connection closed
2010-02-25 12:56:43,481 FINE [sun.rmi.transport.tcp] (RMI TCP
Connection(2)-3.7.149.84) RMI TCP Connection(2)-3.7.149.84: close
connection
2010-02-25 12:56:43,481 FINE [sun.rmi.transport.tcp] (RMI Scheduler(0))
RMI Scheduler(0): close connection
2010-02-25 12:56:43,481 FINE [sun.rmi.transport.tcp] (RMI TCP
Connection(1)-3.7.149.84) RMI TCP Connection(1)-3.7.149.84: (port 1090)
connection closed
2010-02-25 12:56:43,481 FINE [sun.rmi.transport.tcp] (RMI TCP
Connection(1)-3.7.149.84) RMI TCP Connection(1)-3.7.149.84: close
connection
2010-02-25 12:57:56,347 DEBUG [org.jboss.remoting.ServerInvoker] (main)
SocketServerInvoker[HCU-C1WYGC1:4446] added
org.jboss.profileservice.management.upload.remoting.DeployHandler@18309b
0 for subsystem 'DeploymentManager'
As you can see, SocketServerInvoker takes over a minute.
2010-02-25 12:57:56,347 DEBUG
[org.jboss.profileservice.management.ManagementViewImpl] (main)
addTemplate:
org.jboss.resource.deployers.management.DsDataSourceTemplate@98843
2010-02-25 12:57:56,347 DEBUG
[org.jboss.profileservice.management.ManagementViewImpl] (main)
addTemplate:
org.jboss.resource.deployers.management.DsDataSourceTemplate@1d11c11
2010-02-25 12:59:21,346 DEBUG
[org.jboss.profileservice.remoting.ProxyFactory] (main) Bound
ProfileService proxy under: ProfileService
2010-02-25 12:59:21,424 DEBUG
[org.jboss.profileservice.remoting.ProxyFactory] (main) Created
ManagementView proxy
Here, ProxyFactory takes over a minute
2010-02-25 12:59:28,508 DEBUG
[org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main)
Creating advice InvocationContextInterceptor with loader null
2010-02-25 12:59:32,573 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger]
(Thread-14) Periodic recovery - second pass <Thu, 25 Feb 2010 12:59:32>
2010-02-25 12:59:32,589 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger]
(Thread-14) AtomicActionRecoveryModule: Second pass
2010-02-25 13:00:24,142 DEBUG [org.apache.catalina.session.ManagerBase]
(ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire
sessions StandardManager at 1267131624142 sessioncount 0
Here, ManagerBase takes nearly a minute.
Thanks for any / all help you can throw my way.
Dan
14 years, 9 months
[jBPM] New message: "Re: How to create a graphical collection of already defined tasks?"
by Ronald van Kuijk
User development,
A new message was posted in the thread "How to create a graphical collection of already defined tasks?":
http://community.jboss.org/message/529226#529226
Author : Ronald van Kuijk
Profile : http://community.jboss.org/people/kukeltje
Message:
--------------------------------------------------------------
> How is it possible to create collections of already created (java-)tasks within the Eclipse-jBPM-Editor or even better within the Signavio-Editor ?
It is only possible by defining xml snippets in eclipse.
> So I don’t want to create the same tasks again and again (even not copying them from somewhere-else).I imagine something like a list of (java-)taks icons to the left which I can pick from.
That is what XML snippets a for.... but you'd have to be in the source tab
> Does anybody have any idea how to do this or have heart of anyone doing somehting similar ?
No, sorry (but I do not know the Signavio editor fully, maybe it has a hidden feature
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529226#529226
14 years, 9 months
[JBoss Portal Development] New message: "jsp:include within JBoss Portal"
by Chris Armstrong
User development,
A new message was posted in the thread "jsp:include within JBoss Portal":
http://community.jboss.org/message/529225#529225
Author : Chris Armstrong
Profile : http://community.jboss.org/people/armstrongcr@gmail.com
Message:
--------------------------------------------------------------
Hopefully someone can help me out with this because it's been driving me nuts all day. I am currently running JBoss AS 4.2.3 JBoss Portal 2.7.2 and JDK 1.6.0_14
I've written a Portlet that does a PortalRequestDispatcher.include of a JSP file (foo.jsp) in the doView method, that jsp file also does a include to another JSP file (boo.jsp) using the <jsp:include> tage. This does include the JSP but my parameters are not getting passed. Here is an example:
<jsp:include page="/WEB-INF/jsp/test/boo.jsp">
<jsp:param name="last_name" value="nugget"/>
</jsp>
I've also tried using the same include to a servlet with the same results. This worked in JBoss Portal 2.2.1.
Thanks alot for any help.
Chris
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529225#529225
14 years, 9 months
[jBPM] New message: "How to create a graphical collection of already defined tasks?"
by Robert Weissmann
User development,
A new message was posted in the thread "How to create a graphical collection of already defined tasks?":
http://community.jboss.org/message/529221#529221
Author : Robert Weissmann
Profile : http://community.jboss.org/people/wir33658
Message:
--------------------------------------------------------------
How is it possible to create collections of already created (java-)tasks within the Eclipse-jBPM-Editor or even better within the Signavio-Editor ?
What I mean by this is to reuse already created (java-)tasks with a drag&drop, because in our process flows many tasks need to be done again and again at different process stages.
So I don’t want to create the same tasks again and again (even not copying them from somewhere-else).
I imagine something like a list of (java-)taks icons to the left which I can pick from.
Does anybody have any idea how to do this or have heart of anyone doing somehting similar ?
Your help is very appreciated.
Regards, Robert.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529221#529221
14 years, 9 months
[jBPM] New message: "How to follow a process instance graphically ?"
by Robert Weissmann
User development,
A new message was posted in the thread "How to follow a process instance graphically ?":
http://community.jboss.org/message/529218#529218
Author : Robert Weissmann
Profile : http://community.jboss.org/people/wir33658
Message:
--------------------------------------------------------------
How can I get a graphical overview of a process instance ?
Sort of the same view as designing a process with the Signavio- or Eclipse-Editor.
As an engineer of a manufacturing process I need to get a graphical overview of a running process instance to know where the process is a the very moment or at a specific time (e.g.) in the past.
I was looking for some graphical tool like this, but could not find one. But I am sure there must be one, otherwide the whole jBPM effort does not make any sense.
Regard, Robert.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529218#529218
14 years, 9 months