ACME Video demo: Members can't log on

Using: JDeveloper 3.0 (build 532)
Tesing the ACME Video demo in JDeveloper's own environment (ie, without a separate web server), no member can sign in to the ACME video store web interface.
scott/tiger member/password doesn't work...
I proceeded to create a new ACME video member and to my surprise, I even received an e-mail welcoming me as a new ACME video member (very nice touch for the demo), but still when at the welcome screen for the ACME video store, I could not log in as a member with the new userid/password.
Just for interest sake, I tried to create another new user with the same member name and login as my first member that I created and as expected, it told me that that user existed. So, it is obviously referencing the database for verification that the member already exists, but member login just doesn't work for some reason.
When trying to login into the ACME video database member login screen, the error I get is the usual "invalid login" that you get when you enter an invalid password or userid.
I even tried entering the member# (eg, 2250 for scott/tiger) in case the interface was expecting the member# rather than the name, but no luck there.
I logged into the ACME Oracle database directly in SQL, and verified userid/password for all the members in the ACME_MEMBERS table, but none of the logins work.
Any ideas to what the problem is? I have yet
to track down the code where the password is being verified so that maybe I can see exactly why the login is failing, but I have not had any luck tracking it down as of yet. . . but I'll keep looking.
I'd really like to see this thing work to understand more about JDeveloper and it's features.

hi mason mason,
iChat 3 has a feature that blocks multiple logins form the same screen name. this effects different apps on the same computer and trhe same name on different computers.
It also has a check box in iChat > Preferences > Accounts that can be set to over-ride this. (select the screen name on the left and then the Information tab)
9:21 PM Saturday; November 25, 2006

Similar Messages

  • ACME Video demo:JWS setup:Can't find classes

    *** ACME Video demo ***
    *** using: JDeveloper 3.0 (build 532) and JWS 2.0 ***
    I am having great troubles simply getting JWS (v2.0) to acknowlege existence of my WebAppServlet (ie, ACME Video demo). I have been able to use the demo from within JDeveloper's own runtime environment, but then members can't log in to the demo database. So I am trying to use JWS to see if I can get the ACME Video demo working from a real web server, but I keep getting the infamous 404: File not found error when trying to access it from a browser at http://mycomputer:8080/acmevideo.html.
    So to simplify the test I am now just trying to hit the LOAD button from within the JWS configuration manager, but when I try to hit the LOAD button in the JWS servlets tab I consistently get the folowing error:
    Problem Updating Servlet
    Cannot update servlet WebAppServlet:
    Cannot find class for servlet WebAppServlet:
    Could not load class acmevideo.servlet.WebAppServlet.
    So here I am . . . if there is any guidance out there it would be greatly appreciated.
    1) Is it true that I only have to put my WebAppServlet.jar file, along with the libraries listed at the bottom of this message in my e:\acmedir that I set my classpath to before starting JWS?
    2) Why can't I just set the classpath to "e:\acme". Why must I set it to specify each individual archive in the folder when they are all in the same folder?
    3) Does anyone know the logic behind the "acmevideo.servlet.WebAppServlet" naming scheme that is used to define the servlet in the JWS configuration? How does that define WebAppServlet? I have no folders named "acmevideo.servlet", my jar is named WebAppServlet, so I would suspect that I should define it as simply "WebAppServlet" since I have set my classpath to the folder that it exists in. Maybe this has something to do with why JWS can't find it, so can't load it?
    4) How can I check inside the WebAppServlet.jar archive file to make sure that it really contains the class files that should be in there? Maybe I have the wrong jar file? I'm looking at all possibilities at this time.
    4) Boy have I ever spent a lot of time simply trying to view this demo. . . . . I'll bake a pie for anyone who can get this thing working. I may not actually send the pie to you, but I'll bake it in your honor and tell you how good it was.
    1) Here's my batch file (largely a copy of William Wise's batch file):
    set cstdir=e:\acme
    set JDK_HOME=
    set JAVA_HOME=
    set classpath=
    set path=
    set classpath=%CSTDIR%;%CSTDIR%\aurora_client.jar;%CSTDIR%\javax_ejb.zip;%CSTDIR%\jndi.jar;%CSTDIR%\vbjorb.jar;%CSTDIR%\vbjapp.jar;%CSTDIR%\vbjtools.jar;%CSTDIR%\vbj30ssl.jar;%CSTDIR%\ classes11 1.zip;%CSTDIR%\jdev-rt.zip;%CSTDIR%\WebAppServlet.jar
    e:\javawebserver2.0\bin\httpd -verbose
    2) Here's the contents of my e:\acme folder:
    aurora_client.jar
    classes111.zip
    javax_ejb.zip
    jdev-rt.zip
    jndi.jar
    servlet.jar
    vbj30ssl.jar
    vbjapp.jar
    vbjorb.jar
    vbjtools.jar
    WebAppServlet.jar (this should be ACME Video archive, I guess)
    3) My WebAppServlet's Servlet Class is defined in the JWS:Servlets:Configuration as:
    acmevideo.servlet.WebAppServlet
    4) My servlet alias in the JWS:Setup:Servlet Aliases is:
    Alias: /acmevideo.html
    Servlet Invoked: WebAppServlet
    null

    *** ACME Video demo ***
    *** using: JDeveloper 3.0 (build 532) and JWS 2.0 ***
    I am having great troubles simply getting JWS (v2.0) to acknowlege existence of my WebAppServlet (ie, ACME Video demo). I have been able to use the demo from within JDeveloper's own runtime environment, but then members can't log in to the demo database. So I am trying to use JWS to see if I can get the ACME Video demo working from a real web server, but I keep getting the infamous 404: File not found error when trying to access it from a browser at http://mycomputer:8080/acmevideo.html.
    So to simplify the test I am now just trying to hit the LOAD button from within the JWS configuration manager, but when I try to hit the LOAD button in the JWS servlets tab I consistently get the folowing error:
    Problem Updating Servlet
    Cannot update servlet WebAppServlet:
    Cannot find class for servlet WebAppServlet:
    Could not load class acmevideo.servlet.WebAppServlet.
    So here I am . . . if there is any guidance out there it would be greatly appreciated.
    1) Is it true that I only have to put my WebAppServlet.jar file, along with the libraries listed at the bottom of this message in my e:\acmedir that I set my classpath to before starting JWS?
    2) Why can't I just set the classpath to "e:\acme". Why must I set it to specify each individual archive in the folder when they are all in the same folder?
    3) Does anyone know the logic behind the "acmevideo.servlet.WebAppServlet" naming scheme that is used to define the servlet in the JWS configuration? How does that define WebAppServlet? I have no folders named "acmevideo.servlet", my jar is named WebAppServlet, so I would suspect that I should define it as simply "WebAppServlet" since I have set my classpath to the folder that it exists in. Maybe this has something to do with why JWS can't find it, so can't load it?
    4) How can I check inside the WebAppServlet.jar archive file to make sure that it really contains the class files that should be in there? Maybe I have the wrong jar file? I'm looking at all possibilities at this time.
    4) Boy have I ever spent a lot of time simply trying to view this demo. . . . . I'll bake a pie for anyone who can get this thing working. I may not actually send the pie to you, but I'll bake it in your honor and tell you how good it was.
    1) Here's my batch file (largely a copy of William Wise's batch file):
    set cstdir=e:\acme
    set JDK_HOME=
    set JAVA_HOME=
    set classpath=
    set path=
    set classpath=%CSTDIR%;%CSTDIR%\aurora_client.jar;%CSTDIR%\javax_ejb.zip;%CSTDIR%\jndi.jar;%CSTDIR%\vbjorb.jar;%CSTDIR%\vbjapp.jar;%CSTDIR%\vbjtools.jar;%CSTDIR%\vbj30ssl.jar;%CSTDIR%\ classes11 1.zip;%CSTDIR%\jdev-rt.zip;%CSTDIR%\WebAppServlet.jar
    e:\javawebserver2.0\bin\httpd -verbose
    2) Here's the contents of my e:\acme folder:
    aurora_client.jar
    classes111.zip
    javax_ejb.zip
    jdev-rt.zip
    jndi.jar
    servlet.jar
    vbj30ssl.jar
    vbjapp.jar
    vbjorb.jar
    vbjtools.jar
    WebAppServlet.jar (this should be ACME Video archive, I guess)
    3) My WebAppServlet's Servlet Class is defined in the JWS:Servlets:Configuration as:
    acmevideo.servlet.WebAppServlet
    4) My servlet alias in the JWS:Setup:Servlet Aliases is:
    Alias: /acmevideo.html
    Servlet Invoked: WebAppServlet
    null

  • Adding Pan and Zoom to a video demo in Captivate 7

    I am trying to add Pan and Zoom to a video demo and the Add Pan & Zoom button is greyed out, why? And, how can I get it to work!

    Hi there
    Notice that for a video demo you can set in and out points by clicking and dragging the little gold bars on the timeline.
    If you have dragged the out point beyond the actual recording, as shown below, you can get the playhead beyond the video. And in that case the buttons for Pan and Zoom are disabled.
    Cheers... Rick

  • Can't log into phones

    We just installed a Lync environment with one Standard Edition server, one Edge, and a reverse proxy on IIS ARR.
    Last week we were finally able to connect to Lync from the outside, through the edge, on the desktop Lync 2013 clients.  I had to change our _sip._tls SRV record to use port 5061 rather than 443 to fix that.
    The last roadblock now is that no one can log into their phones.  It's not broken; no one has been able to do it yet as this is a new deployment.
    The reverse proxy sure seems to be configured right.  I followed the instructions on the NextHop article that I think a lot of people use.  I've had MS review the config and they verified I have all the forwarding rules in the right places. 
    My lyncdiscover and lws rules are both forwarding to 4443 and 8080 as desired. 
    Yesterday they had me add lyncdiscover.mydomain.com to the internal DNS, which it wasn't in before.  They had me point to the public IP, which is not pingable from the inside.  Before I did that, I had it the non-natted IP.  Neither of those
    internal DNS records did anything to fix the problem.
    On my Windows phone, when I have Auto-Detect Server set to On, it takes a minute and gives me this ambiguous error:
    "We can't connect to the server.  Check your network connection and server address, and try again."
    So I turn off Auto-Detect Server, and put in
    https://lws.mydomain.com as both the internal and external discovery addresses.  I get the following:
    "We can't sign you in.  Please check your account info and try again."
    That implies that my account info is wrong.  Should I quadruple check it or is that not necessarily accurate?  Furthermore, if my account info was wrong, why wouldn't it say that when auto-detect server is on?
    I've only tried on my windows phone and an iPhone, haven't tried an android yet.  The errors on the iphone are slightly different and just as not-working.
    I don't know what piece of config I could try again.  I can look at the logs on my windows phone but I don't know what I'm looking at. 
    We pass all the Microsoft Remote Connectivity analyzer tests with green check marks.  It seems it couldn't be working any better now, except the fact that people can't log in to their phones.  Is there a Remote Connectivity Analyzer for mobile
    devices?
    Thanks for the help.
    Brandon

    Here are the censored iPhone logs.  I had the user disconnect from the internal network and try to sign in with Auto-Detect Server set to "on".
    2014-05-06 11:01:49.824 Lync[598:707] INFO UTILITIES /Users/comobuildadmin/icomo/main/src/dev/lyncmobile/platform/tracing/privateIos/CMTrace.mm/174:Version
    Information 5.4.1485
     date 2014-04-16 03:16:44 +0000
    2014-05-06 11:01:52.183 Lync[598:3ae0c18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.752 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.752 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.752 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.753 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.753 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.699 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/1824:Initialized the sign in BRB logger
    2014-05-06 11:02:06.701 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-05-06 11:02:06.709 Lync[598:3ae0c18c] INFO UTILITIES CBasePersistableComponent.cpp/230:Storing 2 out-of-sync components took 5ms
    2014-05-06 11:02:06.709 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-05-06 11:02:06.709 Lync[598:3ae0c18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-05-06 11:02:06.710 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-05-06 11:02:06.714 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/934:CApplication::serialize() called
    2014-05-06 11:02:06.728 Lync[598:3ae0c18c] INFO APPLICATION CUcmpConversationsManager.cpp/1890:CUcmpConversationsManager::serialize() called
    2014-05-06 11:02:06.728 Lync[598:3ae0c18c] INFO APPLICATION CUcmpConversationsManager.cpp/2127:CUcmpConversationsManager::serializeUsingPropertyBag() called
    2014-05-06 11:02:06.729 Lync[598:3ae0c18c] INFO APPLICATION CUcmpMrasHelper.cpp/582:CUcmpMrasHelper::serialize() called
    2014-05-06 11:02:06.729 Lync[598:3ae0c18c] INFO APPLICATION CUcmpMrasHelper.cpp/621:CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = ,
    m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
    2014-05-06 11:02:06.743 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 5 out-of-sync Object Models took 9ms
    2014-05-06 11:02:06.768 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 4 out-of-sync Object Models took 5ms
    2014-05-06 11:02:06.792 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 0 out-of-sync Object Models took 0ms
    2014-05-06 11:02:06.798 Lync[598:3ae0c18c] INFO APPLICATION CCertificateProvisioningService.cpp/541:Clearing certificate from transport: c7eba3c7-641c-4111-a381-
    56d7e049ee3e
    2014-05-06 11:02:06.800 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/897:Impersonalized the Object Model
    2014-05-06 11:02:06.800 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/934:CApplication::serialize() called
    2014-05-06 11:02:06.816 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 2 out-of-sync Object Models took 4ms
    2014-05-06 11:02:06.818 Lync[598:3ae0c18c] INFO APPLICATION CUcmpMrasHelper.cpp/711:CUcmpMrasHelper::impersonalize() called
    2014-05-06 11:02:06.819 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/434:SignIn. signInAsUserState=0, actualState=0
    2014-05-06 11:02:06.820 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/1234:Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=,
    configuredInternal=, configuredExternal=, loc=0, auto-discovery=1
    2014-05-06 11:02:06.820 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-05-06 11:02:06.821 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/674:Sending AutoDiscovery request (in sign-in sequence)
    2014-05-06 11:02:06.822 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-05-06 11:02:06.822 Lync[598:3ae0c18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-05-06 11:02:06.822 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2142:suspensionState = 2
    2014-05-06 11:02:06.823 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2118:adIsEnabled = 1, sipUri = sip:[email protected],
    m_internalADUrlInput = m_externalADUrlInput =
    2014-05-06 11:02:06.823 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1008:Discover UCWA urls for sip:[email protected]
    2014-05-06 11:02:06.824 Lync[598:3ae0c18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted domain.com from sip:[email protected]
    2014-05-06 11:02:06.826 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1082:Starting Lync Discovery with urls
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected] and
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:06.827 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:06.827 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    https://lyncdiscoverinternal.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:06.828 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    https://lyncdiscoverinternal.domain.com/, Hops = 0, status = S_OK (S0-0-0)
    2014-05-06 11:02:06.832 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:06.833 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/230:Created thread => context[0x5a545c0]
    2014-05-06 11:02:06.833 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/401:Started executing thread => context[0x5a545c0]
    2014-05-06 11:02:06.834 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnAuthenticatedGet(0x132f928)
    2014-05-06 11:02:06.834 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:06.835 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1931:Successfully started the GetUserUrlOperation request for
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:06.835 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:06.836 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:06.836 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    http://lyncdiscoverinternal.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. UrlTrustResolver(0x13f76f8)
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1963:Successfully started the GetUserUrlOperation request for
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted domain.com from sip:[email protected]
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState() state=1
    2014-05-06 11:02:06.838 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x132f928
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:06.839 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/1858:CUcwaAppSession::signIn() succeeded
    2014-05-06 11:02:06.840 Lync[598:3ae0c18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName
    ([email protected]) domain (domain.com) username (utexs01) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-05-06 11:02:06.841 Lync[598:3ae0c18c] INFO APPLICATION CEwsAttachmentManager.cpp/196:Scheduling cleanup run in 86400sec
    2014-05-06 11:02:06.841 Lync[598:3ae0c18c] INFO UI CMProximityManager.mm/465:audiovideo toast receive conversations manager event, type 2
    2014-05-06 11:02:06.842 Lync[598:3ae0c18c] INFO UI CMCWAlertActionViewController.mm/265:cw alert receive conversations manager event, type 2
    2014-05-06 11:02:06.842 Lync[598:3ae0c18c] INFO UI CMCollabToastViewController.mm/677:Collab/AppSharing toast receive conversations manager event, type 2
    2014-05-06 11:02:06.842 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.846 Lync[598:3ae0c18c] INFO UI CMEscalationToastViewController.mm/501:audio/video toast receive conversations manager event, type 2
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMAudioVideoToastViewController.mm/1250:audio/video toast receive conversations manager event, type 2
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationToast.mm/571:receive conversations manager event, type 2
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.848 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.848 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.849 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12e6640 for url -
    https://lyncdiscoverinternal.domain.com/ with
    persistent id as 6
    2014-05-06 11:02:06.849 Lync[598:3ae0c18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-05-06 11:02:06.849 Lync[598:3ae0c18c] INFO UI CMUIManager.mm/1050:ActualState = IsSigningIn DesiredState = BeSignedIn DataAvailable = 0 Showing UI =
    SigningInViewController
    2014-05-06 11:02:06.850 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]. Sending over direct connection.
    2014-05-06 11:02:06.859 Lync[598:72ed000] INFO UTILITIES CTimer.cpp/225:Created timer instance (0x13fb504) for runloop (0x123ea40)
    2014-05-06 11:02:06.859 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:06.859 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:06.860 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET http://lyncdiscoverinternal.domain.com/
    Request Id: 0x13f76f8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:06.861 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12cc010 for url -
    http://lyncdiscoverinternal.domain.com/ with
    persistent id as 7
    2014-05-06 11:02:06.861 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    http://lyncdiscoverinternal.domain.com/. Sending over direct connection.
    2014-05-06 11:02:06.861 Lync[598:72ed000] INFO TRANSPORT CHttpStreamPool.cpp/546:Not setting TLS as the url(http://lyncdiscoverinternal.domain.com/) is not https
    2014-05-06 11:02:06.883 Lync[598:707] Unable to simultaneously satisfy constraints.
     Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you
    don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you
    don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
        "<NSLayoutConstraint:0x132d2d0 UIImageView:0x12d9cd0.centerX == UILabel:0x13fb9c0.centerX>",
        "<NSLayoutConstraint:0x132cf50 UIView:0x12d6cf0.centerX == UIImageView:0x12d9cd0.centerX>",
        "<NSLayoutConstraint:0x132d010 H:|-(26)-[UILabel:0x13fb9c0]   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132d040 H:[UILabel:0x13fb9c0]-(25)-|   (Names: '|':UIView:0x12d6cf0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x132d2d0 UIImageView:0x12d9cd0.centerX == UILabel:0x13fb9c0.centerX>
    Break on objc_exception_throw to catch this in the debugger.
    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
    2014-05-06 11:02:06.886 Lync[598:707] Unable to simultaneously satisfy constraints.
     Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you
    don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you
    don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
        "<NSLayoutConstraint:0x132cfe0 UIView:0x12d6cf0.centerX == UILabel:0x13fb9c0.centerX>",
        "<NSLayoutConstraint:0x132d010 H:|-(26)-[UILabel:0x13fb9c0]   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132d040 H:[UILabel:0x13fb9c0]-(25)-|   (Names: '|':UIView:0x12d6cf0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x132cfe0 UIView:0x12d6cf0.centerX == UILabel:0x13fb9c0.centerX>
    Break on objc_exception_throw to catch this in the debugger.
    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
    2014-05-06 11:02:06.888 Lync[598:707] Unable to simultaneously satisfy constraints.
     Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you
    don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you
    don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
        "<NSLayoutConstraint:0x132cf80 UILabel:0x13fb9c0.centerX == UIActivityIndicatorView:0x12e7a50.centerX>",
        "<NSLayoutConstraint:0x132d010 H:|-(26)-[UILabel:0x13fb9c0]   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132d040 H:[UILabel:0x13fb9c0]-(25)-|   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132cb20 UIView:0x12d6cf0.centerX == UIActivityIndicatorView:0x12e7a50.centerX>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x132cf80 UILabel:0x13fb9c0.centerX == UIActivityIndicatorView:0x12e7a50.centerX>
    Break on objc_exception_throw to catch this in the debugger.
    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
    2014-05-06 11:02:06.895 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioVideoToastViewController.mm/961:Cancelling local notification
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:07.459 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable
    = true  responseHeadersHandle = 12d63d0
    2014-05-06 11:02:07.460 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 200 for request UcwaAutoDiscoveryRequest
    2014-05-06 11:02:07.461 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x12cc010 for release.
    2014-05-06 11:02:07.461 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    2014-05-06 11:02:07.462 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/928:<ReceivedResponse>
    GET http://lyncdiscoverinternal.domain.com/
    Request Id: 0x13f76f8
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Type text/html
    HttpHeader:Date Tue, 06 May 2014 16:02:08 GMT
    HttpHeader:Expires Tue, 06 May 2014 16:02:07 GMT
    HttpHeader:Server nginx
    HttpHeader:StatusCode 200
    HttpHeader:Transfer-Encoding Identity
    HttpHeader:Vary Accept-Encoding
    <html><head><meta http-equiv="refresh" content="0;url=http://search-help.sprint.com/index.php?
    origURL=http://lyncdiscoverinternal.domain.com/"/></head><body><script>window.location="http://search-help.sprint.com/index.php?origURL="+escape
    (window.location)+"&r="+escape(document.referrer);</script></body></html>
    </ReceivedResponse>
    2014-05-06 11:02:07.464 Lync[598:72ed000] ERROR TRANSPORT TransportUtilityFunctions.cpp/1770:Accept-types (application/vnd.microsoft.rtc.autodiscover+xml;v=1) not
    found in Content-Type response from server (text/html).  Not decoding.
    2014-05-06 11:02:07.465 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x13f76f8)
    2014-05-06 11:02:07.467 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-05-06 11:02:07.468 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    http://lyncdiscoverinternal.domain.com/, Hops = 1, status = E_ResponseUnknown (E2-1-5)
    2014-05-06 11:02:07.468 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. UrlTrustResolver(0x13f76f8):
    E_ResponseUnknown (E2-1-5) (RemoteNetworkPermanentError); Done with req.; Stopping resend timer
    2014-05-06 11:02:07.469 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/393:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received. 
    Status = E_ResponseUnknown (E2-1-5), url =
    http://lyncdiscoverinternal.domain.com/
    2014-05-06 11:02:07.470 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_ResponseUnknown (E2-1-5)
    2014-05-06 11:02:07.618 Lync[598:72ed000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = NSPOSIXErrorDomain code =
    0x3d ErrorDescription = The operation couldn‚Äôt be completed. Connection refused ErrorFailureReason = Connection refused ErrorRecoverySuggestion = 
    2014-05-06 11:02:07.618 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x12e6640.
    2014-05-06 11:02:07.618 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12e6640.
    2014-05-06 11:02:07.619 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status =
    0x22020001
    2014-05-06 11:02:07.619 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The
    retry counter is: 0
    2014-05-06 11:02:07.619 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:07.619 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x132f928
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:07.620 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12c6c90 for url -
    https://lyncdiscoverinternal.domain.com/ with
    persistent id as 6
    2014-05-06 11:02:07.620 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]. Sending over direct connection.
    2014-05-06 11:02:07.901 Lync[598:72ed000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = NSPOSIXErrorDomain code =
    0x3d ErrorDescription = The operation couldn‚Äôt be completed. Connection refused ErrorFailureReason = Connection refused ErrorRecoverySuggestion = 
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x12c6c90.
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12c6c90.
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status =
    0x22020001
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The
    retry counter is: 1
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x132f928)
    2014-05-06 11:02:07.903 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-05-06 11:02:07.903 Lync[598:3ae0c18c] ERROR APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/325:Request failed.  Error - E_ConnectionError (E2-2-1)
    2014-05-06 11:02:07.903 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_ConnectionError (E2-2-1)
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x132f928):
    E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1750:AutoDiscovery: Falling back to probing external urls
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    https://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    https://lyncdiscover.domain.com/, Hops = 0, status = S_OK (S0-0-0)
    2014-05-06 11:02:07.905 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:07.905 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnAuthenticatedGet(0x1240918)
    2014-05-06 11:02:07.905 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:07.905 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1792:Successfully started the GetUserUrlOperation request for
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:07.905 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:07.906 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:07.906 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x1240918
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:07.906 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    http://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:07.906 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x1304270 for url -
    https://lyncdiscover.domain.com/ with
    persistent id as 6
    2014-05-06 11:02:07.907 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:07.907 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected]. Sending over direct connection.
    2014-05-06 11:02:07.907 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. UrlTrustResolver(0x12405b8)
    2014-05-06 11:02:07.907 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1828:Successfully started the GetUserUrlOperation request for
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:07.908 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:07.908 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:07.909 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET http://lyncdiscover.domain.com/
    Request Id: 0x12405b8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:07.909 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12de7c0 for url -
    http://lyncdiscover.domain.com/ with
    persistent id as 7
    2014-05-06 11:02:07.910 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    http://lyncdiscover.domain.com/. Sending over direct connection.
    2014-05-06 11:02:07.910 Lync[598:72ed000] INFO TRANSPORT CHttpStreamPool.cpp/546:Not setting TLS as the url(http://lyncdiscover.domain.com/) is not https
    2014-05-06 11:02:07.910 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12cc010.
    2014-05-06 11:02:08.413 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable
    = true  responseHeadersHandle = 12a7890
    2014-05-06 11:02:08.414 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 200 for request UcwaAutoDiscoveryRequest
    2014-05-06 11:02:08.414 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x1304270 for release.
    2014-05-06 11:02:08.415 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    2014-05-06 11:02:08.415 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/928:<ReceivedResponse>
    GET https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x1240918
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Length 1028
    HttpHeader:Content-Type application/vnd.microsoft.rtc.autodiscover+xml; v=1
    HttpHeader:Date Tue, 06 May 2014 16:01:27 GMT
    HttpHeader:Expires -1
    HttpHeader:Pragma no-cache
    HttpHeader:Server Microsoft-IIS/8.0
    HttpHeader:StatusCode 200
    HttpHeader:X-AspNet-Version 4.0.30319
    HttpHeader:X-Content-Type-Options nosniff
    HttpHeader:X-MS-Server-Fqdn frontend.domain.com
    HttpHeader:X-Powered-By ASP.NET, ARR/2.5
    Ôªø<?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://lws.domain.com/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain.com"
    /><Link token="User" href="https://lws.domain.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.com" /><Link
    token="Self"
    href="https://lws.domain.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain.com" /><Link token="OAuth"
    href="https://lws.domain.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain.com" /><Link token="External/XFrame"
    href="https://lws.domain.com/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lws.domain.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    </ReceivedResponse>
    2014-05-06 11:02:08.417 Lync[598:72ed000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/119:location value is external
    2014-05-06 11:02:08.418 Lync[598:72ed000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/195:User url is
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.419 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x1240918)
    2014-05-06 11:02:08.419 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-05-06 11:02:08.420 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/290:Received a root response
    2014-05-06 11:02:08.420 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl =
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?
    originaldomain=domain.com, status = S_OK (S0-0-0)
    2014-05-06 11:02:08.420 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x1240918): S_OK
    (S0-0-0) (Success); Done with req.; Stopping resend timer
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/399:Cancelling all requests
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/409:Cancelling request: 0x12405b8
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO TRANSPORT CSessionBase.hxx/158:Cancelling request: 0x12405b8
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/167:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    http://lyncdiscover.domain.com/, Hops = 1, status = W_Cancelled (W0-0-6)
    2014-05-06 11:02:08.422 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:08.422 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl = , status = W_Cancelled (W0-0-6)
    2014-05-06 11:02:08.422 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x12de7c0 for release.
    2014-05-06 11:02:08.422 Lync[598:3ae0c18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName
    ([email protected]) domain (domain.com) username (utexs01) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-05-06 11:02:08.423 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/461:Sending Unauthenticated get to get the web-ticket url
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request() to Request Processor queue
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/230:Created thread => context[0x12e3fb0]
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/109:Waiting on Meta Data from
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.424 Lync[598:73f1000] INFO TRANSPORT CTransportThread.cpp/401:Started executing thread => context[0x12e3fb0]
    2014-05-06 11:02:08.425 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-AuthenticatedUserGetRequest(0x13f76f8)
    2014-05-06 11:02:08.425 Lync[598:73f1000] INFO TRANSPORT CHttpRequestProcessor.cpp/134:Clearing request processor for component MetaDataManager on sign-out.
    2014-05-06 11:02:08.425 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1210:Submitting Authenticated AutoDiscovery request to
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.425 Lync[598:73f1000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request() to Request Processor
    2014-05-06 11:02:08.425 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1704:Ignoring GetUserUrlOperation event as current state is 6
    2014-05-06 11:02:08.426 Lync[598:73f1000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:08.426 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1706:Request url was
    http://lyncdiscover.domain.com/?
    sipuri=sip:[email protected]
    2014-05-06 11:02:08.426 Lync[598:73f1000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    Request Id: 0x12facc8
    HttpHeader:Accept
    HttpHeader:X-MS-WebTicket xxxxxxxxxx
    </SentRequest>
    2014-05-06 11:02:08.427 Lync[598:73f1000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x1285fa0 for url -
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user with persistent id as 16
    2014-05-06 11:02:08.427 Lync[598:73f1000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com. Sending over direct connection.
    2014-05-06 11:02:08.428 Lync[598:73f1000] INFO UTILITIES CTimer.cpp/225:Created timer instance (0x1240304) for runloop (0x12f6250)
    2014-05-06 11:02:08.842 Lync[598:73f1000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (0x%u0x1297110)isHeadersAvailable = true 
    responseHeadersHandle = 12e57e0
    2014-05-06 11:02:08.844 Lync[598:73f1000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 401 for request 0x%u0x1297110
    2014-05-06 11:02:08.845 Lync[598:73f1000] INFO UTILITIES CHttpConnection.cpp/720:Not send authenticating request(0x%u0x1297110).  isAuthObjectValid - 0,
    areCredentialsValid - 0, resendRequestCounter - 1
    2014-05-06 11:02:08.846 Lync[598:73f1000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x1285fa0 for release.
    2014-05-06 11:02:08.846 Lync[598:73f1000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request() with status = 0x0
    2014-05-06 11:02:08.847 Lync[598:73f1000] INFO TRANSPORT TransportUtilityFunctions.cpp/928:<ReceivedResponse>
    GET
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    Request Id: 0x12facc8
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Length 1293
    HttpHeader:Content-Type text/html
    HttpHeader:Date Tue, 06 May 2014 16:01:27 GMT
    HttpHeader:Server Microsoft-IIS/8.0
    HttpHeader:StatusCode 401
    HttpHeader:X-Content-Type-Options nosniff
    HttpHeader:X-MS-Server-Fqdn frontend.domain.com
    HttpHeader:X-MS-WebTicketSupported cwt,saml
    HttpHeader:X-MS-WebTicketURL
    https://frontend.domain.com/WebTicket/WebTicketService.svc
    HttpHeader:X-Powered-By ASP.NET, ARR/2.5
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<html">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="<head><meta">http://www.w3.org/1999/xhtml"><head><meta
    http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/><title>401 - Unauthorized: Access is denied due to invalid credentials.</title><style
    type="text/css"><!--body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}fieldset{padding:0 15px 10px 15px;} h1{font-
    size:2.4em;margin:0;color:#FFF;}h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} #header{width:96%;margin:0 0 0
    0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;background-color:#555555;}#content{margin:0 0 0 2%;;}.content-
    container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}--></style></head><body><div id="header"><h1>Server Error</h1></div><div
    id="content"> <div class="content-container"><fieldset>  <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>  <h3>You do not have permission
    to view this directory or page using the credentials that you supplied.</h3> </fieldset></div></div></body></html>
    </ReceivedResponse>
    2014-05-06 11:02:08.849 Lync[598:73f1000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x12facc8)
    2014-05-06 11:02:08.850 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/575:Received response for meta data request of type 60 with status 0
    2014-05-06 11:02:08.851 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/645:Base service url constructed from unauth-get-response is
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.851 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/693:Added a binding based on the unauth-get response
    2014-05-06 11:02:08.851 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/208:MetaData retrieval for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com completed with status 0
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/238:Deleting 1 pended Meta data requests for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/316:Executing request after meta data successfully retrieved
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.853 Lync[598:3ae0c18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName
    ([email protected]) domain (domain.com) username (utexs01) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-05-06 11:02:08.856 Lync[598:3ae0c18c] INFO TRANSPORT CWebTicketSession.cpp/513:No Cached web-ticket found.
    2014-05-06 11:02:08.857 Lync[598:3ae0c18c] INFO TRANSPORT CWebTicketSession.cpp/560:Received request for a new token for
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.860 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 2 for url
    https://frontend.domain.com/webticket/webticketservice.svc
    2014-05-06 11:02:08.860 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/478:Sending Mex request get the meta data for the endpoint
    2014-05-06 11:02:08.861 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(MetaDataRequest) to Request Processor queue
    2014-05-06 11:02:08.861 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/109:Waiting on Meta Data from
    https://frontend.domain.com/webticket/webticketservice.svc
    2014-05-06 11:02:08.862 Lync[598:73f1000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(MetaDataRequest) to Request Processor
    2014-05-06 11:02:08.862 Lync[598:3ae0c18c] INFO TRANSPORT CBindingTransformationFactory.cpp/330:Waiting on the token
    2014-05-06 11:02:08.863 Lync[598:73f1000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:08.863 Lync[598:73f1000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    POST https://frontend.domain.com/webticket/webticketservice.svc/mex
    Request Id: 0x5a41b88
    HttpHeader:Accept text/xml, application/soap+xml, application/octet-stream
    HttpHeader:Content-Type application/soap+xml; charset=utf-8

  • Why do I not have the option to publish my video demo to Adobe Connect?

    I'm new to Captivate and recorded a video demo for my co-workers instructing how to set up and run an Adobe Connect Meeting. We have an account to publish Adobe Presenter and Captivate content to Adobe Connect Pro, and use it to host our Adobe Presenter presentations. I was under the impression I could publish the video demo from Captivate much like I do the presentations from Presenter in PowerPoint, however when I go to publish my video demo I am not given the option to publish to Connect. From what I've found (here: http://www.adobe.com/support/captivate/advanced/publish_acrobat.html), you can select/edit the server(s) you publish to under the Quiz menu, however my video demo has no quiz and I have no quiz menu.
    This is what I get when I go to publish the demo:
    ..as you can see, no option to select a server.
    This is the Preferences window. Again, no place to select a server:
    I've found plenty of information on adding video demos to a Connect Meeting room, but I'd rather just publish it to Connect the way I do Presenter files. Is this possible or do video demos have to be added to meeting rooms instead? Any help is appreciated.
    Thanks,
    Matt

    It sounds like you have an iPhone 4. Please verify the model at: Settings - General - About - Model = ???

  • How do I add to a Captivate 8 Video Demo

    I recently upgraded from Captivate 7 to 8. I have created a number of Video Demos in Captivate 7. I tried creating my 1st one in version 8 and am struggling with how to add to the end of the Video Demo. I usually create in segments, break, plan the next section and then record the next segment. THis used to be easy in v7. But I am not seeing how to do this in Version 8. If it is not obvious for me, it must not be obvious for others.
    Can some one help me?

    Maybe you forgot to click on the button 'Edit Video'? It is still on the same location as for CP7, very little has changed for the cpvc files except the feature to get rid of popups.

  • Video Demo editing changes do not show in the main presentation file (CP7)

    A Video Demo can be edited eg splitting a clip and inserting an image.
    When this has been done you save the file and re-open your main presentation file (cptx file) and insert the Video Demo file.
    All great in theory except that all the above changes that I have made do not play in the cptx file.
    I have raked my brains to think what I could be doing wrong, even though I am new to Captivate.
    Has anyone else had this problem or could suggest what I could be doing wrong to cuase this?
    Many thanks.

    The only way that seems to work is to use the Edit Video Demo button in the Properties panel of the cpvc, when selected in the Filmstrip.
    The solution that Haridoss gave, maybe I understood your problem not well, was to save the cpvc-file with another name after editing, deleting the old cpvc-slide and inserting the new cpvc with the different name. Another workaround is to delete the cpvc file in the Video folder of the Library, previous cpvc-slide(s) will be empty, then insert again the cpvc-slide, but you also have to delete the empty slides.
    It is confirmed as a bug. Crossing my fingers that it will be solved soon.
    Lilybiri

  • Can't log in to macbook pro

    Whenever I want to log in my 6 months macbook pro. It will log out. I've tried pram etc and it doesn't works. I also entered safe mode and it won't enter. Help me please, this is the video of my mac problem.

    Ok, if still not logging in with shift key held, then we can reinstall or restore from time machine. But there is another solution which will be quicker. Because it's getting to the login screen, and this issue occurs when we try to go into your user, it stands to reason this is a user issue, so putting down a new system is unlikely to resolve it.
    If you boot to your install disk and go into "reset password" from the utilities menu. On that screen select your HD and look in the drop down list for... I can't remember off the top of my head, but there aren't many options and it'll most likely say root, maybe master... the one that's not your user anyway. Then enter a password for this and repeat it. What we've done is enable the root user (God mode), so do not mess around in this user unless you've very confident.
    Restart the machine, this time select the new "other" icon at the login screen. Username = root, password is whatever you set it to. Can you log in here? If so, navigate to HD/Users/YOUR_USERNAME/Library
    In there you'll find a folder called prefer "Launch agents" - rename this folder or move it to the desktop folder in your user.
    Try log into your user again, if same, go back to root user.
    This time, in the same location, look for a folder called "preferences" - again, rename or move and try login again.
    If still the same, same procedure, but this time rename the entire user library and then try login.
    We can move these files and folders back - if you put them back in location or rename to original name, it'll be as though we did nothing. When you login it will automatically rebuild these folders, but it will be as though it's a new machine almost - we can get most of it, if not all of it, back though

  • Adding audio to Video Demo: Captivate 7

    Hello, i have several questions about working with audio in a video demo in Captivate 7.
    I have a video demo that was captured without audio, then the intended script changed signifigantly so the timing is way off (sometimes the video doesn't hold on a screen long enough for the narrator to finish talking, sometimes it holds too long).
    Any tutorials out there for adding audio after the video demo is recorded, when the timing is all off and I need to hold on some frames longer than the movie does? I'm doing still screen grabs and inserting them as images for the duration of the hold, but there's got to be a better way!
    Is there any way to add text-to-speech in the Video Demo (other than adding it in slide notes, exporting the audio file and then importing it to the background of the video demo?)
    When adding audio to a Captivate 7 video demo, is it better to add it to the video (Edit Video Demo > Audio > Import to > Background) or to add it to the slide in the regular timeline? Pros/Cons? Best practice?
    Thanks!

    Are you un-checking "Edit Volume" before you play it?
    Sue
    Hi Sue, Thanks for your help, I am new to the Mac, so forgive me if I am slow!
    I cannot find "Edit Voume".
    I can find "Show clip volume" in the "View menu" is that the same thing?
    Thanks for your help. Chatch

  • Digitizing Old Video Tapes I Can Figure Out Hardware is iMovie the Software

    I have some old VHS tapes and some newer DV tapes.
    I'd like to get convert all the old tapes so I can share digital copies with members of my family.
    I think I can hook up a VCR to my DV camera and then hook that to my iMac. Failing that I'll buy some sort of converter.
    Once I figure out the "hardware how?" I wonder about the "software what?" Is iMovie okay for me to work with? In what format do I store the files? bla bla bla. Right now I just want to get digital copies of all my videos; I'll edit files later.
    I only want to do this conversion once and would hate to end up with a lower quality compressed file or something not compatible with editing when if I'd set things different I'd be better off if you get my drift.
    I know there are many posts in these discussions about importing video -- if anyone can guide me through the advice or offer more insights I'd be grateful.
    Thanks

    I'd like to get convert all the old tapes so I can share digital copies
    I have done lots of that.
    I think I can hook up a VCR to my DV camera and then hook that to my iMac
    Yes, that is one way.
    Failing that I'll buy some sort of converter.
    I Like the Grassvalley ADVC300.
    I've played around with countless other conversion systems, ranging in price from $79 to $399. Short verison, this is the ONLY unit to own. No dropped frames at all, even with questionable quality tapes, no jitter, great color, excellent sound quality. Zero setup with iMovie 06 and iDVD 09/11.
    This is a prosumer deck. The time code function is alone worth the price if you have old analog footage. Absolutely NO "Out Of Sync" audio.
    ADVC300 is for anyone who wants to do editing and is concerned about quality of color and speed, for the novice it is an incredible gizmo that will restore VHS tapes to a state close to the original fixing midtones, highlights and shadows on the fly. Not only can you simply convert analog to digital you can actually manipulate the signal going in (if you want to).
    A bit pricey but it WORKS.
    I only want to do this conversion once and would hate to end up with a lower quality compressed file or something not compatible with editing when if I'd set things different I'd be better off if you get my drift.
    I do get your drift.
    I would use iMovie 06 with iDVD 09/11, why?
    iMovie 09/11 uses 'single field processing' meaning every other horizontal line of the video is thrown out, which reduces the sharpness of the footage. iMovie 06 uses ALL of the image to form the video.
    If your primary workflow is editing DV clips and making DVDs, iMovie '06 is better suited. Your movie will arrive at iDVD in DV format, which is an ideal match for making a DVD: same resolution, same pixels aspect ratio, and original quality. If you share your movie from iMovie 09/11, it gets re-rendered at 640x480 or less, and then iDVD upscales it back to 720x480. The end result is obviously not as good.
    Compared to today's standards DV Video's quality is not that great, so I don't want to lose ANYTHING in my conversion, I have no quality to "spare".
    iMovie 06 and iDVD 09/11 is a "lossless" combination.

  • How to adjust the speed of a single video demo clip

    This seems like a very basic function of a video that I can't seem to figure out in Captivate 8:
    For an individual video demo inside of a project, how does one go about turning up the speed of that clip?
    To be clear, I am not referring to simply viewing the end product and speeding that up.

    Well, you could record a Video Demo using Captivate. Then publish that out as an MP4. Then you could edit the MP4 using Premiere Pro or Premiere Elements. Then you could render it back out and use it as a video in Captivate.
    Perhaps others have other approaches.
    You might also want to take a look at TechSmith Camtasia. I believe it has an editing capability to speed up a clip. Or just a portion of a clip if you choose to split it up.
    Cheers... Rick

  • How to add/replace/correct narration in a Video Demo project?

    I've recorder a Video Demo project in CP 6 and would like to correct existing narration. In particular, I'd like to add more detailed explanation at some places. Is there any practical workflow that could be used here?

    A video stretching? How would that look? You can split a video in two clips, add a static image like a snapshot if you need to increase the duration of the video.
    I will mostly do a temporary narration during the video capture so that the timing at least is correct. Later on I'll record the real narration and try to keep up to the same length of the temporary one. That is always the trouble with synchronising to a video instead of to the static slides that you get with Automatic capture. On Static slide you can move object to adapt to the narration.
    Lilybiri

  • Pause key not working whilst recording a video demo.

    Hello,
    The title says it all really. I've set the pause key to various different keys and have then pressed them whilst recording a video demo with narration.
    On video playback, it is clear that the video recording was not paused at any point. What is the issue here? Is there a particular solution?
    It isn't project specific as I have tried setting up various projects. The key is definitely set up in preferences and I always run Captivate with admin rights.
    Is this a bug or am I missing something?
    Thanks,
    Jordan

    Hi Vocusjordan,
    Thank you for contacting Adobe Support.
    The pause feature functionality in case of video demo is not available in Adobe Captivate.
    However we appreciate for providing us the feedback and so you can use the below mentioned link to ask for a feature request:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Thanks
    Loveesh

  • Somebody use my skype and I can't log in

    Hello guys somebody use my skype so I can't log in skype message mentions that this skype is all ready loged in what can I do to kick him plz tell me serious problem ty..

    if what you are seeing is the You are already sign in on this computer. Please sign out and try again error, you can try this suggestions;
    http://community.skype.com/t5/Welcome/Fed-Up-with-​Skype/m-p/32390/message-uid/32390/highlight/true#U​...
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • You can only log in using your primary BigPond Broadband account

    Hi I recently moved from QLD to WA and moved my bundle with me, I had foxtel on tbox over there but the box got left in the move so I bought another one today.  I have tried to register it but it comes up with the following message ' You can only log in using your primary BigPond Broadband account , If you can’t remember your primary account username and password, you will need to speak to a Customer Service Representative on 1800 331 402 So after calling the first time the lady registered the tbox and I thought that would be me on my way so I hung up and tried to get foxtel on tbox.  Ended up getting the same message and now my tbox does not appear to be registered at all.  So after another call which lasted around 30mins of me being on hold and a 3 way conversation where both telstra members were trying to fob responsibility off to each other and one being quite rude I was told I would be called back.. After another half an hour the guy called back and said that I could not get foxtel on tbox at my address.  To me this seems like Im being fobbed off as he didnt know what the problem was,  I am in a unit and I checked my address on the telstra website which stated 'great news, foxtel on tbox is available in your area' and after being told I couldnt get it, I put a note on the notice board of the aparment block to see if anyone else had foxtel and they do so clearly that is not the problem. Can anyone advise what to do or who to speak too to try and clear this up? Thank you

    There are times like this I wish I could log in to customers accounts and fix it however not allowed  ESQ check which is a serviceability check and checks what services are available at your address. So if it says Foxtel Tbox is eligible then its all good to go then this wouldn't be the problem mate. What needs to happen is that your email address and serial number might be still on the admin portal of the tbox registration. However you said Tbox support have removed this from the account in saying that this can take a little while to be completely removed from our records which would then allow you to register a new device. Try the registration a little later on or again tomorrow and see how you go. Please let us know how you get along. Cheers bud.      

Maybe you are looking for