Can not connect to DB,dialog instance

HI There,
Im trying to install Dialog Instance on Additional Node.I have an error at last phase trying to create basic requirements for dialog instance,the problem i believe to be is unable to connect to DB.I checked listener has started,but for some reason i do not have oracle service not created on my additional node, so i can not bring my Database online on this node, i guess.
<b>sapinst.log</b>
WARNING 2007-11-22 16:17:07
Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/DI/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.BatchConfig "
sapxpi/sapmnt/PPI/SYS/global/security/lib/tools/iaik_jce.jar;
sapxpi/sapmnt/PPI/SYS/global/security/lib/tools/iaik_jsse.jar;
sapxpi/sapmnt/PPI/SYS/global/security/lib/tools/iaik_smime.jar;
sapxpi/sapmnt/PPI/SYS/global/security/lib/tools/iaik_ssl.jar;
sapxpi/sapmnt/PPI/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/DI/install/lib;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/DI/install/sharedlib;L:\usr\sap\PPI\D02\exe\ojdbc14.jar" "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/DI/BatchConfig.xml"" finished with return code 31415. Output:
com.sap.engine.frame.core.configuration.ConfigurationException: <b>Error while connecting to DB</b>.
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
     at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
     at com.sap.engine.configtool.batch.BatchConfig.go(BatchConfig.java:47)
     at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:83)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.sql.SQLException: Io exception: The <b>Network Adapter could not establish the connection
     at</b> oracle.jdbc.driver.DatabaseError.throwSqlException(<b>DatabaseError.java:112</b>)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(<b>DatabaseError.java:146</b>)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(<b>DatabaseError.java:255</b>)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:420)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
     ... 12 more
<b>Error while connecting to DB.</b>
ERROR 2007-11-22 16:17:07
CJS-30059  Java EE Engine configuration error.<br>DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile batchconfig.log: '
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
     at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
     at com.sap.engine.configtool.batch.BatchConfig.go(BatchConfig.java:47)
     at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:83)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:420)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
     ... 12 more
Error while connecting to DB.'.
ERROR 2007-11-22 16:17:07
FCO-00011  The step runBatchconfig with step key |NW_DI|ind|ind|ind|ind|0|0|NW_DI_Instance|ind|ind|ind|ind|10|0|runBatchconfig was executed with status ERROR .
INFO 2007-11-22 16:27:16
An error occured and the user decide to stop.\n Current step "|NW_DI|ind|ind|ind|ind|0|0|NW_DI_Instance|ind|ind|ind|ind|10|0|runBatchconfig".
regards
raj

can you also post the last 12678 lines of the installation log?

Similar Messages

  • Database error #2002 can not connect local mysql server to socket through '/var/run/mysqld/mysqld.sock'(2) on mac os x 10.9.2

    Dear Fellas:
    I received "database error #2002 can not connect local mysql server to socket through '/var/run/mysqld/mysqld.sock'(2)" on mac os x 10.9.2.
    mysql info:
    ps -ef | grep mysql
        0    66     1   0 11:06AM ??         0:00.04 /bin/sh /usr/local/mysql/bin/mysqld_safe --user=mysql
       74   225    66   0 11:06AM ??         0:02.50 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-error=/usr/local/mysql/data/Chuans-MacBook-Pro-2.local.err --pid-file=/usr/local/mysql/data/Chuans-MacBook-Pro-2.local.pid --socket=/var/run/mysqld/mysqld.sock
      501   952   947   0  3:52PM ttys000    0:00.00 grep mysql
    Please help!!

    Fascinated and guessing:
    Something related to sock(2) because that's not part of your copied info. I'm thinking you've doubled up on sockets and the second socket doesn't exist, meaning you should be connecting to the first socket "mysqld.sock" whether automatic or not.
    I've only used GUI tools on purpose, so does this mean you've already got MySQL running and you tried to launch it again manually? Perhaps you already have one instance of a db and you're trying to launch a second instance, and the two can't coexist with a single user local db?
    Assuming this is all local, I'd shut down the db service and restart it, out of hand. I've seen similar messages when I set the db to start up on boot, and it didn't finish shutting down when I tried to restart it manually. Usually the GUI won't let me turn it on because it reports it's already running, but in that case it hadn't finished performing what the GUI was reporting.
    Just speculating.

  • WPA Can Not Connect???

    Where I work we have a linksys wifi 54G system. When I try to connect it will show the network name and ask for the WPA password. The problem is when I put in the password it says it can not connect. I also tried an alpa-numeric key that I was given for the network with the same result. We don't have any kind of IT person just a router that someone brought in. I did get the key and password conformed with others that have no problem with there PC's to connect. They did say though that they were asked to put both in when they connect which does not happen for me. I tried to change the type of security to connect with but the drop down menu does not let me do this. I was hoping to get into the router settings to see if there was something I could change with out luck because of a password on that as well. The person who supplied the router is never around just a part timer so it is not easy to get him to find out anything else with the system. Oh and it shouldn't be any kind of signal issue since the router is set up 10ft away from me with out anything in the line of sight.

    your linksys should have the user login and password written under the modem, somewhere near serial number.
    if you type in the address on your browser: http://192.168.1.1 (for instance), it will give you login windows.
    Just type 192.168.1.1 on user and the password (Password or Admin), it should give you the access unless the guy changed the password.
    Once you get inside, you can go to wireless setting and see the actuall password in there.
    Even if the guy changed the password, you still can reset that by use a pointy device and push to the reset button next to the power adapter hole.
    Sometime you don't need to mess up with your lynksys, just type ssid or connection name correctly and type the "hex" or "alpha numeric".
    Some user said thay put $ infront of the sequence number and they connect just fine after that.
    Good Luck.

  • I can not connect to my newly installed local host cf server 9:

    I can not connect to my newly installed local host cf server 9:
    Oops! Firefox could not connect to 127.0.0.1:8500
    Suggestions:
    Try reloading: 127.0.0.1:8500/CFIDE/administrator/monitor/index.cfm
    Search on Google:
    can you help? same message with all 127.0.0.1:8500
    urls, data or server admin....
    Forta I 8/Edition files work with CF SERVER 9?

    I have the same problem, on my primary computer (Windows XP Pro , but the cause may be different from what 123polis123 had.
    It seems that the installer installed the Enterprise Multiserver configuration instead of the built in server.
    Note that I installed sucessfully on my laptop (Windows XP Home), using the same install parameters.
    I chose the "Server configuration" which has a self contained server tunning a single instance with an embedded JEE server.  After running though all the installation screens, before proceeding with the actual installation, the installer reported the following:
    Installation Type:
      Server configuration
    Licensing:
      Developer Edition
    Installation Directories:
      Product: C:\ColdFusion9
      Web root: C:\ColdFusion9\wwwroot
    Server Information:
      Web Server: Built-in web server
      Port: 8500
      ODBC Services: installed
      Search Services: installed
      ColdFusion Solr Search Services: installed
      Microsoft .Net version: v 2.0.50727
      .NET Java Port: 6085
      .NET Client Port: 6086
      Documentation: installed
      RDS: enabled
    Disk Space Information (for Installation Target):
      Required: 1,089,069,939
      Available: 7,387,262,976
    The installation proceeded without a hitch, except at the end when the browser is supposed to come up with the admin configuration page it can't find the server.  Port 8500 is open. I fiddled around awhile to see what the problem was.  I installed on the other computer which went fine - the only difference is that the .NET version is 1.1.4322.   I then re-installed, without uninstalling, on the problem computer.  When the installer got to the screen where I select the server configuration, Enterprise Multiserver configuration was selected and it was not possible to select onything else.   I uninstalled and re-installed.  Same thing happened.
    The processes running included: k2admin.exe, k2index.exe, k2server.exe and CFDotNetsvc.exe.   The processes on the sucessful install included cfp.exe and cfupdate.exe.
    Note that I had installed Eclipse and the CFEclipse plugin before installing CF9.

  • 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

  • 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.

  • View attributes can not be retrieved. View instance not found or undefined

    Hi,
    I am creating a simple master detail OAF page. For this I have done following steps:
    1. Created ParentEO and ChildEO
    2. Created ParentVO with a transient attribute called "SelectFlag" with default value "Y" .
    3. Created ChildVO
    4. Created a UserViewLink.
    5. Created Application module (UserAM).
    6. New Page UserPG
    7. In the main region I have defined Application Module.
    8. Under the main region, I have created a new advanced table region with following properties:
    View Instance : ParentVO1
    Detail View Attribute : SelectFlag
    View Link Instance: UserViewLink.
    Now when I click to select the "Child View Attribute", it gives a pop up saying "View attributes can not be retrieved. View instance not found or undefined".
    Please help, I am not able to proceed on this.
    Thanks,
    Anupam

    Anupam,
    I do not see in your steps where you associated the VO with the AM. In order to select an attribute, the AM must have an instance of the VO associated with it. Double click the AM in the navigator. Click Data Model and shuttle the VO's you want to be available from the left to the right.
    Hope this helps.
    Kristofer

  • Can not connect outside of Lan to with rtsp PVC2300

    I have the following cameras set up at my office
    1 - PVC2300
    2 - WVC54GC
    3 - AXIS 225FD
    I have a BEFSR81 Router
    I have a computer on Windows XP running the surv software to record.  Everything with that is good.
    I also have 2 desktops.
    I have been playing around with the rtsp feed with the pvc2300, but have run into a few problems.
    1(a).  I can not connect outside of the LAN with RTSP with either the VLC player or quicktime.  It connects and asks for a password and then just hangs.
    The PVC 2300 local address is 192.168.1.102 with ports 554, 5000-5010, and 6970-6999 forwarded on the router.  What am I missing?
    1(b) I can successfully connect with my blackberry bold, although when I try to change the default port (554) to something else (I would like to RTSP my the AXIS camera as well,  so I will need a different port) it connects on my bold, but then says server is unresponsive. What am I missing here?
    2.  The voice with the PVC 2300  using http outside of the LAN (internet) lags quite baddly and is choppy.  This happens without fail when I have all 4 cameras running, which I understand is upload bandwidth problem.  But it also happens when I connect to just the PVC2300.  I do have a connection to all 4 cameras inside the LAN to the XP running the surv software, but that is it. Is the my router acting buggy?  I have unplugged the router for 5 sec, and it fixed it for a while, but it always comes back.  I have donwloaded the latest firmware for the router and PVC 2300 and that didnt seem ot fix it either.  Suggestions?
    3.  This is more of a question.  I know the mobile streaming of the PVC 2300 does not include voice.  Is there an app or way that I can just get it to my Blackberry.  Even if I didnt get the video, voice is sometimes more important to me.
    I hope Ive been clear enough in my description, Im very self taught (google is amazing), but I am in no way a techy.
    Thank you in advace for your help.
    Colin

    Glad to hear you are successfully using the SWVMS16. That program is really cool and useful. I just cant tell you how that model of Linksys Router can work for you here (that is not a model we support on this community as its not small business)
    Regarding RTSP access, are you also including the mobile.sdp in the URL?
    RTSP:///mobile.sdp   I noticed in the camera GUI with the newer firmware, you can specify an access code under mobile settings after checking the enable mobile streaming box.  That word may be what you have to include, so check that too...
    Try this locally first and then remotely is the easiest way to see if you got it right, then it just becomes a routing or firewall issue to figure out.
    But your forwarded ports look right and should be opened.
    Under advanced settings, you can define an alternate HTTP, HTTPS or RTSP port

  • Can not connect computer to Cisco Connect -EA3500

    Can not connect computer to Cisco Connect -.Receive error msg 82BD0305. Reset to EA3500 to default and reinstalled software.

    Reading the manual it says the username is blank, password 'admin'.

  • Can not connect my wireless printer to the new router.

    Can not connect my wireless printer to the new router.

    Can you please provide details:
    1.  The make and model of printer
    2.  Make and Model of Wireless Router
    3.  Is your printer connection wireless to router or a cable to PC
    4.  What have you done or attempted to do to establish a connection?
    5.  Any further info to assist

  • Can not connect to Image Browser

    Can not connect to Image Browser. Try to open again but no results.

    Hi garyrandall,
    I'm sorry to hear of the difficulty you've encountered with the transfer of images from your Canon camera.
    Please reply with the Camera model you're using and the operating system on your computer.
    Please include any error messages you receive.
    We look forward to hearing from you!
    Richard
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • 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.

  • I have an iPhone 4S I can not connect to iTunes to update apps?

    I have an iPhone 4S I can not connect to iTunes to update apps

    I have this issue, too. It seems that nobody has come up with a solution. My wife's ipad2 works fine. I have an iPad 1

  • I am trying to turn on iCloud, I get a message "can not connect to server". How do I connect to server?

    I can't get iCloud to turn on. When I try to start it I gat a message "can not connect to server". How do I start the cloud?

    So what model and year is your machine?
    Here are the requirements for ML:
    http://www.apple.com/osx/specs/

  • HT3986 I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 pro

    I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 problem

    i try to download now, do you think when i download and install the windows support software, can i fix the problem?

Maybe you are looking for

  • Re-partitioning and re-installing Windows XP

    I have to re-install Windows to my partition - long story and no need to detail the problem. I deleted the previous partition to start from scratch, re-created the partition with Boot Camp and when it came to installing Windows XP, I didn't get the o

  • 2 iphones same account,need to change!

    Hi, Got a iPhone 4s for my wife and I. Register them on the same account. Would like to have two different accounts,one for my wife and one for me. How do we do taht? Thanks, JF

  • I'm about to chunk this thing out of the window.

    I have never in my life owned a peice of apple products. I decided 2 months ago to purchase a 30gb Ipod for somewhere around $300 in order to provide me with music for my office. Well this has been the biggest waste of money in my life and I cannot g

  • Item in Transfer Process  after approval of shopping cart

    Dear Friends,     Pls help in Providing a Solution for the Problem in Shopping Cart after approval the status is showing as   " Item in Transfer Process" and FOD is not going to generate. Thanks Mukesh

  • FCP 7, maverick, animation million+, iMac play back issue

    I have 3 years old iMac, 8Mg RAM duo. poorly handled transparent overlay HD 1920by 1080. It would play and pause in the viewer preview window, slow rendering time. So I got my self the new iMac 27" with 16 MG of ram, quatro. The playback and renderin