10.1.2.0.2 install fails with Out of memory error

Hi All,
I see the following error when installing BPEL PM 10.1.2.0.2 with OID, the OID configuration fails with OutofMemory error. Running the failed task from the command line also throws the same error. Any suggestions ?
Thanks,
Ravikiran.
ankur.goel (4:59:26 PM): /scratch/ankugoel/softwares/ias/jdk/bin/java -jar /scratch/ankugoel/softwares/ias/integration/orabpel/system/services/lib/bpm-install.jar configureOID -oracle-home "/scratch/ankugoel/softwares/ias" -oid-admin cn=orcladmin welcome1 -oid-location stanc15.us.oracle.com 389 -oid-realm us -oid-seed seedRequiredUsers
Install Configuration
Install Type: ConfigureOID
Oracle Home: /scratch/ankugoel/softwares/ias
JDK Home: /scratch/ankugoel/softwares/ias/jdk
Proxy Required: false
Database Vendor: oracle
OID Host: stanc15.us.oracle.com
OID Port: 389
OID Realm: us
OID Seed: seedRequiredUsers
Admin User: orcladmin
Seeding users/roles in OID realm : us...
Buildfile: bpminstall.xml
seed-oid:
init:
seed-oid:
Seeding system users/roles into OID ...
The subscriber `us' contains multiple values for the attribute `orclCommonGroupSearchBase'
1. cn=Groups,dc=us,dc=oracle,dc=com
2. cn=CSGroups,cn=Groups,dc=us,dc=oracle,dc=com
3. cn=Groups,cn=OracleContext,dc=us,dc=oracle,dc=com
java.lang.OutOfMemoryError

Hi
We also encountered the same problem and resolved it as suggested. However, now we get the following error: (in the oid config assistant step in BPEL installation)
Output generated from configuration assistant "Oracle BPEL Process Manager OID Configuration Assistant" (attempt 5):
Install Configuration
Install Type: ConfigureOID
Oracle Home: /opt/oraias/oas/bpel
JDK Home: /opt/oraias/oas/bpel/jdk
Proxy Required: false
Database Vendor: oracle
OID Host: <hostname>
OID Port: <port>
OID Realm: <realm>
OID Seed: seedAllUsers
Admin User: orcladmin
Seeding users/roles in OID realm : <realm>...Buildfile: bpminstall.xml
seed-oid:
init:
seed-oid:Seeding system users/roles into OID ...Migration of LDIF data completed. All the entries are successfully migrated
Seeding demo users/roles into OID ...Migration of LDIF data completed. All the entries are successfully migrated
BUILD SUCCESSFUL
Total time: 1 second
Exit: 0
Configuring OID as LDAP based JAZN provider ...ERROR: Failed to update /opt/oraias/oas/bpel/j2ee/OC4J_BPEL/application-deployments/hw_services/orion-application.xml
java.net.ConnectException: Connection timed out
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
     at java.net.Socket.connect(Socket.java:452)
     at java.net.Socket.connect(Socket.java:402)
     at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
     at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
     at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
     at sun.net.www.http.HttpClient.New(HttpClient.java:320)
     at sun.net.www.http.HttpClient.New(HttpClient.java:315)
     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:521)
     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:498)
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:626)
     at java.net.URL.openStream(URL.java:913)
     at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2292)
     at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:266)
     at oracle.xml.parser.v2.NonValidatingParser.pushExternalDTD(NonValidatingParser.java:540)
     at oracle.xml.parser.v2.NonValidatingParser.parseDoctypeDecl(NonValidatingParser.java:465)
     at oracle.xml.parser.v2.NonValidatingParser.parseProlog(NonValidatingParser.java:298)
     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:277)
     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:268)
     at oracle.tip.install.util.XMLUtil.loadDocument(XMLUtil.java:212)
     at oracle.tip.install.tasks.ConfigureOID.configureJaznProvider(ConfigureOID.java:288)
     at oracle.tip.install.tasks.ConfigureOID.install(ConfigureOID.java:130)
     at oracle.tip.install.BPMInstaller.runInstaller(BPMInstaller.java:140)
     at oracle.tip.install.BPMInstaller.main(BPMInstaller.java:77)
ERROR: Failed while configuring JAZN provider in orion-application.xml.
Configuration assistant "Oracle BPEL Process Manager OID Configuration Assistant" was canceled.

Similar Messages

  • How to cope with Out of Memory Errors

    Hi, I am distributing a desktop application to the general public written in Java 1.4.2. How much memory is required is approximately propertional to how many files they load so Ive tried to pre-emtp OutOfMemoryErrors by checking when memory usage is 95% and preventing the loading of additional files above this level with the following code:
    protected static void checkMemory()
            throws LowMemoryException
            if (Runtime.getRuntime().freeMemory() < Runtime.getRuntime().maxMemory() * 0.05)
                Runtime.getRuntime().gc();
                if (Runtime.getRuntime().freeMemory() < Runtime.getRuntime().maxMemory() * 0.05)
                    MainWindow.logger.severe("Memory low:" + Runtime.getRuntime().freeMemory() / 1024 / 1024 + "MB");
                    throw new LowMemoryException("Running out of memory");
        }but this code is not robust, sometimes users reports LowMemoryException when the user has only loaded a few files.
    I tried removing this code, but then user can get an OutOfMemory error whcih can cause problems with whatever code was running at the time and leave the application in an inconsistent state, if I just exit the application immediately it would be very annoying for users that are int he middle of something.
    I also have adjusted the -Xms and -Xmx settings but cannot decide on a suitable default.
    What I would ideally like the application to do is to extend its heap space as required upto the limits of the users machine, and if it reaches memory limits handle the lack of memory in a releiable manner allowing the user to continue using the application in a safe way

    Unfortunately the metadata is stored displayed within a JTable, so even if If I had in in a Database I think it would all have to be loaded into memory for display within the JTbale in a timely fashion.
    Anyway I think Ive found the problem with the original code, it was reporting memory low when almost all the allocated memory was being used but had'nt accounted for the fact that maxMemory limit had not been reached so more memory could be allocated.
    I think the correct code is:
    protected static void checkMemory()
            throws LowMemoryException
            if (Runtime.getRuntime().totalMemory()  -  Runtime.getRuntime().freeMemory() > Runtime.getRuntime().maxMemory() * 0.95)
                Runtime.getRuntime().gc();
                if (Runtime.getRuntime().totalMemory()  -  Runtime.getRuntime().freeMemory() >  Runtime.getRuntime().maxMemory() * 0.95)
                    MainWindow.logger.severe("Memory low:" + (Runtime.getRuntime().maxMemory()  - (Runtime.getRuntime().totalMemory()  - Runtime.getRuntime().freeMemory() ))/ 1024 / 1024 + "MB");
                    throw new LowMemoryException("Running out of memory");
        }

  • Install failed with exit code 11?

    Hi,
    I am trying to deploy a language pack and set the override language to English-US which I have created 2 programs for in my package. When the first program runs I am getting an error in the execmgr.log that "Install failed with exit code 11" Any
    ideas what this means? When I run this command manually on the machine it works fine:
    "C:\WINDOWS\System32\Dism.exe" /online /add-package /packagepath:"en-us\lp.cab"
    I checked the dism.log as well but I don't see any errors. Both logs are below, any help or suggestions would be greatly appreciated TIA
    <![LOG[Command line = "C:\WINDOWS\System32\Dism.exe" /online /add-package /packagepath:"en-us\lp.cab", Working Directory = C:\WINDOWS\ccmcache\4j\]LOG]!><time="08:00:28.447+300" date="01-27-2015" component="execmgr"
    context="" type="1" thread="4976" file="scriptexecution.cpp:352">
    <![LOG[Running "C:\WINDOWS\System32\Dism.exe" /online /add-package /packagepath:"en-us\lp.cab" with 32bitLauncher]LOG]!><time="08:00:28.447+300" date="01-27-2015" component="execmgr" context=""
    type="1" thread="4976" file="scriptexecution.cpp:370">
    <![LOG[Created Process for the passed command line]LOG]!><time="08:00:28.509+300" date="01-27-2015" component="execmgr" context="" type="1" thread="4976" file="scriptexecution.cpp:513">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramStartedEvent
     AdvertisementId = "LIA20115";
     ClientID = "GUID:428D91E4-84BD-4740-97D9-9177C39FA3F0";
     CommandLine = "\"C:\\WINDOWS\\System32\\Dism.exe\" /online /add-package /packagepath:\"en-us\\lp.cab\"";
     DateTime = "20150127130028.509000+000";
     MachineName = "";
     PackageName = "";
     ProcessID = 2012;
     ProgramName = "Install";
     SiteCode = "";
     ThreadID = 4976;
     UserContext = "NT AUTHORITY\\SYSTEM";
     WorkingDirectory = "C:\\WINDOWS\\ccmcache\\4j\\";
    ]LOG]!><time="08:00:28.509+300" date="01-27-2015" component="execmgr" context="" type="1" thread="4976" file="event.cpp:715">
    <![LOG[Raised Program Started Event for Ad:LIA20115, Package:LIA002A0, Program: Install]LOG]!><time="08:00:28.509+300" date="01-27-2015" component="execmgr" context="" type="1" thread="4976"
    file="executioncontext.cpp:459">
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="LIA002A0",ProgramID="Install", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="08:00:28.509+300"
    date="01-27-2015" component="execmgr" context="" type="1" thread="4976" file="event.cpp:405">
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="LIA002A0",ProgramID="Install", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="08:00:28.509+300"
    date="01-27-2015" component="execmgr" context="" type="1" thread="4976" file="event.cpp:405">
    <![LOG[MTC task with id {B7EEE891-740D-4762-8D2B-BA2D7E351F1D}, changed state from 4 to 5]LOG]!><time="08:00:28.525+300" date="01-27-2015" component="execmgr" context="" type="1" thread="5904"
    file="execreqmgr.cpp:6288">
    <![LOG[Program exit code 11]LOG]!><time="08:00:28.650+300" date="01-27-2015" component="execmgr" context="" type="1" thread="2488" file="scriptexecution.cpp:676">
    <![LOG[Looking for MIF file to get program status]LOG]!><time="08:00:28.650+300" date="01-27-2015" component="execmgr" context="" type="1" thread="2488" file="executionstatus.cpp:282">
    <![LOG[Script for Package:LIA002A0, Program: Install failed with exit code 11]LOG]!><time="08:00:28.650+300" date="01-27-2015" component="execmgr" context="" type="3" thread="2488" file="executionstatus.cpp:252">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramErrorEvent
     AdvertisementId = "LIA20115";
     ClientID = "GUID:428D91E4-84BD-4740-97D9-9177C39FA3F0";
     DateTime = "20150127130028.650000+000";
     ExitCode = "11";
     MachineName = "";
     PackageName = "LIA002A0";
     ProcessID = 2012;
     ProgramName = "Install";
     SiteCode = "";
     ThreadID = 2488;
     UserContext = "NT AUTHORITY\\SYSTEM";
    ]LOG]!><time="08:00:28.650+300" date="01-27-2015" component="execmgr" context="" type="1" thread="2488" file="event.cpp:715">
    <![LOG[Raised Program Error Event for Ad:LIA20115, Package:LIA002A0, Program: Install]LOG]!><time="08:00:28.650+300" date="01-27-2015" component="execmgr" context="" type="1" thread="2488"
    file="executioncontext.cpp:572">
    <![LOG[Execution is complete for program Install. The exit code is 11, the execution status is FailureNonRetry]LOG]!><time="08:00:28.665+300" date="01-27-2015" component="execmgr" context="" type="1"
    thread="1956" file="execreqmgr.cpp:4165">
    <![LOG[Requesting MTC to delete task with id: {B7EEE891-740D-4762-8D2B-BA2D7E351F1D}]LOG]!><time="08:00:28.681+300" date="01-27-2015" component="execmgr" context="" type="1" thread="1956"
    file="executionrequest.cpp:9041">
    <![LOG[MTC task with id: {B7EEE891-740D-4762-8D2B-BA2D7E351F1D} deleted successfully.]LOG]!><time="08:00:28.681+300" date="01-27-2015" component="execmgr" context="" type="1" thread="1956"
    file="executionrequest.cpp:9070">
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="LIA002A0",ProgramID="InstallEN", actionType 10l, value Result:FALSE, user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="08:00:28.697+300"
    date="01-27-2015" component="execmgr" context="" type="1" thread="1956" file="event.cpp:405">
    <![LOG[Deleting request for program Install. Failing parent program InstallEN]LOG]!><time="08:00:28.697+300" date="01-27-2015" component="execmgr" context="" type="1" thread="1956" file="execreqmgr.cpp:8147">
    <![LOG[Requesting MTC to delete task with id: ]LOG]!><time="08:00:28.697+300" date="01-27-2015" component="execmgr" context="" type="1" thread="1956" file="executionrequest.cpp:9041">
    <![LOG[This execution request does not have a corresponding task in MTC.]LOG]!><time="08:00:28.697+300" date="01-27-2015" component="execmgr" context="" type="1" thread="1956" file="executionrequest.cpp:9059">
    <![LOG[Requesting MTC to delete task with id: {B7EEE891-740D-4762-8D2B-BA2D7E351F1D}]LOG]!><time="08:00:28.697+300" date="01-27-2015" component="execmgr" context="" type="1" thread="1956"
    file="executionrequest.cpp:9041">
    <![LOG[This execution request does not have a corresponding task in MTC.]LOG]!><time="08:00:28.697+300" date="01-27-2015" component="execmgr" context="" type="1" thread="1956" file="executionrequest.cpp:9059">
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="LIA002A0",ProgramID="Install", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="08:00:28.697+300"
    date="01-27-2015" component="execmgr" context="" type="1" thread="1956" file="event.cpp:405">
    015-01-27 08:00:28, Info                  DISM   DISM.EXE:
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE:
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.3.9600, Running architecture=x86, Number of processors=4
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE: Dism.exe version: 6.3.9600.16384
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE: Executing command line: "C:\WINDOWS\System32\Dism.exe" /online /add-package /packagepath:"en-us\lp.cab"
    2015-01-27 08:00:28, Info                  DISM   DISM Provider Store: PID=5984 TID=4336 Getting Provider FolderManager - CDISMProviderStore::GetProvider
    2015-01-27 08:00:28, Info                  DISM   DISM Provider Store: PID=5984 TID=4336 Provider has not previously been encountered.  Attempting to initialize
    the provider. - CDISMProviderStore::Internal_GetProvider
    2015-01-27 08:00:28, Info                  DISM   DISM Provider Store: PID=5984 TID=4336 Loading Provider from location C:\WINDOWS\System32\Dism\FolderProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-01-27 08:00:28, Info                  DISM   DISM Provider Store: PID=5984 TID=4336 Connecting to the provider located at C:\WINDOWS\System32\Dism\FolderProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE:
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2015-01-27 08:00:28, Info                  DISM   DISM.EXE:

    Thanks, it seems as though it is not doing anything now. I just see that the policy has arrived in the log below but it is not installing it? The dism.log hasn't changed at all so it seems that it isn't even executing the command now? Am I missing something
    else? I even tried re-advertising it though client center.
    Command is now:
    C:\WINDOWS\sysnative\Dism.exe  /online /add-package /packagepath:"en-us\lp.cab"
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="LIA002A0",ProgramID="InstallEN", actionType 45l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="08:52:28.943+300"
    date="01-27-2015" component="execmgr" context="" type="1" thread="5036" file="event.cpp:405">
    <![LOG[Policy arrived for child program Install]LOG]!><time="09:12:48.440+300" date="01-27-2015" component="execmgr" context="" type="1" thread="3528" file="execreqmgr.cpp:6867">
    <![LOG[Policy arrived for parent package LIA002A0 program InstallEN]LOG]!><time="09:12:48.487+300" date="01-27-2015" component="execmgr" context="" type="1" thread="3528" file="execreqmgr.cpp:6893">
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="LIA002A0",ProgramID="InstallEN", actionType 6l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="09:12:48.487+300"
    date="01-27-2015" component="execmgr" context="" type="1" thread="3528" file="event.cpp:405">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramOfferReceivedEvent
     AdvertisementId = "LIA20116";
     ClientID = "GUID:428D91E4-84BD-4740-97D9-9177C39FA3F0";
     DateTime = "20150127141248.502000+000";
     MachineName = "";
     ProcessID = 2012;
     SiteCode = "";
     ThreadID = 3528;
    ]LOG]!><time="09:12:48.502+300" date="01-27-2015" component="execmgr" context="" type="1" thread="3528" file="event.cpp:715">
    <![LOG[The user has logged off.]LOG]!><time="09:36:59.174+300" date="01-27-2015" component="execmgr" context="" type="1" thread="4320" file="execreqmgr.cpp:5138">

  • Flash Player Install failed with error code: 30

    Hi, I want to report a problem with the Adobe Flash Player 13.0.0.182 (Mac OS X, English) installer on OS X 10.9.2. Mavericks.  I'm posting this so the engineers will know what to fix in the next update version.
    I have a 2013 iMac so according to Adobe blog posts it shouldn't be affected by the invalid cpu instruction issue.
    Symptom is the first installer downloads the 2nd, starts to launch it, then quits it with "Error: Unable to proceed with the installation" and a green (success?) checkmark.  The GUI provides no other assistance except to "FINISH", which leads to the generic "Adobe Flash Player could not be installed." page.
    The system log says: Adobe Flash Player Install Manager[22567]: Install failed with error code: 30.
    The FlashPlayerInstallManager.log says:
    2014-04-13 16:12:01 -0500 [I]  IM: ---------- log start ----------
    2014-04-13 16:12:01 -0500 [I]  IM: All install checks pass
    2014-04-13 16:12:01 -0500 [W]  IM: Unexpected umask value for process: 0
    2014-04-13 16:12:06 -0500 [I]  IM: User does not have any processes that need to be closed.
    2014-04-13 16:12:06 -0500 [I]  IM: [install started]
    2014-04-13 16:12:06 -0500 [E]  RA: Unable to launch FPInstallHelper. Error = 'launch path not accessible'
    2014-04-13 16:12:06 -0500 [E]  RA:
    Attributes for '/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FPInstallHelper':
        NSFileCreationDate = "2014-03-27 04:20:43 +0000";
        NSFileExtensionHidden = 0;
        NSFileGroupOwnerAccountID = 0;
        NSFileGroupOwnerAccountName = wheel;
        NSFileHFSCreatorCode = 0;
        NSFileHFSTypeCode = 0;
        NSFileModificationDate = "2014-03-27 04:20:43 +0000";
        NSFileOwnerAccountID = 0;
        NSFileOwnerAccountName = root;
        NSFilePosixPermissions = 2541;
        NSFileReferenceCount = 1;
        NSFileSize = 13348;
        NSFileSystemFileNumber = 4892044;
        NSFileSystemNumber = 16777224;
        NSFileType = NSFileTypeRegular;
    2014-04-13 16:12:06 -0500 [E]  RA:
    Attributes for '/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T':
        NSFileCreationDate = "2014-04-07 13:43:21 +0000";
        NSFileExtensionHidden = 0;
        NSFileGroupOwnerAccountID = 0;
        NSFileGroupOwnerAccountName = wheel;
        NSFileModificationDate = "2014-04-13 21:12:06 +0000";
        NSFileOwnerAccountID = 0;
        NSFileOwnerAccountName = root;
        NSFilePosixPermissions = 449;
        NSFileReferenceCount = 12;
        NSFileSize = 408;
        NSFileSystemFileNumber = 4552991;
        NSFileSystemNumber = 16777224;
        NSFileType = NSFileTypeDirectory;
    2014-04-13 16:12:06 -0500 [E]  IM: [install failed: 30]
    2014-04-13 16:12:06 -0500 [E]  IM: Install failed with error code: 30.
    2014-04-13 16:12:06 -0500 [I]  IM: ----------  log end  ----------

    I have a 2013 iMac so according to Adobe blog posts it shouldn't be affected by the invalid cpu instruction issue.
    Regardless... I still recommend "falling back" to 12 until they get this release right for everyone. I've read plenty of posts in the Apple forums from new iMac, Mini and MacBook users who've had nothing but trouble. Even the "gurus" there are linking to Chris Campbell's post here:
    ATTENTION MAC CUSTOMERS - Flash Player 13 "Plugin Failure" Workaround
    Using the offline installer completely eliminates the errors seen with the stub installer.

  • DTM install fails with error 1935 on Windows 7

    Trying to install DTM 600_b047 on a Windows 7 64-bit system.  Install fails with
    Error 1935 and HRESULT= 80073712. Have tried to run via Run As Administrator.  It seems to get most of the way through before failing.  (Without Run As Admin, it fails much earlier complaining about a cab file not found.)
    Any ideas?

    Hey adairlw,
    Welcome to the BlackBerry Support Community Forums.
    What security software is currently installed on the computer?
    Also can I get you to re-name the install shield folder which is located under C:\Program files\common files.  Once you re-name the folder, then try to install the software.
    I look forward to your reply.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • ACR 8.4 CC RC install fails with AAM message 'patch not applicable'

    ACR 8.4 CC RC install fails with AAM message 'patch not applicable' - Running Photoshop CC on OSX 10.7.5
    Anyone seen this or have any ideas for a fix?
    I also have my legacy CS6 installed on the same Mac - tried installing ACR 8.4 CS6 RC and that fails with the same dialogue box from AAM
    The DNG converter installs no issue.
    Thx
    Chris.

    Do you have some other software, like Photoshop Elements 12 on your system that would generally also be compatible with ACR 8.4 final but isn’t compatible with the RC because the RC’s only for PS users? 
    I installed the RC the same day it was released on my computer that has PS-CS6 & PS-CC with Windows 7 and it worked ok, so the update generally works, but something isn’t on your systems.
    Are you up-to-date with your PS-CC version, which seems to be 14.2.1:
    http://blogs.adobe.com/crawlspace/2014/02/photoshop-cc-14-1-1-update-now-available.html
    And is CS6 updated to 13.0.6?
    http://www.adobe.com/support/downloads/product.jsp?product=39 <http://www.adobe.com/support/downloads/product.jsp?product=39&platform=Macintosh> &platform=Macintosh

  • Cumulative Update 3 client update install failed with code 1642

    We have SCCM 2012 R2 and recently updated to CU3
    Existing client is version 5.00.7958.1000
    Pushing update package created during CU3 update failing on some computers
    I am trying to update some of laptops using CU3 x86 update and getting following errors
    Script for Package:ABC00126, Program: Cumulative update 3 - x86 client update install failed with exit code 1642
    I have reviewed many forms but couldn't find relevant.
    Update works on about 70% on machines with same image but failed on rest with same 1642 error
    Same issues occurs applying client on during TSequence on some of machines.
    It is very inconsistent,
    Any help would be greatly apprciated
    Thanks
    RJ
    RJ09

    I verified package does copied over in ccmcache folder.
    Also try to run update package using pstools, got error same as Torsten mentioned.
    Here are logs from client.
    Checking content location C:\Windows\ccmcache\gt for use
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Successfully selected content location C:\Windows\ccmcache\gt
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Executing program as a script execmgr
    13/01/2015 6:56:04 PM 2588 (0x0A1C)
    Found executable file msiexec.exe with complete path C:\Windows\system32\msiexec.exe
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Successfully prepared command line "C:\Windows\system32\msiexec.exe" /p configmgr2012ac-r2-kb2994331-i386.msp /L*v C:\Windows\TEMP\configmgr2012ac-r2-kb2994331-i386.msp.LOG /q REINSTALL=ALL REINSTALLMODE=mous
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Command line = "C:\Windows\system32\msiexec.exe" /p configmgr2012ac-r2-kb2994331-i386.msp /L*v C:\Windows\TEMP\configmgr2012ac-r2-kb2994331-i386.msp.LOG /q REINSTALL=ALL REINSTALLMODE=mous, Working Directory = C:\Windows\ccmcache\gt\
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Created Process for the passed command line
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramStartedEvent
    AdvertisementId = "ABC212D1";
    ClientID = "GUID:f298da2e-dfd1-428e-8b3c-b03602f95719";
    CommandLine = "\"C:\\Windows\\system32\\msiexec.exe\" /p configmgr2012ac-r2-kb2994331-i386.msp /L*v C:\\Windows\\TEMP\\configmgr2012ac-r2-kb2994331-i386.msp.LOG /q REINSTALL=ALL REINSTALLMODE=mous";
    DateTime = "20150114005604.541000+000";
    MachineName = "DH-07";
    PackageName = "ABC00126";
    ProcessID = 3496;
    ProgramName = "Cumulative update 3 - x86 client update install";
    SiteCode = "abc";
    ThreadID = 2588;
    UserContext = "NT AUTHORITY\\SYSTEM";
    WorkingDirectory = "C:\\Windows\\ccmcache\\gt\\";
    execmgr
    13/01/2015 6:56:04 PM 2588 (0x0A1C)
    Raised Program Started Event for Ad:ABC212D1, Package:ABC00126, Program: Cumulative update 3 - x86 client update install
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="ABC00126",ProgramID="Cumulative update 3 - x86 client update install", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="ABC00126",ProgramID="Cumulative update 3 - x86 client update install", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    MTC task with id {8EB498C5-71D5-4933-BA80-6EEB8E189F98}, changed state from 4 to 5
    execmgr 13/01/2015 6:56:04 PM
    2588 (0x0A1C)
    Program exit code 1642 execmgr
    13/01/2015 6:56:04 PM 2784 (0x0AE0)
    Could some please review and advise..
    Thanks
    RJ09

  • Flash Player Install Manager[681:16322] Install failed with error code: 30

    OS 10.10, MBP 2011 i7, latest updates. I ran the installer by opening up the app package and invoking the install via terminal. at the 75% mark ( download finishes ) the installer fails. in the terminal I got this maybe helpful error message. any idea on getting flash to install ? its worse because I've run the uninstaller so parts of various websites don't work now
    S

    ok, its a permissions error because the installer isn't at the right run level, even asking for my admin password. if I do
    sudo Install Adobe Flash Player.app
    [enter password]
    Installer now runs. it generates a bunch of error messages in the terminal
    Install Adobe Flash Player[744:19476] Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): Library not loaded: /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      Referenced from: /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      Reason: image not found
    ——— does this about 10 times ending like this -------
    2014-10-28 22:03:10.831 Install Adobe Flash Player[744:19476] Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): Library not loaded: /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      Referenced from: /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      Reason: image not found
    2014-10-28 22:03:47.190 Adobe Flash Player Install Manager[764:19989] Install failed with error code: 17.
    the install actually finishes though  and flash is working… YAH ! but only a semi uber geek would ever figure this out or think to try it. please fix the installer as its got a problem under 10.10

  • Hyper-V host fails with "RPC Server unavailable" error when I try to promote Windows Server in virtual machine to a domain controller

    Host: Windows Server 2012 R2 with Hyper-V and RRAS (for Internet over NAT)
    VM: Windows Server 2012 R2 with installed Active Directory Domain Services
    When I open AD DS configuration window (“promote this server to a domain controller”) many services and programs on my host (include Hyper-V, RRAS & Server Manager) fails with RPC Server unavailable error.

    Hello Aleksandr,
    There wasn't any configuration information, ipconfig /all, network setup, etc. So it's difficult to tell.
    More importantly, are you trying to promote the host server? If yes, that is not advised, for one, because it's a Hyper-V server, (not suggested at all), and two, RRAS is installed. RRAS is problematic with any domain controller because it turns it into
    a multihomed domain controller.
    Active Directory communication fails on multihomed domain controllers
    http://support.microsoft.com/kb/272294/
    Multihomed DCs (with more than one unteamed NIC or multiple IPs) with DNS, RRAS, iSCSI, Clustering interfaces, management interfaces, backup interfaces, and/or PPPoE adapters - A multihomed DC is not a recommended configuration, however there are ways to
    configure a DC with registry mods:
    http://blogs.msmvps.com/acefekay/2009/08/17/multihomed-dcs-with-dns-rras-and-or-pppoe-adapters/
    7 Reasons not to Make Hyper-V a Domain Controller
    http://www.altaro.com/hyper-v/reasons-not-to-make-hyper-v-a-domain-controller/
    Domain Controller as Hyper-V host
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/4ff14bec-a815-473b-8d2a-33e91e17197b/domain-controller-as-hyperv-host?forum=winserverhyperv
    Networking?
    I don't know how your networking is setup, whether there are multiple NICs on the host server, if they are teamed, if you have the host interface set to allow the operating system to share administration, or if there are separate interfaces for each. Can
    the host OS ping/communicate with the DC virtual machine?
    If there are more than one NIC, you have the choice to team the NICs and share the Teamed NICs for the Hyper-V OS and the VMs, or keep them separate where one is devoted for the Hyper-V OS, and one for the VMs.
    Hyper-V Server VLAN Network Configuration
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/0aa71d2a-ebf9-4a3e-bbf5-94db55339fa2/hyperv-server-vlan-network-configuration?forum=winserverhyperv 
    Recommendation:
    Why not just create another VM DC?
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Lion Install Failed "The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance."

    Not a comforting message to see...
    Here are the errors just before the above message is emitted and the install ends.
    Jul 26 05:33:33 localhost OSInstaller[344]: PackageKit: Extracting file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/Essentials.pkg (destination=/Volumes/i7Mac/.OSInstallSandbox-tmp/Root, uid=0)
    Jul 26 05:34:51 localhost OSInstaller[344]: PackageKit: Got copier error 2 extracting to path ./usr/lib/zsh/4.3.11/zsh/zselect.so: Read-only file system
    Jul 26 05:34:51 localhost Unknown[329]: /SourceCache/AppleFSCompression/AppleFSCompression-37/Common/DataPool.c:135: Error: finished pool without filling it
    Jul 26 05:34:51 localhost Unknown[329]: /SourceCache/AppleFSCompression/AppleFSCompression-37/Common/commonUtils.c:360: Error: fh_pread -1
    Jul 26 05:34:51 localhost Unknown[329]: /SourceCache/AppleFSCompression/AppleFSCompression-37/Common/StreamCompressor.c :294: Error: pread failed for /Volumes/i7Mac/.OSInstallSandbox-tmp/Root//usr/lib/zsh/4.3.11/zsh/zselect.so: Undefined error: 0
    Jul 26 05:34:51 localhost Unknown[329]: /SourceCache/AppleFSCompression/AppleFSCompression-37/Common/StreamCompressor.c :928: Error: returning errno 22 from FinishStreamCompressorQueue
    Jul 26 05:35:33 localhost OSInstaller[344]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=110 "An error occurred while extracting files from the package “Essentials.pkg”." UserInfo=0x7f83610395f0 {NSLocalizedDescription=An error occurred while extracting files from the package “Essentials.pkg”., NSFilePath=/Volumes/i7Mac/.OSInstallSandbox-tmp/Root, NSURL=Essentials.pkg -- file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/OSInstall.mpkg, PKInstallPackageIdentifier=com.apple.pkg.Essentials, NSUnderlyingError=0x7f8360d42420 "The operation couldn’t be completed. FinishStreamCompressorQueue error"} {
             NSFilePath = "/Volumes/i7Mac/.OSInstallSandbox-tmp/Root";
             NSLocalizedDescription = "An error occurred while extracting files from the package \U201cEssentials.pkg\U201d.";
             NSURL = "Essentials.pkg -- file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/OSInstall.mpkg";
             NSUnderlyingError = "Error Domain=BOMCopierFatalError Code=1 \"The operation couldn\U2019t be completed. FinishStreamCompressorQueue error\" UserInfo=0x7f8360d47220 {NSLocalizedFailureReason=FinishStreamCompressorQueue error, offset=2847022, type=BOMCopierFatalError, sourcePath=/Volumes/Mac OS X Install DVD/Packages/Essentials.pkg, destinationPath=/Volumes/i7Mac/.OSInstallSandbox-tmp/Root}";
             PKInstallPackageIdentifier = "com.apple.pkg.Essentials";
    Jul 26 05:35:33 localhost OSInstaller[344]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=110 "An error occurred while extracting files from the package “Essentials.pkg”." UserInfo=0x7f83610395f0 {NSLocalizedDescription=An error occurred while extracting files from the package “Essentials.pkg”., NSFilePath=/Volumes/i7Mac/.OSInstallSandbox-tmp/Root, NSURL=Essentials.pkg -- file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/OSInstall.mpkg, PKInstallPackageIdentifier=com.apple.pkg.Essentials, NSUnderlyingError=0x7f8360d42420 "The operation couldn’t be completed. FinishStreamCompressorQueue error"}
    Jul 26 05:35:34 localhost OSInstaller[344]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    If I boot to the "Recovery HD" I get a message "Installation Failed, Try re-intalling" Which would be a fine idea, but I can't because if I re-start installation from the hard drive I get the above errors. 
    I've burned the "InstallESD.img" to a DVD, but it also doesn't seem to work. Comes up as though I'm in the Reco

    Jen,
    Here's what I did to get Lion installed:
    Burn the installer to a DVD and install from there. It worked for me. Here's what you need to do:
    First you need another computer running at least 10.6.8.
    1. On the other computer go to 'App Store' (make sure you're logged in to the App Store with the AppleID you used on the troubled computer)
    2. Click on 'Purchased' in the 'App Store' window's toolbar
    3. If you are on 10.6.8, and haven't downloaded Lion on that computer just click "Install" to download the installation application.
    3. a, if the other computer is already running Lion, you'll need to re-download the installer.
    3. b. Hold down 'Option' when selecting 'Purchased' then you click "Install"
    4. When the Lion Installer starts up, just quit it. You want to work with the Installer application.
    5. Find the "Install Lion OS X" application in the 'Applications' folder.
    6. Hold down 'Control' and click on the application and select 'Show Package Contents'
    7. Find 'InstallESD.dmg' which is in the "Shared Support" folder and copy it to your desktop.
    8. Burn 'InstallESD.dmg' to a DVD ('Disk Utility' is simplest to do this).
    9. Put the new install DVD into the computer that has Lion partially installed and reboot holding down the "C" key.
    10. run the installer as normal, selecting your harddrive as the target.
    In my case, when it rebooted to the harddisk the Lion installer started AGAIN. If this happens, let it run. Then you should be done.
    Hope this helps.

  • Ifconfig pcelx0 plumb fails with Bad file number error

    Hi,
    I installed solaris 8 (x86) on a Toshiba Tecra 8000.
    The Tecra uses Neomagic NM2200 chipset for it's display.
    Even though it is not supported by the Sun Drivers, getting xfree86 for sun fixed the display problem for me.
    Now according to the various sources that guided me in this task seemed to point at a few things that I had to do in order to make the Tecra work okay with Solaris 8 :
    1)Change the PCMCIA mode in the BIOS from automatic to PCIC mode
    2)Make sure that there were no IRQ conflicts on the system.
    3)Install the OS.
    Once the OS was installed, I ran prtconf -D and saw that the network instance #0 pcelx0 was showing up under pcic.
    I did not have to install the xig init-pcic patch.
    But it did not create an entry in /devices or /dev (as a link) with the error
    "pcelx0 requested IRQ failed 6".
    Also, I suppose that is the reason why when pcelx0 is plumbed, it comes out with the error message:
    ifconfig pcelx0 plumb : "bad file number"
    Any help will be greatly appreciated.
    Thanks,
    Dwai.

    Thanks Alex,
    I found out -
    ifconfig adapter plumb will fail with Bad File number error when the device file that is being referred to is missing.
    I checked and found that the pcelx link is not being made in the /dev directory and the file not created in /devices.
    I also found that when /reconfigure is run, it tries to create the device for pcelx but fails with this eror message:
    pcelx : RequestIRQ fail 6
    I am assuming that there is some IRQ conflict with some other device.
    Thanks,
    Dwai.

  • CNTService:Install, Failed call to open SCM, Error:5 : need solution

    Hi,
    I created the database using dbca. First time i deleted the database using dbca and again i created with help of dbca.
    The database, dbconsole is working fine.
    When i issue the isqlplusctl start in command prompt,the following error is displaying..
    "CNTService:Install, Failed call to open SCM, Error:5, Access is denied"
    and
    "Failed to start the service, Error:0, The operation completed successfully"
    This is the error i get when i run 'isqlplusctl start' frm command prompt:(
    please give solution
    thanks
    feiroz.

    Hi,
    Using Vista Home premium edi.
    thanks

  • I ran an iTunes update.  It failed with the message  System Error.  The program can't start because MSVCR80.DLL is missing from your computer.  Try reinstalling the program to fix this problem.   I tried reinstalling but get the same message.

    I ran an iTunes update.  It failed with the message  "System Error.  The program can't start because MSVCR80.DLL is missing from your computer.  Try reinstalling the program to fix this problem."   I tried reinstalling but get the same message.  I looked in my Recycle Bin for that file name but there is none there.  Is this a new file that iTunes wants?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99683)

  • An update of iMovie failed with the message "an error has occurred." That message remains posted by iMovie on the Mac App Purchases page. iMovie is now unavailable. It will not start, update, or reinstall from purchases page. How reinitialize app?

    An update of iMovie failed with the message "an error has occurred." That message remains posted by iMovie on the Mac App Purchases page. iMovie is now unavailable. It will not start, update, or reinstall from purchases page. How do I reinitialize the app?

    Thank you again. Here's the console messages from trying to open iMovie and then opening the App Store. Clicking on the iMovie icon in App Store purchases and clicking on check for unfinished downloads:
    8/28/14 4:56:26.743 PM Dock[214]: LSOpenFromURLSpec(file:///Applications/iMovie.app/) failed with -10699
    8/28/14 4:56:47.878 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:56:47.879 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:57:50.201 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:57:50.201 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.745 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.745 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.824 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.824 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.847 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.847 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:36.276 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:36.276 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:39.448 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:39.448 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:39.449 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:39.449 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:55.996 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:55.996 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.021 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.022 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.051 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.052 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.342 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.342 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.411 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.411 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.425 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.425 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.508 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.508 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.518 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.519 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.696 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.696 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.808 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.808 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.826 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.827 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.838 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.839 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.843 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.843 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.857 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.857 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.893 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.894 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.907 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.907 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.923 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.924 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.969 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.970 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.039 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.039 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.045 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.045 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.145 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.145 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.231 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.231 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.249 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.249 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.293 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.293 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.350 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.350 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.352 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.353 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.400 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.400 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.402 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.402 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:59.814 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:59.814 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:59.932 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:59.932 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:00.697 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:00.698 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:00.698 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:26.564 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.565 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.660 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.660 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.840 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.840 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.864 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.864 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.984 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.984 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.069 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.069 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.079 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.079 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.083 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.084 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.385 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.385 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.389 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.390 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.391 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.391 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.411 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.411 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.435 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.436 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.443 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.443 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.479 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.479 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:31.036 PM acwebsecagent[127]: License : One or more of the License/Public Key can't be NULL
    8/28/14 4:59:31.036 PM acwebsecagent[127]: SSLExt : Failed to get ScanSafe headers
    8/28/14 4:59:31.036 PM acwebsecagent[127]: DownloadUpdatedConfig : Failed to download updated config. Host hostedconfig.scansafe.net. Code 0x80004005

  • ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error

    Hello DBAs,
    I am trying to schedule a shell script through dbms_scheduler.CREATE_JOB
    My database version is 10.2.0.3.0.
    I can successfully schedule the job, but while running, it throwing ORA-27369 with out exit code.
    Given below are the actions performed -
    -- Created shel scripts-
    $ cat shell01.sh
    ./test.sh >> test.log
    $
    $ cat test.sh
    sqlplus -s "/ as sysdba" <<EOF
    SELECT SUBSTR(host_name,0,10) host_name, instance_name, status,TO_CHAR(startup_time,'dd-mm-yy hh24:mi:ss') startup_time
    FROM v\$instance;
    disconnect;
    exit;
    EOF
    -- Granting privileges - (eventhough I have tried from 'SYS' schema)
    GRANT create Job, create external job, execute any class, execute any program , manage scheduler to sys;
    -- Drop job with name RUN_SHELL01
    BEGIN
    dbms_scheduler.drop_job('RUN_SHELL01');
    END;
    -- Schedule job with name RUN_SHELL01
    BEGIN
    dbms_scheduler.CREATE_JOB
         (job_name           => 'RUN_SHELL01',
         job_type           => 'EXECUTABLE',
         job_action           => '/home/ora1023/shell01.sh',
    start_date           => '18-AUG-09 05:37:00 AM',
         end_date          => NULL,
         repeat_interval      => 'FREQ=MINUTELY',
         enabled           => false,
         comments           => 'Run shell-script');
    END;
    --Enable job
    BEGIN
    dbms_scheduler.enable('RUN_SHELL01');
    END;
    -- Checking status
    SELECT owner, job_name, enabled FROM dba_scheduler_jobs;
    select JOB_NAME,STATUS,ERROR# from dba_scheduler_job_run_details where job_name='RUN_SHELL01';
    -- Executing the job
    SQL> exec dbms_scheduler.run_job('RUN_SHELL01');
    BEGIN dbms_scheduler.run_job('RUN_SHELL01'); END;
    ERROR at line 1:
    ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1
    Anybody please suggest a solutions for this -

    My shell script will work as below -
    user01@test01:/home/user01 : cat shell01.sh
    ./test.sh >> test.log
    user01@test01:/home/user01 :
    user01@test01:/home/user01 :
    user01@test01:/home/user01 : cat test.sh
    sqlplus -s "/ as sysdba" <<EOF
    SELECT SUBSTR(host_name,0,10) host_name, instance_name, status,TO_CHAR(startup_time,'dd-mm-yy hh24:mi:ss') startup_time
    FROM v\$instance;
    disconnect;
    exit;
    EOF
    user01@test01:/home/user01 : ./shell01.sh
    user01@test01:/home/user01 : ls -ltr
    -rw-r--r-- 1 ora1023 dba 155 Aug 26 05:28 test.log
    user01@test01:/home/user01 : cat test.log
    HOST_NAME INSTANCE_NAME STATUS STARTUP_TIME
    test01 oft1 OPEN 18-08-09 08:22:45
    user01@test01:/home/user01 :
    ** I think this shell script is working fine! ..its only for testing..
    and while we are querying dba_scheduler_job_run_details for additional info-
    SQL> select s.STATUS ,s.ADDITIONAL_INFO from dba_scheduler_job_run_details s where s.job_name='RUN_SHELL01';
    STATUS
    ADDITIONAL_INFO
    STANDARD_ERROR="execve: Exec format error"
    FAILED
    ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error
    STANDARD_ERROR="execve: Exec format error"
    I think Metalink Doc ID: 555160.1 (Schedular Job of Type 'EXECUTABLE' Fails with ORA-27369 "exit code: 255" STANDARD_ERROR="execve: Exec format error"). Will help me to solve this issue Since i am using ksh -
    # echo $SHELL
    /bin/ksh
    Edited by: Rajesh Menon on Aug 25, 2009 9:21 PM

Maybe you are looking for

  • No Install dvd with new Macbook

    Hi I had purchased a new macbook (white) Wasn't I supposed to get a install dvd with it, I checked the box and there was not one in there. Everything I have read is that there is one that comes with it... Thank you Larry.

  • Script logic record more than 300,000 record

    Hi Expert, When I run my logic I have error in my formula log: (More than 300,000 records. Details are not being logged) Ignoring Status Posting ok I check my script it pull out total 422076 records. Is it meaning I cannot More than 300,000 records??

  • SNAP table

    Hi All, We are facing large number no of dumps in our ECC6.0. So I want to know some information for SNAP table which stores dump data. 1 )  How to check how many entries can be store in SNAP table or what is the size of this table to proactive take

  • Pictures taken with my 1D Mark IV show a blue horizontal line at the bottom from ISO 400 onwards.

    Pictures taken with my 1D Mark IV show a blue horizontal line at the bottom from ISO 400 onwards. So far nobody has been able tot tell me the cause of this problem. The body is still quite new (15000 pics taken).

  • Access to iPod content?

    OK... I think this falls into the category of "nice idea but not supported now": I'd like to be able to access content on an iPod via my Apple TV. While most/all of the content on MY iPod(s) are also in an iTunes library -- and therefore accesible fr