• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic start up slow problem

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

I'm using web logic to host an SOA project. This is my first time to use weblogic in eclipse. And we are developing with the Virtual Machine in order to make the environment handy for migration.
However, recently we are suffering from a slow publish of weblogic server. While I click publish everytime, it takes more than two minutes to finish the process. While for one of our coworker, it only takes 20 seconds.

Here is the log for re publish


You can see from the log that
'!MESSAGE Waiting on ProgressObject:@16854929' takes two minutes to finish. But I don't know what is it waiting for.

Does anyone have the answer or explain to me what things weblogic do while publishing.

Thanks

James
 
James.HD Li
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any idea about this problem?
 
James.HD Li
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found the reason. It's because of the network configuration.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having similar problem, can you tell me exactly what was wrong with your network configuration?

thanks,
Chris
 
James.HD Li
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Chris Borrill wrote:I am having similar problem, can you tell me exactly what was wrong with your network configuration?

thanks,
Chris



Well in my application, we used a libary from jboss. For some reason, weblogic kept trying to connect to jboss.com while publishing. This caused the process stuck there.
We resovled this problem by changing the 'hosts' file under Windows/system32/drivers/etc/ and point jboss.com to one of our local server which is listening port 80(install apache will do).

Don't know if this is the same reason. You can use netstat -anb to see if there is any strang connection when your weblogic is publishing.

James
 
Why fit in when you were born to stand out? - Seuss. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic