Results 1 to 2 of 2

Thread: what does "StandaloneAdapterIE does not implement IceUtil::AbstractMutex" mean?

  1. #1
    xiao is offline Registered User
    Join Date
    Jan 2005
    Posts
    5

    what does "StandaloneAdapterIE does not implement IceUtil::AbstractMutex" mean?

    platform: HP-IA64
    compiler: aCC 5.05
    run the demo of IcePack:

    $pwd
    /tools/source/ice/demo/IcePack/hello
    $ rm -r db
    $ mkdir db
    $ mkdir db/node
    $ mkdir db/registry
    $ icepacknode
    icepacknode: warning: administrative endpoints `IcePack.Registry.Admin.Endpoints' enabled
    [ icepacknode: AdapterRegistry: added adapter `IcePack.Registry.Internal' ]
    [ icepacknode: AdapterRegistry: added adapter `IcePack.Node.node' ]
    icepacknode: error: Saving thread killed by exception: EvictorI.cpp:1513: Freeze:atabaseException:
    N7IcePack18StandaloneAdapterIE does not implement IceUtil::AbstractMutex
    Abort(coredump)

    it abort at about 3 minutes after it started up.

    what does the "StandaloneAdapterIE does not implement IceUtil::AbstractMutex" mean?

  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
    It sounds like a bug with the C++ runtime of your platform/compiler.

    This exception means that the dynamic_cast<IceUtil::AbstractMutex*>(servant) failed for an instance of the IcePack::StandaloneAdapterI class. If you look at the class definition in Ice-2.0.0/src/IcePack/AdapterI.h, this class inherits from the IceUtil::AbstractMutex class... So the dynamic_cast shouldn't fail here.

    Can you try to upgrade your compiler with the patches I mentioned in a previous post (http://www.zeroc.com/vbulletin/showt...&threadid=1132)?

    Let us know if these compiler patches help to solve this problem!

    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 01-31-2011, 07:32 PM
  2. Replies: 1
    Last Post: 06-09-2009, 10:53 PM
  3. Replies: 1
    Last Post: 01-28-2009, 06:15 AM
  4. Replies: 4
    Last Post: 10-26-2006, 11:23 AM
  5. Replies: 1
    Last Post: 04-05-2004, 08:55 AM

Posting Permissions

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