Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JBoss Server jboss-4.2.2.GA taking too long to start from Indigo(JBoss Server jboss-4.2.2.GA taking too long to start from Indigo 3.7.2 with Jboss tools plugin 3.3)
JBoss Server jboss-4.2.2.GA taking too long to start from Indigo [message #1016605] Thu, 07 March 2013 06:26 Go to next message
Siva y is currently offline Siva yFriend
Messages: 1
Registered: March 2013
Junior Member
We have eclipse Indigo 3.7.1 updated to 3.7.2 through software updates site.

And Installed JBoss Tools plugin from Market place from update site

download.jboss.org /jbosstools/updates/indigo/.

And configured Server runtime with JBoss server "jboss-4.2.2.GA".

Then I am adding my Maven WAR module to Server Runtime, and Publishing to server. eclipse is copying java web application files to JBoss "deploy" folder as expected.

When I started JBoss through command line using

"run.bat -c myserv", it is starting and deploying my application war successfully with in 3 minutes and I am able to access my application.

Issue 1:
But when I start same jboss server from eclipse it is taking 40min to start (excluding publish time). But If I start server without publishing my web app it is getting started quickly.

Issue 2:
Also My web application has dependencies on other Maven projects which are present in eclipse, when publishing to server eclipse creating and copying dependency JAR with invalid content.


Please provide any guidance to investigate and identify the cause of Server start up delay when started from eclipse.

start-up is taking more time while initializing Spring only when started from eclipse.

I am starting eclipse with 1024MB ram with 512 PermGen space, In eclipse JBoss server runtime configuration I added below Arguments:
Program Args:
--configuration=myserver -b localhost -Djboss.server.base.url=file:/C:/USERS/jboss-4.2.2.GA/server/

VM Argument:
"-Dprogram.name=JBossTools: JBoss 4.2 Runtime" -server -Xms64m -Xmx512m "-XX:MaxPermSize=512m" -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Djava.endorsed.dirs=C:\Users\jboss-4.2.2.GA\lib\endorsed"


Please provide any guidance to investigate and identify the cause of Server start up delay when started from eclipse.
Re: JBoss Server jboss-4.2.2.GA taking too long to start from Indigo [message #1017295 is a reply to message #1016605] Mon, 11 March 2013 14:10 Go to previous message
Wolfgang Knauf is currently offline Wolfgang KnaufFriend
Messages: 63
Registered: July 2009
Member
Hi,

you should better ask this question in the "JBoss Tools" forums.

What about the deploy log in your server? Do you see anything that takes
a long time?

Best regards

Wolfgang

Am 07.03.2013 18:03, schrieb Siva y:
> We have eclipse Indigo 3.7.1 updated to 3.7.2 through software updates
> site.
>
> And Installed JBoss Tools plugin from Market place from update site
> download.jboss.org /jbosstools/updates/indigo/.
>
> And configured Server runtime with JBoss server "jboss-4.2.2.GA".
>
> Then I am adding my Maven WAR module to Server Runtime, and Publishing
> to server. eclipse is copying java web application files to JBoss
> "deploy" folder as expected.
>
> When I started JBoss through command line using
>
> "run.bat -c myserv", it is starting and deploying my application war
> successfully with in 3 minutes and I am able to access my application.
>
> Issue 1:
> But when I start same jboss server from eclipse it is taking 40min to
> start (excluding publish time). But If I start server without publishing
> my web app it is getting started quickly.
>
> Issue 2:
> Also My web application has dependencies on other Maven projects which
> are present in eclipse, when publishing to server eclipse creating and
> copying dependency JAR with invalid content.
>
>
> Please provide any guidance to investigate and identify the cause of
> Server start up delay when started from eclipse.
>
> start-up is taking more time while initializing Spring only when started
> from eclipse.
>
> I am starting eclipse with 1024MB ram with 512 PermGen space, In eclipse
> JBoss server runtime configuration I added below Arguments:
> Program Args:
> --configuration=myserver -b localhost
> -Djboss.server.base.url=file:/C:/USERS/jboss-4.2.2.GA/server/
> VM Argument:
> "-Dprogram.name=JBossTools: JBoss 4.2 Runtime" -server -Xms64m -Xmx512m
> "-XX:MaxPermSize=512m" -Dsun.rmi.dgc.client.gcInterval=3600000
> -Dsun.rmi.dgc.server.gcInterval=3600000
> "-Djava.endorsed.dirs=C:\Users\jboss-4.2.2.GA\lib\endorsed"
>
> Please provide any guidance to investigate and identify the cause of
> Server start up delay when started from eclipse.
>
Previous Topic:How do I get J2EE Deployment Assembly settings from within a plugin
Next Topic:JavaScript project reindexing
Goto Forum:
  


Current Time: Fri Apr 26 07:28:58 GMT 2024

Powered by FUDForum. Page generated in 0.03102 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top