Git Product home page Git Product logo

skype-android-app-sdk-samples's Introduction

skype-android-app-sdk-samples

Healthcare App Sample

The Healthcare app sample shows the SDK being used in a real-world scenario. It uses the ConversationHelper class to assist with the mainline scenario of guest meeting join.

Guest Meeting Join sample

The Guest meeting join sample provides further technology details of you how to join a guest meeting, start chatting, and connect to the audio/video stream of the meeting.

Copyright

Copyright (c) 2016 Microsoft. All rights reserved.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

skype-android-app-sdk-samples's People

Contributors

davidchesnut avatar iambmelt avatar msudankapoor avatar nokafor avatar o365devx avatar rahulyaa avatar ravelusa avatar richardtaylorrt avatar shelbyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skype-android-app-sdk-samples's Issues

No implementation found for int com.microsoft.media.MMVRSurfaceView.createRenderer

When inflaiting view with MVVRSurfaceView on vide_fragment_layout app is crashing with error:
FATAL EXCEPTION: main
Process: example.com.skypetest, PID: 14717
java.lang.RuntimeException: Unable to start activity ComponentInfo{example.com.skypetest/example.com.skypetest.meeting.MeetingActivity}: android.view.InflateException: Binary XML file line #24: Binary XML file line #24: Error inflating class com.microsoft.media.MMVRSurfaceView
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3253)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349)
at android.app.ActivityThread.access$1100(ActivityThread.java:221)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7224)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Caused by: android.view.InflateException: Binary XML file line #24: Binary XML file line #24: Error inflating class com.microsoft.media.MMVRSurfaceView
at android.view.LayoutInflater.inflate(LayoutInflater.java:551)
at android.view.LayoutInflater.inflate(LayoutInflater.java:429)
at example.com.skypetest.meeting.videocall.VideoCallFragment.onCreateView(VideoCallFragment.java:84)
at android.app.Fragment.performCreateView(Fragment.java:2281)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:983)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1163)
at android.app.BackStackRecord.run(BackStackRecord.java:793)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1552)
at android.app.FragmentController.execPendingActions(FragmentController.java:325)
at android.app.Activity.performStart(Activity.java:6914)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3216)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349) 
at android.app.ActivityThread.access$1100(ActivityThread.java:221) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:158) 
at android.app.ActivityThread.main(ActivityThread.java:7224) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 
Caused by: android.view.InflateException: Binary XML file line #24: Error inflating class com.microsoft.media.MMVRSurfaceView
at android.view.LayoutInflater.createView(LayoutInflater.java:657)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:776)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:716)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:847)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:855)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:855)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810)
at android.view.LayoutInflater.inflate(LayoutInflater.java:527)
at android.view.LayoutInflater.inflate(LayoutInflater.java:429) 
at example.com.skypetest.meeting.videocall.VideoCallFragment.onCreateView(VideoCallFragment.java:84) 
at android.app.Fragment.performCreateView(Fragment.java:2281) 
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:983) 
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1163) 
at android.app.BackStackRecord.run(BackStackRecord.java:793) 
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1552) 
at android.app.FragmentController.execPendingActions(FragmentController.java:325) 
at android.app.Activity.performStart(Activity.java:6914) 
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3216) 
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349) 
at android.app.ActivityThread.access$1100(ActivityThread.java:221) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:158) 
at android.app.ActivityThread.main(ActivityThread.java:7224) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Constructor.newInstance(Native Method)
at android.view.LayoutInflater.createView(LayoutInflater.java:631)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:776) 
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:716) 
at android.view.LayoutInflater.rInflate(LayoutInflater.java:847) 
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810) 
at android.view.LayoutInflater.rInflate(LayoutInflater.java:855) 
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810) 
at android.view.LayoutInflater.rInflate(LayoutInflater.java:855) 
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810) 
at android.view.LayoutInflater.inflate(LayoutInflater.java:527) 
at android.view.LayoutInflater.inflate(LayoutInflater.java:429) 
at example.com.skypetest.meeting.videocall.VideoCallFragment.onCreateView(VideoCallFragment.java:84) 
at android.app.Fragment.performCreateView(Fragment.java:2281) 
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:983) 
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1163) 
at android.app.BackStackRecord.run(BackStackRecord.java:793) 
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1552) 
at android.app.FragmentController.execPendingActions(FragmentController.java:325) 
at android.app.Activity.performStart(Activity.java:6914) 
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3216) 
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349) 
at android.app.ActivityThread.access$1100(ActivityThread.java:221) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:158) 
at android.app.ActivityThread.main(ActivityThread.java:7224) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 
Caused by: java.lang.UnsatisfiedLinkError: No implementation found for int com.microsoft.media.MMVRSurfaceView.createRenderer(java.lang.Object) (tried Java_com_microsoft_media_MMVRSurfaceView_createRenderer and Java_com_microsoft_media_MMVRSurfaceView_createRenderer__Ljava_lang_Object_2)
at com.microsoft.media.MMVRSurfaceView.createRenderer(Native Method)
at com.microsoft.media.MMVRSurfaceView.(MMVRSurfaceView.java:38)
at java.lang.reflect.Constructor.newInstance(Native Method) 
at android.view.LayoutInflater.createView(LayoutInflater.java:631) 
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:776) 
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:716) 
at android.view.LayoutInflater.rInflate(LayoutInflater.java:847) 
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810) 
at android.view.LayoutInflater.rInflate(LayoutInflater.java:855) 
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810) 
at android.view.LayoutInflater.rInflate(LayoutInflater.java:855) 
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:810) 
at android.view.LayoutInflater.inflate(LayoutInflater.java:527) 
at android.view.LayoutInflater.inflate(LayoutInflater.java:429) 
at example.com.skypetest.meeting.videocall.VideoCallFragment.onCreateView(VideoCallFragment.java:84) 
at android.app.Fragment.performCreateView(Fragment.java:2281) 
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:983) 
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1163) 
at android.app.BackStackRecord.run(BackStackRecord.java:793) 
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1552) 
at android.app.FragmentController.execPendingActions(FragmentController.java:325) 
at android.app.Activity.performStart(Activity.java:6914) 
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3216) 
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349) 
at android.app.ActivityThread.access$1100(ActivityThread.java:221) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:158) 
at android.app.ActivityThread.main(ActivityThread.java:7224) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 

Desktop Sharing

Is it possible to do desktop sharing like we have in Skype For business?

implementing sign in on healthcare app

I noticed that the sign in page doesn't really authenticate. How would I go about authenticating the skype for business credentials for a user and password? At the same time how do you get the context of this signed in user such as contact list, their groups, etc?

videoService.setPaused() failed

videoService.canSetPaused() is true,however,videoService setPaused() failed.
After that,videoService.canSetPaused() always is false.

jllo6ierr2i7 zd i4at6g9

anonymous call Conversation callbacks

There are no proper call backs returned regarding the call state. If call is hung up at one end, it should notify the other end.
When the call at one end is terminated, Stream just freezes.
While connecting the call also it takes around 30 secs to start the stream at both ends.
All these things makes the call performance very much unreliable.

There is one method available which is possibly supposed to provide such callbacks
Has anyone got this thing working? for me except IDLE state, no other state is ever called.

@Override
    public void onConversationStateChanged(Conversation.State state) {
        if (this.isDetached())
            return;
        try {
            String newState = "";
            switch (state) {
                case IDLE:
                    newState = "LEAVE CALL";
                    break;
                case ESTABLISHING:
                    newState = "ESTABLISHING";
                    break;
                case INLOBBY:
                    newState = "INLOBBY";
                    break;
                case ESTABLISHED:
                    newState = "ESTABLISHED";
                    break;
            }
            if (mListener != null) {
                mListener.onFragmentInteraction(mRootView, newState);
                mListener = null;
            }
        } catch (NullPointerException e) {
            e.printStackTrace();
        }
    }

failed to resolve files from sdk

i download code run it on android studio but when i tried to integrate the sdk (from the site you posted) on the code at libs android studio failed to decode the sdk . more precisely it failed to launch the aar files . i entered to one aar file and inside there were strange simbols which means that there is a problem with the decoding . but i dont know if there is a problem that consider your code.

Rename the armeabi folders in the SDK .AAR files to armeabi-v7a to target the correct ABI

Some of the SDK's .AAR files contain armeabi folders with native libraries, while the SDK documentation states: "The Public Preview App SDK supports armeabi-v7a processors only" (link)

In Xamarin Android, these armeabi folders cause the SfB App SDK to fail loading in apps that target armeabi-v7a only (i.e. because the app also uses other native libraries that only support armeabi-v7a and that do use the correct folder names).

As a workaround, I unpack the AAR's, rename the armeabi folders to armeabi-v7a, and repack them.

For other people experiencing this problem: here is the Mac Terminal script that I use to partially automate this rename:

find . -type f -name *.aar -execdir unzip {} -d tmp/{} \;
find . -type d -name armeabi -execdir mv {} {}-v7a \;

echo manually:cd tmp; md new; for each renamed aar: jar cvf new/SkypeForBusinessNative.aar -C SkypeForBusinessNative.aar .

(Ps I use a Mac for creating Xamarin bindings for the SfB App SDK's for both Android and iOS)

Failed to load native library

E/dalvikvm: dlopen("/data/app-lib/com.microsoft.office.sfb.sfbdemo-1/libacomo.so") failed: Cannot load library: soinfo_link_image(linker.cpp:1636): could not load library "libsqlcipher.so" needed by "libacomo.so"; caused by load_library(linker.cpp:746): library "libsqlcipher.so" not found
05-04 13:54:23.724 11460-11460/com.microsoft.office.sfb.sfbdemo E/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.microsoft.office.sfb.sfbdemo/com.microsoft.office.sfb.sfbdemo.MainActivity}: java.lang.RuntimeException: Failed to load native library
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2245)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2299)
at android.app.ActivityThread.access$700(ActivityThread.java:150)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1280)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5283)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: Failed to load native library
at com.microsoft.office.sfb.appsdk.Application.LoadNativeLibrary(Application.java:129)
at com.microsoft.office.sfb.appsdk.Application.initialize(Application.java:71)
at com.microsoft.office.sfb.appsdk.Application.getInstance(Application.java:143)
at com.microsoft.office.sfb.sfbdemo.MainActivity.onCreate(MainActivity.java:57)
at android.app.Activity.performCreate(Activity.java:5283)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1097)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2209)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2299) 
at android.app.ActivityThread.access$700(ActivityThread.java:150) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1280) 
at android.os.Handler.dispatchMessage(Handler.java:99) 
at android.os.Looper.loop(Looper.java:137) 
at android.app.ActivityThread.main(ActivityThread.java:5283) 
at java.lang.reflect.Method.invokeNative(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:511) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) 
at dalvik.system.NativeStart.main(Native Method) 

Allow Multiple users for Video

Currently in this application only 2 video stream is shown, Is it possible that i can shown all members video who join the meeting?

If yes ,then can you please share some guidelines or code???

Doctors video is not showing in Health care sample

Hi,

I tried both Lamna health care sample and guest meeting join. and I used skype for business basic client on other end. I created meeting link via skype desktop and configured the link in both apps.

I noticed, video from mobile phone was shown in Skype desktop client but video from skype desktop client was not showing in the app.

Leave an anonymous meeting sometimes throw an exception

We integrate Skype for Business SDK to our Android application. Follow the sample https://github.com/OfficeDev/skype-android-app-sdk-samples/tree/master/GuestMeetingJoin
Video, void and chat run well.
But sometimes we got an exception when try to leave an anonymous meeting.
Please help us. Thanks you.
Code
if (this.currentConversation.canLeave()) { this.currentConversation.leave(); return; }
Exception:
java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:787) at java.util.HashMap$KeyIterator.next(HashMap.java:814) at com.microsoft.office.sfb.appsdk.PropertyChangeRegistry.notifyPropertyChange(PropertyChangeRegistry.java:52) at com.microsoft.office.sfb.appsdk.ConversationImpl.handlePropertiesChanged(ConversationImpl.java:264) at com.microsoft.office.sfb.appsdk.ConversationImpl.onConversationEvent(ConversationImpl.java:240) at com.microsoft.office.lync.platform.LyncLooper$NativeRunnable.run(Native Method) at com.microsoft.office.lync.platform.LyncLooper$NativeRunnable.run(LyncLooper.java:352) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:207) at android.app.ActivityThread.main(ActivityThread.java:5710) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:900) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:761)

Error code "CALLFAILED".

When I tried to connect to audio/video call server returns error code "CALLFAILED" all time in my app and in GuestMeetingJoin sample on Android version 6.0+.
On others versions of Android all working (like 5.0.1, 4.4.4 etc.).

P2PAnonChat app not working

ConversationHelper has unresolved symbol errors for the following code.

 DevicesManager.Endpoint endpoint = DevicesManager.Endpoint.LOUDSPEAKER;

// switch(this.devicesManager.getActiveEndpoint()) {
// case LOUDSPEAKER:
// endpoint = DevicesManager.Endpoint.NONLOUDSPEAKER;
// break;
// case NONLOUDSPEAKER:
// endpoint = DevicesManager.Endpoint.LOUDSPEAKER;
// break;
// }
// this.devicesManager.setActiveEndpoint(endpoint);

Also the Application class has no reference to the methods like joinPeerToPeerAnonymously.

Was the sample app deprecated and replaced with GuestMeeting sample. ?

Signing for Release APK

Is there any Proguard Rules for the release apk? or any other configuration to be made for release apk.

External USB Camera

How do we connect external USB camera?As i can see SDK have enum EXTERNAL of type Camera.

participant's displayname is empty

this.participantItemList.addOnListChangedCallback(listChangeListener);

When there is a person entering the meeting room

onItemRangeInserted() will be called.

but,the name of the person who has just joined is empty.

why?

MMVRSurfaceView is black

At first, it can work well, but when I turn off the phone screen and then open and found the video can not play properly, MMVRSurfaceView is black.
I know that the onSurfaceTextureDestroyed method is called when the screen is turned off. So MMVRSurfaceView was destroyed.
But when I open the screen again, how do you see the video?

My solution is to create a new MMVRSurfaceView when the screen is open again.
But I don't think it's a good idea.
So what should I do?

当我使用MMVRSurfaceView显示对方的视频的时候,刚开始它可以工作的很好,但是当我关闭手机屏幕之后再次打开手机屏幕,会发现MMVRSurfaceView是黑色的,不会再显示出来视频了。
通过分析,我知道在手机屏幕关闭的时候,MMVRSurfaceView的onSurfaceTextureDestroyed方法被调用了,然后它就被销毁了。
那么,当我再次打开手机,我要怎么样才能够看到视频呢?
我现在的解决方法是,当手机屏幕再次打开的时候,重新创建一个MMVRSurfaceView。
但是我不认为这是一个好的办法,我应该怎么办?

Set user ID

In sdk, we use the following way to join the meeting.
application.joinMeetingAnonymously(displayName, URI.create(meetingUri));
Can I set up a user ID?
I can get this ID when I get a participant.

Nothing works

Let me start by apologizing for stupid questions, but I'm a complete newbie when it comes to both Skype and Android developing.

I've installed Android Studio.
I've cloned the project.
I've added the meeting URL to the strings.xml file.
I've copied the SDk files to a libs folder - but I created it manually, since it did not excist, and the files don't seem to be recognized.
I've added til ConversationHelper, and edited the package name - but all the com.microsoft-imports fail.

I've marked the healthcare/app/main/java as Source-folder, 'cause I found a Stack-overflow thread saying that would solve something.

I've no run/deploy button (or, it's greyed out and inactive).

In the menu, under "Build", I can choose "Make Module 'skype-android-app-sdk'", but doing so gives this error:

Cannot start compilation: the output path is not specified for module "skype-android-app-sdk-samples".
Specify the output path in Configure Project.

That leads me to somekind of configurations panel, but I've no idea what to do with what inside it - since it isn't mentioned anywhere inhere.

What the heck am I missing - or doing wrong?

Obviously, I've tried googled 'til my fingers bled, but with out any luck!

Please, help me se the light before I go nuts!

Debugging gets crashed. Apk export works fine

If I run application by connecting with USB, application is getting crashed. But it works when I export the application.

Here is the crash log


01-07 08:56:24.961 27640-27640/? E/Zygote: v2
01-07 08:56:24.961 27640-27640/? I/libpersona: KNOX_SDCARD checking this for 10363
01-07 08:56:24.961 27640-27640/? I/libpersona: KNOX_SDCARD not a persona
01-07 08:56:24.966 27640-27640/? I/SELinux: Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SM-T805_5.0.2-1 ver=51
01-07 08:56:24.966 27640-27640/? W/SELinux: Function: selinux_compare_spd_ram, index[1], priority [2], priority version is VE=SEPF_SECMOBILE_6.0.1_0026
01-07 08:56:24.971 27640-27640/? W/SELinux: SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=com.microsoft.office.sfb.sfbdemo 
01-07 08:56:24.971 27640-27640/? I/art: Late-enabling -Xcheck:jni
01-07 08:56:25.021 27640-27640/? D/TimaKeyStoreProvider: TimaSignature is unavailable
01-07 08:56:25.021 27640-27640/? D/ActivityThread: Added TimaKeyStore provider
01-07 08:56:25.406 27640-27640/com.microsoft.office.sfb.sfbdemo I/MultiDex: VM with version 2.1.0 has multidex support
01-07 08:56:25.406 27640-27640/com.microsoft.office.sfb.sfbdemo I/MultiDex: install
01-07 08:56:25.406 27640-27640/com.microsoft.office.sfb.sfbdemo I/MultiDex: VM has multidex support, MultiDex support library is disabled.
01-07 08:56:25.406 27640-27640/com.microsoft.office.sfb.sfbdemo I/MultiDex: install
01-07 08:56:25.406 27640-27640/com.microsoft.office.sfb.sfbdemo I/MultiDex: VM has multidex support, MultiDex support library is disabled.
01-07 08:56:25.431 27640-27640/com.microsoft.office.sfb.sfbdemo W/ResourceType: Failure getting entry for 0x01080a8d (t=7 e=2701) (error -75)
01-07 08:56:25.531 27640-27640/com.microsoft.office.sfb.sfbdemo W/linker: /data/app/com.microsoft.office.sfb.sfbdemo-1/lib/arm/libacomo.so: unused DT entry: type 0x7ffffffd arg 0x8139bf
01-07 08:56:25.796 27640-27640/com.microsoft.office.sfb.sfbdemo I/LYNC PAL: findClass com/microsoft/media/RtcPalConfig loader 0x0
01-07 08:56:25.796 27640-27640/com.microsoft.office.sfb.sfbdemo I/LYNC PAL: findClass com/microsoft/media/RtcPalEnvironment loader 0x0
01-07 08:56:25.796 27640-27640/com.microsoft.office.sfb.sfbdemo I/LYNC PAL: findClass com/microsoft/media/NetworkPal loader 0x0
01-07 08:56:25.796 27640-27640/com.microsoft.office.sfb.sfbdemo I/LYNC PAL: findClass com/microsoft/media/ifaddrs loader 0x0
01-07 08:56:25.801 27640-27640/com.microsoft.office.sfb.sfbdemo I/LYNC PAL: findClass com/microsoft/media/MMVRSurfaceView loader 0x0
01-07 08:56:25.801 27640-27640/com.microsoft.office.sfb.sfbdemo I/LYNC PAL: findClass com/microsoft/media/MMVRSurfaceView loader 0x0
01-07 08:56:25.801 27640-27640/com.microsoft.office.sfb.sfbdemo I/LYNC PAL: findClass com/microsoft/media/NTLMEngineImpl loader 0x0
01-07 08:56:25.801 27640-27640/com.microsoft.office.sfb.sfbdemo I/como: JNI_OnLoad: JNI_Init complete
01-07 08:56:25.811 27640-27640/com.microsoft.office.sfb.sfbdemo I/Trace: TracingEnabled is set to true: on Trace initialization.
01-07 08:56:25.811 27640-27640/com.microsoft.office.sfb.sfbdemo W/SkypeForBusinessStarting: 'SfbDemo' Version 5.9.9.11 is starting.
                                                                                            .            .::::::, `.`
                                                                                            .           ::::::::::::::::,
                                                                                            .          :::      :::::::::::,
                                                                                            .         :::               ::::
                                                                                            .        `::                  :::
                                                                                            .       ::.                   :::
                                                                                            .       ::        `::::::,     :::
                                                                                            .       ::       ::::::::::.    ::,
                                                                                            .       ::      ,:::::::::::     ::
                                                                                            .       ::      ::::     ::::    ::.
                                                                                            .       ::,     :::.      ::     `::
                                                                                            .       ::     ::::              ::
                                                                                            .       ::     ::::::,           ::
                                                                                            .       ::      :::::::::,       ::
                                                                                            .       ::       ::::::::::      ::
                                                                                            .       ::          ,:::::::     ::
                                                                                            .       ::             `::::     ::
                                                                                            .       ::     ,:`      `:::     ::,
                                                                                            .       ,::    :::      .:::      ::
                                                                                            .       ::    ::::     ::::      ::
                                                                                            .       :::   ,:::::::::::`      ::
                                                                                            .       ::    `:::::::::`       ::
                                                                                            .       ,::     `:::::`         ::
                                                                                            .        :::`                  .::
                                                                                            .         ::::                 ::
                                                                                            .          ,::::`             :::
                                                                                            .            :::::::::::    ::::
                                                                                            .              ,:::::::::::::::
                                                                                            .                      ::::::
01-07 08:56:25.826 27640-27640/com.microsoft.office.sfb.sfbdemo E/Conditions: Binding.to() called but implementation type already set
01-07 08:56:25.826 27640-27640/com.microsoft.office.sfb.sfbdemo E/Conditions: Binding.to() called but implementation type already set
01-07 08:56:25.846 27640-27640/com.microsoft.office.sfb.sfbdemo I/CryptoUtils: CryptoUtils initialized. mLegacySaltFileSystemRoot = /data/user/0/com.microsoft.office.sfb.sfbdemo/Crypto
01-07 08:56:25.856 27640-27640/com.microsoft.office.sfb.sfbdemo V/OsConfigurationData: The device identifer is : [255c36bf-75b3-19f8-baa6-e29e1b244463]
01-07 08:56:25.866 27640-27640/com.microsoft.office.sfb.sfbdemo V/RtcPalEnvironment: file already exists /storage/emulated/0/Android/data/com.microsoft.office.sfb.sfbdemo/cache
01-07 08:56:25.871 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.871 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.876 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.876 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.881 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.881 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.881 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.881 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.881 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.881 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.886 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.886 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.886 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.886 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.886 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.886 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.901 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.901 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.906 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.906 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:25.906 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:25.906 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:26.546 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:26.546 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:26.546 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
01-07 08:56:26.546 27640-27640/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
01-07 08:56:27.286 27640-27640/com.microsoft.office.sfb.sfbdemo I/[Http] SfbCertificateTrustEngine: SfbCertificateTrustEngine is starting.
01-07 08:56:27.286 27640-27640/com.microsoft.office.sfb.sfbdemo D/[Http] SfbUserCertificateApprovalManager: SfbUserCertificateApprovalManager is starting.
01-07 08:56:27.291 27640-27640/com.microsoft.office.sfb.sfbdemo I/SfbDataBaseProvider: Encrypted db
01-07 08:56:27.291 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CStorageManager.cpp:44 Creating StorageManager
01-07 08:56:27.296 27640-27640/com.microsoft.office.sfb.sfbdemo I/LyncDataBase: LyncDataBase init started
01-07 08:56:27.296 27640-27640/com.microsoft.office.sfb.sfbdemo D/SfbDataBaseProvider: Initializing DB
01-07 08:56:27.296 27640-27640/com.microsoft.office.sfb.sfbdemo I/CredentialsStoreManager: getDatabasePassword, returning null because no database password is currently stored
01-07 08:56:27.296 27640-27640/com.microsoft.office.sfb.sfbdemo D/SfbDataBaseProvider: getDbKeys, Database Encryption not stored, creating new password
01-07 08:56:27.296 27640-27640/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: getAnonymousLyncAccount, adding anon account
01-07 08:56:27.296 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:296 CLyncDatabase initialize failed! Error java.lang.SecurityException
01-07 08:56:27.301 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 296
01-07 08:56:27.301 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase initialize failed! Error �PA��٥���A�إ����
01-07 08:56:27.301 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:461 IStorageManager::initialize() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.301 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 461
01-07 08:56:27.301 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::initialize() failed! Error |7���إ�|إ��إ�4ڥ�
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  RA�@�K�Xԥ�$�?���A�*� 
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3�� �@�
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CTrustModelManager.cpp:58 CTrustModelManager::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CTrustModelManager.cpp - line: 58
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CTrustModelManager::loadFromStorage() failed! Error ,3���ץ�
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:27.306 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  RA��f��Pԥ��X?���A�*��
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3��8�@��f���R?��
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsAutoDiscoverManager.cpp:117 CEwsAutoDiscoverManager::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsAutoDiscoverManager.cpp - line: 117
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CEwsAutoDiscoverManager::loadFromStorage() failed! Error ,3���ץ��ե������f���ץ��
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  RA�@y@��ԥ��Y?���A�*�
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3��P�@�0y@��R?��
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp:120 CEwsMailboxFolderManager::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp - line: 120
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CEwsMailboxFolderManager::loadFromStorage() failed! Error ,3���
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:27.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  RA���x��ӥ��y@���A�2� 
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3���ե��y@��R?��
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsVoicemailMailboxFolder.cpp:132 CEwsVoicemailMailboxFolder::loadFromStorage() failed!  Error E_MaxServersVisited (E3-5-2)
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsVoicemailMailboxFolder.cpp - line: 132
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CEwsVoicemailMailboxFolder::loadFromStorage() failed!  Error ,3��|_?�
01-07 08:56:27.316 27640-27640/com.microsoft.office.sfb.sfbdemo A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 27640 (ice.sfb.sfbdemo)
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  RA�tӥ��ԥ�0Y?���A�2��
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3���ӥ���z��R?��
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp:155 CEwsMailboxFolder::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2),folderType 0
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp - line: 155
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CEwsMailboxFolder::loadFromStorage() failed! Error ,3��,folderType 1
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  RA�^
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3���EԶ
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp:155 CEwsMailboxFolder::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2),folderType 1
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp - line: 155
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CEwsMailboxFolder::loadFromStorage() failed! Error ,3���,folderType 1
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:3349 Initialize Internal Begin
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo I/OsConfigurationData: Language identifier is en-US
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES COsInformation.cpp:254 User UI language identifier en-US was mapped to en-US 1033
01-07 08:56:28.766 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES COsInformation.cpp:284 m_timezone.m_bias set (0)->(-330)
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �RA�lե��ե���|���A�6�
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3���٥���|��
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/appstatequery/private/CBaseAppStateQuery.cpp:124 CBasePersistableComponent::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/appstatequery/private/CBaseAppStateQuery.cpp - line: 124
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableComponent::loadFromStorage() failed! Error ,3��
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3364 Initialize Internal -- App State Query Established
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo D/NetworkMonitor: A new instance of NetworkMonitor.
01-07 08:56:28.771 27640-27640/com.microsoft.office.sfb.sfbdemo I/NetworkMonitor: Starting NetworkMonitor
01-07 08:56:28.791 27640-27640/com.microsoft.office.sfb.sfbdemo D/NetworkMonitor: isNetworkAvailable ? Yes
01-07 08:56:28.791 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CNetworkMonitor.h:132 Updated networkType(0) -> 2, isInAirplaneMode(0) -> 0
01-07 08:56:28.791 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CEventChannelManager.cpp:806 Received network monitor event so restarting event channel.
01-07 08:56:28.791 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CEventChannelManager.cpp:536 Moving the event channel aggressive mode.
01-07 08:56:28.791 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3373 Initialize Internal -- Done with Network Monitor
01-07 08:56:28.791 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3382 Initialize Internal -- Done with Activity Monitor
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:137 Telemetry provider: 916dea167da54e03ae0e49aee97280f8-a16aac7c-13e6-4f86-a823-ffd81eec3490-6975
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error 
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error ,3���
01-07 08:56:28.801 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error  TA���A���A�N��
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error  TA�
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �8����~�Pq��`�A��
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error @TA���A���A�N�
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error @TA�
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �8����~�Pq��`�A��
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.806 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error @TA�lե�hե�,�~���A�Z� 
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �:��Lե�(�~��
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/liveid/privateandroid/CLiveIdSession.cpp:85 CBasePersistableComponent::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/liveid/privateandroid/CLiveIdSession.cpp - line: 85
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableComponent::loadFromStorage() failed! Error �:��p��� �~�p����
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error @TA���;�Pե�,]����A�Z��
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �:��
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/webticket/private/CWebTicketSession.cpp:742 CWebTicketSession::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/webticket/private/CWebTicketSession.cpp - line: 742
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CWebTicketSession::loadFromStorage() failed! Error �:���
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:114 Creating RequestManager with cookieHandling = 1
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error @TA���~�Xե�l�~���A�Z�
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error |:����A�h�~��
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataManager.cpp:352 CMetaDataManager::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataManager.cpp - line: 352
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CMetaDataManager::loadFromStorage() failed! Error |:����~�`�~�
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES XmlSerializer.cpp:426 Exit.
01-07 08:56:28.811 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3401 Initialize Internal -- Done starting Transport Manager
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3409 Initialize Internal -- Done with Application Information
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �TA���Զ�ե�L:?���A�b� 
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error \B��
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:3416 CApplication::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 3416
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CApplication::loadFromStorage() failed! Error \B����z�`�@�Pq����@�8�|���@���z�`�@� /J��aG���z�
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3419 Initialize Internal -- Load From Storage Complete
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �TA�PB����A�^� 
01-07 08:56:28.816 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:991 CApplication::serialize() called
01-07 08:56:28.821 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
01-07 08:56:28.821 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
01-07 08:56:28.821 27640-27640/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
01-07 08:56:28.826 27640-27640/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], overwriting with New AccountId[]
01-07 08:56:28.826 27640-27640/com.microsoft.office.sfb.sfbdemo W/CredentialsStoreManager: Password was null.
01-07 08:56:28.826 27640-27640/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Setting Credentials for service[UCWA], AccountId[], Domain[null], Username[null], Password Available[false]
01-07 08:56:28.926 27640-27640/com.microsoft.office.sfb.sfbdemo I/AccountStorageAnalyticsDb: New Storage Analytics SQL DB created.
01-07 08:56:29.011 27640-27640/com.microsoft.office.sfb.sfbdemo D/SignInTelemetry: ui_sign_in_step {Exception=CredentialStoreException, DeviceId=0-0-c1976429369bfe063ed8b3409db7c7e7d87196d9, ExceptionCause=None, SignInCorrelationId=a20f6f86-ec81-4be9-a3d0-473b4aaab252, Step=CredentialsStore}
01-07 08:56:29.031 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:1453 ICredentialStore::store() failed! Error E_KeychainError (E3-5-7)
01-07 08:56:29.031 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 1453
01-07 08:56:29.031 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: ICredentialStore::store() failed! Error ,.��$����y0��ԥ�
01-07 08:56:29.031 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
01-07 08:56:29.031 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
01-07 08:56:29.031 27640-27640/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
01-07 08:56:29.036 27640-27640/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], overwriting with New AccountId[]
01-07 08:56:29.036 27640-27640/com.microsoft.office.sfb.sfbdemo W/CredentialsStoreManager: Password was null.
01-07 08:56:29.036 27640-27640/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Setting Credentials for service[EWS], AccountId[], Domain[null], Username[null], Password Available[false]
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo D/SignInTelemetry: ui_sign_in_step {Exception=CredentialStoreException, DeviceId=0-0-c1976429369bfe063ed8b3409db7c7e7d87196d9, ExceptionCause=None, SignInCorrelationId=a20f6f86-ec81-4be9-a3d0-473b4aaab252, Step=CredentialsStore}
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:1461 ICredentialStore::store() failed! Error E_KeychainError (E3-5-7)
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 1461
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: ICredentialStore::store() failed! Error ,.��H����y0��ԥ�
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �UA�
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error LC����A�
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error LC��4ե�[ե�PB��PB��
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 107ms
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.076 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error \B��
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �!<�$ե���A�f�
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �!<�
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error <G�� ե��ե�8�A��
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3435 Initialize Internal -- Done with EWS User Agents
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<��fӶ�ե��|?���A�b�
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error <G��t
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CPersonsAndGroupsManager.cpp:261 CPersonsAndGroupsManager::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CPersonsAndGroupsManager.cpp - line: 261
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CPersonsAndGroupsManager::loadFromStorage() failed! Error <G��L֥�
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<��ե�xե���~���A�b� 
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.081 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error <G��8�A���~�H�@��
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CPersonsAndGroupsDataExpirationChecker.cpp:113 CBasePersistableComponent::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CPersonsAndGroupsDataExpirationChecker.cpp - line: 113
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableComponent::loadFromStorage() failed! Error <G��֥���~�H�%��
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<���țpե�$�D���A�v��
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error <G����@�
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CMePerson.cpp:190 CMePerson::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CMePerson.cpp - line: 190
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CMePerson::loadFromStorage() failed! Error <G���֥�
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<�E�Q�xե���~���A�z�
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error <G����c���~���a��
01-07 08:56:29.086 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBaseDeviceContactProvider.cpp:232 CBaseDeviceContactProvider::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBaseDeviceContactProvider.cpp - line: 232
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBaseDeviceContactProvider::loadFromStorage() failed! Error <G��
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3447 Initialize Internal -- Done with Person And Groups Manager
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3459 Initialize Internal -- Done with Trust Model
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<��ե��ե�P�K���A�z� 
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error <G���ե�L�K���~��
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationLayer/infrastructure/private/CUcwaAutoDiscoveryService.cpp:164 CBasePersistableComponent::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationLayer/infrastructure/private/CUcwaAutoDiscoveryService.cpp - line: 164
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableComponent::loadFromStorage() failed! Error <G���֥�<�K��
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3469 Initialize Internal -- Done with Auto Discovery Transport Manager
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaDataSynchronizer.cpp:994 Mode 0 scheduled to timeout in 60sec
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3474 Initialize Internal -- Done with UCWA Data Synchronizer
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:495 CLyncDatabase enumerateEntities failed! Error java.lang.IllegalStateException
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 495
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase enumerateEntities failed! Error �!<�!A�����
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CSourceNetworkIconProvider.cpp:103 IStorageManager::enumerateEntities() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CSourceNetworkIconProvider.cpp - line: 103
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::enumerateEntities() failed! Error <G��
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3479 Initialize Internal -- Done with Source Network Icon Provider
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<�
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error <G���ե���~�	
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CPersistentStorageCleaner.cpp:273 CBasePersistableComponent::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CPersistentStorageCleaner.cpp - line: 273
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableComponent::loadFromStorage() failed! Error <G��L֥��֥��֥���~���I��
01-07 08:56:29.091 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CPersistentStorageCleaner.cpp:326 (Re-)Schedulling cleanup run in 5sec
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3485 Initialize Internal -- Done with Persistent Storage Cleaner
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (1) type (1)!
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CEwsMailboxFolderManager.cpp:194 One more EWS object serialization schemas changed, purging in memory and persisted EWS item cache. [folderSchema, expected - 2, persisted - 0][itemSchema, expected - 4, persisted - 0][itemPropertySchema, expected - 7, persisted - 0][attachmentSchema, expected - 2, persisted - 0]
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �!<�0G����A�f��
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �!<�XAn��ԥ�0Y?���A��� 
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �F����A���z��
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error �F���ԥ��ԥ�0G��0G����z�
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error <G��
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �!<�0G����A�f�
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �!<�XAn��ӥ��_?���A��� 
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �F����A�
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error �F���ԥ��ԥ�0G��0G��
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error <G��
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: CancelSync Started
01-07 08:56:29.096 27640-27640/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: No operations pending
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 0 out-of-sync Object Models took 0ms
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:607 CLyncDatabase removeAllEntities failed! Error java.lang.IllegalStateException
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 607
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase removeAllEntities failed! Error �!<�h�>���A�
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp:317 Purging persistent mail item data failed! Error: E_MaxServersVisited (E3-5-2)
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp - line: 317
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: Purging persistent mail item data failed! Error: �B���ե�0y@�(-?��
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:607 CLyncDatabase removeAllEntities failed! Error java.lang.IllegalStateException
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 607
01-07 08:56:29.101 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase removeAllEntities failed! Error �!<��:?���A�
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp:323 Purging persistent mail item propertyset data failed! Error: E_MaxServersVisited (E3-5-2)
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp - line: 323
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: Purging persistent mail item propertyset data failed! Error: �B���ե�0y@�(-?��
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:607 CLyncDatabase removeAllEntities failed! Error java.lang.IllegalStateException
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 607
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase removeAllEntities failed! Error �!<���>���A�
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp:329 Purging peristent mail item attachment data failed! Error: E_MaxServersVisited (E3-5-2)
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CEwsMailboxFolderManager.cpp - line: 329
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: Purging peristent mail item attachment data failed! Error: �B���ե�0y@�(-?��
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �!<��B����A���
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �!<�XAn��ԥ��Y?���A����
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error LC����A�0y@��
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error LC���ե�Cե��B���B��0y@�
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error �B��
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3500 Initialize Internal -- Done with EWS Managers
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<�
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error \B����Զ�����ե��
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CCertificateProvisioningService.cpp:66 CCertificateProvisioningService::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CCertificateProvisioningService.cpp - line: 66
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CCertificateProvisioningService::loadFromStorage() failed! Error \B��L֥�����4�~��
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:3507 CCertificateProvisioningService::initialize() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 3507
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CCertificateProvisioningService::initialize() failed! Error \B����z�`�@�Pq����@�8�|���@���z�`�@� /J��aG���z�
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3510 Initialize Internal -- Done with Certificate Provisioning
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<�
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error \B����Զ@�|��R?��
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CAuthenticationManager.cpp:79 CAuthenticationManager::loadFromStorage failed!
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CAuthenticationManager.cpp - line: 79
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CAuthenticationManager::loadFromStorage failed!
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:3517 CAuthenticationManager::initialize() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 3517
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CAuthenticationManager::initialize() failed! Error \B����z�`�@�Pq����@�8�|���@���z�`�@� /J��aG���z�
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3520 Initialize Internal -- Done with Authentication Manager
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �!<�
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error \B����Զ
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CPushNotificationSynchronizer.cpp:78 LoadFromStorage() failed! Error: E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CPushNotificationSynchronizer.cpp - line: 78
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: LoadFromStorage() failed! Error: \B��L֥�
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:3526 CPushNotificationSynchronizer::initialize() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 3526
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CPushNotificationSynchronizer::initialize() failed! Error \B����z�`�@�Pq����@�8�|���@���z�`�@� /J��aG���z�
01-07 08:56:29.111 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3529 Initialize Internal -- Done with Push Notification Synchronizer
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo W/System.err: remove failed: ENOENT (No such file or directory) : /data/user/0/com.microsoft.office.sfb.sfbdemo/shared_prefs/SharedUserSettingsManager.xml.bak
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo D/ApplicationInformation: VersionChange: NoData -> 5.9.9.11: NewInstallation
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �"<���A���A���
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �"<�
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �C����~�Pq��P�A��
01-07 08:56:29.141 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 0ms
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �"<�
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:272 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 272
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �C��
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CUcwaAppSession.cpp:160 CBasePersistableComponent::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/infrastructure/private/CUcwaAppSession.cpp - line: 160
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableComponent::loadFromStorage() failed! Error �C����A���~�Pq��8�|��֥����f�
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �"<���A���A��� 
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �"<���;��ԥ�t�����A����
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �C����~�Pq��@�C��
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 0ms
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1338 Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=, configuredInternal=, configuredExternal=, loc=0, auto-discovery=1
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �"<�
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �"<�
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �C���|a��|a�@�C��
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 0ms
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:194 UcwaAppSession initializes with: desiredSessionState=0; autoSignIn=255; anonSession=0; url=; userName=; passwordAvailable=0; versionChange=0; didExitNormally=1; continueUcwaSessionIfAvailable=0
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CUcwaSession.h:65 Updating app instance URL from  -> 
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �"<��
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �"<���;�0ե�t�����A����
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �C��
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 0ms
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3553 Initialize Internal -- Done with UCWA App Session
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �"<�
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �C���ե��*���R?��
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CClientProfile.cpp:110 CClientProfile::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CClientProfile.cpp - line: 110
01-07 08:56:29.146 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CClientProfile::loadFromStorage() failed! Error �C��L֥��*��4�~��
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:3560 CClientProfile::initialize() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 3560
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CClientProfile::initialize() failed! Error �C����z�`�@�Pq����@�8�|���@���z�`�@� /J��aG���z�
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3563 Initialize Internal -- Done with Client Profile
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �"<�
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �C���ե�
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �"<��ԥ��ե�tR?���A����
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �C���ե�
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CConfiguration.cpp:982 CConfiguration::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CConfiguration.cpp - line: 982
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CConfiguration::loadFromStorage() failed! Error �C��0���
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �"<��C����A��� 
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CConfiguration.cpp:1591 CConfiguration::serialize() called
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �"<�
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error lG����A�
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error lG���ե�;ե��C���C��
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error �C��
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING APPLICATION CUcwaAppSession.cpp:638 Could not find landing page link for tokenName = policies
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3573 Initialize Internal -- Done with Configuration Object
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �"<������ե��e?���A���
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �C���ե��]���R?��
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CLocationManager.cpp:336 CConfiguration::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CLocationManager.cpp - line: 336
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CConfiguration::loadFromStorage() failed! Error �C��4�~��]����A��
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3583 Initialize Internal -- Done with Location Manager
01-07 08:56:29.151 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:89 CMediaPlatformWrapper::initialize() called
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error  &<�$ե���A����
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error  &<�
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �I�� ե��ե���C��
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO RDPINTEGRATION AndroidMediaProvider.cpp:40 HRESULT RegisterAppSharingMediaProvider()
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO RDPINTEGRATION AndroidMediaProvider.cpp:30 AndroidMediaProvider::AndroidMediaProvider()
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3610 Initialize Internal -- Done with media platform
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  &<�d���`ե�б?���A��� 
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �I��xy0�
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 0 out-of-sync Object Models took 0ms
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error  &<��k
01-07 08:56:29.376 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error �I��Lե�
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CUcmpConversationsManager.cpp:8921 CUcmpConversationsManager::loadFromStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CUcmpConversationsManager.cpp - line: 8921
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CUcmpConversationsManager::loadFromStorage() failed! Error �I��^�A�
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error  &<��I����A���
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2977 CUcmpConversationsManager::serialize() called
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3215 CUcmpConversationsManager::serializeUsingPropertyBag() called
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error  &<�
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error lD����A�
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error lD���ԥ��ե��I���I��
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 2ms
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error �I��
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:255 CUcmpMrasHelper::applyMrasTokenToMediaPlatform()
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.h:278 CUcmpMrasHelper::isMRASTokenValid(), NO token, bailing
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.h:278 CUcmpMrasHelper::isMRASTokenValid(), NO token, bailing
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:107 CUcmpMrasHelper::retrieveMrasTokens()
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2161 CUcmpConversationsManager::sendMrasRequest()
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:870 CUcmpMrasHelper::sendMrasRequest() call with href = ()
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:877 The App state (0) is not valid to send the MRAS request, cancelled.
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR JNI CDeviceRotationMonitor.cpp:62 getDeviceRotation, m_currentRotation = 0, m_currentDeviceRotation = 0
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:294 CMediaPlatformWrapper::setDeviceRotation() called with Rotation 0
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:1691 CUcmpConversationsManager::getAudioDevices() called.
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:435 CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING MMINTEGRATION CMediaPlatformWrapper.cpp:451 no audio devices!
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:435 CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 1
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING MMINTEGRATION CMediaPlatformWrapper.cpp:451 no audio devices!
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:1904 CUcmpConversationsManager::getVideoCaptureDevices() called.
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:584 CMediaPlatformWrapper::getVideoDevices() called with MediaDirection 1
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:604 devices is empty.
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.381 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �'<�$ե���A��� 
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �'<�
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error lM�� ե��ե��JG��
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:3618 CUcmpConversationsManager::initialize() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 3618
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CUcmpConversationsManager::initialize() failed! Error lM����z�`�@�Pq����@�8�|���@���z�`�@� /J��aG���z�
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3622 Initialize Internal -- Done with Conversations Manager
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3627 Initialize Internal -- Done with User Activity Publisher
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:425 CLyncDatabase getEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 425
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntity failed! Error �'<�
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:251 IStorageManager::getEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 251
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::getEntry() failed! Error lM����Զ
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CPassiveAuthenticationManager.cpp:41 CPassiveAuthenticationManager::loadFromStorage failed!
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CPassiveAuthenticationManager.cpp - line: 41
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CPassiveAuthenticationManager::loadFromStorage failed!
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3632 Initialize Internal -- Done with Passive Auth Manager
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3637 Initialize Internal -- Done with Meetings Manager
01-07 08:56:29.386 27640-27640/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CApplication.cpp:3650 Initialize Internal -- Done Registering Listeners
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CFallbackSessionManager.cpp:70 Fallback session manager initialized
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �'<��إ���A����
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �'<�
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error <D���إ��֥���C��
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:3677 Initialize Internal Complete
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp:499 CApplication::initializeInternal() failed!! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CApplication.cpp - line: 499
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CApplication::initializeInternal() failed!! Error <D��L٥�P٥�T٥�X٥�\٥�`٥�h٥�p٥�x٥��٥��٥��٥���@�Q���8٥�p٥�h٥�`٥�\٥�X٥�T٥�P٥�L٥�H٥�D٥�@٥�<٥�8٥��-?��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a��|a�(-?�d-?�<-?�D
                                                                       A�x-?�X
                                                                       A�(-?���@�P-?�D�@��-?��-?��
01-07 08:56:29.391 27640-27640/com.microsoft.office.sfb.sfbdemo I/Application: UCMP Version: 0.0.0.0
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �'<�0D����A���
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientProfile.cpp:329 CClientProfile::serialize() called
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �'<�
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error lD��
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error lD��\ۥ��ۥ�0D��0D���*��
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 3ms
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error <D��
01-07 08:56:29.396 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientProfile.cpp:306 EnablePublicCallflow changed to 1
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo I/ConfigurationManagerImpl: Enabling Preview Features: true
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �'<�0D����A��� 
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientProfile.cpp:329 CClientProfile::serialize() called
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �'<�
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error lD��
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error lD���ۥ��ۥ�0D��0D���*��
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 2ms
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error <D��
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientProfile.cpp:306 EnablePublicCallflow changed to 0
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �'<�0D����A����
01-07 08:56:29.401 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CConfiguration.cpp:1591 CConfiguration::serialize() called
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �'<�
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error ,H��
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error ,H���ۥ��ۥ�0D��0D��
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 3ms
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:29.406 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error <D��
01-07 08:56:29.411 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:892 CMediaPlatformWrapper::DevicePnpEvent called
01-07 08:56:29.411 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:974 CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
01-07 08:56:29.411 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:892 CMediaPlatformWrapper::DevicePnpEvent called
01-07 08:56:29.411 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:974 CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
01-07 08:56:29.801 27640-27640/com.microsoft.office.sfb.sfbdemo D/SecWifiDisplayUtil: Metadata value : none
01-07 08:56:29.811 27640-27640/com.microsoft.office.sfb.sfbdemo D/ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{a5d3a34 I.E...... R.....ID 0,0-0,0}
01-07 08:56:29.866 27640-27912/com.microsoft.office.sfb.sfbdemo D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
01-07 08:56:29.996 27640-27640/com.microsoft.office.sfb.sfbdemo V/ActivityThread: updateVisibility : ActivityRecord{badc5a0 token=android.os.BinderProxy@f415907 {com.microsoft.office.sfb.sfbdemo/com.microsoft.office.sfb.sfbdemo.MainActivity}} show : true
01-07 08:56:29.996 27640-27640/com.microsoft.office.sfb.sfbdemo D/ViewRootImpl: #3 mView = null
01-07 08:56:30.301 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:30.301 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:30.306 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �)<�0D����A����
01-07 08:56:30.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:30.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:30.306 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �)<�<ݥ��ݥ��y@���A����
01-07 08:56:30.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:30.306 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error ,H��@����y@��
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error ,H��<ޥ�cޥ�0D��0D���y@�
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 2ms
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error <D��
01-07 08:56:30.311 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CEwsAttachmentManager.cpp:196 Scheduling cleanup run in 86400sec
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error �)<�0D����A�.��
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error �)<�<ݥ��ݥ��y@���A�J��
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:298 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:30.316 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 298
01-07 08:56:30.331 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error ,H��
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:139 saveToStorage() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 139
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: saveToStorage() failed! Error ,H��<ޥ�cޥ�0D��0D���y@�
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 12ms
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp:368 CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CBasePersistableEntity.cpp - line: 368
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CBasePersistableEntity::storeAllUnsyncedObjects() failed! Error <D��
01-07 08:56:30.336 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CEwsAttachmentManager.cpp:196 Scheduling cleanup run in 86400sec
01-07 08:56:30.361 27640-27640/com.microsoft.office.sfb.sfbdemo W/ActivityThread: handleSleeping: no activity for token android.os.BinderProxy@f415907
01-07 08:56:30.456 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:892 CMediaPlatformWrapper::DevicePnpEvent called
01-07 08:56:30.456 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:974 CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
01-07 08:56:30.456 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:892 CMediaPlatformWrapper::DevicePnpEvent called
01-07 08:56:30.456 27640-27883/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:974 CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
01-07 08:56:30.576 27640-27640/com.microsoft.office.sfb.sfbdemo I/Choreographer: Skipped 41 frames!  The application may be doing too much work on its main thread.
01-07 08:56:30.576 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2222 CUcmpConversationsManager::onEvent(). EventType: 1
01-07 08:56:30.576 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2222 CUcmpConversationsManager::onEvent(). EventType: 1
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2281 Front facing camera found, setting as default device
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2005 CUcmpConversationsManager::setDefaultVideoCaptureDevice() called.
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:506 CMediaPlatformWrapper::setDefaultVideoDevice() called with MediaDirection 1
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2222 CUcmpConversationsManager::onEvent(). EventType: 1
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:1691 CUcmpConversationsManager::getAudioDevices() called.
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:435 CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:435 CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 1
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:1850 CUcmpConversationsManager::getDefaultAudioDevice() called.
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:397 CMediaPlatformWrapper::getDefaultAudioDevice() called with MediaDirection 2
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:397 CMediaPlatformWrapper::getDefaultAudioDevice() called with MediaDirection 1
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:1780 CUcmpConversationsManager::setDefaultAudioDevice() called.
01-07 08:56:30.581 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:358 CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 2
01-07 08:56:30.586 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:358 CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 1
01-07 08:56:30.586 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.586 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.586 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2222 CUcmpConversationsManager::onEvent(). EventType: 1
01-07 08:56:30.586 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:1691 CUcmpConversationsManager::getAudioDevices() called.
01-07 08:56:30.586 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:435 CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:435 CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 1
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:1850 CUcmpConversationsManager::getDefaultAudioDevice() called.
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:397 CMediaPlatformWrapper::getDefaultAudioDevice() called with MediaDirection 2
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaPlatformWrapper.cpp:397 CMediaPlatformWrapper::getDefaultAudioDevice() called with MediaDirection 1
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.591 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.601 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.601 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:30.601 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO MMINTEGRATION CMediaDeviceWrapper.cpp:38 CMediaDeviceWrapper::release() called
01-07 08:56:34.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:528 CLyncDatabase getEntityCount failed! Error java.lang.IllegalStateException
01-07 08:56:34.096 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 528
01-07 08:56:34.096 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntityCount failed! Error �(<�8q?���A�lޥ�2� 
01-07 08:56:34.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:528 CLyncDatabase getEntityCount failed! Error java.lang.IllegalStateException
01-07 08:56:34.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 528
01-07 08:56:34.101 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntityCount failed! Error �(<��R?���A�lޥ�2�
01-07 08:56:34.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:670 CLyncDatabase removeEntity failed! Error java.lang.IllegalStateException
01-07 08:56:34.101 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 670
01-07 08:56:34.106 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase removeEntity failed! Error �(<�j�sP
01-07 08:56:34.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES CPersistentStorageCleaner.cpp:375 removeExpiredEntries(Persons) failed! Error: E_MaxServersVisited (E3-5-2)!
01-07 08:56:34.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:670 CLyncDatabase removeEntity failed! Error java.lang.IllegalStateException
01-07 08:56:34.106 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 670
01-07 08:56:34.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase removeEntity failed! Error �(<����P
01-07 08:56:34.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES CPersistentStorageCleaner.cpp:389 removeExpiredEntries(Groups) failed! Error: E_MaxServersVisited (E3-5-2)!
01-07 08:56:34.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:528 CLyncDatabase getEntityCount failed! Error java.lang.IllegalStateException
01-07 08:56:34.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 528
01-07 08:56:34.111 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntityCount failed! Error �(<�8q?���A�
01-07 08:56:34.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:528 CLyncDatabase getEntityCount failed! Error java.lang.IllegalStateException
01-07 08:56:34.111 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 528
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase getEntityCount failed! Error �(<��R?���A�
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CPersistentStorageCleaner.cpp:401 PersistentStorage cleanup task took 634ms Item count before/after is 0/0
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:736 CLyncDatabase beginTransaction failed! Error java.lang.IllegalStateException
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 736
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase beginTransaction failed! Error @(<��s�2��A�^��
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp:379 CLyncDatabase addOrUpdateEntity failed! Error java.lang.IllegalStateException
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/android/native/proxy/CLyncDatabase.cpp - line: 379
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: CLyncDatabase addOrUpdateEntity failed! Error @(<�xݥ��ݥ���~���A�2�
01-07 08:56:34.116 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp:226 IStorageManager::addOrUpdateEntry() failed! Error E_MaxServersVisited (E3-5-2)
01-07 08:56:34.121 27640-27640/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/persistentstorage/private/CBasePersistableComponent.cpp - line: 226
01-07 08:56:34.121 27640-27640/com.microsoft.office.sfb.sfbdemo D/SFB: IStorageManager::addOrUpdateEntry() failed! Error �G�����2
01-07 08:56:34.121 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
01-07 08:56:34.121 27640-27640/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CPersistentStorageCleaner.cpp:326 (Re-)Schedulling cleanup run in 659006sec

Sometimes the method onCanStartVideoServiceChanged is not called with canStartVideoService = true

Hi,

The ConversationCallback is really inconstant.

Sometimes it calls some methods multiple times, sometimes it don't call them at all.

The problem I'm getting right now is that sometimes the method onCanStartVideoServiceChanged(boolean canStartVideoService) is never called with value true...

I simulate two diferente situation.
https://github.com/4brunu/SkypeForBusinessAndroidVideoIssue/blob/master/app/src/main/java/com/microsoft/office/sfb/healthcare/SkypeCallFragment.java#L108-L111

The first one, I only init the ConversationHelper and don't call mConversationHelper.ensureVideoIsStartedAndRunning();.
Here are two different log's when I try this.

*First log*
onCanSendMessage(boolean canSendMessage = true)
onSelfAudioMuteChanged(AudioService.MuteState newMuteState = MUTED)
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanSetPausedVideoServiceChanged(boolean canSetPausedVideoService = true)
onCanSetPausedVideoServiceChanged(boolean canSetPausedVideoService = false)
onCanSetPausedVideoServiceChanged(boolean canSetPausedVideoService = true)

*Second log*
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanSendMessage(boolean canSendMessage = true)
onSelfAudioMuteChanged(AudioService.MuteState newMuteState = MUTED)
onCanStartVideoServiceChanged(boolean canStartVideoService = true)

The second one, is when I init the ConversationHelper and call ConversationHelper.ensureVideoIsStartedAndRunning().
Here are more different log's when I try this.

*first log*
onCanSendMessage(boolean canSendMessage = true)
onSelfAudioMuteChanged(AudioService.MuteState newMuteState = MUTED)
onCanStartVideoServiceChanged(boolean canStartVideoService = true)

*second log*
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanSendMessage(boolean canSendMessage = true)
onSelfAudioMuteChanged(AudioService.MuteState newMuteState = MUTED)
onCanStartVideoServiceChanged(boolean canStartVideoService = true)

*third log*
onCanSendMessage(boolean canSendMessage = true)
onSelfAudioMuteChanged(AudioService.MuteState newMuteState = MUTED)
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanSetPausedVideoServiceChanged(boolean canSetPausedVideoService = true)
onCanSetPausedVideoServiceChanged(boolean canSetPausedVideoService = false)
onCanSetPausedVideoServiceChanged(boolean canSetPausedVideoService = true)

*fourth log*
onSelfAudioMuteChanged(AudioService.MuteState newMuteState = MUTED)
onCanSendMessage(boolean canSendMessage = true)
onCanSetPausedVideoServiceChanged(boolean canSetPausedVideoService = true)

*fifth log*
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanStartVideoServiceChanged(boolean canStartVideoService = false)
onCanSendMessage(boolean canSendMessage = true)
onSelfAudioMuteChanged(AudioService.MuteState newMuteState = MUTED)
onCanStartVideoServiceChanged(boolean canStartVideoService = true)

if the method onCanStartVideoServiceChanged is not called with canStartVideoService = true, where am I suppose to start the video?

The situations above, where simulated in the same conditions, with the same meting and the same device (Moto G first generation - Android 5.1).

I did some additional tests with the following devices, and got the same issues:

  • Nexus 5X - Android 7.1.2
  • One Plus X - Android 6.0.1
  • Samsung GT-S7580 - Android 4.2.2

I'm using Skype for business SDK 1.1.0

Thanks

videoService canStart/canStop always returning false since 1.3.0.0

Everything is working fine using the 1.1.0.0 AARs/JARs. Updating to 1.3.0.0 appears to affect the video service and its ability to send video. I never used the built-in conversation helper in Android because I had to make enough modifications / extensions to support our use cases. Nevertheless, my version of the helper worked flawlessly (currently in production) up to the moment I tried to upgrade to 1.3.0.0. The mobile app now receives video but does not appear to transmit it (although the local preview works). My property change callback for the conversation shows that the CAN_START and CAN_STOP properties are flagged repeatedly but canStart() and canStop always return false. That's odd, right? At least ONE of them ought to be true (once the connection is established and things have settled). Logs attached. Thank you in advance. P.S. Identifying information has been intentionally obfuscated.
app_log.log

Meeting joining was unsuccessful in Android Tablets

In Android tablets (tried Samsung SM-T531, Samsung SM-T805) there is no action after clicking join meeting button in guest meeting sample.
I tried in 5.1.1 samsung mobile phone, It works fine there.

Here is the log form the device SM-T531 armeabi-v7a (5.0.2).

12-12 19:12:10.140 18025-18025/com.microsoft.office.sfb.sfbdemo D/ViewRootImpl: ViewPostImeInputStage processPointer 0
12-12 19:12:10.290 18025-18025/com.microsoft.office.sfb.sfbdemo D/ViewRootImpl: ViewPostImeInputStage processPointer 1
12-12 19:12:10.300 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:10.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type SignInCreateApplicationEnd: 
12-12 19:12:10.315 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type Heartbeat: 
12-12 19:12:10.330 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:10.335 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.340 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.340 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1049 CUcwaAppSession canceling all requests
12-12 19:12:10.340 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.340 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp:544 Timer cancelled. OnResume = 0
12-12 19:12:10.340 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CAlertReporter.cpp:116 Alert cleared of Category 1, Type 201, cleared 0 alerts
12-12 19:12:10.345 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.345 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp:544 Timer cancelled. OnResume = 0
12-12 19:12:10.350 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.355 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
12-12 19:12:10.355 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.355 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.360 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.360 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 0 out-of-sync Object Models took 0ms
12-12 19:12:10.365 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.365 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.370 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.370 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.370 18025-18025/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: CancelSync Started
12-12 19:12:10.370 18025-18025/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: No operations pending
12-12 19:12:10.370 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 0 out-of-sync Object Models took 0ms
12-12 19:12:10.375 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 0 out-of-sync Object Models took 0ms
12-12 19:12:10.375 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.380 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:150 stored X509 certificate in account manager, result 0
12-12 19:12:10.380 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.385 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:200 stored certificate key in account manager, result 0
12-12 19:12:10.385 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCertificateProvisioningService.cpp:550 Clearing certificate from transport: afff39fc-094e-4492-9907-ac9f391bf2ca
12-12 19:12:10.385 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.390 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:150 stored X509 certificate in account manager, result 0
12-12 19:12:10.390 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.395 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:200 stored certificate key in account manager, result 0
12-12 19:12:10.395 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.400 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.400 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
12-12 19:12:10.400 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
12-12 19:12:10.405 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
12-12 19:12:10.405 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 1ms
12-12 19:12:10.405 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:991 CApplication::serialize() called
12-12 19:12:10.405 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:10.405 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:10.405 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:10.410 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.410 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:10.410 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[UCWA], domain[null], userName[null], password available[false] 
12-12 19:12:10.425 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:10.425 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:10.425 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:10.425 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.425 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:10.425 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[EWS], domain[null], userName[null], password available[false] 
12-12 19:12:10.445 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 9ms
12-12 19:12:10.450 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:10.455 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.455 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.455 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:956 Impersonalized the Object Model
12-12 19:12:10.455 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 0 out-of-sync Object Models took 0ms
12-12 19:12:10.460 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2977 CUcmpConversationsManager::serialize() called
12-12 19:12:10.460 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3215 CUcmpConversationsManager::serializeUsingPropertyBag() called
12-12 19:12:10.460 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
12-12 19:12:10.460 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
12-12 19:12:10.465 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 5ms
12-12 19:12:10.465 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversation.cpp:1244 Terminate called for conversation (Key b86043ea-88ed-4be3-83a3-e33d59684b64) (ConversationState Idle). isUserInitiated 0
12-12 19:12:10.465 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION CUcmpConversation.cpp:1252 Unable to terminate conversation with error (E_ActionNotAvailable (E3-8-1))
12-12 19:12:10.465 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2977 CUcmpConversationsManager::serialize() called
12-12 19:12:10.465 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3215 CUcmpConversationsManager::serializeUsingPropertyBag() called
12-12 19:12:10.465 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
12-12 19:12:10.465 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
12-12 19:12:10.470 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 5ms
12-12 19:12:10.470 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:702 CUcmpMrasHelper::impersonalize() called
12-12 19:12:10.470 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2977 CUcmpConversationsManager::serialize() called
12-12 19:12:10.470 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3215 CUcmpConversationsManager::serializeUsingPropertyBag() called
12-12 19:12:10.470 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
12-12 19:12:10.470 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
12-12 19:12:10.475 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 5ms
12-12 19:12:10.475 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2977 CUcmpConversationsManager::serialize() called
12-12 19:12:10.475 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3215 CUcmpConversationsManager::serializeUsingPropertyBag() called
12-12 19:12:10.475 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
12-12 19:12:10.475 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3029 CUcmpConversationsManager::deserialize() started
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:625 CUcmpMrasHelper::deserialize() called
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:663 CUcmpMrasHelper::deserialize : deserialized mrasToken with0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = m_httpProxyPort = -1
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3808 CUcmpConversationsManager::deserialize() completed successfully
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:991 CApplication::serialize() called
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:10.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:10.490 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:10.490 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.490 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:10.490 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[UCWA], domain[null], userName[null], password available[false] 
12-12 19:12:10.500 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:10.500 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:10.500 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:10.505 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.505 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:10.505 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[EWS], domain[null], userName[null], password available[false] 
12-12 19:12:10.515 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 7ms
12-12 19:12:10.515 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:670 CUcmpConversationsManager::createConversation() called
12-12 19:12:10.520 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 2ms
12-12 19:12:10.525 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
12-12 19:12:10.530 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.535 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.535 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:10.540 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.550 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:10.555 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:10.560 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:10.565 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.570 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.575 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.575 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.580 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.590 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:10.595 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:10.600 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:10.600 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversation.cpp:463 CConversation::initialize() called, conversation (key aafa793c-4a20-4a3f-bb48-7e9e84c32556)
12-12 19:12:10.600 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpParticipant.cpp:429 Initialize called for participant (key ea730b2b-d04b-460c-8db6-70934444500f) in conversation (key aafa793c-4a20-4a3f-bb48-7e9e84c32556)
12-12 19:12:10.610 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 2ms
12-12 19:12:10.610 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2977 CUcmpConversationsManager::serialize() called
12-12 19:12:10.610 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3215 CUcmpConversationsManager::serializeUsingPropertyBag() called
12-12 19:12:10.610 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
12-12 19:12:10.610 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
12-12 19:12:10.615 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 4ms
12-12 19:12:10.615 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type MeetingJoinLauncherStart: 
12-12 19:12:10.625 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:10.625 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:114 CMeetingUrlCracker::initiateMeetingUrlCrackRequest() called
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: get native -1766360472 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@1b3f727
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Original URL: https://meet.mydomain.in/user25/bd115ffr method Get
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Decoded URL: https://meet.mydomain.in/user25/bd115ffr
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:706 <SentRequest>
                                                                       GET https://meet.mydomain.in/user25/bd115ffr
                                                                       Request Id: 0x96cb5f88
                                                                       HttpHeader:Accept Application/vnd.microsoft.lync.meeting+xml;ver=14
                                                                       HttpHeader:X-MS-LyncBuild 4.0
                                                                       
                                                                       
                                                                       </SentRequest>
12-12 19:12:10.630 18025-18025/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Sending HTTP request: Get https://meet.mydomain.in/user25/bd115ffr
12-12 19:12:10.635 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:378 Submitting new req. GET-JoinLauncherUrlRequest(0x96cb5f88); Timeout timer started
12-12 19:12:10.635 18025-18281/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Get https://meet.mydomain.in/user25/bd115ffr
12-12 19:12:10.640 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:10.640 18025-18281/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://meet.mydomain.in/user25/bd115ffr and setting it to FALSE for manual handling
12-12 19:12:10.640 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:991 CApplication::serialize() called
12-12 19:12:10.640 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "meet.mydomain.in" converted to "meet.mydomain.in"
12-12 19:12:10.640 18025-18281/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = meet.mydomain.in, threadId = 2460
12-12 19:12:10.640 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:10.640 18025-18281/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Get https://meet.mydomain.in/user25/bd115ffr Connection pool count is  0
12-12 19:12:10.640 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:10.640 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:10.645 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.645 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:10.645 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[UCWA], domain[null], userName[null], password available[false] 
12-12 19:12:10.665 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:10.665 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:10.665 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:10.665 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:10.670 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:10.670 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[EWS], domain[null], userName[null], password available[false] 
12-12 19:12:10.685 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] SfbSSLSocketFactory: Adding SNI Support for host meet.mydomain.in.
12-12 19:12:10.695 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 24ms
12-12 19:12:10.700 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Updating the last certificate checked for host. host = meet.mydomain.in, certificate = X509CertificateInfo { Issuer = Go Daddy Secure Certificate Authority - G2, Subject = skypesvr.mydomain.in, SigAlgName = SHA256WithRSA, NotBefore = 04 Oct 2016 06:03:43 PM, NotAfter = 01 Oct 2017 09:05:41 AM, SerialNumber = 9560687371005256548 }, threadId = 2460
12-12 19:12:10.705 18025-18025/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (1) type (1)!
12-12 19:12:10.715 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 17ms
12-12 19:12:10.715 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CEwsAttachmentManager.cpp:196 Scheduling cleanup run in 86400sec
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo W/ConversationImpl: ConversationEvent ActionAvailabilityChanged Terminate
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo W/ConversationImpl: Leave Conversation action
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/System.out: Mohan onPropertyChanged 4
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
12-12 19:12:10.725 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
12-12 19:12:10.760 18025-18281/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCertificateTrustEngine: Certificate trusted by the standard OS trust manager: X509CertificateInfo { Issuer = Go Daddy Secure Certificate Authority - G2, Subject = skypesvr.mydomain.in, SigAlgName = SHA256WithRSA, NotBefore = 04 Oct 2016 06:03:43 PM, NotAfter = 01 Oct 2017 09:05:41 AM, SerialNumber = 9560687371005256548 }
12-12 19:12:10.820 18025-18281/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://meet.mydomain.in/user25/bd115ffr
12-12 19:12:10.965 18025-18281/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://meet.mydomain.in/user25/bd115ffr
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: ~~ Response headers 
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :cache-control Value :private
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :transfer-encoding Value :chunked
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :content-type Value :Application/vnd.microsoft.lync.meeting+xml; charset=utf-8
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-server-fqdn Value :SKYPESVR.mydomain.in
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-correlation-id Value :2147690347
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :client-request-id Value :e176a597-4ffa-4e46-b11c-644fb33a816d
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :strict-transport-security Value :max-age=31536000; includeSubDomains
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-content-type-options Value :nosniff
12-12 19:12:10.970 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :date Value :Wed, 07 Dec 2016 13:43:17 GMT
12-12 19:12:10.975 18025-18281/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: onRecieveData
12-12 19:12:10.975 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "meet.mydomain.in" converted to "meet.mydomain.in"
12-12 19:12:10.975 18025-18281/com.microsoft.office.sfb.sfbdemo D/NetworkTelemetry: network_request {Http_RequestMethod=Get, Http_Latency=341 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=200, Http_RequestId=10, Http_RequestUri=https://meet.mydomain.in/user25/bd115ffr, Http_ExceptionType=none}
12-12 19:12:10.975 18025-18281/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Got Response: 200 for: Get https://meet.mydomain.in/user25/bd115ffr com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@1b3f727
12-12 19:12:10.975 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback:  HttpCallback Finished successfully and statusCode 200
12-12 19:12:10.975 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: mNativeObjectRef = -1766360472
12-12 19:12:10.975 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:173 Received response of request(JoinLauncherCrackHttpsUrlRequest) with status = 0x0
12-12 19:12:10.975 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:1102 <ReceivedResponse>
                                                                       GET https://meet.mydomain.in/user25/bd115ffr
                                                                       Request Id: 0x96cb5f88
                                                                       HttpHeader:cache-control private
                                                                       HttpHeader:client-request-id e176a597-4ffa-4e46-b11c-644fb33a816d
                                                                       HttpHeader:content-type Application/vnd.microsoft.lync.meeting+xml; charset=utf-8
                                                                       HttpHeader:date Wed, 07 Dec 2016 13:43:17 GMT
                                                                       HttpHeader:StatusCode 200
                                                                       HttpHeader:strict-transport-security max-age=31536000; includeSubDomains
                                                                       HttpHeader:transfer-encoding chunked
                                                                       HttpHeader:x-content-type-options nosniff
                                                                       HttpHeader:x-ms-correlation-id 2147690347
                                                                       HttpHeader:x-ms-server-fqdn SKYPESVR.mydomain.in
                                                                       
                                                                       <?xml version="1.0" encoding="utf-8"?><conf-info xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/rtc/2009/05/simplejoinconfdoc"><conf-uri>sip:[email protected];gruu;opaque=app:conf:focus:id:bd115ffr</conf-uri><server-time>127.9951</server-time><original-incoming-url>https://meet.medtec
12-12 19:12:10.980 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:270 Sending event to main thread for request(0x96cb5f88)
12-12 19:12:10.990 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 11ms
12-12 19:12:11.000 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 7ms
12-12 19:12:11.005 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 11ms
12-12 19:12:11.015 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 8ms
12-12 19:12:11.015 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:825 Req. completed, Stopping timer.
12-12 19:12:11.015 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:227 CMeetingUrlCracker::onRequestTerminated(): type: 51, errorCode: 0
12-12 19:12:11.020 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:346 Telemetry-id value is 65d2aaf2-ba65-4fb0-8162-0e32460947b5
12-12 19:12:11.020 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:192 Firing MeetingUrlCracker Event, type: 0
12-12 19:12:11.025 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 7ms
12-12 19:12:11.025 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpAnonMeetingJoinManager.cpp:319 Telemetry value is 65d2aaf2-ba65-4fb0-8162-0e32460947b5
12-12 19:12:11.030 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:11.030 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:11.035 18025-18025/com.microsoft.office.sfb.sfbdemo V/CryptoUtils: encryptInternal called with [seed.length: 36], [data.length: 8], [salt.length: 16], [isNewSalt: false], [isNewSeed: false]
12-12 19:12:11.045 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CCredentialManager.cpp:172 setMeetingJoinCredential creating credential: credType (4) signInName (sip:[email protected];gruu;opaque=app:conf:focus:id:bd115ffr) domain () username () password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
12-12 19:12:11.050 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 7ms
12-12 19:12:11.055 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:442 SignIn. signInAsUserState=0, actualState=0
12-12 19:12:11.055 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:11.055 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1338 Updating URLs. For Ucwa: discoveredFqdn=https://skype.mydomain.in, applicationsRelativeUrl=/ucwa/v1/applications, configuredInternal=, configuredExternal=, loc=1, auto-discovery=1
12-12 19:12:11.060 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:11.065 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:11.065 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type SignInStart: 
12-12 19:12:11.080 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:11.080 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type Heartbeat: 
12-12 19:12:11.100 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:11.105 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 7ms
12-12 19:12:11.105 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1049 CUcwaAppSession canceling all requests
12-12 19:12:11.105 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:784 CUcwaAppSession::sendCreateApplicationRequest called
12-12 19:12:11.105 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CUcwaSession.h:65 Updating app instance URL from  -> 
12-12 19:12:11.105 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1338 Updating URLs. For Ucwa: discoveredFqdn=https://skype.mydomain.in, applicationsRelativeUrl=/ucwa/v1/applications, configuredInternal=, configuredExternal=, loc=1, auto-discovery=1
12-12 19:12:11.110 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:11.110 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CUcwaSession.cpp:459 App instance URL is empty(/ucwa/v1/applications)
12-12 19:12:11.110 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/utilities/miscellaneous/public/CHashedString.h:195 ownSip must be valid!
12-12 19:12:11.110 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/utilities/miscellaneous/public/CHashedString.h - line: 195
12-12 19:12:11.110 18025-18025/com.microsoft.office.sfb.sfbdemo D/SFB: ownSip must be valid!
12-12 19:12:11.115 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:11.120 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 6ms
12-12 19:12:11.125 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 2ms
12-12 19:12:11.125 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAutoDiscoveryService.cpp:1102 Set deployment info to 2
12-12 19:12:11.125 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:430 Received a request to get the meta data of type 0 for url https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.125 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:485 Sending Unauthenticated get to get the web-ticket url
12-12 19:12:11.125 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
12-12 19:12:11.125 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
12-12 19:12:11.125 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: get native -1712600200 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@ceafaa3
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Original URL: https://skype.mydomain.in/ucwa/v1/applications method Get
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Decoded URL: https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:706 <SentRequest>
                                                                       GET https://skype.mydomain.in/ucwa/v1/applications
                                                                       Request Id: 0x96cb5088
                                                                       HttpHeader:Accept 
                                                                       
                                                                       
                                                                       </SentRequest>
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Sending HTTP request: Get https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.130 18025-18386/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Get https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:109 Waiting on Meta Data from https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:378 Submitting new req. POST-Application(0x99f44bc8); Timeout timer started
12-12 19:12:11.130 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1071 CUcwaAppSession::setNewActualState() state=2
12-12 19:12:11.135 18025-18386/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://skype.mydomain.in/ucwa/v1/applications and setting it to FALSE for manual handling
12-12 19:12:11.135 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "skype.mydomain.in" converted to "skype.mydomain.in"
12-12 19:12:11.135 18025-18386/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = skype.mydomain.in, threadId = 2462
12-12 19:12:11.135 18025-18386/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Get https://skype.mydomain.in/ucwa/v1/applications Connection pool count is  1
12-12 19:12:11.135 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:11.140 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:11.140 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 1ms
12-12 19:12:11.140 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpAnonMeetingJoinManager.cpp:349 CUcwaAppSession::signIn() succeeded
12-12 19:12:11.140 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type SignInCreateApplicationStart: 
12-12 19:12:11.150 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] SfbSSLSocketFactory: Adding SNI Support for host skype.mydomain.in.
12-12 19:12:11.155 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type MeetingJoinLauncherSuccess: https://meet.mydomain.in/user25/bd115ffr Url cracking result: S_OK (S0-0-0)
12-12 19:12:11.160 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Updating the last certificate checked for host. host = skype.mydomain.in, certificate = X509CertificateInfo { Issuer = Go Daddy Secure Certificate Authority - G2, Subject = skypesvr.mydomain.in, SigAlgName = SHA256WithRSA, NotBefore = 04 Oct 2016 06:03:43 PM, NotAfter = 01 Oct 2017 09:05:41 AM, SerialNumber = 9560687371005256548 }, threadId = 2462
12-12 19:12:11.170 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 8ms
12-12 19:12:11.170 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:735 Response received for req. GET-JoinLauncherUrlRequest(0x96cb5f88): S_OK (S0-0-0) (Success); Done with req.; Stopping resend timer
12-12 19:12:11.200 18025-18386/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCertificateTrustEngine: Certificate trusted by the standard OS trust manager: X509CertificateInfo { Issuer = Go Daddy Secure Certificate Authority - G2, Subject = skypesvr.mydomain.in, SigAlgName = SHA256WithRSA, NotBefore = 04 Oct 2016 06:03:43 PM, NotAfter = 01 Oct 2017 09:05:41 AM, SerialNumber = 9560687371005256548 }
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo D/[HttpAuth] CredentialsMap: URI "https://skype.mydomain.in/ucwa/v1/applications" converted CredentialsMap key: "https://skype.mydomain.in/ucwa/v1/applications"
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo D/[HttpAuth] SfbAuthenticator: Authentication STEP STARTED (with WWW-Authenticate) for HTTP response for https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo D/[HttpAuth] SfbAuthenticator: Exception (SfbMissingAuthCredentialsException) caught while authenticating using (no challenge selected) scheme (for WWW-Authenticate) for response for https://skype.mydomain.in/ucwa/v1/applications: com.microsoft.office.lync.platform.http.HttpProvider.OkHttpProvider.OkHttpAuthentication.exceptions.SfbMissingAuthCredentialsException: null credentials provided while authenticating header WWW-Authenticate for request https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo D/MissingAuthCredentialsHelper: SfbMissingAuthCredentialsException received but not being tracked for:https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: ~~ Response headers 
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :content-type Value :text/html
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-webticketurl Value :https://skype.mydomain.in/WebTicket/WebTicketService.svc
12-12 19:12:11.290 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-webticketsupported Value :cwt,saml
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-server-fqdn Value :SKYPESVR.mydomain.in
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-correlation-id Value :2147515827
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :client-request-id Value :3309e293-1b82-40a5-9597-9a62a32060c7
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :strict-transport-security Value :max-age=31536000; includeSubDomains
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :date Value :Wed, 07 Dec 2016 13:43:18 GMT
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :content-length Value :1293
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: onRecieveData
12-12 19:12:11.295 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "skype.mydomain.in" converted to "skype.mydomain.in"
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo D/NetworkTelemetry: network_request {Http_RequestMethod=Get, Http_Latency=166 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=401, Http_RequestId=11, Http_RequestUri=https://skype.mydomain.in/ucwa/v1/applications, Http_ExceptionType=none}
12-12 19:12:11.295 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback:  HttpCallback Finished successfully and statusCode 401
12-12 19:12:11.295 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: mNativeObjectRef = -1712600200
12-12 19:12:11.295 18025-18386/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Got Response: 401 for: Get https://skype.mydomain.in/ucwa/v1/applications com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@ceafaa3
12-12 19:12:11.300 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:173 Received response of request() with status = 0x0
12-12 19:12:11.300 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:1102 <ReceivedResponse>
                                                                       GET https://skype.mydomain.in/ucwa/v1/applications
                                                                       Request Id: 0x96cb5088
                                                                       HttpHeader:client-request-id 3309e293-1b82-40a5-9597-9a62a32060c7
                                                                       HttpHeader:content-length 1293
                                                                       HttpHeader:content-type text/html
                                                                       HttpHeader:date Wed, 07 Dec 2016 13:43:18 GMT
                                                                       HttpHeader:StatusCode 401
                                                                       HttpHeader:strict-transport-security max-age=31536000; includeSubDomains
                                                                       HttpHeader:x-ms-correlation-id 2147515827
                                                                       HttpHeader:x-ms-server-fqdn SKYPESVR.mydomain.in
                                                                       HttpHeader:x-ms-webticketsupported cwt,saml
                                                                       HttpHeader:x-ms-webticketurl https://skype.mydomain.in/WebTicket/WebTicketService.svc
                                                                       
                                                                       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                                                                       <html xmlns="http://www.w3.org/1999/xhtml">
                                                                       <head>
                                                                       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
                                                                       <title>401 - Unauthorized: Access is denied due to invalid credentials.</title>
                                                                       <style type="text/css">
                                                                       <!--
                                                                       body{margin:0;fo
12-12 19:12:11.300 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:270 Sending event to main thread for request(0x96cb5088)
12-12 19:12:11.300 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:621 Received response for meta data request of type 60 with status 0
12-12 19:12:11.300 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:691 Base service url constructed from unauth-get-response is https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:777 Added a binding based on the unauth-get response
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:217 MetaData retrieval for url https://skype.mydomain.in/ucwa/v1/applications completed with status 0
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:247 Deleting 1 pended Meta data requests for url https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:430 Received a request to get the meta data of type 0 for url https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:329 Executing request after meta data successfully retrieved
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:430 Received a request to get the meta data of type 0 for url https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CCredentialManager.cpp:172 getSpecificCredential for serviceId(1) returning: credType (4) signInName (sip:[email protected];gruu;opaque=app:conf:focus:id:bd115ffr) domain () username (sip:[email protected];gruu;opaque=app:conf:focus:id:bd115ffr) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CWebTicketSession.cpp:475 No Cached web-ticket found.
12-12 19:12:11.305 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CWebTicketSession.cpp:518 Received request for a new token for https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:11.310 18025-18025/com.microsoft.office.sfb.sfbdemo V/RandomUtils: Generated randombytes of length: 256
12-12 19:12:11.310 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:430 Received a request to get the meta data of type 2 for url https://skype.mydomain.in/WebTicket/WebTicketService.svc
12-12 19:12:11.310 18025-18025/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (1) type (1)!
12-12 19:12:11.310 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:515 Sending Mex request for endpoint (https://skype.mydomain.in/WebTicket/WebTicketService.svc) w/ sign-in name () 
12-12 19:12:11.310 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
12-12 19:12:11.310 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: get native -1764787904 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@9767291
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Original URL: https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex method Post
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Decoded URL: https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp:153 Empty credentials. Unable to add X-User-Identity header
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp - line: 153
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo D/SFB: Empty credentials. Unable to add X-User-Identity header
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp:153 Empty credentials. Unable to add X-User-Identity header
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp - line: 153
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo D/SFB: Empty credentials. Unable to add X-User-Identity header
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:706 <SentRequest>
                                                                       POST https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex
                                                                       Request Id: 0x96cb5f88
                                                                       HttpHeader:Accept text/xml, application/soap+xml, application/octet-stream
                                                                       HttpHeader:Content-Type application/soap+xml; charset=utf-8
                                                                       
                                                                       <soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing"><soap12:Header><wsa:Action soap12:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</wsa:Action><wsa:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address></wsa:ReplyTo><wsa:To soap12:mustUnderstand="1">https://skype.mydomain.in/WebTicket/WebTicketService.svc</wsa:To></soap12:Header><soap12:Body/></soap12:Envelope>
                                                                       </SentRequest>
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: set body- length=489
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Sending HTTP request: Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:109 Waiting on Meta Data from https://skype.mydomain.in/WebTicket/WebTicketService.svc
12-12 19:12:11.315 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CBindingTransformationFactory.cpp:258 Waiting on a token of type 2
12-12 19:12:11.315 18025-18272/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex
12-12 19:12:11.320 18025-18272/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex and setting it to FALSE for manual handling
12-12 19:12:11.320 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "skype.mydomain.in" converted to "skype.mydomain.in"
12-12 19:12:11.320 18025-18272/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = skype.mydomain.in, threadId = 2457
12-12 19:12:11.320 18025-18272/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex Connection pool count is  2
                                                                                     
                                                                                     --------- beginning of system
12-12 19:12:15.395 18025-18272/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex
12-12 19:12:15.395 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: ~~ Response headers 
12-12 19:12:15.400 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :cache-control Value :private
12-12 19:12:15.400 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :content-length Value :19350
12-12 19:12:15.400 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :content-type Value :application/soap+xml; charset=utf-8
12-12 19:12:15.400 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-server-fqdn Value :SKYPESVR.mydomain.in
12-12 19:12:15.405 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-correlation-id Value :2147515828
12-12 19:12:15.405 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :client-request-id Value :03a92c33-c35f-4529-a7c9-29c7c54bca92
12-12 19:12:15.405 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :strict-transport-security Value :max-age=31536000; includeSubDomains
12-12 19:12:15.405 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-content-type-options Value :nosniff
12-12 19:12:15.405 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :date Value :Wed, 07 Dec 2016 13:43:22 GMT
12-12 19:12:15.410 18025-18272/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: onRecieveData
12-12 19:12:15.410 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "skype.mydomain.in" converted to "skype.mydomain.in"
12-12 19:12:15.415 18025-18272/com.microsoft.office.sfb.sfbdemo D/NetworkTelemetry: network_request {Http_RequestMethod=Post, Http_Latency=4095 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=200, Http_RequestId=12, Http_RequestUri=https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex, Http_ExceptionType=none}
12-12 19:12:15.415 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback:  HttpCallback Finished successfully and statusCode 200
12-12 19:12:15.415 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: mNativeObjectRef = -1764787904
12-12 19:12:15.415 18025-18272/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Got Response: 200 for: Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@9767291
12-12 19:12:15.415 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:173 Received response of request(MetaDataRequest) with status = 0x0
12-12 19:12:15.420 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:1102 <ReceivedResponse>
                                                                       POST https://skype.mydomain.in/WebTicket/WebTicketService.svc/mex
                                                                       Request Id: 0x96cb5f88
                                                                       HttpHeader:cache-control private
                                                                       HttpHeader:client-request-id 03a92c33-c35f-4529-a7c9-29c7c54bca92
                                                                       HttpHeader:content-length 19350
                                                                       HttpHeader:content-type application/soap+xml; charset=utf-8
                                                                       HttpHeader:date Wed, 07 Dec 2016 13:43:22 GMT
                                                                       HttpHeader:StatusCode 200
                                                                       HttpHeader:strict-transport-security max-age=31536000; includeSubDomains
                                                                       HttpHeader:x-content-type-options nosniff
                                                                       HttpHeader:x-ms-correlation-id 2147515828
                                                                       HttpHeader:x-ms-server-fqdn SKYPESVR.mydomain.in
                                                                       
                                                                       <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse</a:Action></s:Header><s:Body><Metadata xmlns="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"><wsx:MetadataSection Dialect="htt
12-12 19:12:15.420 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataRequest.cpp:90 MEX response received.
12-12 19:12:15.430 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE TRANSPORT CMetaDataPolicyParser.cpp:78 Encountered policy in mex (WebTicketServiceMachineCert_policy) (0).
12-12 19:12:15.435 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE TRANSPORT CMetaDataPolicyParser.cpp:78 Encountered policy in mex (OAuth_policy) (512).
12-12 19:12:15.435 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE TRANSPORT CMetaDataPolicyParser.cpp:78 Encountered policy in mex (WebTicketServiceAnon_policy) (64).
12-12 19:12:15.440 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE TRANSPORT CMetaDataPolicyParser.cpp:78 Encountered policy in mex (WebTicketServiceWinNegotiate_policy) (1).
12-12 19:12:15.440 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE TRANSPORT CMetaDataPolicyParser.cpp:78 Encountered policy in mex (WebTicketServiceCert_policy) (128).
12-12 19:12:15.445 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE TRANSPORT CMetaDataPolicyParser.cpp:78 Encountered policy in mex (WebTicketServiceAuth_policy) (0).
12-12 19:12:15.470 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:270 Sending event to main thread for request(0x96cb5f88)
12-12 19:12:15.475 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:621 Received response for meta data request of type 30 with status 0
12-12 19:12:15.480 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:15.480 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:217 MetaData retrieval for url https://skype.mydomain.in/WebTicket/WebTicketService.svc completed with status 0
12-12 19:12:15.480 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:247 Deleting 1 pended Meta data requests for url https://skype.mydomain.in/WebTicket/WebTicketService.svc
12-12 19:12:15.480 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:430 Received a request to get the meta data of type 2 for url https://skype.mydomain.in/WebTicket/WebTicketService.svc
12-12 19:12:15.480 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:329 Executing request after meta data successfully retrieved
12-12 19:12:15.480 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:430 Received a request to get the meta data of type 2 for url https://skype.mydomain.in/WebTicket/WebTicketService.svc
12-12 19:12:15.480 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CCredentialManager.cpp:172 getSpecificCredential for serviceId(1) returning: credType (4) signInName (sip:[email protected];gruu;opaque=app:conf:focus:id:bd115ffr) domain () username (sip:[email protected];gruu;opaque=app:conf:focus:id:bd115ffr) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
12-12 19:12:15.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:15.485 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:769 Using authentication type 64 (AnonTokenAuthentication)
12-12 19:12:15.485 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
12-12 19:12:15.485 18025-18025/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
12-12 19:12:15.490 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: get native -1712599912 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@4b2a464
12-12 19:12:15.490 18025-18025/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
12-12 19:12:15.490 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:15.490 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:15.495 18025-18025/com.microsoft.office.sfb.sfbdemo V/CryptoUtils: decryptInternal called with [seed.length: 36], [data.length: 45], [salt.length: 16], [isNewSalt: false], [isNewSeed: false]
12-12 19:12:15.505 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Original URL: https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon method Post
12-12 19:12:15.505 18025-18025/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Decoded URL: https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon
12-12 19:12:15.505 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:15.505 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:15.505 18025-18025/com.microsoft.office.sfb.sfbdemo V/CryptoUtils: decryptInternal called with [seed.length: 36], [data.length: 45], [salt.length: 16], [isNewSalt: false], [isNewSeed: false]
12-12 19:12:15.515 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:706 <SentRequest>
                                                                       POST https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon
                                                                       Request Id: 0x99f44848
                                                                       HttpHeader:Accept text/xml, application/soap+xml, application/octet-stream
                                                                       HttpHeader:Content-Type text/xml; charset=utf-8
                                                                       HttpHeader:SOAPAction http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue
                                                                       
                                                                       <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Security s:mustUnderstand="1" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><UsernameToken u:Id="801df65e-30c1-4393-8dd4-5f6c39514eb3"><Username>c2lwOnVzZXIyNUBtZWR0ZWNoZ2xvYmFsLmluO2dydXU7b3BhcXVlPWFwcDpjb25mOmZvY3VzOmlkOmJkMTE1ZmZy</Username><Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">YmQxMTVmZnI=</Password></UsernameToken></Security></s:Header><s:Body><RequestSecurityToken 
12-12 19:12:15.515 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: set body- length=1470
12-12 19:12:15.515 18025-18025/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Sending HTTP request: Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon
12-12 19:12:15.520 18025-18384/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon
12-12 19:12:15.520 18025-18384/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon and setting it to FALSE for manual handling
12-12 19:12:15.520 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "skype.mydomain.in" converted to "skype.mydomain.in"
12-12 19:12:15.520 18025-18384/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = skype.mydomain.in, threadId = 2461
12-12 19:12:15.520 18025-18384/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon Connection pool count is  2
12-12 19:12:17.735 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: ~~ Response headers 
12-12 19:12:17.735 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :cache-control Value :private
12-12 19:12:17.735 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :content-type Value :text/xml; charset=utf-8
12-12 19:12:17.735 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :vary Value :Accept-Encoding
12-12 19:12:17.740 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-server-fqdn Value :SKYPESVR.mydomain.in
12-12 19:12:17.740 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-ms-correlation-id Value :2147515829
12-12 19:12:17.745 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :client-request-id Value :84657191-127e-4f5c-8e90-31e8ce012002
12-12 19:12:17.745 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :strict-transport-security Value :max-age=31536000; includeSubDomains
12-12 19:12:17.745 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :x-content-type-options Value :nosniff
12-12 19:12:17.750 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection:  Header :date Value :Wed, 07 Dec 2016 13:43:25 GMT
12-12 19:12:17.755 18025-18384/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: onRecieveData
12-12 19:12:17.760 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "skype.mydomain.in" converted to "skype.mydomain.in"
12-12 19:12:17.760 18025-18384/com.microsoft.office.sfb.sfbdemo D/NetworkTelemetry: network_request {Http_RequestMethod=Post, Http_Latency=2241 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=200, Http_RequestId=13, Http_RequestUri=https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon, Http_ExceptionType=none}
12-12 19:12:17.760 18025-18384/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Got Response: 200 for: Post https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@4b2a464
12-12 19:12:17.760 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback:  HttpCallback Finished successfully and statusCode 200
12-12 19:12:17.760 18025-18025/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: mNativeObjectRef = -1712599912
12-12 19:12:17.760 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:173 Received response of request(WebTicketRequest) with status = 0x0
12-12 19:12:17.765 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:1102 <ReceivedResponse>
                                                                       POST https://skype.mydomain.in/WebTicket/WebTicketService.svc/Anon
                                                                       Request Id: 0x99f44848
                                                                       HttpHeader:cache-control private
                                                                       HttpHeader:client-request-id 84657191-127e-4f5c-8e90-31e8ce012002
                                                                       HttpHeader:content-type text/xml; charset=utf-8
                                                                       HttpHeader:date Wed, 07 Dec 2016 13:43:25 GMT
                                                                       HttpHeader:StatusCode 200
                                                                       HttpHeader:strict-transport-security max-age=31536000; includeSubDomains
                                                                       HttpHeader:vary Accept-Encoding
                                                                       HttpHeader:x-content-type-options nosniff
                                                                       HttpHeader:x-ms-correlation-id 2147515829
                                                                       HttpHeader:x-ms-server-fqdn SKYPESVR.mydomain.in
                                                                       
                                                                       <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><RequestSecurityTokenResponseCollection xmlns="http://docs.oasis-open.org/ws-sx/ws-trust/200512" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><RequestSecurityTokenResponse Context="8c9f5cac-d46b-4247-a4ee-e38a923d25ad"><TokenType>urn:component:Microsoft.Rtc.WebAuthentic
12-12 19:12:17.770 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:270 Sending event to main thread for request(0x99f44848)
12-12 19:12:17.775 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 6ms
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CWebTicketSession.cpp:563 Received webticket resposne with status S_OK (S0-0-0)
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CWebTicketSession.cpp:940 Web Ticket BufferedExpiryTime 2016-12-07T14:41:32.000Z ( = RealExpiryTime 1481121992 - buffer 300), Now 2016-12-12T13:42:17.000Z
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CWebTicketSession.cpp:1267 Raising WebTicketEvent for https://skype.mydomain.in/ucwa/v1/applications and https://skype.mydomain.in/WebTicket/WebTicketService.svc with status E_TimeSkewError (E2-3-29)
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:370 Token retrieval for url https://skype.mydomain.in/ucwa/v1/applications completed with status E_TimeSkewError (E2-3-29)
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:399 Deleting 1 pended token requests for url https://skype.mydomain.in/ucwa/v1/applications
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT CAuthenticationResolver.cpp:450 Failing the original request as we weren't able to get the token
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CRequestManager.cpp:297 Failing secure request  with status E_TimeSkewError (E2-3-29)
12-12 19:12:17.785 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:825 Req. completed, Stopping timer.
12-12 19:12:17.795 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:17.800 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:17.800 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION CUcwaAppSession.cpp:2083 Init-Session request failed with error E_TimeSkewError (E2-3-29)
12-12 19:12:17.800 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1071 CUcwaAppSession::setNewActualState() state=0
12-12 19:12:17.805 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:17.810 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:17.815 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:394 Sending telemetry to ARIA for type SignInEnd: 
12-12 19:12:17.830 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:17.840 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 6ms
12-12 19:12:17.845 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:17.850 18025-18025/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: CancelSync Started
12-12 19:12:17.850 18025-18025/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: No operations pending
12-12 19:12:17.850 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:17.855 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 3ms
12-12 19:12:17.860 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:17.860 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR CM_COMPONENT_ANDROID_CHttpCookieStorage /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/networkapis/privateandroid/CHttpCookieStorage.cpp:20 Usage of CHttpCookieStorage should NEVER happen.
12-12 19:12:17.860 18025-18025/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR CM_COMPONENT_ANDROID_CHttpCookieStorage ErrorMacros.cpp:77 file: /Users/rahulfadnavis/Documents/git/repos/client-shared_framework_sfbplatform/src/dev/lyncMobile/platform/networkapis/privateandroid/CHttpCookieStorage.cpp - line: 20
12-12 19:12:17.860 18025-18025/com.microsoft.office.sfb.sfbdemo D/SFB: Usage of CHttpCookieStorage should NEVER happen.
12-12 19:12:17.860 18025-18025/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: CancelSync Started
12-12 19:12:17.860 18025-18025/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: No operations pending
12-12 19:12:17.860 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCertificateProvisioningService.cpp:550 Clearing certificate from transport: afff39fc-094e-4492-9907-ac9f391bf2ca
12-12 19:12:17.865 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 2ms
12-12 19:12:17.870 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 5ms
12-12 19:12:17.870 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:991 CApplication::serialize() called
12-12 19:12:17.870 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:17.870 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:17.875 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:17.875 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:17.875 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:17.875 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[UCWA], domain[null], userName[null], password available[false] 
12-12 19:12:17.890 18025-18025/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
12-12 19:12:17.890 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
12-12 19:12:17.890 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
12-12 19:12:17.895 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.android.enterprise15.appsdk has 1 accounts.
12-12 19:12:17.895 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
12-12 19:12:17.895 18025-18025/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.android.enterprise15.appsdk], Service[EWS], domain[null], userName[null], password available[false] 
12-12 19:12:17.915 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:176 Storing 1 out-of-sync Object Models took 10ms
12-12 19:12:17.915 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CAlertReporter.cpp:64 Alert received! Category 2, Type 300, level 0, error E_TimeSkewError (E2-3-29), context 'handleUcwaAppSessionRequestError', hasAction=false
12-12 19:12:17.915 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CAlertReporter.cpp:116 Alert cleared of Category 2, Type 300, cleared 1 alerts
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:238 Storing 1 out-of-sync components took 4ms
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:735 Response received for req. POST-Application(0x99f44bc8): E_TimeSkewError (E2-3-29) (RemoteNetworkPermanentError); Done with req.; Stopping resend timer
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:173 CMeetingUrlCracker::release() called
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 0
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 0
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 0
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 0
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 0
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 0
12-12 19:12:17.925 18025-18025/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 0

Video escalation between two ATTENDEES with an Android and an iOS devices not working

Hi,
in my use case I make a video escalation between 2 attendees using an Android and an iOS devices. After video service started with success for each participant,
in which everyone subscribe itself to the video streaming of the other participant, the video preview and the surface connected to the remote participant work fine for few seconds,
but after rendering some video frames the video service of Android participants change unexpectedly its status to DISCONNECTED, without exceptions.
Tested on Samsung S6 (Android 6) and iPhone 6S (iOS 10.3.2).

After restart the video, the streaming work fine.

The same scenario between Android SDK (ATTENDEE) and Web SDK (LEADER) work fine without errors.

Self video setPaused getting failed

Please check the log

11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: com.microsoft.office.sfb.appsdk.SFBException: setPaused Failed.
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at com.microsoft.office.sfb.appsdk.VideoServiceImpl.setPaused(VideoServiceImpl.java:155)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at com.myapp.ui.videocall.skype.ConversationHelper.toggleVideoPaused(ConversationHelper.java:243)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at com.myapp.ui.videocall.skype.SkypeHangoutActivity.onTurnOnOffVideoBtnClick(SkypeHangoutActivity.java:320)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at java.lang.reflect.Method.invoke(Native Method)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at java.lang.reflect.Method.invoke(Method.java:372)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:288)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at android.view.View.performClick(View.java:5246)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at android.view.View$PerformClick.run(View.java:21256)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at android.os.Handler.handleCallback(Handler.java:739)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at android.os.Handler.dispatchMessage(Handler.java:95)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at android.os.Looper.loop(Looper.java:145)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at android.app.ActivityThread.main(ActivityThread.java:6918)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at java.lang.reflect.Method.invoke(Native Method)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at java.lang.reflect.Method.invoke(Method.java:372)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
11-08 14:15:37.566 19289-19289/com.myapp.kumar W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)

How to tell if video of remote participant is pause/unpause (APP SDK)?

I use below code:
ParticipantVideo participantVideo = this.remoteParticipantLeader.getParticipantVideo();
participantVideo.subscribe(this.mmvrSurfaceView);

            participantVideo.addOnPropertyChangedCallback(new   Observable.OnPropertyChangedCallback() {
                @Override
                public void onPropertyChanged(Observable observable, int i) {
                    final ParticipantVideo ppVideo = (ParticipantVideo) observable;
                    ppVideo.isPaused()
                }
            });

But ppVideo.isPaused() alway return false. Plz help me

SfbCertificateTrustEngine: Certificate NOT trusted by the standard OS trust manager:

Hi,

I have a meeting url which works on desktop client and web app . I do not see any response when i use this url and click on join meeting button.

In the trace I could find the certifcate is not trusted and request is cancelled after this.
11-10 17:23:41.513 4382-22006/com.microsoft.office.sfb.sfbdemo V/[Http] SfbCertificateTrustEngine: Certificate NOT trusted by the standard OS trust manager: ......
......
SfbOkHttpRequest: Canceling Request because of: HttpConnection.closeConnection

Please advice.

Thanks,
Nithish

setActiveCamera fails with error since SDK version 0.8

Camera switching worked in SDK version 0.5 but fails in SDK version 0.8

The video preview starts OK and shows the front camera image.

However, when attempting to switch the camera later with setActiveCamera, that method fails even though canSetActiveCamera returns true. The error in device log says:

IMediaChannel::AttachDevice() failed with error E_MM_NOTSUPPORTED
...
IMediaCallWrapper::setActiveDevice() failed with error E_SetActiveDeviceFailed (E3-7-3)

Is this a defect introduced with the new preview implementation in 0.8?

Full Error Device log:
12-21 15:05:54.931: I/SFB(16323): INFO MMINTEGRATION CMediaCallWrapper.cpp:1429 (MCWobject:0xc745a120)CMediaCallWrapper::getMediaDirection() returning direction = 3, for mediaType = 6, getNegotiatedConfig = 1. Result = SUCCESS 0x0 12-21 15:05:54.934: I/SFB(16323): INFO MMINTEGRATION CMediaCallWrapper.cpp:1429 (MCWobject:0xc745a120)CMediaCallWrapper::getMediaDirection() returning direction = 3, for mediaType = 6, getNegotiatedConfig = 1. Result = SUCCESS 0x0 12-21 15:05:54.934: I/SFB(16323): INFO APPLICATION CUcmpAudioVideoModality.cpp:8796 CUcmpAudioVideoModality::getActiveVideoCaptureDevice() called. 12-21 15:05:54.934: I/SFB(16323): INFO MMINTEGRATION CMediaCallWrapper.cpp:2379 (MCWobject:0xc745a120)CMediaCallWrapper::getActiveAudioDevice() called with MediaType: 6 MediaDirection: 1 12-21 15:05:54.935: I/SFB(16323): INFO APPLICATION CUcmpConversationsManager.cpp:1867 CUcmpConversationsManager::getVideoCaptureDevices() called. 12-21 15:05:54.935: I/SFB(16323): INFO MMINTEGRATION CMediaPlatformWrapper.cpp:525 Number of devices of type (131072), with direction (1) registered with media platform is (2). 12-21 15:05:54.942: I/SFB(16323): INFO MMINTEGRATION CMediaCallWrapper.cpp:1429 (MCWobject:0xc745a120)CMediaCallWrapper::getMediaDirection() returning direction = 3, for mediaType = 6, getNegotiatedConfig = 1. Result = SUCCESS 0x0 12-21 15:05:54.942: I/SFB(16323): INFO APPLICATION CUcmpAudioVideoModality.cpp:8494 CUcmpAudioVideoModality::setActiveDevice() called. 12-21 15:05:54.943: I/SFB(16323): INFO APPLICATION CUcmpAudioVideoModality.cpp:8566 CUcmpAudioVideoModality::setActiveCaptureDevice() called. 12-21 15:05:54.943: I/SFB(16323): INFO MMINTEGRATION CMediaCallWrapper.cpp:2205 (MCWobject:0xc745a120)CMediaCallWrapper::setAudioDevice() called with MediaDirection 1 12-21 15:05:54.943: E/SFB(16323): ERROR MMINTEGRATION /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/ucmp/mediamanagerintegration/private/CMediaCallWrapper.cpp:2307 IMediaChannel::AttachDevice() failed with error E_MM_NOTSUPPORTED 0x80070032 12-21 15:05:54.943: E/SFB(16323): ERROR APPLICATION /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/ucmp/applicationlayer/objectmodel/private/CUcmpAudioVideoModality.cpp:8583 IMediaCallWrapper::setActiveDevice() failed with error E_SetActiveDeviceFailed (E3-7-3)

Camera orientation

Hi, I'm having an issue with the camera orientation.

When the device is in portrait, everything is ok, but when the device orientation changes, the camera orientation stays in portrait, but the screen orientation is in landscape.

How can I make sure that the camera orientation stay the same as the device orientation?

Thanks

Exclude okhttp3 from platform.aar

Hello,
It's possible to exclude okhttp3 from platform.aar file?
I'm using skype with react-native and I have this error message:
`Error:Execution failed for task ':app:transformClassesWithJarMergingForArmDebug'.

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: okhttp3/Address.class`

Audio not working

I have no audio from the sample healthcare app, is this a recent bug?.

java.lang.RuntimeException: Failed to load native library

Hi. My name is Nurlan. Your Healthcare app builds and works(Connection establishes without problems) fine.

Then I took all classes and layots and other settings from your Healthcare app and put them into my own project. My project compiles and builds without errors.

But! When i try to start conversation my app crashes in SkypeCall.java with error message:
"
Caused by: java.lang.RuntimeException: Failed to load native library
at com.microsoft.office.sfb.appsdk.Application.LoadNativeLibrary(Application.java:98)
at com.microsoft.office.sfb.appsdk.Application.initialize(Application.java:63)
at com.microsoft.office.sfb.appsdk.Application.getInstance(Application.java:112)
at kz.altyn.portalmobile.skype.SkypeCall.onCreate(SkypeCall.java:68)
"

at this part of the code
"
68: mConversation = startToJoinMeeting();
69: mConversation.addOnPropertyChangedCallback(new ConversationPropertyChangeListener());
"

Thank you for your help and God bless you!

USB Camera support

Hello,
I am trying the run the sample app (HealthCare App) using a Logitech HD Pro Webcam C920 camera plugged on my Android device's USB port. The camera does not load.

I tried calling videoService.getActiveCamera(); and got the following error:

IMediaCallWrapper::getActiveDevice() failed with error E_Unexpected (E0-0-11)

My device runs 7.0

auto paused

Why my video and audio will be auto paused when we minimize the application by pressing home key in android?

ownSip must be valid!

Hi @rahulyaa
i am getting this error

05-08 12:06:17.708 7698-7698/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/utilities/miscellaneous/public/CHashedString.h:195 ownSip must be valid!
05-08 12:06:18.138 7698-7698/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp:153 Empty credentials. Unable to add X-User-Identity header
05-08 12:06:18.138 7698-7698/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp:153 Empty credentials. Unable to add X-User-Identity header
05-08 12:06:22.772 7698-7698/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION CUcmpConversation.cpp:8184 Bootstrap:: Conference modalitied failure. Stopping
05-08 12:06:25.525 7698-7698/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR CM_COMPONENT_ANDROID_CHttpCookieStorage /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/platform/networkapis/privateandroid/CHttpCookieStorage.cpp:20 Usage of CHttpCookieStorage should NEVER happen.

Getting Http error 500 on Skype SDK authentication anonymously

Has anyone had an authentication problem with the anonymous method?

I am using the Skype Developer Android SDK and when I trying to perform the join in a meeting (joinMeetingAnonymously) I am having an HTTP 500 error.

I verified that the error is being launched when the service "/WebTicket/WebTicketService.svc/Anon" is called, no event is logged in the EventLog of the Windows server where the skype is hosted. In the server it apears only in the IIS log.

I think it could be something not working correctly in my Skype Server, or something not turned on.
Below is an excerpt from the log of my application retrieved through the Android Studio:

12-29 08:23:23.067 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.069 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.071 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.072 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.083 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.084 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.143 18870-18870/br.com.box.siavl V/[Http] HttpConnection: get native -1741896984 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@51ce936 12-29 08:23:23.143 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Original URL: https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789 method Get 12-29 08:23:23.143 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Decoded URL: https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789 12-29 08:23:23.144 18870-18870/br.com.box.siavl I/[Http] HttpConnection: Sending HTTP request: Get https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789 12-29 08:23:23.144 18870-23888/br.com.box.siavl D/[Http] HttpEngine: HttpEngine.execute called for Get https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789 12-29 08:23:23.148 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.149 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.151 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.151 18870-23888/br.com.box.siavl D/[Http] HttpEngine: AutoRedirect true for https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789 and setting it to FALSE for manual handling 12-29 08:23:23.151 18870-23888/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "meet.corp.box.com.br" converted to "meet.corp.box.com.br" 12-29 08:23:23.152 18870-23888/br.com.box.siavl D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = meet.corp.box.com.br, threadId = 184262 12-29 08:23:23.152 18870-23888/br.com.box.siavl D/[Http] HttpEngine: Executing request with Get https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789 Connection pool count is 2 12-29 08:23:23.152 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:23.173 18870-23888/br.com.box.siavl V/[Http] SfbSSLSocketFactory: Adding SNI Support for host meet.corp.box.com.br. 12-29 08:23:23.189 18870-23888/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Updating the last certificate checked for host. host = meet.corp.box.com.br, certificate = X509CertificateInfo { Issuer = corpbox-subordinate-CA, Subject = POOLSC03.CORP.box.com.br, SigAlgName = SHA1withRSA, NotBefore = 07 jul 2016 09:45:52 AM, NotAfter = 07 jul 2018 09:45:52 AM, SerialNumber = 1471849356232786253717215300462212166203769407 }, threadId = 184262 12-29 08:23:23.197 18870-23888/br.com.box.siavl D/[Http] SfbCertificateTrustEngine: Certificate trusted by the standard OS trust manager: X509CertificateInfo { Issuer = corpbox-subordinate-CA, Subject = POOLSC03.CORP.box.com.br, SigAlgName = SHA1withRSA, NotBefore = 07 jul 2016 09:45:52 AM, NotAfter = 07 jul 2018 09:45:52 AM, SerialNumber = 1471849356232786253717215300462212166203769407 } 12-29 08:23:23.219 913-975/? I/ActivityManager: Displayed br.com.box.siavl/.ChatActivity: +217ms 12-29 08:23:23.227 31396-31460/? E/art: No implementation found for int com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad.libliger_native_so() (tried Java_com_facebook_soloader_MergedSoMapping_00024Invoke_1JNI_1OnLoad_libliger_1native_1so and Java_com_facebook_soloader_MergedSoMapping_00024Invoke_1JNI_1OnLoad_libliger_1native_1so__) 12-29 08:23:23.228 31396-31460/? W/com.facebook.katana:1vQ: JNI load failed 12-29 08:23:23.244 18870-18911/br.com.box.siavl D/OpenGLRenderer: endAllActiveAnimators on 0x9dd0a680 (RippleDrawable) with handle 0x98425170 12-29 08:23:23.251 18870-18870/br.com.box.siavl I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@22b0f4b time:380009304 12-29 08:23:23.414 913-975/? I/Timeline: Timeline: Activity_windows_visible id: ActivityRecord{59bd726 u0 br.com.box.siavl/.ChatActivity t6992} time:380009467 12-29 08:23:23.810 393-3084/? D/audio_hw_primary: out_standby: enter: stream (0xb5b77240) usecase(0: deep-buffer-playback) 12-29 08:23:23.810 393-3084/? D/hardware_info: hw_info_append_hw_type : device_name = speaker 12-29 08:23:23.985 393-3084/? W/audio_hw_primary: disable_snd_device: device ref cnt is already 0 12-29 08:23:23.985 393-3084/? D/audio_hw_extn: audio_extn_get_anc_enabled: anc_enabled:0 12-29 08:23:24.107 18870-23888/br.com.box.siavl D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789 12-29 08:23:24.107 18870-23888/br.com.box.siavl V/[Http] HttpEngine: Handle redirection automatically - Received response of manually redirected request 12-29 08:23:24.108 18870-23888/br.com.box.siavl D/[Http] HttpEngine: Recursive execute for redirection for request Get https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! 12-29 08:23:24.108 18870-23888/br.com.box.siavl D/[Http] HttpEngine: HttpEngine.execute called for Get https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! 12-29 08:23:24.111 18870-23888/br.com.box.siavl D/[Http] HttpEngine: AutoRedirect true for https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! and setting it to FALSE for manual handling 12-29 08:23:24.111 18870-23888/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:24.111 18870-23888/br.com.box.siavl D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = sctdeaplnt0057.corp.box.com.br, threadId = 184262 12-29 08:23:24.112 18870-23888/br.com.box.siavl D/[Http] HttpEngine: Executing request with Get https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! Connection pool count is 3 12-29 08:23:24.113 18870-23888/br.com.box.siavl D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! 12-29 08:23:24.196 432-432/? I/Gobi: vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF 12-29 08:23:24.197 432-432/? I/Gobi: vendor/qcom/proprietary/RIDL/RIDLClient/MainCore.cpp:1550: Failed to get TransState, rc 9 12-29 08:23:24.197 432-432/? I/Gobi: vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF 12-29 08:23:24.197 432-432/? I/Gobi: vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:2500: GetTransState() EBADF 12-29 08:23:24.473 18870-23888/br.com.box.siavl D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! 12-29 08:23:24.473 18870-23888/br.com.box.siavl V/[Http] HttpEngine: setting redirect uri to https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! 12-29 08:23:24.473 18870-23888/br.com.box.siavl V/[Http] HttpConnection: ~~ Response headers 12-29 08:23:24.473 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :cache-control Value :private 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :transfer-encoding Value :chunked 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :content-type Value :Application/vnd.microsoft.lync.meeting+xml; charset=utf-8 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-server-fqdn Value :SCTDEAPLNT0057.corp.box.com.br 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-correlation-id Value :2147512178 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :client-request-id Value :3c373668-5062-4904-a3df-fd63512bdb8b 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :strict-transport-security Value :max-age=31536000; includeSubDomains 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :x-content-type-options Value :nosniff 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :date Value :Thu, 29 Dec 2016 10:23:22 GMT 12-29 08:23:24.474 18870-23888/br.com.box.siavl V/[Http] HttpConnection: Header :LastRedirectUrl Value :https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! 12-29 08:23:24.475 18870-23888/br.com.box.siavl V/[Http] HttpCallback: onRecieveData 12-29 08:23:24.475 18870-18870/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:24.475 18870-18870/br.com.box.siavl V/[Http] HttpCallback: HttpCallback Finished successfully and statusCode 200 12-29 08:23:24.475 18870-18870/br.com.box.siavl V/[Http] HttpCallback: mNativeObjectRef = -1741896984 12-29 08:23:24.476 18870-23888/br.com.box.siavl D/NetworkTelemetry: network_request {Http_RequestMethod=Get, Http_Latency=1332 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=200, Http_RequestId=4, Http_RequestUri=https://meet.corp.box.com.br/siavldes03/SK40UT4P?key=123456789, Http_ExceptionType=none} 12-29 08:23:24.477 18870-23888/br.com.box.siavl I/[Http] HttpConnection: Got Response: 200 for: Get https://sctdeaplnt0057.corp.box.com.br/Meet/?origurl=aHR0cHM6Ly9tZWV0LmNvcnAuY2FpeGEuZ292LmJyL3NpYXZsZGVzMDMvU0s0MFVUNFA_a2V5PTEyMzQ1Njc4OQ!! 12-29 08:23:24.478 18870-18870/br.com.box.siavl V/CryptoUtils: encryptInternal called with [seed.length: 36], [data.length: 8], [salt.length: 16], [isNewSalt: false], [isLocalSeed: false] 12-29 08:23:24.521 18870-18870/br.com.box.siavl V/[Http] HttpConnection: get native -1741888224 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@4ebd617 12-29 08:23:24.522 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Original URL: https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications method Get 12-29 08:23:24.522 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Decoded URL: https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.522 18870-18870/br.com.box.siavl I/[Http] HttpConnection: Sending HTTP request: Get https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.523 18870-25485/br.com.box.siavl D/[Http] HttpEngine: HttpEngine.execute called for Get https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.524 18870-25485/br.com.box.siavl D/[Http] HttpEngine: AutoRedirect true for https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications and setting it to FALSE for manual handling 12-29 08:23:24.524 18870-25485/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:24.525 18870-25485/br.com.box.siavl D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = sctdeaplnt0057.corp.box.com.br, threadId = 184269 12-29 08:23:24.526 18870-25485/br.com.box.siavl D/[Http] HttpEngine: Executing request with Get https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications Connection pool count is 3 12-29 08:23:24.527 18870-25485/br.com.box.siavl D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.674 18870-25485/br.com.box.siavl D/[HttpAuth] CredentialsMap: URI "https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications" converted CredentialsMap key: "https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications" 12-29 08:23:24.675 18870-25485/br.com.box.siavl D/[HttpAuth] SfbAuthenticator: Authentication STEP STARTED (with WWW-Authenticate) for HTTP response for https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.676 18870-25485/br.com.box.siavl D/[HttpAuth] SfbAuthenticator: Exception (SfbMissingAuthCredentialsException) caught while authenticating using (no challenge selected) scheme (for WWW-Authenticate) for response for https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications: com.microsoft.office.lync.platform.http.HttpProvider.OkHttpProvider.OkHttpAuthentication.exceptions.SfbMissingAuthCredentialsException: null credentials provided while authenticating header WWW-Authenticate for request https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.677 18870-25485/br.com.box.siavl D/MissingAuthCredentialsHelper: SfbMissingAuthCredentialsException received but not being tracked for:https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.679 18870-25485/br.com.box.siavl D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.680 18870-25485/br.com.box.siavl V/[Http] HttpConnection: ~~ Response headers 12-29 08:23:24.680 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :content-type Value :text/html 12-29 08:23:24.681 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-webticketurl Value :https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc 12-29 08:23:24.681 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-webticketsupported Value :cwt,saml 12-29 08:23:24.681 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-server-fqdn Value :SCTDEAPLNT0057.corp.box.com.br 12-29 08:23:24.682 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-correlation-id Value :2147512179 12-29 08:23:24.682 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :client-request-id Value :9cfe4f1b-db27-4a8a-8d3e-6e57af93e07e 12-29 08:23:24.682 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :strict-transport-security Value :max-age=31536000; includeSubDomains 12-29 08:23:24.683 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :date Value :Thu, 29 Dec 2016 10:23:22 GMT 12-29 08:23:24.683 18870-25485/br.com.box.siavl V/[Http] HttpConnection: Header :content-length Value :1293 12-29 08:23:24.686 18870-25485/br.com.box.siavl V/[Http] HttpCallback: onRecieveData 12-29 08:23:24.687 18870-18870/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:24.687 18870-18870/br.com.box.siavl V/[Http] HttpCallback: HttpCallback Finished successfully and statusCode 401 12-29 08:23:24.688 18870-18870/br.com.box.siavl V/[Http] HttpCallback: mNativeObjectRef = -1741888224 12-29 08:23:24.689 18870-25485/br.com.box.siavl D/NetworkTelemetry: network_request {Http_RequestMethod=Get, Http_Latency=165 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=401, Http_RequestId=5, Http_RequestUri=https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications, Http_ExceptionType=none} 12-29 08:23:24.690 18870-25485/br.com.box.siavl I/[Http] HttpConnection: Got Response: 401 for: Get https://sctdeaplnt0057.corp.box.com.br/ucwa/v1/applications 12-29 08:23:24.692 18870-18870/br.com.box.siavl V/RandomUtils: Generated randombytes of length: 256 12-29 08:23:24.695 18870-18870/br.com.box.siavl V/[Http] HttpConnection: get native -1741893264 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@feebbed 12-29 08:23:24.695 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Original URL: https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex method Post 12-29 08:23:24.695 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Decoded URL: https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex 12-29 08:23:24.696 18870-18870/br.com.box.siavl V/[Http] HttpConnection: set body- length=499 12-29 08:23:24.697 18870-18870/br.com.box.siavl I/[Http] HttpConnection: Sending HTTP request: Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex 12-29 08:23:24.699 18870-25492/br.com.box.siavl D/[Http] HttpEngine: HttpEngine.execute called for Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex 12-29 08:23:24.699 18870-25492/br.com.box.siavl D/[Http] HttpEngine: AutoRedirect true for https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex and setting it to FALSE for manual handling 12-29 08:23:24.700 18870-25492/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:24.702 18870-25492/br.com.box.siavl D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = sctdeaplnt0057.corp.box.com.br, threadId = 184270 12-29 08:23:24.702 18870-25492/br.com.box.siavl D/[Http] HttpEngine: Executing request with Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex Connection pool count is 3 12-29 08:23:24.708 18870-25492/br.com.box.siavl D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex 12-29 08:23:24.943 18870-25492/br.com.box.siavl D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex 12-29 08:23:24.943 18870-25492/br.com.box.siavl V/[Http] HttpConnection: ~~ Response headers 12-29 08:23:24.943 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :cache-control Value :private 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :content-length Value :21036 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :content-type Value :application/soap+xml; charset=utf-8 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-server-fqdn Value :SCTDEAPLNT0057.corp.box.com.br 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-correlation-id Value :2147512180 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :client-request-id Value :993f7c25-a79a-4493-b4ba-0e9789693742 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :strict-transport-security Value :max-age=31536000; includeSubDomains 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :x-content-type-options Value :nosniff 12-29 08:23:24.944 18870-25492/br.com.box.siavl V/[Http] HttpConnection: Header :date Value :Thu, 29 Dec 2016 10:23:22 GMT 12-29 08:23:25.123 18870-25492/br.com.box.siavl V/[Http] HttpCallback: onRecieveData 12-29 08:23:25.124 18870-25492/br.com.box.siavl D/NetworkTelemetry: network_request {Http_RequestMethod=Post, Http_Latency=425 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=200, Http_RequestId=6, Http_RequestUri=https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex, Http_ExceptionType=none} 12-29 08:23:25.124 18870-25492/br.com.box.siavl I/[Http] HttpConnection: Got Response: 200 for: Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/mex 12-29 08:23:25.124 18870-18870/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:25.125 18870-18870/br.com.box.siavl V/[Http] HttpCallback: HttpCallback Finished successfully and statusCode 200 12-29 08:23:25.125 18870-18870/br.com.box.siavl V/[Http] HttpCallback: mNativeObjectRef = -1741893264 12-29 08:23:25.178 18870-18870/br.com.box.siavl V/[Http] HttpConnection: get native -1722292984 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@c366a22 12-29 08:23:25.179 18870-18870/br.com.box.siavl V/CryptoUtils: decryptInternal called with [seed.length: 36], [data.length: 45], [salt.length: 16], [isNewSalt: false], [isLocalSeed: false] 12-29 08:23:25.186 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Original URL: https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon method Post 12-29 08:23:25.186 18870-18870/br.com.box.siavl D/[Http] HttpConnection: Decoded URL: https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon 12-29 08:23:25.187 18870-18870/br.com.box.siavl V/CryptoUtils: decryptInternal called with [seed.length: 36], [data.length: 45], [salt.length: 16], [isNewSalt: false], [isLocalSeed: false] 12-29 08:23:25.195 18870-18870/br.com.box.siavl V/[Http] HttpConnection: set body- length=1488 12-29 08:23:25.195 18870-18870/br.com.box.siavl I/[Http] HttpConnection: Sending HTTP request: Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon 12-29 08:23:25.195 18870-25507/br.com.box.siavl D/[Http] HttpEngine: HttpEngine.execute called for Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon 12-29 08:23:25.196 18870-25507/br.com.box.siavl D/[Http] HttpEngine: AutoRedirect true for https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon and setting it to FALSE for manual handling 12-29 08:23:25.196 18870-25507/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:25.196 18870-25507/br.com.box.siavl D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = sctdeaplnt0057.corp.box.com.br, threadId = 184271 12-29 08:23:25.196 18870-25507/br.com.box.siavl D/[Http] HttpEngine: Executing request with Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon Connection pool count is 3 12-29 08:23:25.198 18870-25507/br.com.box.siavl D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon 12-29 08:23:25.493 18870-25507/br.com.box.siavl V/[Http] HttpConnection: ~~ Response headers 12-29 08:23:25.493 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :cache-control Value :private 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :content-length Value :792 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :content-type Value :text/xml; charset=utf-8 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-server-fqdn Value :SCTDEAPLNT0057.corp.box.com.br 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :x-ms-correlation-id Value :2147512181 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :client-request-id Value :da7184a2-e021-4131-9929-5e759d624c23 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :strict-transport-security Value :max-age=31536000; includeSubDomains 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :x-content-type-options Value :nosniff 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpConnection: Header :date Value :Thu, 29 Dec 2016 10:23:23 GMT 12-29 08:23:25.494 18870-25507/br.com.box.siavl V/[Http] HttpCallback: onRecieveData 12-29 08:23:25.495 18870-25507/br.com.box.siavl D/NetworkTelemetry: network_request {Http_RequestMethod=Post, Http_Latency=300 ms, Http_ServiceType=GenericRequest, Http_RequestTimeout=60, Http_ResponseCode=500, Http_RequestId=7, Http_RequestUri=https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon, Http_ExceptionType=none} 12-29 08:23:25.495 18870-18870/br.com.box.siavl V/[Http] ThreadHostCertificateMapper: Host name "sctdeaplnt0057.corp.box.com.br" converted to "sctdeaplnt0057.corp.box.com.br" 12-29 08:23:25.495 18870-25507/br.com.box.siavl I/[Http] HttpConnection: Got Response: 500 for: Post https://sctdeaplnt0057.corp.box.com.br/WebTicket/WebTicketService.svc/Anon 12-29 08:23:25.496 18870-18870/br.com.box.siavl V/[Http] HttpCallback: HttpCallback Finished successfully and statusCode 500 12-29 08:23:25.496 18870-18870/br.com.box.siavl V/[Http] HttpCallback: mNativeObjectRef = -1722292984 12-29 08:23:25.509 18870-18870/br.com.box.siavl I/AndroidOperationQueue: CancelSync Started 12-29 08:23:25.509 18870-18870/br.com.box.siavl I/AndroidOperationQueue: No operations pending 12-29 08:23:25.513 18870-18870/br.com.box.siavl I/AndroidOperationQueue: CancelSync Started 12-29 08:23:25.513 18870-18870/br.com.box.siavl I/AndroidOperationQueue: No operations pending 12-29 08:23:25.517 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:25.518 18870-18870/br.com.box.siavl W/CredentialsStoreManager: Found unexpected number of accounts (0) for type com.microsoft.android.enterprise15.appsdk. 12-29 08:23:26.259 31892-31960/? E/art: No implementation found for int com.facebook.soloader.MergedSoMapping$Invoke_JNI_OnLoad.libliger_native_so() (tried Java_com_facebook_soloader_MergedSoMapping_00024Invoke_1JNI_1OnLoad_libliger_1native_1so and Java_com_facebook_soloader_MergedSoMapping_00024Invoke_1JNI_1OnLoad_libliger_1native_1so__) 12-29 08:23:26.260 31892-31960/? W/com.facebook.katana:1vQ: JNI load failed 12-29 08:23:26.773 913-933/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fe96a81} 12-29 08:23:26.782 913-4197/? V/OSNPGlue_jni: Entering : void onJavaLocationChanged(JNIEnv*, jobject, jboolean, jlong, jboolean, jlong, jboolean, jdouble, jboolean, jdouble, jboolean, jfloat, jboolean, jdouble, jboolean, jfloat, jboolean, jfloat) 12-29 08:23:26.783 913-4204/? E/LocSvc_libulp: E/int ulp_brain_transition_all_providers(), no QUIPC/GNSS transition logic run due to both engines are OFF 12-29 08:23:26.784 5074-20123/? W/ctxmgr: [ContextSpecificAclFactory]LocationConsent failed, ULR opt-in status is: false, account#1183599682# 12-29 08:23:26.784 5074-20123/? W/ctxmgr: [AclManager]No 2 for (accnt=account#1183599682#, com.google.android.gms(10053):UserLocationProducer, vrsn=10084000, 0, 3pPkg = null , 3pMdlId = null). Was: 2 for 1, account#1183599682# 12-29 08:23:26.800 5074-20122/? I/GCoreUlr: Successfully inserted 1 locations

My video preview defor.

MMVRSurfaceView has a method setAutoFitMode(MMVRSurfaceView.MMVRAutoFitMode_Crop). So it looks good(IncomingVideo).
however, my video preview defor. In my case, TextureView width and height are 100dp.
Start Preview : videoService.showPreview(surface)

我发现在预览我自己的视频的时候,使用的是TextureView,这个在显示的时候,会有些变形,因为我的给它设置的宽和高都是100dp。
我会解决一些camera和TextureView结合的开发而产生的变形,但是demo里面的变形,看起来只能从sdk层面去解决,我应该怎么解决这个问题?
我看MMVRSurfaceView 具有方法setAutoFitMode(MMVRSurfaceView.MMVRAutoFitMode_Crop),或者我可以使用MMVRSurfaceView 来显示自己的视频吗?

Video escalation between two ATTENDEES with Android devices not working

Hi,
in my use case I make a video escalation between 2 attendees using Android devices. After video service started with success for each participant,
in which everyone subscribe itself to the video streaming of the other participant, the video preview and the surface connected to the remote participant work fine for few seconds,
but after rendering some video frames the video service of both participants change unexpectedly its status to DISCONNECTED.
Tested on Samsung S6 (Android 6) and LG G5 (Android 7).

After restarting the video, the issue always reappears.

The same scenario between Android SDK (ATTENDEE) and Web SDK (LEADER) work fine without errors.

Thanks

Nothing happen on clicking JOIN MEETING button

@rahulyaa
05-08 19:12:17.776 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.008209s
05-08 19:12:17.776 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(SignOut) signatureName() errorCode(S_OK (S0-0-0)) description()
05-08 19:12:17.776 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(SignOut) signatureName() errorCode(S_OK (S0-0-0)) description()
05-08 19:12:17.776 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(Heartbeat) signatureName() errorCode(S_OK (S0-0-0)) description()
05-08 19:12:17.796 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003662s
05-08 19:12:17.796 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003387s
05-08 19:12:17.796 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003204s
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002228s
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.001923s
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.001862s
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:999 CUcwaAppSession canceling all requests
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.001862s
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp:545 Timer cancelled. OnResume = 0
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.001892s
05-08 19:12:17.806 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp:545 Timer cancelled. OnResume = 0
05-08 19:12:17.816 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003632s
05-08 19:12:17.816 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002930s
05-08 19:12:17.816 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002319s
05-08 19:12:17.816 27186-27186/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: CancelSync Started
05-08 19:12:17.816 27186-27186/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: No operations pending
05-08 19:12:17.826 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002136s
05-08 19:12:17.826 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.002838s
05-08 19:12:17.826 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.002106s
05-08 19:12:17.826 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.001892s
05-08 19:12:17.826 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 0 out-of-sync Object Models took 0.000000s
05-08 19:12:17.836 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.001648s
05-08 19:12:17.846 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.001862s
05-08 19:12:17.846 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.002533s
05-08 19:12:17.846 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.002136s
05-08 19:12:17.846 27186-27186/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: CancelSync Started
05-08 19:12:17.846 27186-27186/com.microsoft.office.sfb.sfbdemo I/AndroidOperationQueue: No operations pending
05-08 19:12:17.846 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 0 out-of-sync Object Models took 0.000000s
05-08 19:12:17.856 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 0 out-of-sync Object Models took 0.000000s
05-08 19:12:17.856 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:17.866 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:150 stored X509 certificate in account manager, result 0
05-08 19:12:17.866 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:17.866 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:200 stored certificate key in account manager, result 0
05-08 19:12:17.866 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCertificateProvisioningService.cpp:550 Clearing certificate from transport: b862e8f2-4d94-4c48-ad1f-5c45a86e6595
05-08 19:12:17.866 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:17.876 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:150 stored X509 certificate in account manager, result 0
05-08 19:12:17.876 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:17.886 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:200 stored certificate key in account manager, result 0
05-08 19:12:17.886 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.017273s
05-08 19:12:17.886 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002686s
05-08 19:12:17.896 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002411s
05-08 19:12:17.896 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002289s
05-08 19:12:17.896 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002258s
05-08 19:12:17.896 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.002014s
05-08 19:12:17.896 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:1021 CApplication::serialize() called
05-08 19:12:17.896 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
05-08 19:12:17.896 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
05-08 19:12:17.906 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
05-08 19:12:17.906 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:17.906 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
05-08 19:12:17.906 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.office.sfb.sfbdemo], Service[UCWA], domain[null], userName[null], password available[false]
05-08 19:12:17.916 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
05-08 19:12:17.926 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
05-08 19:12:17.926 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
05-08 19:12:17.926 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:17.926 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
05-08 19:12:17.926 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.office.sfb.sfbdemo], Service[EWS], domain[null], userName[null], password available[false]
05-08 19:12:17.946 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.048370s
05-08 19:12:17.956 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.006317s
05-08 19:12:17.956 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002716s
05-08 19:12:17.956 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002411s
05-08 19:12:17.956 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:965 Impersonalized the Object Model
05-08 19:12:17.956 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 0 out-of-sync Object Models took 0.000000s
05-08 19:12:17.956 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2964 CUcmpConversationsManager::serialize() called
05-08 19:12:17.956 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3210 CUcmpConversationsManager::serializeUsingPropertyBag() called
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 2 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.004913s
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversation.cpp:1316 Terminate called for conversation (Key 1234082f-fe14-4a16-8a40-9e253701849b) (ConversationState Idle). isUserInitiated 0
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION CUcmpConversation.cpp:1324 Unable to terminate conversation with error (E_ActionNotAvailable (E3-8-1))
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversation.cpp:1316 Terminate called for conversation (Key 685454c9-6a8f-459e-84e2-36121bfdd117) (ConversationState Idle). isUserInitiated 0
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION CUcmpConversation.cpp:1324 Unable to terminate conversation with error (E_ActionNotAvailable (E3-8-1))
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2964 CUcmpConversationsManager::serialize() called
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3210 CUcmpConversationsManager::serializeUsingPropertyBag() called
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
05-08 19:12:17.966 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 2 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.004974s
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:702 CUcmpMrasHelper::impersonalize() called
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2964 CUcmpConversationsManager::serialize() called
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3210 CUcmpConversationsManager::serializeUsingPropertyBag() called
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.005157s
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2964 CUcmpConversationsManager::serialize() called
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3210 CUcmpConversationsManager::serializeUsingPropertyBag() called
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
05-08 19:12:17.976 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3018 CUcmpConversationsManager::deserialize() started
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:625 CUcmpMrasHelper::deserialize() called
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:663 CUcmpMrasHelper::deserialize : deserialized mrasToken with0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = m_httpProxyPort = -1
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3801 CUcmpConversationsManager::deserialize() completed successfully
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002350s
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:1021 CApplication::serialize() called
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
05-08 19:12:17.986 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
05-08 19:12:17.996 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:17.996 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
05-08 19:12:17.996 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.office.sfb.sfbdemo], Service[UCWA], domain[null], userName[null], password available[false]
05-08 19:12:18.016 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
05-08 19:12:18.016 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
05-08 19:12:18.016 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
05-08 19:12:18.016 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:18.016 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
05-08 19:12:18.016 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.office.sfb.sfbdemo], Service[EWS], domain[null], userName[null], password available[false]
05-08 19:12:18.046 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.054932s
05-08 19:12:18.046 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:689 CUcmpConversationsManager::createConversation() called
05-08 19:12:18.046 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.003540s
05-08 19:12:18.066 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002930s
05-08 19:12:18.066 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002197s
05-08 19:12:18.066 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002808s
05-08 19:12:18.076 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002991s
05-08 19:12:18.076 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002686s
05-08 19:12:18.076 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002625s
05-08 19:12:18.076 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002716s
05-08 19:12:18.086 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002808s
05-08 19:12:18.086 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002594s
05-08 19:12:18.086 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002563s
05-08 19:12:18.096 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003143s
05-08 19:12:18.096 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003143s
05-08 19:12:18.096 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003235s
05-08 19:12:18.106 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003601s
05-08 19:12:18.106 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003235s
05-08 19:12:18.116 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.008972s
05-08 19:12:18.116 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversation.cpp:471 CConversation::initialize() called, conversation (key bf13c04f-5c74-4e9f-9df4-524e72157247)
05-08 19:12:18.116 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpParticipant.cpp:429 Initialize called for participant (key 3de53878-92aa-494b-befd-9e22345283b6) in conversation (key bf13c04f-5c74-4e9f-9df4-524e72157247)
05-08 19:12:18.126 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.002686s
05-08 19:12:18.126 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:2964 CUcmpConversationsManager::serialize() called
05-08 19:12:18.126 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversationsManager.cpp:3210 CUcmpConversationsManager::serializeUsingPropertyBag() called
05-08 19:12:18.126 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:573 CUcmpMrasHelper::serialize() called
05-08 19:12:18.126 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMrasHelper.cpp:612 CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
05-08 19:12:18.136 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.004211s
05-08 19:12:18.136 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(MeetingJoinLauncherStart) signatureName() errorCode(S_OK (S0-0-0)) description()
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002991s
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:119 CMeetingUrlCracker::initiateMeetingUrlCrackRequest() called
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:152 Meeting URL with query parameters: https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: get native 1329024968 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@41e0e348
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Original URL: https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false method Get
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Decoded URL: https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false
05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:719
GET https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false
Request Id: 0x4ec36e78
HttpHeader:Accept Application/vnd.microsoft.lync.meeting+xml;ver=14
HttpHeader:X-MS-LyncBuild 4.0

                                                                   </SentRequest>

05-08 19:12:18.146 27186-27186/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Sending HTTP request: Get https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false
05-08 19:12:18.156 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Get https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:378 Submitting new req. GET-JoinLauncherUrlRequest(0x4ec36e78); Timeout timer started
05-08 19:12:18.156 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false and setting it to FALSE for manual handling
05-08 19:12:18.156 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "meet.lync.com" converted to "meet.lync.com"
05-08 19:12:18.156 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = meet.lync.com, threadId = 2437
05-08 19:12:18.156 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Get https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false Connection pool count is 3
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.005310s
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CApplication.cpp:1021 CApplication::serialize() called
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 0, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[UCWA], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[UCWA], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
05-08 19:12:18.156 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.office.sfb.sfbdemo], Service[UCWA], domain[null], userName[null], password available[false]
05-08 19:12:18.176 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION CCredentialStore.cpp:98 Storing credentials for service: 1, passwordAvailable flag: FALSE, provided password content avail: FALSE, decrypted password content avail: FALSE, converted password content avail: FALSE
05-08 19:12:18.176 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CCredentialsStoreManager.cpp:58 CCredentialsStoreManager::store, passwordAvailable flag: FALSE, password content available: FALSE
05-08 19:12:18.176 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: NativeHelper CredentialsStoreManager::store called for service[EWS], AccountId[], Domain[], Username[], Password Available flag[false], Password content available[false]
05-08 19:12:18.176 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:18.176 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: Clearing Credentials for service[EWS], AccountId[Skype For Business], Domain[null], Username[null], Password Available[null]
05-08 19:12:18.176 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: updateAccount: name[Skype For Business], type [com.microsoft.office.sfb.sfbdemo], Service[EWS], domain[null], userName[null], password available[false]
05-08 19:12:18.206 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.044922s
05-08 19:12:18.206 27186-27186/com.microsoft.office.sfb.sfbdemo V/SFB: VERBOSE APPLICATION VideoModalityStub.cpp:321 subscription records :0
05-08 19:12:18.216 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CBasePersistableEntity.cpp:181 Storing 1 out-of-sync Object Models took 0.002533s
05-08 19:12:18.216 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CEwsAttachmentManager.cpp:196 Scheduling cleanup run in 86400sec
05-08 19:12:18.216 27186-27186/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (1) type (1)!
05-08 19:12:18.216 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpConversation.cpp:640 Release() called for conversation (key 1234082f-fe14-4a16-8a40-9e253701849b)
05-08 19:12:18.216 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CContentSession.cpp:178 shutdownAndResetJoinState called
05-08 19:12:18.216 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpVideoSubscriptionManager.cpp:261 VSM :: resetState() called
05-08 19:12:18.226 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
05-08 19:12:18.226 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
05-08 19:12:18.226 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
05-08 19:12:18.226 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
05-08 19:12:18.226 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
05-08 19:12:18.226 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
05-08 19:12:18.226 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpMeetingsManager.cpp:966 queryCapability fails. Actual State 1
05-08 19:12:18.437 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] SfbSSLSocketFactory: Adding SNI Support for host meet.lync.com.
05-08 19:12:18.587 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Updating the last certificate checked for host. host = meet.lync.com, certificate = X509CertificateInfo { Issuer = Microsoft IT SSL SHA2, Subject = *.online.lync.com, SigAlgName = SHA256WithRSA, NotBefore = 19 Jan 2017 11:49:40 PM, NotAfter = 19 Mar 2018 11:49:40 PM, SerialNumber = 2007069165577462962291184356842824989902514724 }, threadId = 2437
05-08 19:12:18.597 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCertificateTrustEngine: Certificate trusted by the standard OS trust manager: X509CertificateInfo { Issuer = Microsoft IT SSL SHA2, Subject = *.online.lync.com, SigAlgName = SHA256WithRSA, NotBefore = 19 Jan 2017 11:49:40 PM, NotAfter = 19 Mar 2018 11:49:40 PM, SerialNumber = 2007069165577462962291184356842824989902514724 }
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpEngine: Handle redirection automatically - Received response of manually redirected request
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Recursive execute for redirection for request Get https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Get https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl and setting it to FALSE for manual handling
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "webdir2a.online.lync.com" converted to "webdir2a.online.lync.com"
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = webdir2a.online.lync.com, threadId = 2437
05-08 19:12:19.037 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Get https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl Connection pool count is 4
05-08 19:12:19.758 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] SfbSSLSocketFactory: Adding SNI Support for host webdir2a.online.lync.com.
05-08 19:12:20.178 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Updating the last certificate checked for host. host = webdir2a.online.lync.com, certificate = X509CertificateInfo { Issuer = Microsoft IT SSL SHA2, Subject = *.online.lync.com, SigAlgName = SHA256WithRSA, NotBefore = 19 Jan 2017 11:49:40 PM, NotAfter = 19 Mar 2018 11:49:40 PM, SerialNumber = 2007069165577462962291184356842824989902514724 }, threadId = 2437
05-08 19:12:20.208 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCertificateTrustEngine: Certificate trusted by the standard OS trust manager: X509CertificateInfo { Issuer = Microsoft IT SSL SHA2, Subject = *.online.lync.com, SigAlgName = SHA256WithRSA, NotBefore = 19 Jan 2017 11:49:40 PM, NotAfter = 19 Mar 2018 11:49:40 PM, SerialNumber = 2007069165577462962291184356842824989902514724 }
05-08 19:12:20.248 27186-27191/com.microsoft.office.sfb.sfbdemo D/dalvikvm: GC_CONCURRENT freed 1287K, 18% free 12734K/15464K, paused 4ms+4ms, total 52ms
05-08 19:12:20.739 27186-27186/com.microsoft.office.sfb.sfbdemo V/JniRefCountedObject: Finalized 29 objects, ~0 remains in queue, it took 0 ms
05-08 19:12:21.449 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaDataSynchronizer.cpp:802 Mode 0 timed out
05-08 19:12:21.449 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaDataSynchronizer.cpp:984 CUcwaDataSynchronizer now in mode 1
05-08 19:12:21.449 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CEventChannelManager.cpp:364 Set event aggregation time to 15/15s
05-08 19:12:21.449 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaDataSynchronizer.cpp:1006 Mode 1 scheduled to timeout in 120sec
05-08 19:12:21.500 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:21.510 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpEngine: Handle redirection automatically - Received response of manually redirected request
05-08 19:12:21.510 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Recursive execute for redirection for request Get https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:21.510 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Get https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:21.510 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl and setting it to FALSE for manual handling
05-08 19:12:21.510 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "webpoolblu2a05.infra.lync.com" converted to "webpoolblu2a05.infra.lync.com"
05-08 19:12:21.510 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = webpoolblu2a05.infra.lync.com, threadId = 2437
05-08 19:12:21.510 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Get https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl Connection pool count is 5
05-08 19:12:21.520 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:22.090 27186-28582/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:22.090 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpEngine: setting redirect uri to https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:22.090 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpEngine: setting redirect uri to https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:22.090 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: ~~ Response headers
05-08 19:12:22.090 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :cache-control Value :private
05-08 19:12:22.090 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :transfer-encoding Value :chunked
05-08 19:12:22.090 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :content-type Value :Application/vnd.microsoft.lync.meeting+xml; charset=utf-8
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-server-fqdn Value :BLU2A05FES01.infra.lync.com
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-correlation-id Value :3ff25a86-66e5-4b13-bfd2-4b704e6fa14a
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-client-request-id Value :2cea1429-c03a-434a-8afb-f95172edae0b
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :strict-transport-security Value :max-age=31536000; includeSubDomains
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-content-type-options Value :nosniff
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :date Value :Mon, 08 May 2017 13:42:49 GMT
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :LastRedirectUrl Value :https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: onRecieveData
05-08 19:12:22.100 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "webpoolblu2a05.infra.lync.com" converted to "webpoolblu2a05.infra.lync.com"
05-08 19:12:22.100 27186-28582/com.microsoft.office.sfb.sfbdemo D/NetworkTelemetry: network_request {Http_ExceptionType=none, Http_Latency=3958 ms, Http_ServiceType=GenericRequest, Http_RequestId=13, Http_RequestUri=https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false, Http_RequestMethod=Get, Http_RequestTimeout=60, Http_ResponseCode=200}
05-08 19:12:22.110 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: HttpCallback Finished successfully and statusCode 200
05-08 19:12:22.110 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: mNativeObjectRef = 1329024968
05-08 19:12:22.110 27186-27194/com.microsoft.office.sfb.sfbdemo I/dalvikvm: Jit: resizing JitTable from 4096 to 8192
05-08 19:12:22.110 27186-28582/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Got Response: 200 for: Get https://webpoolblu2a05.infra.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@41e0e348
05-08 19:12:22.110 27186-27186/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR APPLICATION CHttpConnection.cpp:258 Detected redirection to https://webdir2a.online.lync.com/Meet/?origurl=aHR0cHM6Ly9tZWV0Lmx5bmMuY29tL3ZpcnR1YWxtZG9mZmljZS9tYW5vai5rdW1hci9jOGtjdnludz90ZWxlbWV0cnlJZD00MGE3ZTAyYS1iNzYyLTQ0MDUtYmE0OC0wOWY5YjlhMjg4ZGUmcHN0bkNvb3JkaW5hdGVzPWZhbHNl
05-08 19:12:22.110 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:173 Received response of request(JoinLauncherCrackHttpsUrlRequest) with status = 0x0
05-08 19:12:22.120 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:1115
GET https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw?telemetryId=40a7e02a-b762-4405-ba48-09f9b9a288de&pstnCoordinates=false
Request Id: 0x4ec36e78
HttpHeader:cache-control private
HttpHeader:content-type Application/vnd.microsoft.lync.meeting+xml; charset=utf-8
HttpHeader:date Mon, 08 May 2017 13:42:49 GMT
HttpHeader:StatusCode 200
HttpHeader:strict-transport-security max-age=31536000; includeSubDomains
HttpHeader:transfer-encoding chunked
HttpHeader:x-content-type-options nosniff
HttpHeader:x-ms-client-request-id 2cea1429-c03a-434a-8afb-f95172edae0b
HttpHeader:x-ms-correlation-id 3ff25a86-66e5-4b13-bfd2-4b704e6fa14a
HttpHeader:x-ms-server-fqdn BLU2A05FES01.infra.lync.com

                                                                   <?xml version="1.0" encoding="utf-8"?><conf-info xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/rtc/2009/05/simplejoinconfdoc"><conf-uri>sip:[email protected]

05-08 19:12:22.130 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:270 Sending event to main thread for request(0x4ec36e78)
05-08 19:12:22.130 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.004303s
05-08 19:12:22.130 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003326s
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003448s
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003326s
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:825 Req. completed, Stopping timer.
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:234 CMeetingUrlCracker::onRequestTerminated(): type: 51, errorCode: 0
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:353 Telemetry-id value is 40a7e02a-b762-4405-ba48-09f9b9a288de
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CMeetingUrlCracker.cpp:199 Firing MeetingUrlCracker Event, type: 0
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002899s
05-08 19:12:22.140 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpAnonMeetingJoinManager.cpp:342 Telemetry value is 40a7e02a-b762-4405-ba48-09f9b9a288de
05-08 19:12:22.150 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:22.150 27186-27186/com.microsoft.office.sfb.sfbdemo D/CredentialsStoreManager: com.microsoft.office.sfb.sfbdemo has 1 accounts.
05-08 19:12:22.150 27186-27186/com.microsoft.office.sfb.sfbdemo V/CryptoUtils: encryptInternal called with [seed.length: 36], [data.length: 8], [salt.length: 16], [isNewSalt: false], [isNewSeed: false]
05-08 19:12:22.150 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CCredentialManager.cpp:172 setMeetingJoinCredential creating credential: credType (4) signInName (sip:[email protected];gruu;opaque=app:conf:focus:id:c8kcvynw) domain () username () password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
05-08 19:12:22.150 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002197s
05-08 19:12:22.150 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:433 SignIn. signInAsUserState=0, actualState=0
05-08 19:12:22.160 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002167s
05-08 19:12:22.160 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1296 Updating URLs. For Ucwa: discoveredFqdn=https://webpoolblu2a05.infra.lync.com, applicationsRelativeUrl=/ucwa/v1/applications, configuredInternal=, configuredExternal=, loc=1, auto-discovery=1
05-08 19:12:22.160 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002655s
05-08 19:12:22.160 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003082s
05-08 19:12:22.160 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(SignInStart) signatureName() errorCode(S_OK (S0-0-0)) description()
05-08 19:12:22.180 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002686s
05-08 19:12:22.180 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(Heartbeat) signatureName() errorCode(S_OK (S0-0-0)) description()
05-08 19:12:22.190 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002838s
05-08 19:12:22.190 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003296s
05-08 19:12:22.190 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:999 CUcwaAppSession canceling all requests
05-08 19:12:22.190 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:742 CUcwaAppSession::sendCreateApplicationRequest called
05-08 19:12:22.190 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CUcwaSession.h:65 Updating app instance URL from ->
05-08 19:12:22.190 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1296 Updating URLs. For Ucwa: discoveredFqdn=https://webpoolblu2a05.infra.lync.com, applicationsRelativeUrl=/ucwa/v1/applications, configuredInternal=, configuredExternal=, loc=1, auto-discovery=1
05-08 19:12:22.200 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003082s
05-08 19:12:22.200 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CUcwaSession.cpp:467 App instance URL is empty(/ucwa/v1/applications)
05-08 19:12:22.200 27186-27186/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR UTILITIES /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/utilities/miscellaneous/public/CHashedString.h:195 ownSip must be valid!
05-08 19:12:22.200 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002991s
05-08 19:12:22.200 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002869s
05-08 19:12:22.200 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(SignInCreateApplicationStart) signatureName() errorCode(S_OK (S0-0-0)) description()
05-08 19:12:22.220 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.004669s
05-08 19:12:22.220 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION ConversationApplicationLayerUtilityFunctions.cpp:165 Set deployment info to Online
05-08 19:12:22.220 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003143s
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:426 Received a request to get the meta data of type 0 for url https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:481 Sending Unauthenticated get to get the web-ticket url
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: get native 1329922008 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@41dd0e90
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Original URL: https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications method Get
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Decoded URL: https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:719
GET https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
Request Id: 0x4ec05050
HttpHeader:Accept

                                                                   </SentRequest>

05-08 19:12:22.230 27186-27186/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Sending HTTP request: Get https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.230 27186-28605/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Get https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.230 27186-28605/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications and setting it to FALSE for manual handling
05-08 19:12:22.240 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:112 Waiting on Meta Data from https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.240 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:378 Submitting new req. POST-Application(0x4f3a9350); Timeout timer started
05-08 19:12:22.240 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcwaAppSession.cpp:1021 CUcwaAppSession::setNewActualState() state=2
05-08 19:12:22.240 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "webpoolblu2a05.infra.lync.com" converted to "webpoolblu2a05.infra.lync.com"
05-08 19:12:22.240 27186-28605/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = webpoolblu2a05.infra.lync.com, threadId = 2439
05-08 19:12:22.240 27186-28605/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Get https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications Connection pool count is 5
05-08 19:12:22.240 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002014s
05-08 19:12:22.240 27186-28605/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.240 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.003235s
05-08 19:12:22.250 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.001984s
05-08 19:12:22.250 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.001984s
05-08 19:12:22.250 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CUcmpAnonMeetingJoinManager.cpp:372 CUcwaAppSession::signIn() succeeded
05-08 19:12:22.250 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CClientTelemetryProvider.cpp:412 Sending telemetry to ARIA for type(MeetingJoinLauncherSuccess) signatureName() errorCode(S_OK (S0-0-0)) description(https://meet.lync.com/virtualmdoffice/manoj.kumar/c8kcvynw Url cracking result: S_OK (S0-0-0))
05-08 19:12:22.270 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002960s
05-08 19:12:22.270 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO APPLICATION CTransportRequestRetrialQueue.cpp:735 Response received for req. GET-JoinLauncherUrlRequest(0x4ec36e78): S_OK (S0-0-0) (Success); Done with req.; Stopping resend timer
05-08 19:12:22.621 27186-28605/com.microsoft.office.sfb.sfbdemo D/[HttpAuth] CredentialsMap: URI "https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications" converted CredentialsMap key: "https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications"
05-08 19:12:22.631 27186-28605/com.microsoft.office.sfb.sfbdemo D/[HttpAuth] SfbAuthenticator: Authentication STEP STARTED (with WWW-Authenticate) for HTTP response for https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.631 27186-28605/com.microsoft.office.sfb.sfbdemo D/[HttpAuth] SfbAuthenticator: Exception (SfbMissingAuthCredentialsException) caught while authenticating using (no challenge selected) scheme (for WWW-Authenticate) for response for https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications: com.microsoft.office.lync.platform.http.HttpProvider.OkHttpProvider.OkHttpAuthentication.exceptions.SfbMissingAuthCredentialsException: null credentials provided while authenticating header WWW-Authenticate for request https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.631 27186-28605/com.microsoft.office.sfb.sfbdemo D/MissingAuthCredentialsHelper: SfbMissingAuthCredentialsException received but not being tracked for:https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.631 27186-28605/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Skipping further HTTP attempts that use serverCredentials, as they are null. This is normal for URLs that don't require HTTP authentication. Request: Get https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: ~~ Response headers
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :content-type Value :text/html
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-webticketurl Value :https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-webticketsupported Value :cwt,saml
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-server-fqdn Value :BLU2A05FES01.infra.lync.com
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-correlation-id Value :251d24cd-86fa-4796-8780-bdadd8e9f425
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :x-ms-client-request-id Value :4de2c5e6-e37c-4bdd-ab5f-0f65a705787b
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :strict-transport-security Value :max-age=31536000; includeSubDomains
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :date Value :Mon, 08 May 2017 13:42:50 GMT
05-08 19:12:22.641 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: Header :content-length Value :1293
05-08 19:12:22.651 27186-28605/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: onRecieveData
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "webpoolblu2a05.infra.lync.com" converted to "webpoolblu2a05.infra.lync.com"
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: HttpCallback Finished successfully and statusCode 401
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpCallback: mNativeObjectRef = 1329922008
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:173 Received response of request() with status = 0x0
05-08 19:12:22.651 27186-28605/com.microsoft.office.sfb.sfbdemo D/NetworkTelemetry: network_request {Http_ExceptionType=none, Http_Latency=414 ms, Http_ServiceType=GenericRequest, Http_RequestId=14, Http_RequestUri=https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications, Http_RequestMethod=Get, Http_RequestTimeout=60, Http_ResponseCode=401}
05-08 19:12:22.651 27186-28605/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Got Response: 401 for: Get https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@41dd0e90
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:1115
GET https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
Request Id: 0x4ec05050
HttpHeader:content-length 1293
HttpHeader:content-type text/html
HttpHeader:date Mon, 08 May 2017 13:42:50 GMT
HttpHeader:StatusCode 401
HttpHeader:strict-transport-security max-age=31536000; includeSubDomains
HttpHeader:x-ms-client-request-id 4de2c5e6-e37c-4bdd-ab5f-0f65a705787b
HttpHeader:x-ms-correlation-id 251d24cd-86fa-4796-8780-bdadd8e9f425
HttpHeader:x-ms-server-fqdn BLU2A05FES01.infra.lync.com
HttpHeader:x-ms-webticketsupported cwt,saml
HttpHeader:x-ms-webticketurl https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc

05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CHttpRequestProcessor.cpp:270 Sending event to main thread for request(0x4ec05050)
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:608 Received response for meta data request of type 60 with status 0
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:678 Base service url constructed from unauth-get-response is https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO UTILITIES CBasePersistableComponent.cpp:205 Storing 1 out-of-sync components took 0.002472s
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:764 Added a binding based on the unauth-get response
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:220 MetaData retrieval for url https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications completed with status 0
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:250 Deleting 1 pended Meta data requests for url https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:426 Received a request to get the meta data of type 0 for url https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:335 Executing request after meta data successfully retrieved
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:426 Received a request to get the meta data of type 0 for url https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CCredentialManager.cpp:172 getSpecificCredential for serviceId(1) returning: credType (4) signInName (sip:[email protected];gruu;opaque=app:conf:focus:id:c8kcvynw) domain () username (sip:[email protected];gruu;opaque=app:conf:focus:id:c8kcvynw) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CWebTicketSession.cpp:475 No Cached web-ticket found.
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CWebTicketSession.cpp:518 Received request for a new token for https://webpoolblu2a05.infra.lync.com/ucwa/v1/applications
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo V/RandomUtils: Generated randombytes of length: 256
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:426 Received a request to get the meta data of type 2 for url https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (1) type (1)!
05-08 19:12:22.651 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CMetaDataManager.cpp:511 Sending Mex request for endpoint (https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc) w/ sign-in name ()
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo D/Injector: Annotation is type of field
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo D/Injector: Getting type for annotation @javax.inject.Inject()
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: get native 1329922008 httpCallback com.microsoft.office.lync.platform.http.HttpConnectionNativeCallback$1@41aeacc0
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo W/SFB: WARNING TRANSPORT CCredentialManager.cpp:291 CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Original URL: https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex method Post
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo D/[Http] HttpConnection: Decoded URL: https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp:153 Empty credentials. Unable to add X-User-Identity header
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo E/SFB: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/335323/src/dev/lyncMobile/ucmp/transport/metadatamanager/private/CMetaDataRequest.cpp:153 Empty credentials. Unable to add X-User-Identity header
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT TransportUtilityFunctions.cpp:719
POST https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex
Request Id: 0x4f375b90
HttpHeader:Accept text/xml, application/soap+xml, application/octet-stream
HttpHeader:Content-Type application/soap+xml; charset=utf-8

                                                                   <soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing"><soap12:Header><wsa:Action soap12:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</wsa:Action><wsa:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address></wsa:ReplyTo><wsa:To soap12:mustUnderstand="1">https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc</wsa:To></soap12:Header><soap12:Body/></soap12:Envelope>
                                                                   </SentRequest>

05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo V/[Http] HttpConnection: set body- length=496
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo I/[Http] HttpConnection: Sending HTTP request: Post https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CAuthenticationResolver.cpp:112 Waiting on Meta Data from https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc
05-08 19:12:22.661 27186-27186/com.microsoft.office.sfb.sfbdemo I/SFB: INFO TRANSPORT CBindingTransformationFactory.cpp:258 Waiting on a token of type 2
05-08 19:12:22.661 27186-28588/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: HttpEngine.execute called for Post https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex
05-08 19:12:22.661 27186-28588/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: AutoRedirect true for https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex and setting it to FALSE for manual handling
05-08 19:12:22.661 27186-28588/com.microsoft.office.sfb.sfbdemo V/[Http] ThreadHostCertificateMapper: Host name "webpoolblu2a05.infra.lync.com" converted to "webpoolblu2a05.infra.lync.com"
05-08 19:12:22.661 27186-28588/com.microsoft.office.sfb.sfbdemo D/[Http] ThreadHostCertificateMapper: Updating the host requested on this thread: host = webpoolblu2a05.infra.lync.com, threadId = 2438
05-08 19:12:22.661 27186-28588/com.microsoft.office.sfb.sfbdemo D/[Http] HttpEngine: Executing request with Post https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex Connection pool count is 5
05-08 19:12:22.671 27186-28588/com.microsoft.office.sfb.sfbdemo D/[Http] SfbCookieManager: Found 1 cookie headers to outgoing request to: https://webpoolblu2a05.infra.lync.com/WebTicket/WebTicketService.svc/mex

could not load library "libsqlcipher.so"

com.microsoft.office.sfb.sfbdemo E/dalvikvm: dlopen("/data/app-lib/com.microsoft.office.sfb.sfbdemo-2/libacomo.so") failed: Cannot load library: soinfo_link_image(linker.cpp:1636): could not load library "libsqlcipher.so" needed by "libacomo.so"; caused by load_library(linker.cpp:746): library "libsqlcipher.so" not found

group video

How should I achieve multiplayer video?
My approach is to create a ParticipantVideo for each MMVRSurfaceView.
Although you can achieve, but when the number of the performance is very poor, very Carlton.
After the test I know can display up to five “IncomingVideo”.

What is the best way to achieve it?

我应该怎么样来实现多人视频。
我现在的方法是为每一个ParticipantVideo创建一个MMVRSurfaceView。
虽然可以实现,但是当人数很多的时候,效果非常不好,很卡顿,而且手机也会很卡。
经过测试,我知道最多可以显示5个他人视频。

那么,实现多人视频最好的方式是什么呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.