• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

StartUp Problem with Jboss 5.1 eap

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am Using Jboss 5.1 EAP default profile for deploying my applications
At server start up i found its taking more than one minute from the log

18:52:23,841 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@82e4f3[ defaultDomain='jboss' ]
18:53:56,186 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@15190305{vfsfile:/myusr5/jboss-eap-5.1/jboss-as/server/default/deploy/MyAPP.ear/MyApp.jar/}

Please Suggest me to over come from this issue.
Thanks in Advance
 
Ranch Hand
Posts: 439
Hibernate Eclipse IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is your start-up problem ? Is the ear not getting deployed ? Or just the server is taking a bit longer to deploy your application ? If its the latter, then the issue is more or less related to your project configuration ( it might not even be an issue at all and your application just takes time to start, thats is).

A jboss5 startup usually takes about 20sec on my computer. Ofcourse this is no benchmark since it depends entirely on the system configuration. I also have worked on a couple of projects that take about 7minutes to deploy.

So you needn't to worry about this unless the same project is getting deployed much quicker on another installation of jboss5.
 
Yes, of course, and I accept that blame. In fact, i covet that blame. As does this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic