- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi LCCS Team,
I have tried server to server integration last day and got successful in setting up amf server and required endpoints for lccs.
while i was trying to register hook i got this error
com.adobe.rtc.util.RTCError: bad-instance at com.adobe.rtc.account.AccountManager.checkStatus(AccountManager.java:907) at com.adobe.rtc.account.AccountManager.subscribeCollection(AccountManager.java:470) at com.adobe.rtc.account.AccountManager.subscribeCollection(AccountManager.java:453)
i really have no idea where i went wrong.
this is the code i invoced
AccountManager am = new AccountManager("https://connectnow.acrobat.com/xxxxxxx/");
am.login("xxxx@xxx.com", "xxxxxx");
am.unregisterHook();
am.registerHook("<a real URL>", "12345"); //getting error at this point
am.subscribeCollection("myAtulMeeting","JaiHOCollection");
i have dig in to lccs.jar source in com.adobe.rtc.account.AccountManager.checkStatus(AccountManager.java:907)
but i am unable to find the cause, please suggest some pointers.
Thanks
Atul
Solved! Go to Solution.
Views
Replies
Total Likes