Receiving error in Domain.log

We are receiving error in domain.log and oc4j.log for mail activation.
We added following code in BPEL.XML to activate incoming email services.
<activationAgents>
<activationAgent className="com.collaxa.cube.activation.mail.MailActivationAgent"
heartBeatInterval="10">
<property name="accountName">test_mail</property>
</activationAgent>
</activationAgents>
<default.collaxa.cube.activation> <HeartBeatListenerJob::execute> Error while invoking onHeartBeat() method, exception is "".
This is simple BPEL process with incoming email service.
We added a file called test_mail in BPLE_HOME/default/metadata\MailService directory as per the instructions.
Is anything wrong with the configuration?
Thanks

<mailAccount xmlns="http://services.oracle.com/bpel/mail/account">
     <userInfo>
          <displayName>portal</displayName>
          <organization>portal</organization>
          <replyTo>[email protected]</replyTo>
     </userInfo>
     <outgoingServer>
          <protocol>smtp</protocol>
          <host>smtp.company.com</host>
          <authenticationRequired>false</authenticationRequired>
     </outgoingServer>
          <incomingServer>
          <protocol>pop3</protocol>
          <host>server001</host>
          <email>portal</email>
          <Password>Password1</Password>
     </incomingServer>
</mailAccount>

Similar Messages

  • Access denied errors in domain logs after configuring Ldap and restricting access to users

    Hi Experts,
    I'm getting access denied errors in my domain logs , this log is written continiously ..Has any one encountered the same issue and fixed this?
    ####<Sep 2, 2014 2:30:07 PM EDT> <Error> <Default> <ftizsldmwapp001.ftdc.cummins.com> <AdminServer> <[ACTIVE] ExecuteThread: '27' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <096a131bdb6c126e:6cecae89:14834848020:-8000-0000000000009bc8> <1409682607304> <J2EE JMX-46335> <MBean attribute access denied.
      MBean: EMDomain:EMTargetType=j2ee_application,name=em,type=EMIntegration,Application=em
      Getter for attribute HostName
      Detail: Access denied. Required roles: Admin, Operator, Monitor, executing subject: principals=[]
    TIA,
    -Karthik

    Hi Experts,
    I'm getting access denied errors in my domain logs , this log is written continiously ..Has any one encountered the same issue and fixed this?
    ####<Sep 2, 2014 2:30:07 PM EDT> <Error> <Default> <ftizsldmwapp001.ftdc.cummins.com> <AdminServer> <[ACTIVE] ExecuteThread: '27' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <096a131bdb6c126e:6cecae89:14834848020:-8000-0000000000009bc8> <1409682607304> <J2EE JMX-46335> <MBean attribute access denied.
      MBean: EMDomain:EMTargetType=j2ee_application,name=em,type=EMIntegration,Application=em
      Getter for attribute HostName
      Detail: Access denied. Required roles: Admin, Operator, Monitor, executing subject: principals=[]
    TIA,
    -Karthik

  • Receiving "Error truncating change log: null" after redeploying application

    Hi,
    I am running Weblogic 8.1 SP5 on Windows 2003. We are running into a problem where we redeploy an EAR on the server and it's causing an error "Error truncating change log: null" in the admin server. Here are the basic steps:
    1) We have an application from a third-party that is deployed to the managed nodes in a cluster.
    2) We Stop the application.
    3) We redeploy the application. The application redeploys ok.
    4) We stop the application for a 2nd time.
    5) We redeploy the application. This time, the server reports that it's in progress forever. This is when we start to see the errors in the log.
    6) To get the server back, we need to shut down the managed and admin servers.
    7) We have to kill the java.exe process on each node.
    8) We have to delete the ldap directory on the admin node.
    9) Once we restart the server, we are back again.
    So, after receiving hundreds (maybe a few thousand), we get the error:
    java.io.IOException: More than 2048 open files
    If anyone has any idea what's happening, it would be greatly appreciated.
    Thanks,
    Eric
    Here is the full stack trace:
    ####<Sep 2, 2011 12:44:15 PM EDT> <Error> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <Error truncating change log: null>
    ####<Sep 2, 2011 12:44:15 PM EDT> <Error> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <java.io.IOException: More than 2048 open files>
    ####<Sep 2, 2011 12:44:15 PM EDT> <Critical> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <java.io.IOException: More than 2048 open files
         at java.io.RandomAccessFile.open(Ljava.lang.String;I)V(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:94)
         at com.octetstring.vde.replication.BackendChangeLog.open(BackendChangeLog.java:192)
         at com.octetstring.vde.replication.BackendChangeLog.truncate(BackendChangeLog.java:183)
         at com.octetstring.vde.replication.BackendChangeLog.receiveEntryChanges(BackendChangeLog.java:540)
         at com.octetstring.vde.backend.BackendHandler.modify(BackendHandler.java:717)
         at com.octetstring.vde.operation.ModifyOperation.perform(ModifyOperation.java:144)
         at com.octetstring.vde.MessageHandler.doModify(MessageHandler.java:280)
         at com.octetstring.vde.MessageHandler.answerRequest(MessageHandler.java:73)
         at com.octetstring.vde.WorkThread.executeWorkQueueItem(WorkThread.java:83)
         at weblogic.ldap.LDAPExecuteRequest.execute(LDAPExecuteRequest.java:28)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    ####<Sep 2, 2011 12:44:15 PM EDT> <Error> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '2' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <java.lang.NullPointerException: null>

    Chris
    Could you please tell us what version of DVD SP your are using?
    If its 3.x or earlier, then A.Pack should be used.
    If it's 4.x, then you will need to use compressor's, Dolby 2.0 audio encoding, because A.Pack will have been removed by the DVD SP 4's installer.
    There are also adjustments you will need to make to the basic settings of the Dolby 2.0 settings that come with compressor or A.Pack, to get the best output.
    Here's a how to: http://www.kenstone.net/fcphomepage/a_packwarmouth.html

  • Receiving error message in log

    I insert my blank DVD, hit burn and the process starts, however after 2-3 minutes I get a small error saying that the "video Bitrate is too high"
    This message is also reflected in the log.
    I am not full sure how to adjust the bitrate, what could I do to fix this, or where would I go to change the bitrate and what would I change it to?
    http://www.badongo.com/pic.php?file=DVDstudioerror_2005-12-14screenshot.jpeg

    Chris
    Could you please tell us what version of DVD SP your are using?
    If its 3.x or earlier, then A.Pack should be used.
    If it's 4.x, then you will need to use compressor's, Dolby 2.0 audio encoding, because A.Pack will have been removed by the DVD SP 4's installer.
    There are also adjustments you will need to make to the basic settings of the Dolby 2.0 settings that come with compressor or A.Pack, to get the best output.
    Here's a how to: http://www.kenstone.net/fcphomepage/a_packwarmouth.html

  • Windows 2k8R2 - Receiving Error when logging in ( MMC Cannot open the File: C:\Windows\system32\ServerManager.msc)

    Windows 2008 R2 - I just started receiving this when i log in, and also when i try to manage the machine:
    MMC Cannot open the File:
    C:\Windows\system32\ServerManager.msc
    This may be because the file does not exist , is not an MMC console , or was created by a later version of MMC. This may also be be because you do not have sufficient access rights to the file.
    This always worked before, and works for other users just not me on this particular box. This is a production box and i need a resolution quick please. Thanks in advance.
    PM

    Has the system update readiness tool been run without error?
    http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool
    Then check the %SYSTEMROOT%\Logs\CBS\CheckSUR.log file for errors.
     You can also try creating a new MSC
    Start|Run|"mmc"|File|Add/Remove|Server Manager|Add|Local|OK|OK|File|Save As
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • ERROR: "No domains accessible to the user logged in" 10.1.3.1

    Rundown:
    1.) Installed 10.1.3 Oracle Application Server
    2.) Installed 10.1.3.1 Oracle Application Server Patch
    3.) Verified that Oracle Database had ORABPEL schema (it does)
    4.) Installed Oracle BPEL Process Manager 10.1.3.1
    When I try to logon to the BPEL Process Manager console, I get the message:
    No domains accessible to the user logged in.
    Logging in as oc4jadmin.
    When I try to create a new domain in the BPEL Process Manager Admin, I get the message:
    "Please verify that the BPEL Domain Schema has been installed....the schema files are located under <home>/system/database/scripts/"
    THEN
    "Error updating domain index.
    An exception occurred while writing the domain index (id"test1", ref "1") to the datastore; the exception reported is: ORA-00001: unique constraint (ORABPEL.DOM_PK) violated"
    First: a folder under home called System does not exist.
    Second: Any log files under domain/log do not popluate, therefore... I cannot trace an error.
    HELP!!!

    Hi..I have installed SOA suite 10.1.3.1.0. which has BPEL Process manger packaged with it.While logging in the BPEL Console as oc4jadmin i am getting the same error..
    Also the domains/log is not being populated..
    Please help as we are in a fix.

  • Seeing ORABPEL-12164 error message in domain.log file.

    Hi,
    Can someone help me in debugging the ORABPEL-12164 error seen in domain.log
    <2007-06-15 11:40:36,521> <INFO> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_PO_PUBLISHER_1.0.jar/publish3A6BAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Using JCA Connection Pool - max size = <unbounded>
    <2007-06-15 11:40:36,521> <INFO> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_INVOICE_1.0.jar/publishStatusToOracleBAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Using JCA Connection Pool - max size = <unbounded>
    <2007-06-15 11:40:36,568> <ERROR> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_PO_PUBLISHER_1.0.jar/publish3A6BAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Could not invoke operation 'Produce_Message' against the 'JMSAdapter' due to:
    ORABPEL-12164
    ERRJMS_MSGPROD_CONSTR_ERR.
    Unable to construct MessageProducer.
    Please examine the log file to determine the problem.
    <2007-06-15 11:40:36,568> <INFO> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> Change logging level for Logger 'NTAPDEV.collaxa.cube.ws' to DEBUG to see full error stack
    <2007-06-15 11:40:36,568> <ERROR> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_PO_PUBLISHER_1.0.jar/publish3A6BAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Rolling back JCA LocalTransaction
    Thanks, G

    I recently took over this system, I believe all the configuration you mentioned should have been done.
    Any pointers in verifying is highly appreciated.
    Thanks, G

  • Receive an error in alert log after successful porpagated aq message

    Hi experts,
    I have a problem with the propagation feature of Oracle Advanced Queues!
    First of all I use a 10gR1 RAC database.
    After creating my queue and schedule I get the following error in alert log but the message will be successful propagated.
    After 16 runs the job will be set broken. Ok this is clear but so works DBMS_JOB. But why I get this message below? Is it possible that grants are missing?
    Errors in file /u01/app/oracle/admin/rdstest/bdump/rdsts1_j000_385024.trc:
    ORA-12012: error on auto execute of job 5523173
    ORA-06521: PL/SQL: Error mapping function
    ORA-00604: error occurred at recursive SQL level 2
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 574
    ORA-06512: at "SYS.DBMS_PRVTAQIP", line 2054
    ORA-06512: at line 1
    ORA-25254: time-out in LISTEN while waiting for a message
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 574
    ORA-06512: at "SYS.DBMS_PRVTAQIP", line 2054
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 6662
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 6913
    ORA-06512: at "SYS.DBMS_AQADM", line 915
    ORA-06512: at line 1
    Thank you for helping and best regards!!

    I found that Babylon had changed the proxy setting. Try going to Tools/Options/Advanced/Network/Settings and select "No proxy".
    This has helped but things are still slow and I suspect that some other changes have been made to the Firefox settings.
    Installing unauthorised software on your PC should be made illegal. I will avoid Babylon forever so they have done themselves no favours by trying to be smart!

  • RECEIVER: ERROR: Access to requested resource is not authorized for user

    Hi,
    I installed two instances of COREid Federation in my machine. Also installed SiteMinder and LDAP. Source Domain of COREid (8101) uses LDAP as IdMBridge and Destination Domain (9101) uses SiteMinder as IdMBridge. I am trying to access the resource protected by the SiteMinder from the source domain using the URL which is constructed using the pattern given in the PDF:
    http://mymachine.domain.com:8101/shareid/saml/ObSAMLTransferService?DOMAIN=DestinationDomain&method=POST&TARGET=http://mymachine.domain.com:8887/Source/Source.html
    Assertions are generated and I can see the assertion in the Source domain and transferred to the Destination Domain.
    when i try to access the Source.html protected with siteminder, I get the following error in the Destination Domain Shareid Log file:
    ERROR - [http10113-Processor3] - RECEIVER: ERROR: Access to the requested resource is not authorized for user uid=username, ou=People, dc=xyz,dc=com
    Please help me to solve this issue?
    Note: When the resource is accessed directly, siteminder authorizes the same user.

    We also occationaly have this error.  See my log for an example :
    Transaction completed successfuly for DocEntry = 54358 : In company FIXTHISPLEASE on 3/2/2010 9:48:49 AM
    Transaction completed successfuly for DocEntry = 54365 : In company FIXTHISPLEASE on 3/2/2010 10:24:55 AM
    Transaction completed successfuly for DocEntry = 54403 : In company FIXTHISPLEASE on 3/2/2010 12:14:53 PM
    -5006 - The requested action is not supported for this object. for DocEntry = 0 : In company FIXTHISPLEASE on 3/2/2010 1:38:45 PM
    Transaction completed successfuly for DocEntry = 54424 : In company FIXTHISPLEASE on 3/2/2010 2:40:44 PM
    Transaction completed successfuly for DocEntry = 54425 : In company FIXTHISPLEASE on 3/2/2010 3:01:51 PM
    Transaction completed successfuly for DocEntry = 54426 : In company FIXTHISPLEASE on 3/2/2010 3:03:41 PM
    Transaction completed successfuly for DocEntry = 54427 : In company FIXTHISPLEASE on 3/2/2010 3:05:12 PM
    As you can see from 9:48am to 3:05pm, one occurance of this error occured.  And they say that the transaction was
    tried a few seconds later and it worked.
    the STARTTRANSACTION() and ENDTRANSACTION() are used by the DI API so I'm really in the blank about this error and it starts to anoy the customer.  Their SAP is 2007 SP01 PL08
    Any concrete ideas about this ?

  • Error accessing domain database for selected domain

    when attempting to install the groupwise gateway for microsoft exchange 7.02, i receive the following error:
    error accessing domain database for selected domain. invalid or non-existant domain database.
    the existing gw80 environment consists of a few sles 10 servers (mta, po, gwia, webacc) with edirectory 8.8 sp2, and an external bind dns. i've built a gateway system with the following components:
    ws03sp2
    ex2k3sp2
    novell client 4.91sp5
    c1 1.3.6h
    edir88sp3
    gw801 mta
    can anybody share tips for getting the gateway to see the domain database? are there installation logs i can check? are there any srv records that i need to verify are manually created in the bind dns? will i need microsoft's exchange connector for novell groupwise?

    Hi
    I am having the same issue with GW6.5 Exch2003 both running on Win2003 server.
    Do you have a solution? If so please update this thread.
    Thanks
    Jason
    Originally Posted by csp122
    when attempting to install the groupwise gateway for microsoft exchange 7.02, i receive the following error:
    error accessing domain database for selected domain. invalid or non-existant domain database.
    the existing gw80 environment consists of a few sles 10 servers (mta, po, gwia, webacc) with edirectory 8.8 sp2, and an external bind dns. i've built a gateway system with the following components:
    ws03sp2
    ex2k3sp2
    novell client 4.91sp5
    c1 1.3.6h
    edir88sp3
    gw801 mta
    can anybody share tips for getting the gateway to see the domain database? are there installation logs i can check? are there any srv records that i need to verify are manually created in the bind dns? will i need microsoft's exchange connector for novell groupwise?

  • I have an iMac 5.1 with Mac OSX 10.6.8 and 2 GB memory and an L2 cache of 4 GB.   lately I have been receiving error messages of " start up disk almost full; please delete files." is the start up disk the same thing as the hard drive?

    I have an iMac 5.1 with Mac OSX 10.6.8 and 2 GB memory and an L2 cache of 4 GB.   lately I have been receiving error messages of " start up disk almost full; please delete files." is the start up disk the same thing as the hard drive?  I opened the hard drive and from the column on the left of the menu I've selected "search for" and under that " all images" then "all documents"  I've deleted a few files from each. Are documents and images that I have deleted from here also deleted from the folders on my desktop?

    You should never, EVER let a conputer hard drive get completely full, EVER!
    With Macs and OS X, you shouldn't let the hard drive get below 15 GBs or less of free data space.
    If it does, it's time for some hard drive housecleaning.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you store images in other locations other than iPhoto, then you will have to weed through these to determine what to archive and what to delete.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Delete any other mail in your Junk folders. Also, look through your Sent Mail to see if there is anything that can be deleted.
    Other things you can do to gain space.
    Once you have around 15 GBs regained, do a search, download and install OmniDisk Sweeper.
    This app will help you locate files that you can move/archive and/or delete from your system.
    STAY AWAY FROM DELETING ANY FILES FROM OS X SYSTEM FOLDER!
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Look in your Applications folder, if you have applications you haven't used in a long time, if the app doesn't have a dedicated uninstaller, then you can simply drag it into the OS X Trash icon. IF the application has an uninstaller app, then use it to completely delete the app from your Mac.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its initial automatic tests, then go to the cleaning and maintenance tabs and run the maintenance tabs that let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

  • OIM 11g installation failed: Error Restart domain step failed

    Hi,
    I'm stuck in OIM installation at the following point. Please help.
    Here is the description of error:
    Bootstrap Domain Configuration
    Log
    Config Action Bootstrap Domain Configuration started
    Create Domain
    Log
    Create Domain
    Step Create Domain started
    Create Domain
    Step Create Domain ended successfully
    Create ODS Managed Server
    Log
    Create ODS Managed Server
    Step Create ODS Managed Server started
    Create ODS Managed Server
    Step Create ODS Managed Server ended successfully
    Create OIF Managed Server
    Log
    Step Create OIF Managed Server started
    Step Create OIF Managed Server ended successfully
    Stop Managed Server
    Log
    Stop Managed Server
    Step Stop Managed Server started
    Stop Managed Server
    Step Stop Managed Server ended successfully
    Apply Java Required Files
    Log
    Step Apply Java Required Files started
    Step Apply Java Required Files ended successfully
    Apply EM Template
    Log
    Step Apply EM Template started
    Step Apply EM Template ended successfully
    Restart Domain
    Error
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    Step Restart Domain failed
    Log
    Step Restart Domain started
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    Step Restart Domain failed
    Following is the description from the log file: C:\Program Files (x86)\Oracle\Inventory\logs\install2012-06-15_02-17-54AM.log
    [2012-06-15T04:21:41.828-07:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JVjWcgOFs1WFLz7U8A1FqjrQ00000A,0]
    [2012-06-15T04:21:41.828-07:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JVjWcgOFs1WFLz7U8A1FqjrQ00000A,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:830)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:483)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1105)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Thanks in advance for help.
    Thanks,
    Prasad Shinde

    Your problem sounds somewhat like mine, although not exactly. In my case it seems as if my CD/DVD drive didn't like the hologram on my Windows XP install CD. I solved this by using Disk Utility to make a disk image of the Windows DVD and then burning the disk image onto a new DVD with an opaque "label". That solved that problem.
    A further problem occurred after that. When I got to the screen that told me to hit "Enter" to start the installation process my keyboard was unresponsive. I solved this by buying a cheap Windows keyboard. That solved that problem and I now have Windows XP running just fine.
    I think that you'll find that Apple tech support isn't very responsive to these sort of problems. I don't have Apple Care but was willing to pay my $49 for tech support. I ended up talking to a "Boot Camp specialist". He was polite but told me that it was "a windows problem" and that Apple didn't support Windows. I agree that Apple can't support windows but it seemed like my two problems were "Mac problems". Anyway, after tearing my hair out for 4 days I finally got it done. I have to admit that I'm not happy with apple tech support.

  • Re: error creating domain - need help!

    Hi all,
    Getting the below error in install logs while configuring Forms/Reports (11.1.2.1) Create Domain fails for missing prerequisites
    Setting ORACLE_HOME to C:\Ora_MWhome\Ora_FRHome
    Setting Doracle.config.mode to true
    Adding c:\tmp\OraInstall2013-05-14_01-24-20PM for deletion.
    Adding to classpath:file:/c:/tmp/OraInstall2013-05-14_01-24-20PM/ext/jlib/classic.jar
    Adding to classpath:file:/c:/tmp/OraInstall2013-05-14_01-24-20PM/ext/jlib/template.jar
    [email protected]lassicPage.ScreenRes
    configFileName:c:\tmp\OraInstall2013-05-14_01-24-20PM\ext\jlib\footprint.xml
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    Temp Buffer: C:\Ora_MWhome;
    ExtendDomain: false          ExpandCluster: false
    wasExtendDomain: false          wasExpandCluster: false
    prevAdminServerURL:           adminServerURL: LTHP95015GQ.ds.fs.fed.usweblogic
    isFirstVisit:true
    Oracle Home = C:\Ora_MWhome\Ora_FRHome
    Setting current page standalone validations to true
    In processErrorMsgStringOracle Instance
    Found product.properties
    All key are given: [APPSERVER_LOCATION, APPSERVER_TYPE]
    Not WAS
    needWritableDirectory: false
    needWritableDirectory: true
    middlewareHomeLocation:C:\Ora_MWhome
    weblogicHomeLocation:C:\Ora_MWhome\wlserver_10.3
    weblogicHome:C:\Ora_MWhome\wlserver_10.3
    weblogicHomeLocation:C:\Ora_MWhome\wlserver_10.3
    In processErrorMsgStringInstance Name
    In processErrorMsgStringThe instance name may only contain alphanumeric and underscore (_) characters, and it must begin with an alphabetic character. The instance name must be at least 4 characters long and up to 30 characters long.
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory Name
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyClassicHomeInformationPage
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.Punctuations cannot be the first character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters. It should contain at least one numeric, underscore (_), dollar ($), or pound (#) character.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.Punctuations cannot be the first character.
    resultset.getStatus() : true
    formsPreConfigured:false
    reportsPreConfigured:false
    portalPreConfigured:false
    discoPreConfigured:false
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    root.isSelectedtrue
    Setting current page standalone validations to true
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    resultset.getStatus() : true
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    wasOIDSelected: true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    In doFinish method checking for inventory lock...ConfigurationPage
    Setting current page standalone validations to true
    calling the executeBeforeConfig method before configuration..
    JAVA.LIBRARY.PATH:c:\tmp\OraInstall2013-05-14_01-24-20PM\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Ora_MWhome\Ora_FRHome\bin;C:\ORA_MW~1\ORA_FR~1\BIN;c:\ORA_DE~1\jdk\jre\bin;c:\ORA_DE~1\jdk\jre\bin\client;c:\ORA_DE~1\jlib;c:\ORA_DE~1\bin;c:\ORA_DE~1\jre\112ECD~1.8\bin;c:\oracle\product\111~1.0\client\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;C:\PROGRA~1\COMMON~1\ROXIOS~1\DLLSHA~1\;C:\PROGRA~1\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\;c:\oracle\client9i\bin;c:\oracle\client9i\jdk\bin;c:\oracle\client9i\jdk\jre\bin;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\Perl\bin;C:\PROGRA~1\SSH_SCP;C:\PROGRA~1\ACTIVI~1\ACTIVC~1\;C:\PROGRA~1\QUICKT~1\QTSystem\;C:\ORA_MW~1\JROCKI~1.0-1;C:\ORA_MW~1\ORA_FR~1\opmn\bin;C:\ORA_MW~1\ORA_FR~1\opmn\lib;C:\ORA_MW~1\ORA_FR~1\perl\bin;.;C:\Ora_MWhome\Ora_FRHome\lib\;C:\Ora_MWhome\Ora_FRHome\jdk\jre\lib\i386\
    CONFIG LOG CONFIG LOCATION: c:\tmp\OraInstall2013-05-14_01-24-20PM\ext\jlib\log-config.xml
    XXX Entered Init()!!!
    Check Point Location : C:\Program Files\Oracle\Inventory\checkpoint\AS\11.1.2.1.0
    java.homeC:/Ora_MWhome/Ora_FRHome/jdk/jre
    weblogic.homeC:/Ora_MWhome/wlserver_10.3/server
    java.class.pathC:/Ora_MWhome/wlserver_10.3/server/lib/weblogic.jar;C:/Ora_MWhome/wlserver_10.3/server/lib/webservices.jar;C:/Ora_MWhome/utils/config/10.3/config-launch.jar;C:/Ora_MWhome/Ora_FRHome/lib/java/shared/args4j/2.0.9/args4j-2.0.9.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/argus.jar;C:/Ora_MWhome/Ora_FRHome/install/config/ASConfig.jar;C:/Ora_MWhome/Ora_FRHome/install/config/classic_config.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/iasprovision.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;C:/Ora_MWhome/Ora_FRHome/inventory/Scripts/ext/jlib/message.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/ons.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/opmneditor.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/optic.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/repositorycheck.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/wlclient.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/wljmxclient.jar;C:/Ora_MWhome/Ora_FRHome/lib/xmlparserv2.jar;C:/Ora_MWhome/Ora_FRHome/forms/provision/frmconfig.jar;C:/Ora_MWhome/Ora_FRHome/frcommon/provision/frconfig.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-common.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-wls.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-api.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar;C:/Ora_MWhome/Ora_FRHome/jlib/ossoreg.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jrf_11.1.1/jrf.jar;C:/Ora_MWhome/Ora_FRHome/jlib/ojmisc.jar;C:/Ora_MWhome/Ora_FRHome/jlib/jazn.jar;C:/Ora_MWhome/Ora_FRHome/jlib/ldapjclnt9.jar;ORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOME%/../oracle_common/jlib/rcucommon.jar
    Assigning Port: 7001 to: DOMAIN_PORT
    ClassicDomain
    DOMAIN_HOME: C:/Ora_MWhome/user_projects/domains/ClassicDomain
    Trying to assign 2 consecutive ports where the starting port range is: 9001 - 9100
    Assigning Port: 9001 to: WLS_FORMS_PORT
    Assigning Port: -1 to: NODE_MANAGER_PORT
    Trying to assign 2 consecutive ports where the starting port range is: 9001 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 9002 - 9100
    Assigning Port: 9002 to: WLS_REPORTS_PORT
    Assigning Port: -1 to: NODE_MANAGER_PORT
    DOMAIN_HOME: C:/Ora_MWhome/user_projects/domains/ClassicDomain
    DOMAIN_HOME: C:/Ora_MWhome/user_projects/domains/ClassicDomain
    Trying to assign 3 consecutive ports where the starting port range is: 6700 - 6800
    Assigning Port: 6700 to: OPMN_LOCAL_PORT
    Assigning Port: 6701 to: OPMN_REMOTE_PORT
    Assigning Port: 6702 to: OPMN_REQUEST_PORT
    Trying to assign 3 consecutive ports where the starting port range is: 8888 - 8988
    Assigning Port: 8888 to: OHS_LISTEN_PORT
    Assigning Port: 8889 to: OHS_PROXY_PORT
    Assigning Port: 8890 to: OHS_SSL_PORT
    GJS OHS Hostname: LTHP95015GQ.ds.fs.fed.us
    GJS managedServer Hostname: LTHP95015GQ.ds.fs.fed.us
    GJS OHS Hostname: LTHP95015GQ.ds.fs.fed.us
    GJS managedServer Hostname: LTHP95015GQ.ds.fs.fed.us
    Assigning Port: 5155 to: EMAGENT_PORT
    EMD Port = 5155
    XXX Entered DoExecute()!!!
    displayProperties()!!!
    CREATE_DOMAIN : true
    JOIN_DOMAIN :
    DOMAIN_NAME : ClassicDomain
    DOMAIN_HOSTNAME : LTHP95015GQ.ds.fs.fed.us
    DOMAIN_PORT : 7001
    DOMAIN_HOME_PATH : C:/Ora_MWhome/user_projects/domains/ClassicDomain
    ADMIN_USER_NAME : weblogic
    MW_HOME : C:\Ora_MWhome
    ORACLE_HOME : C:\Ora_MWhome\Ora_FRHome
    INSTANCE_HOME : C:\Ora_MWhome\orainst
    INSTANCE_NAME : orainst
    CONFIGURE_FORMS : true
    CONFIGURE_FORMS_BUILDER : true
    CONFIGURE_REPORTS : true
    CONFIGURE_REPORTS_BUILDER : true
    CONFIGURE_OHS : true
    CONFIGURE_MANAGEMENT_COMPONENT : true
    PORT_LOCATION : 0
    AUTOMATIC_PORT_DETECT : true
    STATICPORT_INI_FILE_LOCATION :
    ENABLE_PROXY : false
    PROXY_HOST :
    PROXY_PORT :
    PROXY_BYPASS :
    USE_OID : false
    OID_USE_SSL : false
    OID_HOST :
    OID_PORT :
    OID_USERNAME : cn=orcladmin
    Executing Task: Creating Domain
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to LTHP95015GQ.ds.fs.fed.us 7001
    Creating Weblogic Domain.
    Adding Template : C:/Ora_MWhome/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
    Adding Template : C:/Ora_MWhome/Ora_FRHome/common/templates/applications/classic_template_11.1.2.jar
    CLASSPATH=C:\ORA_MW~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORA_MW~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORA_MW~1\JROCKI~1.0-1\lib\tools.jar;C:\ORA_MW~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\ORA_MW~1\WLSERV~1.3\server\lib\weblogic.jar;C:\ORA_MW~1\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\ORA_MW~1\WLSERV~1.3\server\lib\webservices.jar;C:\ORA_MW~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\ORA_MW~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\ORA_MW~1\JROCKI~1.0-1;C:\PROGRA~1\Java\jre6\lib\ext\QTJava.zip;C:\ORA_MW~1\utils\config\10.3\config-launch.jar;C:\ORA_MW~1\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\ORA_MW~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\ORA_MW~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Error: addTemplate() failed. Do dumpStack() to see details.
    oracle.as.provisioning.exception.ASProvWorkflowException: Problem invoking WLST - Traceback (innermost last):
    File "c:\tmp\tmp1368559932377.py", line 42, in ?
    File "C:\tmp\WLSTOfflineIni6566541924549047913.py", line 89, in addTemplate
    Oracle BI Composer Runtime - 11.1.1.0Oracle BI-ADF Runtime - 11.1.1.0
         at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
         at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:420)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domain.template.dependency.SelectionConflictException: The following prerequisites were found to be missing:
    Oracle BI Composer Runtime - 11.1.1.0Oracle BI-ADF Runtime - 11.1.1.0
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2958)
         at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2476)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:633)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    In doCancel method ...
    Yes option....
    outputFile:C:\Program Files\Oracle\Inventory\logs\installProfile2013-05-14_01-24-20PM.log
    in writeProfile method..
    [ENGINE] Adding c:\tmp\OraInstall2013-05-14_01-24-20PM for deletion.
    java.lang.NullPointerException
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.shutdown(StandardConfigActionManager.java:185)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.forceStop(ConfigurationExtension.java:98)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.shutdown(ConfigurationModule.java:231)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule$1.run(ConfigurationModule.java:137)
    I easily met all required System Requirements and Specifications, but no idea how to resolve.
    Any suggestions are greatly appriciated.

    What do you have here: File "c:\tmp\tmp1368559932377.py", line 42, in ?
    Kinds,
    Gabriel Abelha

  • Receive error 21 when trying to install lightroom cc 2015 using creative cloud

    On trying to install Lightroom CC 2015 using Creative Cloud I receive error 21.  Any ideas what to do??

    I have the exact same issue. I had a trial of Lightroom 5 installed, and whenever I then tried to install Lightroom CC (2015) it would fail at 42% with an error 21. Logging out and back in of CC desktop got it to install successfully and then Lightroom 5 was marked as "Start Trail" again.
    Now though, whenever I try to start Lightroom CC (2015) it shows the start splash screen and then closes straight away and doesn't start. The "Continue Trial/Purchase License" screen then appears, and closing that out does nothing.
    I've tried logging out and back in to CC desktop, and restarting, but neither option fixes the issue. I even tried logging out, restarting then logging back in again. Still no joy.
    As a side note: Lightroom 5 in CC desktop doesn't show an uninstall option - it says "Uninstall Unavailable". Both Photoshop CC and Lightroom CC do allow for an uninstall option though.
    I'm on Mac OSX 10.10.3

  • Errors in the logs of my Application Server

    Hello,
    I am using Oracle Application Server 9.0.4.0.0.
    My services (ProcessManager & ASControl) start without any problem and I can log into the Enterprise Manager.
    However, I have got the following errors in:
    * em-application.log:
    emd: Portal Configuration Interface failed to initialise: oracle.sysman.emSDK.emd.comm.CommException: Received unexpected response text :
    <html><head><title>EMDAEMON</title></head><body text="#000000" bgcolor="#FFFFC0"><H1>EMDAEMON</H1><H2> HTTP/1.1 404 , Not Found<br></h2></body></html>
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:1257)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1074)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getTargetInstances(EMDClient.java:366)
         at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.initEntrypoint(IASEntryPoint.java:116)
         at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.getTargetInfo(IASEntryPoint.java:299)
         at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.getEntryPoint(IASEntryPoint.java:226)
         at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.getEntryPoint(IASEntryPoint.java:277)
         at oracle.webdb.monitoring.hawkeye.PortalIntegration$InitThread.run(Unknown Source)
    * emias.log:
    ERROR iAS.IASEntryPoint initEntrypoint.120 - Unable to get iAS instances: Received unexpected response text :
    <html><head><title>EMDAEMON</title></head><body text="#000000" bgcolor="#FFFFC0"><H1>EMDAEMON</H1><H2> HTTP/1.1 404 , Not Found<br></h2></body></html>
    oracle.sysman.emSDK.emd.comm.CommException: Received unexpected response text :
    <html><head><title>EMDAEMON</title></head><body text="#000000" bgcolor="#FFFFC0"><H1>EMDAEMON</H1><H2> HTTP/1.1 404 , Not Found<br></h2></body></html>
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:1257)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1074)...
    How could I fix these?
    And could these errors have an influence on the following ( I have installed Application Server and Database Enterprise Edition 10.1.0.2.0 on the same machine)?
    * I can run DB on its own fine.
    * I can run AppServer on its own fine.
    * If I start DB and then start the AppServer:
    - I can use DB ok but not the AppServer. Error when I log into the Enterprise Manager.
    * If I start AppServer and then DB:
    - I can use AppServer but DB does not start cleanly.
    Many thanks in advance.

    You are going to have to provide more information...
    The only time I ever encountered this was when I went to do a service call on someone with a loose connection on the plug right in the back of his iMac. Not every time but often when he wiggled the screen to adjust it he moved the power bar and / or power cable just enough to momentarily break contact.
    We plugged everything in securely and the problem never recurred...
    If yours is shutting down & restarting because of a power circuit fault there must be a problem with it that should be looked at.
    M

Maybe you are looking for