My application can not connect to FMS2

My application can not connect to FMS2
hi,all, Some things block me. Who can you help me? I
appreciate your support.
Server: FMS 2.0
Client : Flash 8 ,Flex 2.0.1
I find Flash 8 code is fine. It can connect to FMS2 with on
error. I can find connect show in FMS console.
But I find AS3 codes can not connect to FMS2. Why? I am very
puzzle...:-(
Error messages is nse.info.code:NetConnection.Connect.Failed
nse.info.level:error...help me please..Thank you very much.
My codes below.
==========Flash 8 code =========
stop();
// Open connection to FlashCom
client_nc = new NetConnection();
// Handle status message
client_nc.onStatus = function(info) {
trace("Level: " + info.level + newline + "Code: " +
info.code);
client_nc.connect("rtmp://127.0.0.1/tutorial_text");
// Initialize the typing stage
TypingStage.text = "";
// Create a remote shared object. client_nc.uri is the URI of
the
// NetConnection the shared object will use to connect to the
// server. I.e., the one just created.
text_so = SharedObject.getRemote("sharedtext", client_nc.uri,
false);
// The following is very important, nothing happens otherwise
text_so.connect(client_nc);
// Each time something changes in the shared object, the
server
// sends out a synchronization message. This onSync handler
// updates the movie based on the information.
text_so.onSync = function(list) {
// Update the textArea in the typing stage with the latest
// text from the shared object. The 'for' loop condition
searches
// through the list of changes, and the 'if' condition
ensures
// that we apply the relevant change only if someone other
than
// this client has changed the value.
for ( var i = 0; i < list.length; i++ )
if ( list.name == "textValue" && list.code !=
"success")
TypingStage.text = text_so.data.textValue;
break;
// Update the shared object every time the user types in new
text
TypingStage.onChanged = function()
text_so.data.textValue = TypingStage.text;
===============Flex2
代码如下====================
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" creati>
<mx:Script>
<![CDATA[
import flash.net.*;
import mx.controls.Alert;
import flash.events.SyncEvent;
private var client_nc:NetConnection;
private var text_so:SharedObject;
public function init():void
flash.system.Security.allowDomain("
http://127.0.0.1");
rte.text = "";
public function ioEvent(ioe:IOErrorEvent):void
rte.text = rte.text+"/n"+" io:"+ioe.text;
public function connectStatus(nse:NetStatusEvent):void
//trace("Level: " + nse.info);
rte.text = rte.text+"/n"+" nse.info.code:"+nse.info.code+"
nse.info.level:"+nse.info.level;
public function click():void
client_nc = new NetConnection();
client_nc.addEventListener(NetStatusEvent.NET_STATUS
,connectStatus);
client_nc.addEventListener(IOErrorEvent.IO_ERROR,ioEvent);
rte.text = "connect rtmp://127.0.0.1/tutorial_text ";
client_nc.connect("rtmp://127.0.0.1/tutorial_text");
///tutorial_text
text_so = SharedObject.getRemote("sharedtext",
client_nc.uri, false);
text_so.addEventListener(SyncEvent.SYNC,syncShareObject);
text_so.connect(client_nc);
public function syncShareObject(se:SyncEvent ):void
var list:Array = se.changeList;
var i:int;
for (i = 0; i < list.length; i++ ){
if ( list.name == "textValue" && list.code !=
"success"){
rte.text = text_so.data.textValue;
break;
public function changeRTE():void
text_so.data.textValue = rte.text;
public function disconnect():void{
if (client_nc.connected){
client_nc.close();
]]>
</mx:Script>
<mx:RichTextEditor id="rte" x="23" y="19" width="626"
height="337" cornerRadius="20" change="changeRTE()">
</mx:RichTextEditor>
<mx:Button x="105" y="381" label="Start Connection"
width="204" click="click()"/>
<mx:Button x="317" y="381" label="Disconnect" width="209"
click="disconnect()"/>
</mx:Application>

Action Script uses AMF3 format to communicate. However, Flash
Media Server 2 only understands the AMF0 format.....
Do the following:
var client_nc:NetConnection = new NetConnection();
client_nc.objectEncoding = flash.net.ObjectEncoding.AMF0;
client_nc.connect("rtmp:/FLEX");
This should connect .... however, you might run into other
issues like me... I am having issues with NetStream after that ...
however, let me know if this works ...

Similar Messages

  • Adobe cloud application manager - can not connect to internet

    To ADOBE - The Adode cloud Order no is DSSY006786009DT and is current
    The Adobe cloud application manager - can not connect to internet even though there is internet connection and says it might be time zone error but that is correct  - Sydney Australia
    Question:
         1. Is anybody else having this problem
         2. How do we fix
    I already changed the time zone east coast US - did not change anything
    Could it be a corrupt program - thus requiring to reinstall program Application manager
    I am using Windows 7.
    It has been like it for ten days - It asks to log in everytime I turn computer on
    All programs in Creative Cloud work
    Any suggestions and solution
    Online help and phone help had no solutions other than what I suggested - that is reload application manager
    Thanks for help
    Ian Cleland

    The Creative Cloud File Synching was just offline, should be online now again.
    See top off: http://forums.adobe.com/community/creative_cloud/creative_cloud_connection
    Maybe that was your problem.

  • TS1717 Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi Laura-Wedders,
    Thanks for visiting Apple Support Communities.
    On August 7th, some users may have been unable to make purchases from the App Store, iTunes Store, Mac App Store, or iBookstore. Apple worked quickly to resolve these issues, however you may have experienced them.
    To check the current status of these systems please see:
    Apple - Support - System Status
    http://www.apple.com/support/systemstatus/
    If you are still experiencing issues, you may want to troubleshoot with the following articles:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    All the best,
    Jeremy

  • In application purchased failed can not connect to itunes, In application purchased failed can not connect to itunes

    Why can not purchased item from application meanwhile my credit card already verified, the statement from application " in application purchased failed can not connect to I tunes please go to ITunes support"

    This what Apple's iTunes specific error codes support article says about that particular error.
    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.

  • Can not connect to the internet. This is a new problem since I have been using firefox for years.

    I can not connect to the internet. I called mediacom due to the problem and they connected me to internet explorer. They indicated I should contact you for help in connecting to the internet. It appears firefox has made some kind of change since last night since I was using firefox for my internet connection last night. Something has changed. Your help will be appreciated.

    http://en.wikipedia.org/wiki/Keyhole_Markup_Language
    The only way that file opens thru IE8 for me ''(but not actually in IE8)'' is by using the Zip Utility (then IE closes) that is in WinXP and then opening the two image files in the Windows Fax and Picture Viewer.
    I think Firefox is trying to display that file because the MIME-type is for '''''text/plain''''' instead of the appropriate MIME-type of '''application/vnd.google-earth.kml+xml''' or '''application/vnd.google-earth.kmz'''
    That is something that needs to be configured in the server that is hosting that file type. Sorry, I don't know how that can be fixed. The one support person here that might know lives in Europe ''(I believe)'', so you might need to wait for an answer.

  • Iwc application does not connect to IM server[JCS6 vmware image]

    iwc application does not connect to IM server[JCS6 vmware image].
    In the iwc application there is in right side menu the buddy list; this always displayed the message: "Connecting..." and in the log there is this message:
    [12 Jan 2009 09:35:02,317] ERROR httpbind [Thread-23] Error opening stream to server: chimaera.varrius.org : 5222
    [12 Jan 2009 09:35:02,317] INFO httpbind [Thread-23] Component specified is not known : chimaera.httpbind.varrius.org
    org.jabberstudio.jso.StreamException: Component specified is not known : chimaera.httpbind.varrius.org
         at net.outer_planes.jso.AbstractStream.firePacketTransferredEvent(AbstractStream.java:697)
         at net.outer_planes.jso.AbstractStream$Input$1.addExtendedData(AbstractStream.java:116)
         at net.outer_planes.jso.AbstractStream$Input.process(AbstractStream.java:204)
         at net.outer_planes.jso.AbstractStream.process(AbstractStream.java:1176)
         at net.outer_planes.jso.AbstractStream.openInbound(AbstractStream.java:950)
         at net.outer_planes.jso.AbstractStream.open(AbstractStream.java:890)
         at com.sun.im.gateway.http.ComponentSession.createStream(ComponentSession.java:558)
         at com.sun.im.gateway.http.ComponentSession.connectAndAuthenticate(ComponentSession.java:307)
         at com.sun.im.gateway.http.ComponentSession$ConnectRunnable.run(ComponentSession.java:714)
         at java.lang.Thread.run(Thread.java:595)
    How can I resolve the problem?
    Thanks in advance.

    Hi,
    Have you configured the IM server for convergence to talk.Refer the following doc for the same - http://wikis.sun.com/display/CommSuite6/Convergence+1.0+Initial+Configuration#Convergence1.0InitialConfiguration-ConfigureIMComponentstoEnableCommunicationwiththeInstantMessagingServer
    HTH,
    Swetha

  • Warning: MDB application is NOT connected to messaging system on console

    An application works on weblogic 8.4 recently upgraded to weblogic 10.3 with Foriegn JMS server configuration.
    <foreign-server name="Fax JMSServer">
    <notes>The Foreign JMS Server Confirm uses to talk to Fax</notes>
    <default-targeting-enabled>false</default-targeting-enabled>
    <foreign-destination name="FaxReplyQueue">
    <local-jndi-name>com.foo.jms.FaxReplyQueue</local-jndi-name>
    <remote-jndi-name>com.foo.mq.FaxReplyQueue</remote-jndi-name>
    </foreign-destination>
    <foreign-destination name="FaxRequestQueue">
    <local-jndi-name>com.foo.jms.FaxRequestQueue</local-jndi-name>
    <remote-jndi-name>com.foo.mq.FaxRequestQueue</remote-jndi-name>
    </foreign-destination>
    <foreign-connection-factory name="mq-jms-ConnectionFactory">
    <local-jndi-name>com.foo.jms.FaxConnectionFactory</local-jndi-name>
    <remote-jndi-name>com.foo.mq.FaxConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
    <connection-url>file:/C:/bea/mqJNDI</connection-url>
    </foreign-server>
    Upon deployment, an warning message "MDB application is NOT connected to messaging system" occurs on the weblogic 10 console for one of the MDBs. In log file you can find the following message:
    <Oct 27, 2009 4:35:15 PM EDT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: FaxNotificationBean is unable to connect to the JMS destination: com.foo.jms.FaxReplyQueue. The Error was:
    Can not get distribute destination information. The destination JNDI name is com.foo.jms.FaxReplyQueue, the provider URL is null>
    The following is the annotations of the MDB in workshop.
    @ForeignJmsProvider(connectionFactoryJndiName = "com.foo.jms.FaxConnectionFactory")
    @JndiName(remote = "com.foo.faxmgr.ejb.FaxNotificationBean")
    @MessageDriven(defaultTransaction = MessageDriven.DefaultTransaction.NOT_SUPPORTED,
         destinationJndiName = "com.foo.jms.FaxReplyQueue",
    ejbName = "FaxNotificationBean",
    durable = Constants.Bool.FALSE,
    transTimeoutSeconds = "0",
         destinationType = "javax.jms.Queue",
         initialBeansInFreePool = "1",
         maxBeansInFreePool = "10"
    I googled and found the same questions asked before but no working answers. Does anybody know what's wrong with my MDB? BTW, it works the same way in weblogic 8.4 platform.
    I even tried to add resource refs as below but the same warning message is still there. TIA.
    @ResourceRefs(
         {@ResourceRef(name="com.foo.jms.FaxConnectionFactory",
         jndiName="com.foo.jms.FaxConnectionFactory", type="javax.jms.QueueConnectionFactory",
         auth=ResourceRef.Auth.CONTAINER, sharingScope=ResourceRef.SharingScope.UNSHAREABLE),
         @ResourceRef(name="com.foo.jms.FaxConnectionFactory",
              jndiName="com.foo.jms.FaxConnectionFactory", type="javax.jms.QueueConnectionFactory",
              auth=ResourceRef.Auth.CONTAINER, sharingScope=ResourceRef.SharingScope.UNSHAREABLE)}
    )

    Hi,
    We have had this same issue and the problem was diagnosed as a Oracle listener.ora issue with the OIM database connection not beining configured to use it's 1522 connection but using the default 1521 so it was just sat there not knowing that it's port should be 1522.
    Regards,
    Simon

  • Hi I can not connect to iTunes Store in iphone after upgrade of iO6. What should I do now ???

    After upgrade I can not open application store or iTunes Store it's coming error can not connect to iTunes Store what should I do ?

    Apparently when I updated my software this morning it logged me off my Wifi for some reason (even though the wifi icon at the top of the screen indicated it was using it), I logged back in and could connect.

  • Can not connect to app store

    lately, i do not know why my imac can not connect to the app store ... i followed the instructions in "http://support.apple.com/kb/TS5202" except the Edit your Keychain ... there is NO blue + over any certificates icon ... i still can not connect to the app store...
    i could have the app store display the front page after doing all instructions according to the web page ... when i click the login button try to log in and it display the empty page with "Can Not Connect To App Store"...
    i have tried few times with same result...
    any help to resolve this issue...
    cheers,

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Can not connect to the app store

    Hi all,
    I hope one will be able to give me more help than the apple support team.
    I've installed the update on my two computers.
    On the IMac it is working fine in several account.
    On my MacBook Pro, the app is stuck on"Can not connect to the app store".
    I've tried the suggestions of the help menu, and from some discussions. I even reinstalled the ocmbo update.
    Nothing happens.
    If somebody has some clue?
    Thanks in advance.
    arno

    HI and welcome...
    Download and install the v10.6.6 combo update available here.
    http://support.apple.com/kb/DL1349
    Then repair permissions.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. As long as you see, "Permissions Repair Complete" when it's finished... you're done.
    If you see any warnings re: SUID messages, they can be safely ignored, information here: http://support.apple.com/kb/TS1448?viewlocale=en_US

    Carolyn

  • "Skype Can not Connect" error on Windows 8.1

    I have the same problem. I can connect from others computers but I can not connect anymore from my laptop runing W 8.1.
    I uninstalled and reinstalled sype many times, installed the last version, I tried all suggestions in the FAQ,, same result:
    "skype can not connect".
    This post was transferred from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries and to reflect the post's content. A link to this post appears where the post was originally added.

    franz_oz wrote:
    I have the same problem. I can connect from others computers but I can not connect anymore from my laptop runing W 8.1.
    I uninstalled and reinstalled sype many times, installed the last version, I tried all suggestions in the FAQ,, same result:
    "skype can not connect".
    What exactly is the "latest" installed Skype version? In Skype go to Help -> About Skype.
    What Firewall and Antivirus applications are installed on your computer?

  • I can not connect

    Has anyone had any issues after Skype eliminated their App for Windows???? Ever since I had to update and download the version for desktop on Windows, that past two weeks have been a headache. I either was "offline" when clearly I was not and not able to make calls or connect. I had to uninstall and restall the Skype 4 times already. Now it is taking forever (2-5 minutes) trying to connect and then I get a message that says I can not connect!? Why? I have only been able to connect and make a call successfully two times. Why is Skype being so difficult? Why can't the app version come back, no problems there. Any ideas?  Thanks! 

    What Firewall and Antivirus applications are installed on your computer?

  • UCCE 10.5: MR PG can not connect to SIP Dialer

    Hello,
    I have a strange problem with a SIP Dialer installation.
    The MR PIM can not connect to SIP Dialer with the following error:
    14:32:34:621 pg2a-pim1 Attempting to connect to MR application at IP address: 172.19.10.31, port: 38001.
    14:32:34:621 pg2a-pim1 Trace: Transport: Making connection attempt to host1: 172.19.10.31 port: 38001.
    14:32:35:713 pg2a-pim1 Trace: Transport: Connection to host1 attempt failed; error 10061..
    14:32:35:713 pg2a-pim1 Trace: Transport: The attempt to connect was rejected..
    14:32:35:713 pg2a-pim1 Trace: Transport: Make sure that the MR-PIM setup has the correct MR application hostname and port number..
    14:32:35:713 pg2a-pim1 Trace: Transport: Make sure that the application is listening for connection at the correct port number..
    14:32:35:713 pg2a-pim1 Trace: Transport: Connection closed..
    I configured two duplexed SIP Dialers without Port Map. In baDialer logs I can see it can connect to Campaign Manager, CTI Servers, but it received "Port Map With ZERO Ports". Judging by what is written in SRND, this behavior is normal.
    14:38:51:052 dialer-baDialer Trace: DialerMetrics::reset(), Dialer Metric subsystem was reset..
    14:38:51:350 dialer-baDialer Initializing Event Management System (EMS) library.
    14:38:51:350 dialer-baDialer EMS library initialized with write thread.
    14:38:51:350 dialer-baDialer Trace: EMS Server pipe cce\Dialer\baDialerEMSPipe enabled for cce\Dialer\baDialer.
    14:38:51:350 dialer-baDialer Trace: Release 10.5.1.0 , Build 2572.
    14:38:51:350 dialer-baDialer Trace: Received dialer startup request..
    14:38:51:350 dialer-baDialer Trace: Monitor Server pipe cce\Dialer\baDialerCmdPipe enabled for cce\Dialer\baDialer.
    14:38:51:351 dialer-baDialer Trace: Dialer starting...ICM\cce\Dialer.
    14:38:51:351 dialer-baDialer Trace: Using registry key: Software\Cisco Systems, Inc.\ICM\cce\Dialer.
    14:38:51:351 dialer-baDialer Trace: Using registry key: Software\Cisco Systems, Inc.\ICM\cce\CurrentVersion.
    14:38:51:354 dialer-baDialer Trace: EMT I/O completion ports: max threads=4, concurent threads=0.
    14:38:51:355 dialer-baDialer Trace: Current Directory (C:\icm\cce\dialer).
    14:38:51:355 dialer-baDialer Trace: Size of call result mapping table: 46.
    14:38:51:355 dialer-baDialer Trace: DialerMetrics::Instance, Dialer Manager Creating New instance..
    14:38:51:355 dialer-baDialer Trace: The performance monitor object instance (cce) was created successfully..
    14:38:51:359 dialer-baDialer Trace: Attempting EMT connection to computer [172.19.10.30/172.19.10.30], port [40032].
    14:38:51:611 dialer-baDialer Trace:     EMT connection established.
    14:38:52:368 dialer-baDialer Trace: Registering with Campaign Manager.
    14:38:52:370 dialer-baDialer Trace: Config received: [1] dialer PortThrottle:15.000000.
    14:38:52:370 dialer-baDialer Trace: Trying to connect to server: 172.19.10.31 on port: 42027.
    14:38:52:370 dialer-baDialer Trace: socket open on Server=172.19.10.31 port=42027.
    14:38:52:370 dialer-baDialer Trace: (CTIPROXY)    Sending CTI OpenRequest for this Dialer.
    14:38:52:372 dialer-baDialer Trace: CallListener creating mutex - Global\CCallListener8536.
    14:38:52:372 dialer-baDialer Trace: (PM) Update Port Throttle. lPortThrottle=15.000000, dwPortThrottleCount=30, dwPortThrottleTime=2.
    14:38:52:372 dialer-baDialer Trace: Received Port Map With ZERO Ports.
    14:38:52:372 dialer-baDialer Trace: Received Port Map With ZERO Ports.
    14:38:52:372 dialer-baDialer Trace: Received Port Map With ZERO Ports.
    14:38:52:372 dialer-baDialer Trace: Received Port Map With ZERO Ports.
    14:38:52:372 dialer-baDialer Trace: (CLMGR)    CTI Client Event Report Request, invoke: 1, clients: [1].
    14:38:53:382 dialer-baDialer Trace: Dailer Status Change,Old Status:cce-Dialer BADialer_SIP -X  [CM-X]  [CTI-U]  [Ports-X]  [MR-X]  [SIP-U] 0x0.
    14:38:53:382 dialer-baDialer Trace: Dailer Status Change,New Status:cce-Dialer BADialer_SIP -X  [CM-A]  [CTI-A]  [Ports C:0,R:0,B:0]  [MR-X]  [SIP-U] 0x3.
    14:38:53:382 dialer-baDialer Trace: (DD)    **** Media Routing PIM is not Connected ****.
    14:38:53:382 dialer-baDialer Trace: (DD)    **** All SoftPhone Channels not Initialized ****.
    14:38:53:382 dialer-baDialer Trace: (DD)    **** Configured SoftPhone Channels: [0], Initialized: [0] ****.
    14:38:54:396 dialer-baDialer Trace: (DD)    **** Media Routing PIM is not Connected ****.
    14:38:54:396 dialer-baDialer Trace: (DD)    **** All SoftPhone Channels not Initialized ****.
    14:38:54:396 dialer-baDialer Trace: (DD)    **** Configured SoftPhone Channels: [0], Initialized: [0] ****.
    14:38:55:410 dialer-baDialer Trace: (DD)    **** Media Routing PIM is not Connected ****.
    14:38:55:410 dialer-baDialer Trace: (DD)    **** All SoftPhone Channels not Initialized ****.
    I double checked the IP Addresses, MR port(38001), network interfaces order in Windows and everything looks ok.
    A possible problem could be that I see no application listening on port 38001 with netstat -na.
    Does anyone have any idea what else should I check?
    Many thanks in advance,
    Cristian

    Also, here is an output of the Diag Portico when your MR is up and ports are registered and everything is healthy

  • Essbase Administration Services "Can not Connect to Administration Server"

    Hi
    Here I am installed Oracle EPM 11.1.2.2 Essbase,Planning and Reporting and after sucessfull configuration. When I tried to open Essbase Administration Console and there is no option to open administration console and I opened the Hyperion extraction setup folder and I installed Essbase Administration Console setup manuallay and after sucessful installation I try to Open and when I create new server and ir=ts created and then I am trying to connect server its throw this error
    Error: Can not Connect to Administration Server
    Please give me possitive things.
    Thanks in advance..

    Did you deploy the web applications to one managed server in the configurator, if you did then EAS is probably running on port 9000 so you would need to enter the server in the EAS console as servername:9000
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • OSX can not connect but android can ...

    i have some issues for several week now. (first it worked and then someone added XMPP federated users access and it stoped to work) i also can not go back to the old settings.
    first my setup :
    i have two servers 
    1. Frontend server in the domain.
    2. Edge server not domain joined and in the same subnet (no DMZ)
    internally and externally all laptops (osx + windows) can connect.
    but with mobile devices only the androis can connect and the osx devices give an certifcate error.
    or can not connect to the server eroor, 
    The current certificate configuration is:
    Edge Servers have a wildcard external domain certificate by Commodo.
    Front End Servers have an internal certificate provided by our Internal CA.
    The Fortigate have the wildcard certificate.
    please help me to troubleshoot this issues. 
    my cert chain seems to be correct and i did rebuild my config like a thousand time already.

    thanks for your answer:
    the url you provided me points to the iphone configuration utility that has been removed. 
    i did send all the certificates to my phone by email but still no luck:
    </SentRequest>
    2015-04-28 12:38:15.457 Lync[570:536c000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x145b3350 for url - https://lyncdiscover.domain.nl/ with persistent id as 6
    2015-04-28 12:38:15.457 Lync[570:536c000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url https://lyncdiscover.domain.nl/?sipuri=sip:[email protected]. Sending over direct connection.
    2015-04-28 12:38:15.459 Lync[570:536c000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable = true  responseHeadersHandle = 158a8720
    2015-04-28 12:38:15.460 Lync[570:536c000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 200 for request UcwaAutoDiscoveryRequest
    2015-04-28 12:38:15.461 Lync[570:536c000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x145eb5c0 for release.
    2015-04-28 12:38:15.461 Lync[570:536c000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    2015-04-28 12:38:15.462 Lync[570:536c000] INFO TRANSPORT TransportUtilityFunctions.cpp/1079:<ReceivedResponse>
    GET http://lyncdiscover.domain.nl/
    Request Id: 0x145575e8
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Length 1040
    HttpHeader:Content-Type application/vnd.microsoft.rtc.autodiscover+xml; v=1
    HttpHeader:Date Tue, 28 Apr 2015 10:38:15 GMT
    HttpHeader:Expires -1
    HttpHeader:Pragma no-cache
    HttpHeader:Server Microsoft-IIS/8.5
    HttpHeader:StatusCode 200
    HttpHeader:X-AspNet-Version 4.0.30319
    HttpHeader:X-Content-Type-Options nosniff
    HttpHeader:X-MS-Server-Fqdn lync01.domain.local
    HttpHeader:X-Powered-By ASP.NET
    Ôªø<?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><Root><Link
    token="Domain" href="https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain.nl" /><Link token="User" href="https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl"
    /><Link token="Self" href="https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain.nl" /><Link token="OAuth" href="https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain.nl"
    /><Link token="External/XFrame" href="https://lyncext.domain.nl/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://lync01.domain.local/Autodiscover/XFrame/XFrame.html" /><Link
    token="XFrame" href="https://lyncext.domain.nl/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    </ReceivedResponse>
    2015-04-28 12:38:15.463 Lync[570:536c000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/119:location value is external
    2015-04-28 12:38:15.464 Lync[570:536c000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/195:User url is https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.464 Lync[570:536c000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x145575e8)
    2015-04-28 12:38:15.465 Lync[570:354c29dc] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2015-04-28 12:38:15.465 Lync[570:354c29dc] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url = http://lyncdiscover.domain.nl/, Hops = 1, status = S_OK (S0-0-0)
    2015-04-28 12:38:15.465 Lync[570:354c29dc] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. UrlTrustResolver(0x145575e8): S_OK (S0-0-0) (Success); Done with req.; Stopping resend timer
    2015-04-28 12:38:15.465 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/393:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received.  Status = S_OK (S0-0-0), url = http://lyncdiscover.domain.nl/
    2015-04-28 12:38:15.466 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/449:Received a root response
    2015-04-28 12:38:15.466 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/456:Running trust check on user url. url = https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.466 Lync[570:354c29dc] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url = https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl, maxHops = 1
    2015-04-28 12:38:15.466 Lync[570:354c29dc] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url = https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user, hopCount = 0, maxHops = 1
    2015-04-28 12:38:15.467 Lync[570:354c29dc] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url = https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user, Hops = 0, status = S_OK (S0-0-0)
    2015-04-28 12:38:15.467 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url = http://lyncdiscover.domain.nl/?sipuri=sip:[email protected], userUrl = https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl,
    status = S_OK (S0-0-0)
    2015-04-28 12:38:15.467 Lync[570:354c29dc] INFO APPLICATION CTransportRequestRetrialQueue.cpp/399:Cancelling all requests
    2015-04-28 12:38:15.467 Lync[570:354c29dc] INFO APPLICATION CTransportRequestRetrialQueue.cpp/409:Cancelling request: 0x1457ef58
    2015-04-28 12:38:15.467 Lync[570:354c29dc] INFO TRANSPORT CSessionBase.hxx/158:Cancelling request: 0x1457ef58
    2015-04-28 12:38:15.468 Lync[570:354c29dc] INFO TRANSPORT CTransportThread.cpp/167:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2015-04-28 12:38:15.468 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url = https://lyncdiscover.domain.nl/?sipuri=sip:[email protected], userUrl = , status = W_Cancelled (W0-0-6)
    2015-04-28 12:38:15.468 Lync[570:354c29dc] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName ([email protected]) domain (domain) username (user) password.empty() (0) certificate.isValid() (0) privateKey.empty()
    (1) compatibleServiceIds(1)
    2015-04-28 12:38:15.468 Lync[570:354c29dc] INFO TRANSPORT CMetaDataManager.cpp/406:Received a request to get the meta data of type 0 for url https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.469 Lync[570:354c29dc] INFO TRANSPORT CMetaDataManager.cpp/461:Sending Unauthenticated get to get the web-ticket url
    2015-04-28 12:38:15.469 Lync[570:354c29dc] INFO TRANSPORT CTransportThread.cpp/135:Added Request() to Request Processor queue
    2015-04-28 12:38:15.469 Lync[570:354c29dc] INFO TRANSPORT CAuthenticationResolver.cpp/109:Waiting on Meta Data from https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.469 Lync[570:55d6000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request() to Request Processor
    2015-04-28 12:38:15.469 Lync[570:536c000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2015-04-28 12:38:15.470 Lync[570:354c29dc] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-AuthenticatedUserGetRequest(0x1587e9f8)
    2015-04-28 12:38:15.470 Lync[570:55d6000] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(4) returning: credType (1) signInName (user) domain (domain) username (user) password.empty() (0) certificate.isValid() (0) privateKey.empty()
    (1) compatibleServiceIds(4)
    2015-04-28 12:38:15.470 Lync[570:536c000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x145b3350 for release.
    2015-04-28 12:38:15.470 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1285:Submitting Authenticated AutoDiscovery request to https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.471 Lync[570:55d6000] INFO TRANSPORT TransportUtilityFunctions.cpp/689:<SentRequest>
    GET https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    Request Id: 0x14633028
    HttpHeader:Accept 
    </SentRequest>
    2015-04-28 12:38:15.471 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1800:Ignoring GetUserUrlOperation event as current state is 6
    2015-04-28 12:38:15.471 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1802:Request url was https://lyncdiscover.domain.nl/?sipuri=sip:[email protected]
    2015-04-28 12:38:15.471 Lync[570:55d6000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x146f8510 for url - https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user with persistent id as 16
    2015-04-28 12:38:15.472 Lync[570:55d6000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl. Sending over direct
    connection.
    2015-04-28 12:38:15.474 Lync[570:213046] CFNetwork SSLHandshake failed (-9806)
    2015-04-28 12:38:15.482 Lync[570:213053] CFNetwork SSLHandshake failed (-9806)
    2015-04-28 12:38:15.483 Lync[570:55d6000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = 0x%u0x1450f040 Error domain = NSOSStatusErrorDomain code = 0xffffd9b2 ErrorDescription = De bewerking kan niet worden voltooid. (OSStatus fout -9806.) ErrorFailureReason
    =  ErrorRecoverySuggestion =  
    2015-04-28 12:38:15.484 Lync[570:55d6000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x146f8510.
    2015-04-28 12:38:15.484 Lync[570:55d6000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x146f8510.
    2015-04-28 12:38:15.484 Lync[570:55d6000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request() with status = 0x22020001
    2015-04-28 12:38:15.484 Lync[570:55d6000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request  resulted in E_ConnectionError (E2-2-1). The retry counter is: 0
    2015-04-28 12:38:15.484 Lync[570:55d6000] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(4) returning: credType (1) signInName (user) domain (domain) username (user) password.empty() (0) certificate.isValid() (0) privateKey.empty()
    (1) compatibleServiceIds(4)
    2015-04-28 12:38:15.485 Lync[570:55d6000] INFO TRANSPORT TransportUtilityFunctions.cpp/689:<SentRequest>
    GET https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    Request Id: 0x14633028
    HttpHeader:Accept 
    </SentRequest>
    2015-04-28 12:38:15.485 Lync[570:55d6000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x1468fa00 for url - https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user with persistent id as 16
    2015-04-28 12:38:15.485 Lync[570:55d6000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl. Sending over direct
    connection.
    2015-04-28 12:38:15.495 Lync[570:213053] CFNetwork SSLHandshake failed (-9806)
    2015-04-28 12:38:15.496 Lync[570:55d6000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = 0x%u0x145e7c80 Error domain = NSOSStatusErrorDomain code = 0xffffd9b2 ErrorDescription = De bewerking kan niet worden voltooid. (OSStatus fout -9806.) ErrorFailureReason
    =  ErrorRecoverySuggestion =  
    2015-04-28 12:38:15.496 Lync[570:55d6000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x1468fa00.
    2015-04-28 12:38:15.496 Lync[570:55d6000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x1468fa00.
    2015-04-28 12:38:15.497 Lync[570:55d6000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request() with status = 0x22020001
    2015-04-28 12:38:15.497 Lync[570:55d6000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request  resulted in E_ConnectionError (E2-2-1). The retry counter is: 1
    2015-04-28 12:38:15.497 Lync[570:55d6000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x14633028)
    2015-04-28 12:38:15.497 Lync[570:354c29dc] INFO TRANSPORT CMetaDataManager.cpp/588:Received response for meta data request of type 60 with status 570556417
    2015-04-28 12:38:15.497 Lync[570:354c29dc] ERROR TRANSPORT CMetaDataManager.cpp/604:Unable to get a response to an unauthenticated get to url https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.497 Lync[570:354c29dc] INFO TRANSPORT CAuthenticationResolver.cpp/208:MetaData retrieval for url https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl completed with status 570556417
    2015-04-28 12:38:15.498 Lync[570:354c29dc] INFO TRANSPORT CAuthenticationResolver.cpp/238:Deleting 1 pended Meta data requests for url https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.498 Lync[570:354c29dc] ERROR TRANSPORT CAuthenticationResolver.cpp/334:Unable to get the meta data for server url https://lyncext.domain.nl/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.nl
    2015-04-28 12:38:15.498 Lync[570:354c29dc] INFO TRANSPORT CAuthenticationResolver.cpp/337:Failing request to the request manager
    2015-04-28 12:38:15.498 Lync[570:354c29dc] INFO TRANSPORT CRequestManager.cpp/284:Failing secure request UcwaAutoDiscoveryRequest with status E_ConnectionError (E2-2-1)
    2015-04-28 12:38:15.498 Lync[570:354c29dc] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2015-04-28 12:38:15.498 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1406:Received autodiscovery response with status E_ConnectionError (E2-2-1)
    2015-04-28 12:38:15.498 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1365:Raising Autodiscovery event with status (E_ConnectionError (E2-2-1)) for eventType (0) AD in progress (0), NL in progress (0)
    2015-04-28 12:38:15.499 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/417:Received event for type 0 with status E_ConnectionError (E2-2-1)
    2015-04-28 12:38:15.499 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/539:Autodiscovery scheduled retrial timer. Timer 60.000000 seconds
    2015-04-28 12:38:15.499 Lync[570:354c29dc] INFO APPLICATION CAlertReporter.cpp/64:Alert received! Category 1, Type 201, level 0, error E_ConnectionError (E2-2-1), context '', hasAction=false
    2015-04-28 12:38:15.499 Lync[570:354c29dc] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 1 alerts
    2015-04-28 12:38:15.499 Lync[570:354c29dc] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-AuthenticatedUserGetRequest(0x1587e9f8): E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError); Done with req.; Stopping resend
    timer
    2015-04-28 12:38:15.499 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/89:ObservableListItem Removed event received
    2015-04-28 12:38:15.499 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/93:showalert is 1
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMNotificationManager.mm/697:desired view is alert, size 1
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMNotificationManager.mm/710:desired view is same as the current view
    2015-04-28 12:38:15.500 Lync[570:354c29dc] INFO UI CMNotificationManager.mm/472:reposition floating views
    2015-04-28 12:38:15.501 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/100:showalert is 1
    2015-04-28 12:38:15.501 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/104:showalert is 0
    2015-04-28 12:38:15.501 Lync[570:354c29dc] INFO UI CMUIUtil.mm/387:Mapping error code = 0x22020001, context = , type = 201
    2015-04-28 12:38:15.501 Lync[570:354c29dc] INFO UI CMUIUtil.mm/1691:Mapped error message is 'Er kan geen verbinding met de server worden gemaakt. Controleer de netwerkverbinding en het serveradres en probeer het opnieuw. 
    2015-04-28 12:38:15.501 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/83:ObservableListItem Added event received
    2015-04-28 12:38:15.501 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/93:showalert is 1
    2015-04-28 12:38:15.501 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMNotificationManager.mm/697:desired view is alert, size 1
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMNotificationManager.mm/710:desired view is same as the current view
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMNotificationManager.mm/472:reposition floating views
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/100:showalert is 1
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/104:showalert is 0
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMUIUtil.mm/387:Mapping error code = 0x22020001, context = , type = 201
    2015-04-28 12:38:15.502 Lync[570:354c29dc] INFO UI CMUIUtil.mm/1691:Mapped error message is 'Er kan geen verbinding met de server worden gemaakt. Controleer de netwerkverbinding en het serveradres en probeer het opnieuw. 
    2015-04-28 12:38:16.074 Lync[570:354c29dc] INFO APPLICATION CAlertReporter.cpp/131:Clearing all(1) alerts
    2015-04-28 12:38:16.075 Lync[570:354c29dc] INFO APPLICATION CUcwaAppSession.cpp/496:Called signOut() in state 1
    2015-04-28 12:38:16.075 Lync[570:354c29dc] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 2, Type 300, cleared 0 alerts
    2015-04-28 12:38:16.075 Lync[570:354c29dc] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 2, Type 301, cleared 0 alerts
    2015-04-28 12:38:16.076 Lync[570:354c29dc] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 2, Type 302, cleared 0 alerts
    2015-04-28 12:38:16.076 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2015-04-28 12:38:16.077 Lync[570:354c29dc] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2015-04-28 12:38:16.077 Lync[570:354c29dc] INFO APPLICATION CUcwaAppSession.cpp/983:CUcwaAppSession canceling all requests
    2015-04-28 12:38:16.077 Lync[570:354c29dc] INFO APPLICATION CUcwaAppSession.cpp/1006:CUcwaAppSession::setNewActualState() state=0
    2015-04-28 12:38:16.078 Lync[570:536c000] INFO TRANSPORT CHttpRequestProcessor.cpp/134:Clearing request processor for component UcwaAutoDiscoverySession on sign-out.
    2015-04-28 12:38:16.078 Lync[570:354c29dc] INFO APPLICATION CCertificateProvisioningService.cpp/544:Clearing certificate from transport: 06bb090d-acd1-4f23-9376-7ae8cf7a3d37
    2015-04-28 12:38:16.079 Lync[570:55d6000] INFO TRANSPORT CHttpRequestProcessor.cpp/134:Clearing request processor for component MetaDataManager on sign-out.
    2015-04-28 12:38:16.079 Lync[570:536c000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x145b3350.
    2015-04-28 12:38:16.080 Lync[570:354c29dc] INFO UTILITIES CiOsAppStateQuery.hxx/264:Clearing keep-alive timer callback
    2015-04-28 12:38:16.080 Lync[570:536c000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x145eb5c0.
    2015-04-28 12:38:16.083 Lync[570:354c29dc] INFO APPLICATION CCertificateProvisioningService.cpp/544:Clearing certificate from transport: 06bb090d-acd1-4f23-9376-7ae8cf7a3d37
    2015-04-28 12:38:16.084 Lync[570:354c29dc] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2015-04-28 12:38:16.085 Lync[570:354c29dc] INFO APPLICATION CCertificateProvisioningService.cpp/544:Clearing certificate from transport: 06bb090d-acd1-4f23-9376-7ae8cf7a3d37
    2015-04-28 12:38:16.086 Lync[570:354c29dc] PERFORMANCE TESTPERF CMPerfTrace.mm/190:PerfBegin|50|Time=2015-04-28 12:38:16.085|MemoryUsage=33824768|UsedTick=1138390.000000|TotalTick=7197292.000000|BatteryLevel=0.970000|WifiSent=563038920|WifiReceived=402323880|WwanSent=198126319|WwanReceived=79539478
    2015-04-28 12:38:16.090 Lync[570:354c29dc] INFO APPLICATION CApplication.cpp/971:CApplication::serialize() called
    2015-04-28 12:38:16.132 Lync[570:354c29dc] PERFORMANCE TESTPERF CMPerfTrace.mm/206:PerfEnd|50|Time=2015-04-28 12:38:16.131|MemoryUsage=33824768|UsedTick=1138394.000000|TotalTick=7197301.000000|BatteryLevel=0.970000|WifiSent=563039118|WifiReceived=402323946|WwanSent=198126319|WwanReceived=79539478
    2015-04-28 12:38:16.136 Lync[570:354c29dc] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 2 out-of-sync Object Models took 15ms
    2015-04-28 12:38:16.137 Lync[570:354c29dc] INFO APPLICATION CPresenceSubscription.cpp/792:Removed 0 success records, current size is 0
    2015-04-28 12:38:16.137 Lync[570:354c29dc] INFO UI CMUIUtil.mm/2456:applicationOm->signOut() successfully.
    2015-04-28 12:38:16.139 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/89:ObservableListItem Removed event received
    2015-04-28 12:38:16.139 Lync[570:354c29dc] INFO UI CMAlertViewController.mm/93:showalert is 1
    2015-04-28 12:38:16.139 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.140 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.140 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.140 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.140 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.141 Lync[570:354c29dc] INFO UI CMNotificationManager.mm/728:removing the current view
    2015-04-28 12:38:16.142 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.143 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.143 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.143 Lync[570:354c29dc] INFO UI CMAudioVideoToastViewController.mm/874:Cancelling local notification
    2015-04-28 12:38:16.145 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.145 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.146 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.146 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.146 Lync[570:354c29dc] INFO UI CMAudioUtil.mm/327:stopSound
    2015-04-28 12:38:16.146 Lync[570:354c29dc] INFO UI CMActiveCallIndicatorViewController.mm/420:remove listener on datasource
    2015-04-28 12:38:16.147 Lync[570:354c29dc] INFO UI CMViewControllerBase.mm/307:MEMORY TRACKING 0x15896d00 CLEANUP CMSigningInViewController
    2015-04-28 12:38:16.147 Lync[570:354c29dc] INFO UI CMUIManager.mm/957:UpdateViews
    2015-04-28 12:38:16.148 Lync[570:354c29dc] INFO UI CMUIManager.mm/1025:ActualState = IsSignedOut DesiredState = BeSignedOut DataAvailable = 0 Showing UI = CredentialTableViewController
    2015-04-28 12:38:16.149 Lync[570:354c29dc] INFO UI CMTableViewControllerBase.mm/307:MEMORY TRACKING 0x149d1000 CREATED CMCredentialsTableViewController
    2015-04-28 12:38:16.158 Lync[570:354c29dc] INFO UI CMSettingsManager.mm/231:CMFirstViewController SETTINGS_LYNCFIRSTRUN_APPLICATION 1
    2015-04-28 12:38:16.158 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.158 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.158 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.158 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.158 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.195 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.195 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.196 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.196 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.196 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:16.199 Lync[570:354c29dc] INFO UI CMViewControllerBase.mm/312:MEMORY TRACKING 0x15896d00 DEALLOC CMSigningInViewController
    2015-04-28 12:38:19.213 Lync[570:354c29dc] INFO UI CMTableViewControllerBase.mm/307:MEMORY TRACKING 0x1468f800 CREATED CMLoggingViewController
    2015-04-28 12:38:19.857 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:19.857 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:19.858 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:19.858 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:19.858 Lync[570:354c29dc] INFO UI CMConversationCommon.mm/43:not signed in
    2015-04-28 12:38:20.325 Lync[570:213007]  is not a valid email address.

Maybe you are looking for

  • Photoshop cs 5.5 on mac os 10.6.8 error in save file

    Photoshop and illustrator CS 5.5 problem to save file in network SMB server The client is Mac OS X 10.6.8 Snow Leopard Any idea?

  • TS1538 Amazing how Apple always blames Windows!!

    Windows can communicate with the device and I can access photos etc but iTunes can no longer see the device after the latest update!!!! iTunes no longer works with ANY of my Apple devices... iPad, iPhone 4s and iPhone 4!!!

  • Code from java examples wont compile

    Hey peeps, im trying to get the following code to compile in textpad (if this is a bad environment to use please tell me!) class BicycleDemo { public static void main(String[] args) { // Create two different Bicycle objects Bicycle bike1 = new Bicycl

  • Cluster database

    hi Can anyone give me a example how to use data clusters and cluster database using export and import statement ?    Thanks in advance

  • Sending large messages via ABAP client proxy

    Dear All, my scenario is the following. I have an ABAP report which creates files. These files are currently moved by an FTP auto job, to a target folder and are finally imported into an 3rd party programm. The CSV-files created consist of approx. 30