JBoss Server jboss-4.2.2.GA taking too long to start from Indigo [message #1016605] |
Thu, 07 March 2013 01:26  |
Eclipse User |
|
|
|
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 10:10  |
Eclipse User |
|
|
|
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.
>
|
|
|
Powered by
FUDForum. Page generated in 0.03988 seconds