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