Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Corba > Re: My OrbixWeb...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 5 Topic 524 of 538
Post > Topic >>

Re: My OrbixWeb (OW) server has intermittent startup failures from

by Yakov Gerlovin <yakov.gerlovin@[EMAIL PROTECTED] > Feb 6, 2008 at 03:11 AM

OK, I had a very similar problem with Solaris 8 a couple of years ago.
When your process does not gracefully close the socket the ****t it
listens on remains used for some time ( this time is configurable).
Any attepts to bind to the same ****t will fail (until the OS frees
it).

kill -9 is unmaskable, while regular kill can be caught in your
server. Implement signal handlrer ( if it is possible in Java ) that
just shuts down the ORB.

The more clean solution is to add 'shutdown' method to some root
object (or write a small servant with only this method). It would be
easier if the object with shutdown method will be persistent and
registered under POA, configured with direct persistency (check the
documentation whether OrbixWeb sup****ts direct persistency). This way
the object reference will not change between restarts.

> This is CORBA, where ****ts are an implementation detail buried in the
IOR.
Indeed, ****t allocation is implementation specific. However many
implementations allows some level of control over it.
 




 5 Posts in Topic:
My OrbixWeb (OW) server has intermittent startup failures from
apm35@[EMAIL PROTECTED]   2008-02-01 00:16:52 
Re: My OrbixWeb (OW) server has intermittent startup failures fr
Yakov Gerlovin <yakov.  2008-02-05 12:34:02 
Re: My OrbixWeb (OW) server has intermittent startup failures fr
apm35@[EMAIL PROTECTED]   2008-02-06 00:25:05 
Re: My OrbixWeb (OW) server has intermittent startup failures fr
Yakov Gerlovin <yakov.  2008-02-06 03:11:41 
Re: My OrbixWeb (OW) server has intermittent startup failures fr
marlow.andrew@[EMAIL PROT  2008-02-07 12:50:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 5 15:15:48 CDT 2008.