Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6071665
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:04:24+00:00 2026-05-23T10:04:24+00:00

I have two virtual machines in a private cloud, and I want to execute

  • 0

I have two virtual machines in a private
cloud, and I want to execute Jade both of them. They can access each
other without problems. I started in one of them the Main Container, and
in the other a Container which would connect to the main. However, I get
a Dispatcher exception when this connection tries to take place:

--------
INFO: Adding node <Container-1> to the platform
Jun 22, 2011 12:54:34 PM jade.core.messaging.MessagingService
clearCachedSlice
INFO: Clearing cache
Jun 22, 2011 12:54:34 PM jade.core.messaging.MessagingService
$CommandTargetSink handleNewSlice
WARNING: Error notifying current information to new Messaging-Slice
Container-1
jade.core.IMTPException: Dispatcher error [nested
jade.imtp.leap.DispatcherException: DispatcherException in remote site.
No skeleton for object-id 3447152]
        at jade.imtp.leap.NodeStub.accept(NodeStub.java:91)
        at jade.core.messaging.MessagingProxy.addRoute(MessagingProxy.java:257)
        at jade.core.messaging.MessagingService
$CommandTargetSink.handleNewSlice(MessagingService.java:993)
        at jade.core.messaging.MessagingService
$CommandTargetSink.consume(MessagingService.java:906)
        at jade.core.CommandProcessor
$SinksFilter.accept(CommandProcessor.java:253)
        at jade.core.Filter.filter(Filter.java:89)
        at jade.core.Filter.filter(Filter.java:90)
        at jade.core.Filter.filter(Filter.java:90)
        at
jade.core.CommandProcessor.processIncoming(CommandProcessor.java:229)
        at
jade.core.PlatformManagerImpl.issueNewSliceCommand(PlatformManagerImpl.java:744)
        at
jade.core.PlatformManagerImpl.localAddSlice(PlatformManagerImpl.java:445)
        at
jade.core.PlatformManagerImpl.localAddNode(PlatformManagerImpl.java:293)
        at jade.core.PlatformManagerImpl.addNode(PlatformManagerImpl.java:245)
        at
jade.imtp.leap.PlatformManagerSkel.executeCommand(PlatformManagerSkel.java:73)
        at jade.imtp.leap.Skeleton.processCommand(Skeleton.java:51)
        at
jade.imtp.leap.CommandDispatcher.handleCommand(CommandDispatcher.java:949)
        at jade.imtp.leap.JICP.JICPServer
$ConnectionHandler.run(JICPServer.java:439)
Nested Exception:
jade.imtp.leap.DispatcherException: DispatcherException in remote site.
No skeleton for object-id 3447152
        at
jade.imtp.leap.CommandDispatcher.checkRemoteExceptions(CommandDispatcher.java:516)
        at
jade.imtp.leap.CommandDispatcher.dispatchSerializedCommand(CommandDispatcher.java:418)
        at
jade.imtp.leap.CommandDispatcher.dispatchCommand(CommandDispatcher.java:343)
        at jade.imtp.leap.NodeStub.accept(NodeStub.java:83)
        at jade.core.messaging.MessagingProxy.addRoute(MessagingProxy.java:257)
        at jade.core.messaging.MessagingService
$CommandTargetSink.handleNewSlice(MessagingService.java:993)
        at jade.core.messaging.MessagingService
$CommandTargetSink.consume(MessagingService.java:906)
        at jade.core.CommandProcessor
$SinksFilter.accept(CommandProcessor.java:253)
        at jade.core.Filter.filter(Filter.java:89)
        at jade.core.Filter.filter(Filter.java:90)
        at jade.core.Filter.filter(Filter.java:90)
        at
jade.core.CommandProcessor.processIncoming(CommandProcessor.java:229)
        at
jade.core.PlatformManagerImpl.issueNewSliceCommand(PlatformManagerImpl.java:744)
        at
jade.core.PlatformManagerImpl.localAddSlice(PlatformManagerImpl.java:445)
        at
jade.core.PlatformManagerImpl.localAddNode(PlatformManagerImpl.java:293)
        at jade.core.PlatformManagerImpl.addNode(PlatformManagerImpl.java:245)
        at
jade.imtp.leap.PlatformManagerSkel.executeCommand(PlatformManagerSkel.java:73)
        at jade.imtp.leap.Skeleton.processCommand(Skeleton.java:51)
        at
jade.imtp.leap.CommandDispatcher.handleCommand(CommandDispatcher.java:949)
        at jade.imtp.leap.JICP.JICPServer
$ConnectionHandler.run(JICPServer.java:439)
Jun 22, 2011 12:54:34 PM jade.core.PlatformManagerImpl$1 nodeAdded
INFO: --- Node <Container-1> ALIVE ---
Jun 22, 2011 12:54:34 PM
jade.core.nodeMonitoring.BlockingNodeFailureMonitor run
INFO: PING from node Container-1 exited with exception. Dispatcher error
[nested jade.imtp.leap.DispatcherException: DispatcherException in
remote site. No skeleton for object-id 3447152]
Jun 22, 2011 12:54:34 PM jade.core.PlatformManagerImpl$1 nodeUnreachable
WARNING: --- Node <Container-1> UNREACHABLE ---
Jun 22, 2011 12:54:34 PM jade.core.PlatformManagerImpl
removeTerminatedNode
INFO: --- Node <Container-1> TERMINATED ---
Jun 22, 2011 12:54:34 PM jade.core.messaging.MessagingService
clearCachedSlice
---------

In the other node I get the following:

--------
Jun 22, 2011 12:55:35 PM jade.core.AgentContainerImpl joinPlatform
SEVERE: Some problem occurred while joining agent platform.
jade.core.ServiceException: An error occurred during service booting
[nested java.lang.NullPointerException]
        at
jade.core.AgentContainerImpl.bootAllServices(AgentContainerImpl.java:465)
        at jade.core.AgentContainerImpl.startNode(AgentContainerImpl.java:408)
        at
jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:485)
        at jade.core.Runtime.createAgentContainer(Runtime.java:133)
        at BookBuyTest2.main(BookBuyTest2.java:25)
Exception in thread "main" java.lang.NullPointerException
        at BookBuyTest2.main(BookBuyTest2.java:35)
------

Any ideas about what I am doing wrong?

Thank you very much in advance,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:04:24+00:00Added an answer on May 23, 2026 at 10:04 am

    The problem was that in the node I put:

    local-host:127.0.0.1
    

    This was solved by putting

    local-host: <actual IP of the machine\> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two servers (virtual machines - I can remotely connect to these) -
I have two Virtual machines on an external server. VM1 is the Tomcat server
We have two virtual machines on a server. We have Sql server installed on
I have two applications running in the same java virtual machine, and both use
i have two delphi xe installled in different virtual machines (Running in Windows 7
I have two virtual machines with seemingly identical configuration (created from the same VM
I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always
Is it possible to have two virtual directories under the same website in IIS
I have a question, here are two classes below: class Base{ public: virtual void
HELP! I just setup a virtual host for two sites that have a lot

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.