This Question is Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
3 Replies Last post: Mar 1, 2008 4:25 PM by Robert Butera  
Juga Paazmaya Bronze 31 posts since
Oct 23, 2007
Currently Being Moderated

Feb 23, 2008 6:20 AM

Roster init: No class registered for interface 'mx.resources::IResourceManager'.

 

I get the following error:

 

 

Error: No class registered for interface 'mx.resources::IResourceManager'.

 

 

while initiating roster after connection.  As shown here:

 

 

connection = new XMPPConnection();

// all possible listeners...

// Username, password and connect() ...

roster = new Roster(connection);

 

 

Complete error message:

 

 

Error: No class registered for interface 'mx.resources::IResourceManager'.

    at mx.core::Singleton$/getInstance()

    at mx.resources::ResourceManager$/getInstance()

    at mx.collections::ListCollectionView()

    at mx.collections::ArrayCollection()

    at org.jivesoftware.xiff.im::Roster()

 

 

Anyone idead?

Possible bug?

 

 

Robert Butera Bronze 17 posts since
Mar 1, 2008
Currently Being Moderated
Mar 1, 2008 8:07 AM in response to: Juga Paazmaya
Re: Roster init: No class registered for interface 'mx.resources::IResourceManager'.

 

I am also getting the same error.

 

 

I have just installed the Flex 3 SDK and am simply trying to instantiate the Roster class.

 

 

The Roster class is attempting to instatiate the ArrayCollection class which is causing the problem.  I have attempted to instantiate the ArrayCollection class in my own code and get the same result.

 

 

It seams absurd that this is happening, I am assuming there is some environment configuration that is not correct on my system, possibly something to do with the locale.  Can anybody else confirm if they are getting this problem using Flex 3?

 

 

Any information would be greatly appreciated.

 

 

Regards

 

 

Rob

 

 

 

 

Robert Butera Bronze 17 posts since
Mar 1, 2008
Currently Being Moderated
Mar 1, 2008 4:25 PM in response to: Robert Butera
Re: Roster init: No class registered for interface 'mx.resources::IResourceManager'.

 

This thread is marked as answered, which I don't believe it is.

 

 

Will start a new thread.

 

 

Rob

 

 

More Like This

  • Retrieving data ...