Profile manager sign with cert not working with signed cert

Hello all,
I purchased a Code Signed Certificate from DigiCert (Who I have many other certs with)
I downloaded it and imported it into profile manager, it origionally told me that "This certificate could not be used to sign a profile" but after a restart that error went away, but now when I click the checkbox to enable signing it tries for 5-7 seconds and then just unchecks the box, but does not show an error.
If I change back to the self signed it works fine.
Has anyone had success with DigiCert Code Signed cert? or with this issue with another cert company?
Thank you,
-Patch
Patch Charron
Kensington Church

Solved.
Got it working by calling DigiCert support.
They had me get the cert from Firefox in Windows and transfer it and apply their own intermediate certificate.
Thanks for Digicert support for such a responsive support team.
-Patch

Similar Messages

  • Profile Manager- url on device not working

    I have everything set up to use Profile Manager but when I access the url https://myhost/mydevices from my device on the first time it prompts me with an alert saying that the Identity on the Serer cannot be identified (as shown on the picture), I click continue, and after that it just gives me Service Temporarily Unavailable . Does anybody knows what I am doing wrong?

    (bump) Anyone?

  • Profile manager "Choose folder" button not working

    Since the version 11 update, I noticed in both
    (1) Profile Manager, in creating a new profile, the "Choose folder" button is unresponsive; and in
    (2) Options->General->Downloads "Browse" button is unresponsive.
    Both work fine in Nightly and Seamonkey. The problem is reproducible in safe mode, after a clean install, and also upon creating a new profile (albeit in the default location since the Choose Folder button doesn't work).
    Anyone else running into this issue?

    (bump) Anyone?

  • Smart collection has "source color profile" as filter option, does not work on camera profiles

    In Lightroom 5 i tried to use the "source color profile" filter option in smart collection, however it only seems to work on rgb files (jpg, tiff) that have a profile embedded. It does not work on values like "Adobe Standard" which is a "source" profile of a RAW file, or any of the camera profiles i can choose fo given Raw file. What am i doing wrong?
    The Help does not give any clue on this, nor does the coverage by any of the Lightroom guru's like Juleanne Kost.

    In my opinion the filter is acting correctly.
    The Adobe Standard profile is not a profile defined in the source file, it is a profile assigned to the file in the raw converter and used with raw files that do not have a source color profile, already, so to me the filter is acting correctly because “source” means where the profile comes from, rather than what profile a master photo has had assigned to it. 
    The source-color-profile option is useful to determine the size of the color gamut in a file’s color numbers which indicates its suitability for various purposes:  An sRGB file can be safely uploaded to the web, an AdobeRGB file is going to look right on a wide-gamut monitor and printablebut shouldn’t be uploaded to the web, while a ProPhotoRGB file has a large color space and can be safely edited in a way that adjusts the colors significantly, especially if it is 16-bit, without color-banding or posterization, but a ProPhotoRGB file will probably not look good if directly uploaded to the web or sent to a print-shop that doesn’t do their own color profile conversions.
    I would agree that being able to filter raw files based on the assigned color profile would also be useful, but this is a different thing, to me at least, than filtering by the source-color-profile.

  • MRS Push with SMP 3.0 and Service Manager 4.2 is not working

    Hi All,
    I am working on SMP 3.0 SP 06 Service Manager 4.2 application .
    I have configured MRS Push which is not working . Service Order push is working fine.
    If anyone has configured MRS push with any one the Syclo mobile products ,Please share the steps.
    Thanks in advance.
    Thanks
    Neha

    Neha,
    Can you refer this OSS note: 2014454 for MRS setup.  
    Thanks,
    Manju

  • VM Manager's Launch Console not working with OpenJDK and IcedTea

    Fedora 15
    java-1.6.0-openjdk-1.6.0.0-59.1.10.3.fc15.x86_64
    icedtea-web-1.0.4-1.fc15.x86_64
    ICEDTEA-WEB NOTES
    Invalid XML
    An error like
    netx: Unexpected net.sourceforge.jnlp.ParseException: Invalid XML document syntax. at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1203)
    indicates that the JNLP file is not valid XML. The error happens because netx uses an XML parser to parse the JNLP file. Other JNLP client implementations may use more lenient parsers and may or may not work with the given JNLP file. Errors caused by malformed JNLP files can often lead to subtle bugs, so it is probably best to fix the JNLP file itself. A tool like xmlproc_parse might be able to pinpoint the error.
    XMLPROC_PARSE OUTPUT
    $ xmlproc_parse ovm_rasproxy-ws.jnlp
    xmlproc version 0.70
    Parsing 'ovm_rasproxy-ws.jnlp'
    E:ovm_rasproxy-ws.jnlp:3:89: Undeclared entity 'machineName'
    E:ovm_rasproxy-ws.jnlp:3:89: ';' expected
    Parse complete, 2 error(s) and 0 warning(s)
    JAVAWS OUTPUT
    $ javaws ovm_rasproxy-ws.jnlp
    netx: Unexpected net.sourceforge.jnlp.ParseException: Invalid XML document syntax. at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1243)
    JAVAWS -VERBOSE OUTPUT
    $ javaws -verbose ovm_rasproxy-ws.jnlp
    No User level deployment.properties found.
    Starting security dialog thread
    JNLP file location: ovm_rasproxy-ws.jnlp
    Status: CONNECTED DOWNLOADED STARTED +(CONNECTED DOWNLOADED STARTED) @ ./ovm_rasproxy-ws.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    line: 2 <jnlp spec="1.0+" codebase="http://192.168.4.21:7001/ovm/rasproxy/"
    line: 3 href="ovm_rasproxy-ws.jnlp?vmachineId=0004fb0000060000046ffdb8a331ce21&machineName=mytestmachine">
    line: 4 <information>
    line: 5 <title>Oracle VM Remote Access Service</title>
    line: 6 <vendor>Oracle</vendor>
    line: 7 <homepage>http://support.oracle.com/</homepage>
    line: 8 </information>
    line: 9 <resources>
    line: 10
    line: 11 <j2se version="1.5+"
    line: 12 href="http://java.sun.com/products/autodl/j2se" />
    line: 13 <jar href="ovm_rasproxy-signed.jar" main="true" />
    line: 14 <jar href="OvmCoreApi.jar" />
    line: 15 <jar href="MgmtUtil.jar" />
    line: 16 <jar href="Odof.jar" />
    line: 17 <jar href="commons-logging-1.1.1.jar" />
    line: 18 </resources>
    line: 19
    line: 20
    line: 21 <application-desc main-class="com.oracle.ovm.ras.proxy.RasProxyApplet">
    line: 22 <argument>-server</argument>
    line: 23 <argument>192.168.4.21</argument>
    line: 24 <argument>-service</argument>
    line: 25 <argument>003600010004fb0000060000046ffdb8a331ce21</argument>
    line: 26
    line: 27 </application-desc>
    line: 28 <security>
    line: 29      <all-permissions/>
    line: 30 </security>
    line: 31 <update check="background"/>
    line: 32 </jnlp>               net.sourceforge.jnlp.ParseException: Invalid XML document syntax.
         at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1243)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
         at net.sourceforge.jnlp.runtime.Boot.getFile(Boot.java:267)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:196)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 32: Unexpected end of data reached
         at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1094)
         at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:877)
         at net.sourceforge.nanoxml.XMLElement.resolveEntity(XMLElement.java:1013)
         at net.sourceforge.nanoxml.XMLElement.scanString(XMLElement.java:658)
         at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:915)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:512)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
         at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1239)
         ... 8 more
    Caused by:
    net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 32: Unexpected end of data reached
         at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1094)
         at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:877)
         at net.sourceforge.nanoxml.XMLElement.resolveEntity(XMLElement.java:1013)
         at net.sourceforge.nanoxml.XMLElement.scanString(XMLElement.java:658)
         at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:915)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:512)
         at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
         at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1239)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
         at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
         at net.sourceforge.jnlp.runtime.Boot.getFile(Boot.java:267)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:196)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    netx: Unexpected net.sourceforge.jnlp.ParseException: Invalid XML document syntax. at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1243)

    Both realvnc 4.1.3 and tigervnc 1.1.0.1 work on the Linux side.
    I was able to get the console to work by wiping the contents of the directory I created at the beginning of this exercise and then copying in a fresh OVM 3.0.2 created ovm_rasproxy-ws.jnlp file.
    [gordon@ufo Downloads]$ rm /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/*
    [gordon@ufo Downloads]$ javaws ovm_rasproxy-ws.jnlp
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
         at java.io.DataInputStream.readUTF(DataInputStream.java:589)
         at java.io.DataInputStream.readUTF(DataInputStream.java:564)
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:744)
         at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
         at java.security.KeyStore.load(KeyStore.java:1201)
         at net.sourceforge.jnlp.security.KeyStores.createKeyStoreFromFile(KeyStores.java:358)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:124)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:103)
         at net.sourceforge.jnlp.security.KeyStores.getCertKeyStores(KeyStores.java:157)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.<init>(VariableX509TrustManager.java:91)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.getInstance(VariableX509TrustManager.java:395)
         at net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:210)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:182)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    netx: Unexpected java.io.IOException: /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/ovm_rasproxy-ws.jnlp (No such file or directory) at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:255)
    [gordon@ufo Downloads]$ cp ovm_rasproxy-ws.jnlp /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/
    [gordon@ufo Downloads]$ javaws ovm_rasproxy-ws.jnlp
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
         at java.io.DataInputStream.readUTF(DataInputStream.java:589)
         at java.io.DataInputStream.readUTF(DataInputStream.java:564)
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:744)
         at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
         at java.security.KeyStore.load(KeyStore.java:1201)
         at net.sourceforge.jnlp.security.KeyStores.createKeyStoreFromFile(KeyStores.java:358)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:124)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:103)
         at net.sourceforge.jnlp.security.KeyStores.getCertKeyStores(KeyStores.java:157)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.<init>(VariableX509TrustManager.java:91)
         at net.sourceforge.jnlp.security.VariableX509TrustManager.getInstance(VariableX509TrustManager.java:395)
         at net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:210)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:182)
         at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:56)
         at java.security.AccessController.doPrivileged(Native Method)
         at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:173)
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
         at java.io.DataInputStream.readUTF(DataInputStream.java:589)
         at java.io.DataInputStream.readUTF(DataInputStream.java:564)
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:744)
         at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
         at java.security.KeyStore.load(KeyStore.java:1201)
         at net.sourceforge.jnlp.security.KeyStores.createKeyStoreFromFile(KeyStores.java:358)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:124)
         at net.sourceforge.jnlp.security.KeyStores.getKeyStore(KeyStores.java:103)
         at net.sourceforge.jnlp.security.KeyStores.getCertKeyStores(KeyStores.java:157)
         at net.sourceforge.jnlp.tools.JarSigner.checkTrustedCerts(JarSigner.java:414)
         at net.sourceforge.jnlp.tools.JarSigner.verifyJars(JarSigner.java:269)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.verifyJars(JNLPClassLoader.java:946)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:422)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:169)
         at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:283)
         at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:650)
         at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:436)
         at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:830)
    Oct 4, 2011 4:13:41 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.4.16
    Oct 4, 2011 4:13:41 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000281734f86e6aab47
    Oct 4, 2011 4:13:42 PM com.oracle.ovm.ras.proxy.external.VncViewerLauncherFactory getVncViewerLauncher
    INFO: Os is : linux
    Oct 4, 2011 4:13:53 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    The console starts and all is well with the world.
    This is obviously not how one would want to start a console by downloading the .jnlp file and running it on the command line so I am now going to remove the /home/gordon/.icedtea/cache/http/* and see what happens.
    First, let me say that nothing happened. It did not work. I did confirm that it creates the directory structure again /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/ but there is only one file in the directory.
    [gordon@ufo rasproxy]$ cat ovm_rasproxy-ws.jnlp.info
    #automatically generated - do not edit
    #Tue Oct 04 16:43:29 EDT 2011
    last-modified=0
    last-updated=1317761009801
    content-length=883
    If I save that ovm_rasproxy-ws.jnlp file instead of opening it and copy it to the /home/gordon/.icedtea/cache/http/192.168.4.16/ovm/rasproxy/ directory the console will now start successfully with one minor drawback - it will only launch that one VM based on the .jnlp file that I downloaded.
    Help?

  • OBI 11g Enterprise Manager (EM Website) does not work with IE8 (v8.0.6)

    I am unable to login to the 11g EM website on Windows x64 2003 server. I get the below error:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0)
    Timestamp: Wed, 6 Oct 2010 10:41:18 UTC
    Message: Object doesn't support this property or method
    Line: 4354
    Char: 1
    Code: 0
    URI: http://YZU-1:7001/em/afr/partition/ie/default/opt/boot-11.1.1.3.0-0084.js
    Any help is appreciated.
    Thanks
    B

    Hi,
    OBIEE 11g does not work with IE8.
    Check this......What's wrong in OBIEE 11g
    Regards,
    Srikanth

  • Profile Manager crashes with Application

    I am having a problem with running and apple script app and was hoping someone may have a suggestion. The app works great and as expected when run by a user. It creates an alias on the user’s desktop and links it to their windows Documents folder that already exists on our network. This part I am very happy with. The code is as follws, then I export it as an application:
    mount volume "smb://servername/share/" & (system attribute "USER")
    set localMyDocs to quoted form of POSIX path of "/Users/" & (system attribute "USER") & "/Desktop/Documents"
    do shell script "ln -sfF " & "'/share/" & (system attribute "USER") & "/folder' " & localMyDocs
    Previous experience showed that it is required to add an application to the /application folder on the server so that it will show in the application list in profile manager. This works with word, abobe CS and so on without the need for a full install.
    When I add the applescript app to the servers /applications folder the profile manager website crashes when I try to add any applications:
    If I remove the application from the server the error goes away and I can add applications again. This is a bit of a head scratcher, has anyone got any ideas?
    Log file from server:
    Sep 11 08:41:23 mac.fully.qualified.domain tccd[56458]: Failed to create /var/empty/Library/Application Support/com.apple.TCC (13)
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:23 mac.fully.qualified.domain mds[45]: __TCCAccessRequest_block_invoke_040: Connection interrupted
    Sep 11 08:41:23 mac com.apple.launchd.peruser.220[56447] (com.apple.tccd[56458]): Job appears to have crashed: Abort trap: 6
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: Saved crash report for tccd[56458] version 44.1 to /Library/Logs/DiagnosticReports/tccd_2013-09-11-084123_mac.crash
    Sep 11 08:41:23 mac.fully.qualified.domain ReportCrash[56459]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/tccd_2013-09-09-154621_mac.crash
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: Saved crash report for ruby[34405] version 83.4 to /Library/Logs/DiagnosticReports/ruby_2013-09-11-084124_mac.crash
    Sep 11 08:41:24 mac.fully.qualified.domain ReportCrash[56459]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/ruby_2013-09-09-152441_mac.crash
    Sep 11 08:42:19 mac.fully.qualified.domain servermgrd[48167]: --Module servermgr_devicemgr's response has retain count of 3.
    Sep 11 08:42:19 mac.fully.qualified.domain servermgrd[48167]: --request was {
       command = getState;
    Sep 11 08:42:19 mac.fully.qualified.domain servermgrd[48167]: --response was {
       state = RUNNING;

    I am seeing the same thing and wanted to let you know.
    10.8.4 running Server and Profile Manager.
    I have a simple applescript that launches a bash script. In WGM I used to have it launch on login. Now on PM I have learned I need to put it in the server's /Applications folder.
    When I try to access applications while using PM from the server, I get the same error as you. If I use a web browser on my Mac there is no error but the box stays empty (saying 'Loading Applications') with no apps in it.
    Similar errors as yours show in the server's Console in either case. Ruby is crashing.
    Will go looking for a script to look at...
    thanks,
    chris

  • Manage On Demand Does Not Work on the Web Site

    Trying to Manage on Demand on the web site.  Page does not load correctly.  IE Crashes.  Firefox just does not work.  Something wrong with the web site.

    I've had same problem for 3 months.They've been to the house twice about this issue and still no fix.They won't pay attention until enough of us cancel and that is exactly what I plan to do

  • Container-Managed Transaction Type Attributes not working as expected

    I am having a problem with the container-managed transactions not working as expected. I have 2 methods that work as follows:
    MethodA{
    for(a lot)
    call MethodB;
    @Transaction Type = RequiresNew
    MethodB{
    EntityManager Persist to database
    I want the code in MethodB to be committed to the database when methodB returns. The problem is that I am running out of memory and MethodA is failing. When methodA fails after numerous calls to MethodB nothing is persisted to the database.
    It is my understanding that when using requires new transactions that a new transaction is started for each call to the method and ends when the method returns while the calling method transaction is suspended.
    How am I misunderstanding the requiresNew transaction attribute. What can I do to make a batch insert into my database that will not run out of memory (commit when a methodB returns)?
    Thanks in advance.

    The problem is that EJB invocation semantics for security, container-managed transactions, etc.
    only apply when an invocation is made through an EJB reference. In your case, you are directly
    invoking the implementation method from within the bean. The EJB container has no idea that's
    happening. It's no different than invoking a utility method.
    In order to get the behavior you'd like, you need to retrieve a reference to your own bean and invoke
    through that. You can use SessionContext.getBusinessObject() to get the EJB reference for the
    business interface through which the method in question is exposed.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Apple 10.4 managed clients dock settings not working

    I  have an issues with  3 or 4 of my 10.4 clients all are managed by WGM on an apple 10.5 server.  The I have managed dock settings on all apple clients are getting the proper dock settings however I have 3 or 4 clients that are not.  The clients that are not getting the dock settings are in the correct computer group.  And I don't see any of the clients dedicated in the computer group.  And suggestions or tips would be welcome help.

    THAT WORKED and all is back to normal.
    By the way I did not lose any of the icons on my dock either. All the apps light up under the icon and they now mimimize correctly!!
    Thank you very much capfred!!!
    Chet
    captfred East Coast, USA
    This helped meRe: dock settings not working     Sep 3, 2012 7:34 AM    (in response to CaptainChet) 
    Try deleting com.apple.dock.plist from the preference folder located in your user Library.
    You can open the hidden library in Finder's menubar,  Finder > Go > hold the option key down > select Library.
    Edit: you'll have to add back program icons to the dock that you moved there.

  • Profile Manager (10.10.2) not allowing custom applications to run

    Hi everyone,
    Hopefully someone can point my in the right direction for this one!
    Applications users can launch are restricted in Profile Manager and works fine except for those that we have written in Script Editor (exported as apps/run only).
    No matter what we try PM blocks these applications, removing app restrictions stops the problem but that's not a solution.
    Has anyone had any experience of this?

    It turns out that there's something wrong about permissions.
    Here's the fix:
    (1) log in as the +root user+
    (2) type +chown -R Michael:staff ~Michael+
    (3) log out the +root user+
    (4) log in your account
    (5) done!
    Hope this thread will help those who encounter the same problem as me!

  • Trying to consolidate project with Media Manager but it's not working

    I have a 3 minute final video that I want to consolidate with media manager. I would like to have it copy the portion of the clips I used plus 1 second handles. I have checked every appropriate box but it still will not create smaller clips. For example I have a 5 GB movie clip that I used about 4 seconds of in my final edit. Final Cut is still copying over the whole file into the new folder instead of just extracting the portion I used plus the handle. I have deselected the box referring to include master clips outside of selection.
    I have gotten this to work before, is this a known issue? Am I doing something wrong?
    Thanks.

    Robert,
    Media Manager has a few quarks (you've no doubt noticed!). The two biggest that I've noticed are:
    CUTS MADE IN TIMELINE OF SEQUENCE
    Once a larger clip is loaded into a sequence, and cuts are made to it within the sequence Media Manager loses track of the the missing middle parts. For instance if you load an hour long clip into a sequence. Make a cut at 5 minutes and a cut at 55 minutes, then delete the middle 50 minutes and slide the two cuts together; Media Manager should represent that only 10 minutes would be retained when "deleted unused media is selected." Instead, it will think the entire cut is still being used.
    *To solve this: "Select All" cuts in the sequence, then right click and select "Make Clip Independent"*
    CUTS WITH SPEED CHANGES
    The other issue with Media Manager, cuts that have speed changes (anything other 100%) may not reconnect correctly in the new consolidated sequence. This has been a long time problem and has gotten much better in version 6. However, it still has some weirdness...
    *To solve this: "Make sure you add some amount of handle. I use 1 sec and it seems to work on larger complex projects."*
    Hope that helps. Good luck.
    Dan

  • Workflow Manager Configuration Wizard is not working with USER ID

    Hello everyone,
       I
    have successfully installed Workflow Manager 1.0 (and its prerequisites) on my Server 2008 R2 SP1 machine that is hosting Sharepoint 2013.  I attempt to go into the Workflow Manager Configuration.  That comes up and asks me if I want to Create
    new farm with Default Settings, New Farm with custom settings, or existing farm.  I've tried both Default settings AND Custom settings.
                When
    the configuration wizard comes up, I attempt to fill out the necessary information.  It seems to connect to the SQL server without a problem.  I only run into an issue when setting the USER ID.  The program totally freezes up and force closes. 
                I
    have verified that the USERID is in the correct format and tried multiple different formats.  The problem is that the moment I move the cursor from the USERID field to ANY other field, the program force closes.  I'm not able to hit submit, I'm not
    able to change any other options.  The moment USERID is manipulated or the cursor LEAVES the USERID field, the program force closes.  It won't even allow me to put in a password before it force closes.
                 Customer
    domain is running in Windows Server 2003 Enterprise Edittion SP2.
    Any
    ideas?
    I have installed also cumulative update to avoid crash but still I am getting force to close workflow wizard. I have used users which are already added in administrator groups.
    We are using 3 tier architecture for Sharepoint 2013.
    Also we have made Alias of Domain controller. Eg:-Alias is "labs" for domain "xyz.ab.com".
    And we are using labs\spadmin and labs\spservice for Workflow Manager Configuration 1.0
    Is there any issue with Domain Alias "labs" as Workflow gives error  "Specified RunAs account is invalid" or "Force close the application".
          I
    have copied the errors from event viewer below:
    APPLICATION
    ERROR
    Faulting
    application name: Microsoft.Workflow.Deployment.ConfigWizard.exe, version: 1.0.20922.0, time stamp: 0x505e1b30
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.17965,
    time stamp: 0x506dcae6
    Exception code: 0xe0434352
    Fault offset: 0x000000000000bccd
    Faulting process id: 0x17f8
    Faulting application start time: 0x01cddee198ece72e
    Faulting application path: C:\Program Files\Workflow Manager\1.0\Microsoft.Workflow.Deployment.ConfigWizard.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: 22ab8b69-4ad5-11e2-af8f-005056965915
    .NET
    Runtime Error
    Application: Microsoft.Workflow.Deployment.ConfigWizard.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.Runtime.InteropServices.COMException
    Stack:
       at System.DirectoryServices.AccountManagement.PrincipalContext.DoLDAPDirectoryInitNoContainer()
       at System.DirectoryServices.AccountManagement.PrincipalContext.DoDomainInit()
       at System.DirectoryServices.AccountManagement.PrincipalContext.Initialize()
       at System.DirectoryServices.AccountManagement.PrincipalContext.get_QueryCtx()
       at System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithTypeHelper(System.DirectoryServices.AccountManagement.PrincipalContext, System.Type, System.Nullable`1<System.DirectoryServices.AccountManagement.IdentityType>, System.String,
    System.DateTime)
       at System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext, System.String)
       at Microsoft.ServiceBus.Commands.Common.SecurityHelper.IsUserValid(System.DirectoryServices.AccountManagement.PrincipalContext, System.String)
       at Microsoft.ServiceBus.Commands.Common.SecurityHelper.IsDomainUserValid(System.String, System.String)
       at Microsoft.ServiceBus.Commands.Common.ValidateUserAttribute.Validate(System.String)
       at Microsoft.Deployment.ConfigWizard.UICommon.AccountDetailsViewModel.ValidateDomainUser()
       at Microsoft.Deployment.ConfigWizard.UICommon.AccountDetailsControl.UserIdTextBox_LostFocus(System.Object, System.Windows.RoutedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
       at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
       at System.Windows.Controls.Primitives.TextBoxBase.OnLostFocus(System.Windows.RoutedEventArgs)
       at System.Windows.UIElement.IsFocused_Changed(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.Controls.TextBox.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean,
    System.Windows.OperationType)
       at System.Windows.DependencyObject.ClearValueCommon(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata)
       at System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
       at System.Windows.Input.FocusManager.OnFocusedElementChanged(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)
       at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean,
    System.Windows.OperationType)
       at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)
       at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
       at System.Windows.FrameworkElement.OnGotKeyboardFocus(System.Object, System.Windows.Input.KeyboardFocusChangedEventArgs)
       at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
       at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
       at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
       at System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.KeyboardDevice.ChangeFocus(System.Windows.DependencyObject, Int32)
       at System.Windows.Input.KeyboardDevice.Focus(System.Windows.DependencyObject, Boolean, Boolean, Boolean)
       at System.Windows.Input.KeyboardDevice.Focus(System.Windows.IInputElement)
       at System.Windows.UIElement.Focus()
       at System.Windows.Input.KeyboardNavigation.Navigate(System.Windows.DependencyObject, System.Windows.Input.TraversalRequest, System.Windows.Input.ModifierKeys, System.Windows.DependencyObject)
       at System.Windows.Input.KeyboardNavigation.Navigate(System.Windows.DependencyObject, System.Windows.Input.Key, System.Windows.Input.ModifierKeys)
       at System.Windows.Input.KeyboardNavigation.ProcessInput(System.Windows.Input.InputEventArgs)
       at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(System.Windows.Input.ProcessInputEventHandler, System.Windows.Input.ProcessInputEventArgs)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs)
       at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)
       at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(System.Windows.Interop.MSG ByRef, Boolean ByRef)
       at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(System.Windows.Interop.MSG ByRef, System.Windows.Input.ModifierKeys)
       at System.Windows.Interop.HwndSource.OnPreprocessMessage(System.Object)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
       at System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority, System.Delegate, System.Object)
       at System.Windows.Interop.HwndSource.OnPreprocessMessageThunk(System.Windows.Interop.MSG ByRef, Boolean ByRef)
       at System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)
       at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage(System.Windows.Interop.MSG ByRef)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
       at System.Windows.Application.RunInternal(System.Windows.Window)
       at System.Windows.Application.Run()
       at Microsoft.Workflow.Deployment.ConfigWizard.App.Main()
    Thanks
    Hansraj Rathva

    Check to ensure that the user you're running the wizard as has access to the Users and Computers folders in Active Directory. I had trouble with the "specified RunAs account is invalid" message, and when I granted the AD rights, I was able to proceed.
    The issue would be that the user executing the wizard isn't able to query AD to look up the specified user. The RunAs account you're specifying is probably fine.

  • I put my mac pro to share with my mac desktop.  Iphoto was upgraded from 8.2.1 and I can no longer access iphoto on the mac book pro. I have tried library manager but that does not work.  Any suggestions?

    I have a mac pro which I recently made to share with my mac desktop.  iphoto was updated on the mac pro from 8.2.1 and I can no longer open iphoto.  I get an error message You can’t open your current photo library using this version of iPhoto.  The only option is for me to quit.  I have tried to restore with no luck.  I tried reinstalling using my Application CD.  Help?????

    when you opened the shared library with the newer version of iPhoto (iPhoto '11) you were given a warning that your library would be converted and could not be used by older versions - you clicked ok to go ahead - there is no updo available - either upgrade to iphoto '11 of the MBP or load your backup of the iPhoto '09 library on it - older versiopns of i{Photo can not read newer libraries
    LN

Maybe you are looking for

  • I can't delete in Slideshow Mode

    In CS2 I could view have multiple image and I quickly go through them deleting undesired in Slideshow View. CS3 won't let me do that. When I hit delete it is still there. Then if I switch view it doesn't show the files and marks them as hidden. I am

  • Visio 2010 - Shape Data Fields Are Not Saving

    I am having a problem with a number of shape data fields which are not saving data that has been entered into it, whether by entering it through the "shape data" or "define shape data" dialog boxes, or by editing the "shape sheet".  All data fields a

  • External Hyperlinks Will Not Change after Publishing

    Hi - I'm running the most up to date iWeb and trying to publish external hyperlinks that will not change no matter what I do. They do not overlap, there is no image blocking them, and I have checked and rechecked that they work on iWeb perfectly. I h

  • Admin error after deploying to Oracle 10g

    I'm trying to deploy Coldfusion 7.02 to Oracle 10g Application Server. I successfully installed CF as an ear file and deployed it to my OC4J instance. However, when I try to run the Administrator, after logging in, I get this error message: java.lang

  • How can I get rid of kernel extcom.rim.driver.BlackBerryUSBDriverInt     (0.0.64)

    At etre check, I keep getting a kernel extension: com.rim.driver.BlackBerryUSBDriverInt          (0.0.64) User login items shows BlackBerry Device Manager I have done numerous checks and have not been able to locate it. ANy help please?