Results 1 to 3 of 3

Thread: Ice.ObjectAdapterIdInUseException

  1. #1
    Jiangyubao is offline Registered User
    Name: Yubao Jiang
    Organization: www.gliet.edu.cn
    Project: integrate OSGi & Ice to provice service for PHP
    Join Date
    Oct 2007
    Location
    Beijing China
    Posts
    62

    Ice.ObjectAdapterIdInUseException

    Hi,

    I deployed two instances of servant object to two IceGrid nodes at last week. This morning, I try to restart my service program, and see the error message shown as below:

    Code:
    Ice.ObjectAdapterIdInUseException
        id = "UtilServer38.UtilAdapter"
            at Ice.ObjectAdapterI.updateLocatorRegistry(ObjectAdapterI.java:1258)
            at Ice.ObjectAdapterI.activate(ObjectAdapterI.java:81)
            at com.okooo.osgi.ice.server.AdapterServer$1.run(AdapterServer.java:89)
            at java.lang.Thread.run(Thread.java:619)
    Exception in thread "Thread-12" java.lang.RuntimeException:

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    This usually indicates that another instance of the server (started by the IceGrid node) is still running.

    If this isn't the case, you should provide more information on how you use IceGrid. Are servers started by IceGrid nodes or do you manually start servers from the command line or from an IDE? Do you use dynamic registration? If not, how do you deploy the servers?

    Cheers,
    Benoit.

  3. #3
    Jiangyubao is offline Registered User
    Name: Yubao Jiang
    Organization: www.gliet.edu.cn
    Project: integrate OSGi & Ice to provice service for PHP
    Join Date
    Oct 2007
    Location
    Beijing China
    Posts
    62
    This usually indicates that another instance of the server (started by the IceGrid node) is still running.
    Yes, I find the problem.

    Thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •