OBIEE 11.1.1.5 configuration failing on 64 bit Linux(please don't delete)

Please DONOT delete this thread. I see someone keeps trying to do it don't know why. The last two threads on the same topic were
https://forums.oracle.com/forums/thread.jspa?messageID=10473944#10473944
and
https://forums.oracle.com/forums/messageview.jspa?messageID=10467383&stqc=true
OBIEE 11.1.1.5 Software only install configuration failing on 64 bit Linux
My scenario is installing in 64 bit Linux with WLS 10.3.5 (with SOA/BAM server installed already). So as recommend by Oracle (http://docs.oracle.com/cd/E21764_01/bi.1111/e10539/a1_installscrn.htm) I did a software only install and then tried to configure BI using config.sh. I didn’t have root privilege, so continued with local inventory, hope that wasn't an issue.
1) First time it failed in 'Configure BI Domain' step. I aborted and retried. It failed saying there is already entry in HSS Component table. I fixed the issue and tried again
2) Then it failed again in 'Configure BI Domain' step, the error stack is
Executing Task: Configure BI Domain
javax.management.InstanceNotFoundException: oracle.biee.admin:group=Service,type=BIDomain
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
at weblogic.management.remote.common.RMIConnectionWrapper$16.run(ClientProviderBase.java:919)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.security.Security.runAs(Security.java:61)
at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:917)
at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
at oracle.as.install.bi.biconfig.standard.BIDomainConfigureTask.doExecute(BIDomainConfigureTask.java:58)
at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
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:63)
at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
at java.lang.Thread.run(Thread.java:662)
Caused by: javax.management.InstanceNotFoundException: oracle.biee.admin:group=Service,type=BIDomain
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(DefaultMBeanServerInterceptor.java:1438)
at com.sun.jmx.mbeanserver.JmxMBeanServer.getClassLoaderFor(JmxMBeanServer.java:1276)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:58)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getClassLoaderFor(FederatedMBeanServerInterceptor.java:141)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:56)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:56)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:56)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getClassLoaderFor(WLSMBeanServer.java:527)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$19.run(JMXConnectorSubjectForwarder.java:1014)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$19.run(JMXConnectorSubjectForwarder.java:1012)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getClassLoaderFor(JMXConnectorSubjectForwarder.java:1012)
at javax.management.remote.rmi.RMIConnectionImpl$5.run(RMIConnectionImpl.java:1326)
at java.security.AccessController.doPrivileged(Native Method)
at javax.management.remote.rmi.RMIConnectionImpl.getClassLoaderFor(RMIConnectionImpl.java:1323)
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:771)
at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Does this option actually work?? Can someone help please

Has someone ever got it to work? Is there any resolution to the problem described

Similar Messages

  • Oms configuration failing as 64 bit java executable cannot be found

    I'm installing grid control on Solaris 10 using version 1.6_18 of the Java jdk as advised by the documentation on a 64 bit sparc platform. Also, I'm using web logic 10.3.2 from the generic installation (via the single jar) and I have applied the WDJ7 patch to the web logic installation. When installing grid control, which is painfully slow when it comes to creating the repository in the target database it fails on the oms configuration step with:-
    INFO: oracle.sysman.top.oms:execve(): No such file or directory
    INFO: oracle.sysman.top.oms:Error trying to exec /usr/jdk/instances/jdk1.6.0/bin/sparcv9/java.
    INFO: oracle.sysman.top.oms:Check if file exists and permissions are set correctly.
    INFO: oracle.sysman.top.oms:Failed to start a 64-bit JVM process from a 32-bit JVM.
    INFO: oracle.sysman.top.oms:Verify all necessary J2SE components have been installed.
    INFO: oracle.sysman.top.oms:(Solaris SPARC 64-bit components must be installed after 32-bit components.)
    INFO: oracle.sysman.top.oms:
    Check the OMS Configuration Assistant logs at: /u01/app/oracle/product/Middleware/oms11g/cfgtoollogs/omsca
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 8 aggregate instances saved
    INFO: done waiting for Action from 13:48:46.577
    When I downloaded the 1.6_18 jdk there was only one distribution, i.e. no distinction is made as to whether the installation platform is 32 or 64 bit. I understand that with version 1.6_21 of the jdk you can get the 64 bit run time via the SUNWj6rtx package, however the Oracle documentation explicitly states that 1.16_18 should be used and there are plenty of articles on the internet stating that if a different versions of the 1.6 JDK are used this will cause problems further down the line. Can someone advise me has to how to resolve this issue.

    I successfully installed OMS 11g on solaris 64 bit sparc. Although I used JDK build 1.6.0_20-b02 but it worked perfectly. I think your JDK installation is not proper. you have to install sparcv9 part of JDK as well. please check is there any folder sparcv9 under your JAVA_HOME/bin? if not then you have to install it

  • Flash 10 fails in 64-bit linux

    Hello,
    My System: 64-bit system, Mandriva 2008.1 for 64-bit, Firefox 2.0.0.13 for 64-bit, 2 GB RAM, wireless with WPA encryption and broadband.
    Recently I wanted to upgrade Flash Player from v9 to v10 (YouTube and likely many other sites IIRC are encoding with 10).  I removed nspluginwrapper (flash release notes and/or Mandriva forums told me to) and removed all Flash 9 RPMs including libflashsupport.  I read that the .tar.gz copy of 10.0.32.18 was the only file that was 64-bit, so that's the file I got.  Unpacked and placed a 10,278,616 byte file in two places:
    /usr/lib/mozilla/plugins/libflashplayer.so
    and
    /usr/lib64/mozilla/plugins/libflashplayer.so
    The execute bit is set (chmod a+x) and the owner (and group) is root, just like all the other files in those directories.  But flash doesn't work.  The test pages here at Adobe show a white banner with a "puzzle piece" that says I need to download and install the latest version of the player (even though I did).  Install instructions tell me to go to "About --> Plugins" in Mozilla to verify installation, but that drop-down entry doesn't exist.
    I'm sure the latest version has great capabilities with smaller .SWF file sizes (good for slow Net connections).  Flash is so good it seems that half the web uses it!  Adobe wants to make a profit (good), but it "breaks half of the Net" and makes many people spend time (I don't have any) getting it to work.  My job takes 50+ hours a week and I am working on my 3 vehicles, etc.  Flash needs to "just work", sorry.
    I also have 10.0.22.87 lying around if that helps.  But only in RPM format, so it might not be the 64-bit one.
    Any suggestions on what is wrong?  Should I just go back to the Flash version 9 (32 or 64-bit) and put up with Flash 10 animations not playing?
    Are there any test pages with older Flash animations so I can test version 9?
    Thanks in advance!

    If you mean the rotating trademark before it settles down to the static Buffy Tooncast ad, then yes I do see it.
    On the Adobe "kill-bit" page, the two images fail to display (common blank white boxes with the little red X in the upper left corner).
    But...when I navigate to the suggested Registry Key, I do not have the suggested {D27CDB6E-AE6D-11CF-96B8-444553540000}\
    Rather it skips from
    "{D256 " to {D292 "
    The et cetera are mine, of course. No {D27 etc. entry.
    Is this useful?
    PS-Turning Norton, Ad-Muncher, & Malwarebytes on or off in any combination make no difference. Been trying that all along.
    Thanks,
    frank gaipa

  • Installation OBIEE 11.1.1.5.0 failed at Configuration OCM

    Hi,
    I am installing OBIEE 11.1.1.5.0 on a Windows Server 2008 R2 with an Oracle Database 11g release 2, but I have a problem with the last step Configuration OCM.
    Error : Error encountered in deploying OCM instance. Exit code =
    Configuration Action 'Configuration COM' has failed.
    Any ideas ?
    Thanks
    Edited by: 866321 on 17 juin 2011 06:28
    Edited by: 866321 on 17 juin 2011 07:03

    I also have the similar problem. I am installing OBIEE 11G(11.1.1.5.0) in the following
    Linux atlopm02 2.6.18-194.el5xen #1 SMP Mon Mar 29 22:22:00 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    I am doing the Enterprise Install, and it failed at the last step
    Configuring OCM
    Given below is the error from the install log
    *************** Executing Command **************
    /u01/app/oracle/middleware/instances/instance1/bin/opmnctl startproc ias-component=coreapplication_obisch1
    opmnctl startproc: starting opmn managed processes...
    progress in calculate progress2
    Executing Task: Modifying BI Configuration Files
    progress in calculate progress2
    Executing Task: Configuring OCM
    oracle.as.config.ProvisionException: Error encountered in deploying OCM instance. Exit code = 11
    at oracle.sysman.ccr.configCCR.OCMComponentImpl.onCreate(Unknown Source)
    at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:596)
    at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:105)
    at oracle.as.install.bi.biconfig.standard.SystemComponentTask.doExecute(SystemComponentTask.java:66)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    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:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionMana
    ger.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:8
    1)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    I appreciate your suggestions/input to overcome this error.
    Thanks
    Bala

  • Web services configuration fails !!!!!!

    hi all,
    i have tried many times to configure the web server in foundation services ( oracle HTTP server ) either on essbase or OBIEE 11g ( OPNMCTL and Oracle AS Instance in particular )
    the problem is the configuration fails and opmnctl also fails
    I tried to install both the application on windows server 2003 and windows xp pro seperately one each at a time.
    but yet it fails
    Are there any ideas links which will provide help to resolve this issue.
    or how to configure the oracle http server
    Edited by: U1111B on 05-Jul-2011 02:10

    Oracle Database - Enterprise Edition on Microsoft Windows 2008 (x86) is not yet certified but the status shows projected.
    OS Product- Certified With- Version- Status- Addtl. Info. -Components- Other- Install Issue
    2008 -10gR2- N/A- N/A- Projected -Yes- N/A- N/A- N/A
    And similarly Oracle Application Server 10g not yet certified with Microsoft Windows 2008 and there is also so future projections or plans yet.

  • RAC - Oracle Grid Infrastructure configure failed

    Hi, am trying to install 2 node RAC on Oracle VMs. Before the installation during the -preinst check there were few issues which were resolved (ex user equivalence). After that during the installation process of the Grid it failed at step "Configure Oracle Grid Infrastructure for a cluster". After it failed at this step, subsequent steps too failed which I asked OUI to ignore and then I ran both the post installation scripts. And then ran post crsinst which failed. Pasting below the output of the root.sh script, post crsinst and other checks.
    [root@bsfrac01 grid]# sh root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Copying dbhome to /usr/local/bin ...
    Copying oraenv to /usr/local/bin ...
    Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2011-02-13 00:11:55: Parsing the host name
    2011-02-13 00:11:55: Checking for super user privileges
    2011-02-13 00:11:55: User has super user privileges
    Using configuration parameter file: /u01/app/11.2/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'bsfrac01'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'bsfrac01'
    CRS-2676: Start of 'ora.mdnsd' on 'bsfrac01' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'bsfrac01'
    CRS-2676: Start of 'ora.gpnpd' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'bsfrac01'
    CRS-2676: Start of 'ora.cssdmonitor' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'bsfrac01'
    CRS-2672: Attempting to start 'ora.diskmon' on 'bsfrac01'
    CRS-2676: Start of 'ora.diskmon' on 'bsfrac01' succeeded
    CRS-2676: Start of 'ora.cssd' on 'bsfrac01' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'bsfrac01'
    CRS-2676: Start of 'ora.ctssd' on 'bsfrac01' succeeded
    ASM created and started successfully.
    DiskGroup DATA1 created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'bsfrac01'
    CRS-2676: Start of 'ora.crsd' on 'bsfrac01' succeeded
    CRS-4256: Updating the profile
    Successful addition of voting disk 0ea2052d8a714fd7bf46d9d5c785483e.
    Successfully replaced voting disk group with +DATA1.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 0ea2052d8a714fd7bf46d9d5c785483e (ORCL:DISK1) [DATA1]
    Located 1 voting disk(s).
    *Failed to rmtcopy "/tmp/filekRIMbG" to "/u01/app/11.2/grid/gpnp/manifest.txt" for nodes {bsfrac01,bsfrac02}, rc=256*
    *Failed to rmtcopy "/u01/app/11.2/grid/gpnp/bsfrac01/profiles/peer/profile.xml" to "/u01/app/11.2/grid/gpnp/profiles/peer/profile.xml" for nodes {bsfrac01,bsfrac02}, rc=256*
    rmtcopy aborted
    Failed to promote local gpnp setup to other cluster nodes
    CRS-2673: Attempting to stop 'ora.crsd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.crsd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'bsfrac01'
    CRS-2677: Stop of 'ora.asm' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.ctssd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'bsfrac01'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.cssd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.gpnpd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.gipcd' on 'bsfrac01' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'bsfrac01'
    CRS-2677: Stop of 'ora.mdnsd' on 'bsfrac01' succeeded
    Initial cluster configuration failed. See /u01/app/11.2/grid/cfgtoollogs/crsconfig/rootcrs_bsfrac01.log for details
    [root@bsfrac01 grid]#
    [oracle@bsfrac01 bin]$ ./cluvfy stage -post crsinst -n bsfrac01,bsfrac02 -verbose
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "bsfrac01"
    Destination Node Reachable?
    bsfrac01 yes
    bsfrac02 yes
    Result: Node reachability check passed from node "bsfrac01"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    bsfrac01 passed
    bsfrac02 passed
    Result: User equivalence check passed for user "oracle"
    ERROR:
    PRKC-1094 : Failed to retrieve the active version of crs: {0}
    Checking time zone consistency...
    Time zone consistency check passed.
    ERROR:
    PRKC-1093 : Failed to retrieve the version of crs software on node "java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found
    " : {1}
    ERROR:
    Cluster manager integrity check failed
    PRVF-5434 : Cannot identify the current CRS software version
    UDev attributes check for OCR locations started...
    Result: UDev attributes check passed for OCR locations
    UDev attributes check for Voting Disk locations started...
    ERROR:
    PRVF-5197 : Failed to retrieve voting disk locationsPRKC-1092 : Failed to retrieve the location of votedisks: java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found
    Result: UDev attributes check failed for Voting Disk locations
    Check default user file creation mask
    Node Name Available Required Comment
    bsfrac01 0022 0022 passed
    bsfrac02 0022 0022 passed
    Result: Default user file creation mask check passed
    Checking cluster integrity...
    Node Name
    bsfrac01
    Cluster integrity check failed This check did not run on the following node(s):
    bsfrac02
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations
    ERROR:
    PRKC-1094 : Failed to retrieve the active version of crs: {0}
    ERROR:
    PRVF-5300 : Failed to retrieve active version for CRS on this node
    OCR integrity check failed
    Checking CRS integrity...
    ERROR:
    PRKC-1094 : Failed to retrieve the active version of crs: {0}
    ERROR:
    PRVF-5300 : Failed to retrieve active version for CRS on this node
    CRS integrity check failed
    OCR detected on ASM. Running ACFS Integrity checks...
    Starting check to see if ASM is running on all cluster nodes...
    PRVF-5137 : Failure while checking ASM status on node "bsfrac01"
    PRVF-5137 : Failure while checking ASM status on node "bsfrac02"
    Starting Disk Groups check to see if at least one Disk Group configured...
    PRVF-5112 : An Exception occurred while checking for Disk Groups
    PRVF-5114 : Disk Group check failed. No Disk Groups configured
    Task ACFS Integrity check failed
    Checking Oracle Cluster Voting Disk configuration...
    ERROR:
    PRKC-1093 : Failed to retrieve the version of crs software on node "java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found
    " : {1}
    ERROR:
    PRVF-5434 : Cannot identify the current CRS software version
    PRVF-5431 : Oracle Cluster Voting Disk configuration check failed
    Checking to make sure user "oracle" is not in "root" group
    Node Name Status Comment
    bsfrac01 does not exist passed
    bsfrac02 does not exist passed
    Result: User "oracle" is not part of "root" group. Check passed
    Post-check for cluster services setup was unsuccessful on all the nodes.
    [oracle@bsfrac01 bin]$ /u01/app/11.2/grid/bin/ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 3
    Total space (kbytes) : 262120
    Used space (kbytes) : 408
    Available space (kbytes) : 261712
    ID : 1671840043
    Device/File Name : +DATA1
    Device/File integrity check succeeded
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Device/File not configured
    Cluster registry integrity check succeeded
    Logical corruption check bypassed due to non-privileged user
    ASM looks to be up and running..
    [oracle@bsfrac01 bin]$ /usr/sbin/oracleasm listdisks
    DISK1
    DISK2
    DISK3
    DISK4
    DISK5
    DISK6
    [oracle@bsfrac01 bin]$ /usr/sbin/oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: yes
    Please help.

    before installation have u configure the private interconnect on both the nodes to same network adapter..
    for example on node 1 if the private interconnect is on eth0 then on the node 2 it should use eth0 only...
    for private interconnect use the hostonly option on both the nodes in the network configuration page of the vmware or virtual box..
    and for public network it can be bridged
    more over if you are installing on the laptop its good to configure the SSH using the OUI.. rather than doing it manually.. as it saves time
    the private and the public networks should not have same range of ip address. like if public address are like 192.168.2.222/255.255.255.0 and private address have to be different like 10.10.1.2/255.0.0.0 (this is just an example)
    have to configured the NTP.
    any ways try installing the oracle rac on virtual box follow the steps given the below website they are pretty straight forward...
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php

  • Sun JAVA ES on SuSE - configuration failed

    Documentation for Sun JAVA ES says it is supported on RedHat. What are the chances that SuSE will also be supported.
    I attempted to install Sun JAVA ES on OpenSuSE 10.1. Taking one step at a time I installed the the Web Server and JavaDB The installation appeared to go fine but the configurations failed:
    Installation Summary Report
    Install Summary
    Java Enterprise System 5 : Installed
    Sun Java(TM) System Web Server 7.0 : Installed, Configuration Failed
    Java DB : Installed, Configure After Install
    Could someone tell me where I start to look to troubleshoot why the Configuration failed.
    Thanks

    John,
    it looks like TID 7007653 - if you are wondering why you couldn't find
    it, it's because the TID did not mention the specific error, I had to
    hunt through bugzilla to find it. I have (as I hope you can see)
    updated the TID so that others should be able to find it without having
    to go through your pain...
    Shaun Pond

  • Configuration Failed - Could not load the file or assembly Microsoft.IdentityModel

    I have followed the link "Setting up Sharepoint 2010 Development Environment on Windows 7" and while
    following the steps, I was not able to install one of the pre-requisite "Windows Identity Foundation (Windows6.1-KB974405-x64.msu)" which was downloaded from Microsoft website at URL:
    http://www.microsoft.com/en-us/download/details.aspx?id=17331, however, I was able to complete the SharePoint Server 2010 Installation Successfully. And to my surprise, when I run the
    SharePoint Products Configuration Wizard, in the very 2nd Step of configuration, I faced the below issue.
    Configuration Failed
    One or more configuration settings failed. Completed configuration settings will not be rolled back. Resolve the problem and run this configuration wizard again. The following contains detailed information about the failure:
    Failed to create the configuration database.
    An exception of type System.IO.FileNotFoundException was thrown. Additional exception information: Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its
    dependencies. The system cannot find the file specified.
    To diagnose the problem, review the application event log and the configuration log file located at: C:\Program Files\Common Files\Microsoft Shared\ Web Server Extensions\14\LOGS\PSCDiagnostics 12_13_2013_8_30_44_220_403724746.log
    I am pretty sure that I have followed each and every step and understood and the only place that I have missed is installing the pre-requisites as mentioned above. How can I fix this issue.
    Let me know if you need more information such as log file content which got generated. Your help in fixing this issue will be really helpfull for me.
    Thanks
    Mahesh

    Hi  Mahesh,
    Thank you for your posting!
    Your issue is caused by that  your windows 7 is not installed Windows Identity Foundation.
    As you say that you were not able to install the Windows Identity Foundation, could you provide more detail about what  you are facing ? Which version of Windows 7 you have? 32bit or
    64bit? Also make sure your computer has installed Internet Information Services (IIS) 7.0  and  .NET Framework 3.5.
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Updating hybrid configuration failed - Kerberos authentication: The network path was not found

    I'm configuring Exchange 2010 SP3 as a Hybrid server with Exchange Online. This is a single server running Exchange roles Mailbox, Client Access, Unified Messaging and Hub Transport.
    When I run the Manage Hybrid Configuration, I receive the following error:
    Updating hybrid configuration failed with error
    'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occurred while using Kerberos authentication: The network
    path was not found.
    The full text from the Hybrid Configuration log file (C:\Program Files\Microsoft\Exchange Server\V14\Logging\Update-HybridConfiguration)
    [1/5/2014 21:21:1] INFO:Opening runspace to
    http://[servername]/powershell?serializationLevel=Full
    [1/5/2014 21:21:1] INFO:Disconnected from On-Premises session
    [1/5/2014 21:21:1] ERROR:Updating hybrid configuration failed with error 'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following
    error occured while using Kerberos authentication: The network path was not found. 
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
       at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
       at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)
       at System.Management.Automation.Runspaces.RunspacePool.Open()
       at System.Management.Automation.RemoteRunspace.Open()
       at Microsoft.Exchange.Management.Hybrid.RemotePowershellSession.Connect(PSCredential credentials, CultureInfo sessionUiCulture)
       at Microsoft.Exchange.Management.Hybrid.Engine.Execute(ILogger logger, String onPremPowershellHost, PSCredential onPremCredentials, PSCredential tenantCredentials, HybridConfiguration hybridConfiguration)
       at Microsoft.Exchange.Management.SystemConfigurationTasks.UpdateHybridConfiguration.InternalProcessRecord()'.
    I have sought help, posting on the forum at community.office365.com -
    http://community.office365.com/en-us/forums/158/t/212265.aspx. But I've got to a point where I believe the problem is more to do with how PowerShell is operating on the on-prem Exchange server.
    Has anyone else come across this problem running the Hybrid Configuration Wizard?

    Hello Darrell,
    Have you verified the settings of Powershell virtual directories for the on-premises Exchange Servers? The following article has a list of some common issues with that virtual directory and how to correct them:
    http://technet.microsoft.com/en-us/library/ff607221(v=exchg.80).aspxI would take a look at the one titled "Configure Kerberos Authentication" specifically to ensure everything
    looks good.
    As the article states you can run the Exchange BPA and it will check if any of these exist as well.

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • Upgrade to R2 from SCOM 2012 SP 1 UR 4 - Final configuration failed to install

    I was upgrading our test SCOM 2012 SP1 UR 4 sever to R2 and ran into the following issue:
    Setup cannot be completed…  Final configuration failed to install.
    Everything else upgraded fine.
    There was no rollback performed…. The log states “Skipping rollback for install item Final Configuration as it was not successfully installed”
    Looking in OpsManagerSetupWizard.log in the section for Final Configuration I see the following:
    [16:00:43]:           Always: :!***** Installing: POSTINSTALL ***
    [16:00:43]:           Info:      :SetProgressScreen: StartMinorStep.
    [16:00:43]:           Warn:    :ApplyUpdates: Unable to load QFE file.
    [16:00:43]:           Always: :Doing Preinstall task for POSTINSTALL
    [16:00:43]:           Warn:    :CheckAndLoadUpdateFiles: Unable to load QFE file.
    [16:00:43]:           Always: :Doing Install task for POSTINSTALL
    [16:00:44]:           Debug: :DoInstallTask: Found Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall;PostInstallProcessor as type and method.
    [16:00:44]:           Info:      :Type: Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall  Method: PostInstallProcessor
    [16:00:44]:           Info:      :SetProgressScreen: Init Exe Install progress.
    [16:00:44]:           Info:      :AddUninstallChangeEntry: Cleaning out existing files at the ARP file cache location D:\Program Files\System Center 2012\Operations
    Manager\Setup
    [16:00:44]:           Error:     :InstallActionProcessor.DoInstallTask: method PostInstallProcessor threw exception.  We will return installSuccessful = false.:
    Threw Exception.Type: System.Reflection.TargetInvocationException, Exception Error Code: 0x80131604, Exception.Message: Exception has been thrown by the target of an invocation.
    [16:00:44]:           Error:     :StackTrace:   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallActionProcessor.DoInstallTask(InstallItemsInstallDataItem itemToInstall)
    [16:00:44]:           Error:     :Inner Exception.Type: System.UnauthorizedAccessException, Exception Error Code: 0x80131604, Exception.Message: Access to the path 'EULA_EN_EVAL.RTF'
    is denied.
    [16:00:44]:           Error:     :InnerException.StackTrace:   at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean
    throwOnTopLevelDirectoryNotFound)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.ARPFileCache()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.AddUninstallChangeEntry()
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall.PostInstallProcessor(Func`3 setProgressScreen)
    [16:00:44]:           Error:     :ProcessInstalls: Install Item Final Configuration failed to install.  We did not launch the post process delegate.
    [16:00:44]:           Always: :SetErrorType: Setting VitalFailure. currentInstallItem: Final Configuration
    [16:00:44]:           Info:      :SetProgressScreen: FinishMinorStep.
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Always: :****Starting*RollBack*******************************************
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Info:      :SetProgressScreen: StartMinorStep.
    [16:00:44]:           Always: :ProcessRollback: Skipping rollback for install item Final Configuration as it was not successfully installed.
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Always: :****Ended*RollBack**********************************************
    [16:00:44]:           Always: :****************************************************************
    [16:00:44]:           Always: :Entering Page: FinishPage
    The log states “Access to the path 'EULA_EN_EVAL.RTF' is denied.”  I was able to find this file in D:\Program Files\System Center 2012\Operations Manager\SetupTemp\EN, but when viewing its contents I see it
    was from the SP 1 upgrade as it starts off with “MICROSOFT EVALUATION SOFTWARE LICENSE TERMS MICROSOFT SYSTEM CENTER 2012 STANDARD SERVICE PACK 1.”  Based on everything else referenced in the log file previously, it seems like it was trying to locate
    this file in D:\Program Files\System Center 2012\Operations Manager\Setup.  Also, I applied the product key after installing SP1 previously, so it was not running with an evaluation license.
    Running Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a
    gives me:
    SkuForLicense Version     TimeOfExpiration
           Retail 7.1.10226.0 12/31/9999 11:59:59 PM
    The version (7.1.10226.0) is that of SCOM 2012 R2 (as I noted before, there was no rollback.)  Everything seems to be functioning fine (Console, Web Console, Reporting Services.)
    Is there a way to get it to re-run only the Final Configuration steps (which will probably fail again as the EULA file does not exist where it expects it)?  I am not sure if there were supposed to be any further
    configuration steps that did not get completed, so i dont know how stable SCOM is now.  Should I re-run the R2 installer?  Or is it OK as is?  The only info online about a SCOM Install where the final configuration failed to install dealt with
    an error upgrading the SCOM Console, which is not relevant to my situation.  This is my test SCOM environment, running on a VM.  I could revert to the pre-upgrade snapshot and see if another upgrade attempt completes successfully, but if that does
    work I am concerned that something like this may happen in my prod environment, which is not running on a VM, so has no ability to revert to a snapshot.

    Hi,
    Please refer to the following links:
    Do I need a specific Cumulative Update Release (UR) in order to upgrade to SCOM 2012 or 2012 SP1 or 2012 R2?
    http://blogs.technet.com/b/kevinholman/archive/2014/01/20/do-i-need-a-specific-cumulative-update-release-ur-in-order-to-upgrade-to-scom-2012-or-2012-sp1-or-2012-r2.aspx
    Upgrading Operations Manager from 2012 SP1 to 2012 R2 step by step
    http://www.systemcentercentral.com/upgrading-operations-manager-from-2012-sp1-to-2012-r2-step-by-step-upgrading-to-2012-r2-series/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+systemcenterforum+%28System+Center+Central+Rollup%29
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Update of Development Configuration fails

    Hello,
    we created an SC based on template WebDynpro. During the project we realized that we might need more tools like CAF. So I added the corresponding dependency in the software component.
    Now, when starting the NWDS it is detected that a new configuration exists.
    Unfortunately after confirming that the configuration should be updated, I always get an error:
    Evaluating of Configurations failed
    org.eclipse.core.runtime.CoreException[0]: com.sap.tc.devconf.update.ConfigurationEvaluationException: Error during evaluation of variant mapping delta: Error when reading component meta data from local file: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
         at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:113)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDelta(CompartmentEvaluator.java:573)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDeltas(CompartmentEvaluator.java:554)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleCompartmentModified(CompartmentEvaluator.java:135)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.evaluate(CompartmentEvaluator.java:92)
         at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluateConfigurationDelta(ConfigDeltaEvaluator.java:166)
         at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluate(ConfigDeltaEvaluator.java:69)
         at com.sap.tc.devconf.update.impl.ConfigurationUpdater.evaluate(ConfigurationUpdater.java:83)
         at com.sap.ide.eclipse.component.devconf.ReimportDevConfigCommand.updateSoftIfPossiblePossible(ReimportDevConfigCommand.java:307)
         at com.sap.ide.eclipse.component.provider.actions.ReimportDevConfAction.run(ReimportDevConfAction.java:102)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: com.sap.tc.devconf.InvalidDefinitionException: Error when reading component meta data from local file: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:757)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCData(DevelopmentComponentNode.java:430)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.getDevelopmentComponent(DevelopmentComponentNode.java:125)
         at com.sap.tc.devconf.impl.DCDependenciesManager.listDirectlyUsedDCNodes(DCDependenciesManager.java:882)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:837)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:845)
         at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:83)
         ... 35 more
    Caused by: com.sap.tc.complib.provider.ProviderException: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
         at com.sap.tc.devconf.impl.DCFileInputProvider.getStreamForDC(DCFileInputProvider.java:114)
         at com.sap.tc.complib.impl.DevelopmentComponentImpl.initialize(DevelopmentComponentImpl.java:720)
         at com.sap.tc.complib.ComponentFactory.initialize(ComponentFactory.java:421)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:745)
         ... 41 more
    Caused by:
    com.sap.tc.devconf.InvalidDefinitionException: Error when reading component meta data from local file: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:757)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCData(DevelopmentComponentNode.java:430)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.getDevelopmentComponent(DevelopmentComponentNode.java:125)
         at com.sap.tc.devconf.impl.DCDependenciesManager.listDirectlyUsedDCNodes(DCDependenciesManager.java:882)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:837)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:845)
         at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:83)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDelta(CompartmentEvaluator.java:573)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDeltas(CompartmentEvaluator.java:554)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleCompartmentModified(CompartmentEvaluator.java:135)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.evaluate(CompartmentEvaluator.java:92)
         at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluateConfigurationDelta(ConfigDeltaEvaluator.java:166)
         at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluate(ConfigDeltaEvaluator.java:69)
         at com.sap.tc.devconf.update.impl.ConfigurationUpdater.evaluate(ConfigurationUpdater.java:83)
         at com.sap.ide.eclipse.component.devconf.ReimportDevConfigCommand.updateSoftIfPossiblePossible(ReimportDevConfigCommand.java:307)
         at com.sap.ide.eclipse.component.provider.actions.ReimportDevConfAction.run(ReimportDevConfAction.java:102)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: com.sap.tc.complib.provider.ProviderException: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
         at com.sap.tc.devconf.impl.DCFileInputProvider.getStreamForDC(DCFileInputProvider.java:114)
         at com.sap.tc.complib.impl.DevelopmentComponentImpl.initialize(DevelopmentComponentImpl.java:720)
         at com.sap.tc.complib.ComponentFactory.initialize(ComponentFactory.java:421)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:745)
         ... 41 more
    Caused by:
    com.sap.tc.complib.provider.ProviderException: Cannot read component definition. File does not exist: C:\Users\mkr\.dtc\1\DCs\camelot.com\Cmeio\runtime\_comp\.dcdef
         at com.sap.tc.devconf.impl.DCFileInputProvider.getStreamForDC(DCFileInputProvider.java:114)
         at com.sap.tc.complib.impl.DevelopmentComponentImpl.initialize(DevelopmentComponentImpl.java:720)
         at com.sap.tc.complib.ComponentFactory.initialize(ComponentFactory.java:421)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCDataLocally(DevelopmentComponentNode.java:745)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.loadDCData(DevelopmentComponentNode.java:430)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.getDevelopmentComponent(DevelopmentComponentNode.java:125)
         at com.sap.tc.devconf.impl.DCDependenciesManager.listDirectlyUsedDCNodes(DCDependenciesManager.java:882)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:837)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.listUsedDCs(DevelopmentComponentNode.java:845)
         at com.sap.tc.devconf.update.impl.LocalComponentHelper.visitUsedComponentsFromCompartment(LocalComponentHelper.java:83)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDelta(CompartmentEvaluator.java:573)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleUsageDeltas(CompartmentEvaluator.java:554)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.handleCompartmentModified(CompartmentEvaluator.java:135)
         at com.sap.tc.devconf.update.impl.CompartmentEvaluator.evaluate(CompartmentEvaluator.java:92)
         at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluateConfigurationDelta(ConfigDeltaEvaluator.java:166)
         at com.sap.tc.devconf.update.impl.ConfigDeltaEvaluator.evaluate(ConfigDeltaEvaluator.java:69)
         at com.sap.tc.devconf.update.impl.ConfigurationUpdater.evaluate(ConfigurationUpdater.java:83)
         at com.sap.ide.eclipse.component.devconf.ReimportDevConfigCommand.updateSoftIfPossiblePossible(ReimportDevConfigCommand.java:307)
         at com.sap.ide.eclipse.component.provider.actions.ReimportDevConfAction.run(ReimportDevConfAction.java:102)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Any idea what's wrong here?
    Thanks,
    Michael

    Hi,
    Just go through this consolidated help.sap.com link.
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/63/7a4d40eae76f13e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw2004s/helpdata/en/63/7a4d40eae76f13e10000000a1550b0/frameset.htm]
    Regards,

  • Configuration failed 11.1.2. compatibility to wls 10.3

    Hello,
    I developed an application for mobile Web using only Trinidad components under JDeveloper 11.1.2
    I created the ear file and started to deploy it on a Weblogic 10.3 and got some problems during the start of the application:
    <21.10.2011 16:24 Uhr MESZ> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Critical error during deployment:
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    ... and a lot more
    I got an ADF Faces application which I developed using JDev 11.1.1.4 running on this server without any complains.
    Any help will be greatly appreciated. Thanks in advance.
    Martin
    Edited by: MartinK on 21.10.2011 07:44

    Hi,
    JDeveloper 11.1.2. requires a patched instance of WLS 10.3.5. Even if using Trinidad, the component set you use in JSf 2.0, which is not what you have on 10.1.3.x
    Frank

  • ConfigurationException during deploy "CONFIGURATION FAILED! File not found"

    Hello All,
    The deployment of my adf app. is failing with the following error. Although till yesterday also, it was failing but atleast it was going much farther than this. What is causing this error? I did make changes to config.xml but then restored it. Any help is appreciated. This is critical.
    ####<Sep 14, 2011 1:23:36 PM CDT> <Info> <J2EE Deployment SPI> <brksvw379> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <u00w669> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae49> <1316024616200> <BEA-260121> <Initiating deploy operation for application, myProject [archive: F:\Oracle\Middleware\user_projects\domains\BPEL_DEV\servers\AdminServer\upload\myProject.ear], to AdminServer .>
    ####<Sep 14, 2011 1:23:47 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <u00w669> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae49> <1316024627386> <BEA-149038> *<Initiating Task for myProject : [Deployer:149026]deploy application myProject on AdminServer.>*
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <J2EE> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630053> <BEA-160170> <Imported library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 for Application myProject>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <WorkManager> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630069> <BEA-002903> <Creating WorkManager from "wm/SOAWorkManager" WorkManagerMBean for application "myProject">
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module empty.jar of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149060> <Module empty.jar of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module mySubProj of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <HTTP> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630771> <BEA-101363> <Application: myProject, WebApp: mySubProj has context-root specified in application.xml: "mySubProj". The context-root specified in weblogic.xml: "mySubProj" will be ignored.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024693171> <BEA-149060> <Module mySubProj of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module empty.jar of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module empty.jar of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module mySubProj of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module mySubProj of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:54 PM CDT> <Warning> <HTTP> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024694451> <BEA-101162> *<User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found.*
    java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:294)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.io.FileNotFoundException: File not found
    at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:117)
         at java.util.jar.JarFile.<init>(JarFile.java:135)
         at java.util.jar.JarFile.<init>(JarFile.java:72)
         at com.sun.faces.facelets.util.Classpath.getAlternativeJarFile(Classpath.java:262)
         at com.sun.faces.facelets.util.Classpath.search(Classpath.java:115)
         at com.sun.faces.facelets.util.Classpath.search(Classpath.java:92)
         at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.loadURLs(MetaInfFacesConfigResourceProvider.java:159)     
    at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:107)
         at com.sun.faces.config.ConfigManager$URLTask.call(ConfigManager.java:1096)
         at com.sun.faces.config.ConfigManager$URLTask.call(ConfigManager.java:1064)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:642)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    I did some more research and found out that method loadURLs of class MetaInfFacesConfigResourceProvider.java is throwing IOException. Is this some kind of class path issue? Please help!
    private Collection<URL> loadURLs(ServletContext context) throws IOException {
    154
    155 Set<URL> urls = new HashSet<URL>();
    156 for (Enumeration<URL> e = Util.getCurrentLoader(this).getResources(META_INF_RESOURCES); e.hasMoreElements();) {
    157 urls.add(e.nextElement());
    158 }
    159 urls.addAll(Arrays.asList(Classpath.search("META-INF/", ".faces-config.xml")));
    160 // special case for finding taglib files in WEB-INF/classes/META-INF
    161 Set paths = context.getResourcePaths(WEB_INF_CLASSES);
    162 if (paths != null) {
    163 for (Object path : paths) {
    164 String p = path.toString();
    165 if (p.endsWith(".taglib.xml")) {
    166 urls.add(context.getResource(p));
    167 }
    168 }
    169 }
    170 return urls;
    171
    172 }
    173
    Edited by: user12054715 on Sep 14, 2011 2:13 PM

    I did a couple of things ( gathered from various posts on OTN). I am not sure which one did the trick but the error is gone now. I am mentioning the steps that I took. Later when I have more time, I will narrow down to exactly what worked.
    1. The following was missing from my web.xml (Thanks Rene!) Added it
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    2. Removed any mention of 'Anonymous-User' from Jazn-data.xml.
    Application tab -> Secure -> Configure ADF Security -> Jazn-data.xml (source tab and removed block of code referring to anonymous user)
    Hope this will help others.

  • Oracle iPlanet Web Server 7 - Configuration Failed

    Hi There,
    Installing Oracle iPlanet Web Server
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installation Summary
    Product Status Information
    1. Oracle iPlanet Web Server Configuration Failed View log file
    1. View log file
    2. Done
    Jul 5, 2011 4:29:16 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 4:30:19 AM com.sun.web.installer.web.actions.PostInstall_core
    install
    INFO: Start core server configuration
    Jul 5, 2011 4:30:19 AM com.sun.web.installer.web.actions.PostInstall_core
    installJDK
    SEVERE: JDK copy failed
    Jul 5, 2011 4:52:36 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 4:55:00 AM com.sun.web.installer.web.actions.PostInstall_core
    install
    INFO: Start core server configuration
    Jul 5, 2011 4:57:07 AM com.sun.web.installer.web.actions.PostInstall_core
    configureServer
    INFO: Invoking the server configuration script
    Jul 5, 2011 4:57:08 AM com.sun.web.installer.web.actions.PostInstall_core
    configureServer
    WARNING: The backend configurator failed
    Jul 5, 2011 5:15:10 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 5:15:46 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 5:16:43 AM com.sun.web.installer.common.dialogs.
    CustomDirectorySelectionPanel isDisplayComplete
    INFO: Installing Oracle iPlanet Web Server 7.0.9
    Jul 5, 2011 5:21:37 AM com.sun.web.installer.web.actions.PostInstall_core
    install
    What could be the problem?

    [root@local java]$ ls
    default jdk1.6.0_02 jdk1.6.0_20 jdk1.6.0_26 latest
    [root@local java]# ./setup --javahome /usr/java/jdk1.6.0_26
    Product : Oracle iPlanet Web Server
    Location : /opt/oracle/webserver7
    Disk Space : 231.37 MB
    Administration Command Line Interface
    Server Core
    Start Administration Server [yes/no] [yes] {"<" goes back, "!" exits}:
    Ready to Install
    1. Install Now
    2. Start Over
    3. Exit Installation
    What would you like to do [1] {"<" goes back, "!" exits}? 1
    Installing Oracle iPlanet Web Server
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installation Summary
    Product Status Information
    1. Oracle iPlanet Web Server Configuration Failed View log file
    1. View log file
    2. Done
    What would you like to do [2] {"!" exits}?
    I can not see the option.

Maybe you are looking for

  • Error while opening the web page

    Hi,   i am trying to start the srm login page using web. with the service BBPSTART..its not opening it shows ' Firefox can't establish a connection to the server at xxxx.xxx'. what might be the problem... kindly help me with it... thx.

  • IBook VGA output to projector = "No Signal"

    This is a recent intermittent fault. iBook G4 14" >> Apple VGA Adapter >> Sony Projector (several models tried) I'm getting a "No Signal" message on the projector. Once I was able to open the Sys Prefs display panel and use 'Detect Displays' which go

  • When will the lightning to 30 pin adapter ship in Australia?

    Has anyone heard when in October apple will ship out the lightning to 30 pin adapter?

  • Check In failed for the activity

    Hi,     Here we have developed a Webdynpro application through JDI. We have created an activity for the application. The application is working fine, but we are facing the problem with the check in. It is saying check in failed for the activity. Belo

  • Trapcode Form/Particular like plugins for photoshop?

    Hello all, I would like to know if any of you knows about any plugins for photoshop, that work the same as trapcode form or trapcode particular... I found the Ulead Particles plugin and haven't tried it yet, but it seems from what i saw that its not