Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
F
frascati
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • frascati
  • frascati
  • Issues
  • #88

Closed
Open
Opened Aug 13, 2012 by LEE Ka Chun Anthony@anthonylee

Remote deploy RMI problem

Background: FraSCAti is embedded in a distributed application that uses RMI as the communication method

If a FraSCAti instance is initialized/started in an object/class/JVM that already used some RMI client calls, remote deploy SCA RMI client component to that instance will fail (it throws a java.lang.ClassNotFoundException of the remote interface class)

However, if a remote deployment of SCA RMI components is performed before calling the RMI client calls, the following remote deployments of SCA RMI components could success.

I am not sure that this is a bug or I have some wrong configurations, but I can reproduce the error.

Some settings:

  1. RMI of my own application and the SCA components are using different ports
  2. RMI calls of my own application are performed in different JVMs
  3. All tested in a local machine

Thank you.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: frascati/frascati#88