Skip to main content
Known Participant
February 16, 2012
Question

SO: error: SharedObject.NoAccess

  • February 16, 2012
  • 1 reply
  • 804 views

I get this error when I call get("soName", master_app_on_this_server);

my_so.onStatus: error; SharedObject.NoAccess

//Notes: master app is just a copy of live, for now, to provide a way for this app to access a global rooms list (see my other recent posts about why I'm trying this way -- other ways didn't work).

What are the solutions to this error?

Thanks!

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    February 20, 2012

    When you say "copy of live" - is it copy of "live" application as it is from "applications" folder or its copy from "samples/applications" folder and you have modified server-side code?  If its directly copy from "applications" folder - unmodified one then RSO are not supposed to work with default "live" application.

    Known Participant
    February 20, 2012

    I started from a copy of application/live/main.asc. What in there precludes RSO's from working?

    Should I start work from the samples folder if I want RSO then, or what's recommended for that to work?

    What needs to be changed?

    Adobe Employee
    February 20, 2012

    I am not sure how can you start from copy of application/live/main.asc directly from default "live" folder from "applications" folder  - as there would be main.far and not main.asc.

    Now I am assuming you are using one from samples/applications/live - in that case it should work.

    Which platform are you working on - Windows or Linux?