Unable to create OC4J instance - out of sync instance

RDBMS Version: 9.2.0.0
Operating System: W2K
Product Version: 9.0.4.0.0
JDK Version: 1.4.2_03
Error number: ADMN 705021
Hi
I am trying to create an OC4J instance using EM. When I do, I receive the
following error message:
The operation failed...<instance_name>. See base exception for details. Root
cause: Error encountered executing command <oracle_home>\bin\emtcgtcl -add
<oracle_home> -EMDROOT <oracle_home>_agent. Error in writing input.
I issued a dcmctl listcomponents command at this point and the container I
was trying to create shows in the list. I also issued dcmctl updateconfig
and getstate commands. I then get a ADMN 705021 error: The configuration
files for this 10g instance are inconsistent with the configuration shared
in the repository...Check the logs at $ORACLE_HOME\dcm\logs.
To try and resolve the problem, I used note 238393.1 Troubleshooting DCM
Repository Out of Sync Errors. I checked all configuration files existed.I
then checked the repository components list, creating fake directories for
those components that showed using dcmctl listcomponents, and then
consequently removed those components. When I removed them, I would receive
an ADMN 906025 error, but the component would be removed. I checked that the
deployed applications list was correct using dcmctl listapplications, and it
was. However I would also receive the following error message:
java.io.FileNotFoundException:
<Oracle_Home>\j2ee\home\application-deployment\wp\jazn-data.tmp (The system
cannot find the path specified). The directory wp does not exist, so this
message is accurate.
I'm kind of at a loss where to start given all these error messages. I guess
what I need to do is get the instance in sync somehow, and then hopefully be
able to create an oc4j instance.
Can anyone suggest an approach given the detail above?
Regards
Andy

Andy,
Check the state of your repository using 'dcmctl getState' command. If you get an error or 'In Sync Status' for one of the component is shown as 'false', try to resync the instance using 'dcmctl resyncInstance'.
If resyncInstance succeed, remove the OC4J instance/component that you were trying to add initially and create it again using removeComponent and createComponent commands.
If resyncInstance fails, shutdown (if possible) all OracleAS instances in DCM-Managed OracleAS Cluster (if any). Shutdown all process of the instance (using 'opmnctl stopall' command) including OracleAS Control Console (using 'emctl stop iasconsole') and start the instances again (using 'opmnctl startall' and 'opmnctl startproc ias-component=dcm-daemon'). Remember to first start the OracleAS instance that is acting as repository host for File-based repository (if any).
Now check the instance state, list of components and list of applications. If problem persist, please contact Oracle Support by logging a TAR to further diagnose and help resolve this issue.
Regards
Shail

Similar Messages

  • Unable to create oc4j istance and oc4jgroup (OAS 10.1.3.3)

    Hi to all.
    I am unable to create an oc4j istance or an oc4jgroup with OAS 10.1.3.3. I never got this error until now.
    When I try to create an oc4j istance with EM I get this error:
    Creation of OC4J instance "prova" failed due to the error: Caught exception calling invoke on oc4j:name=Singleton,type=OpmnConfig
    In $ORACLE_HOME/j2ee/home/log/ascontrol.log I see this error:
    2009-10-27 12:10:29,218 [SystemThreadGroup-12] ERROR cluster.JMXExtendedGroupAdminBean createOC4J.469 - Exception thrown in RequiredModelMBean while trying to invoke operation createOc4jGroup
    javax.management.MBeanException: Exception thrown in RequiredModelMBean while trying to invoke operation createOc4jGroup
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1098)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
         at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.invoke(JMXConnectorImpl.java:389)
         at oracle.sysman.ias.studio.cluster.JMXExtendedGroupAdminBean.createOC4J(JMXExtendedGroupAdminBean.java:412)
         at oracle.sysman.ias.studio.cluster.CreateOC4JHelper$OC4JCreateProcessingBean.doWork(CreateOC4JHelper.java:418)
         at oracle.sysman.ias.studio.util.ProcessingBean$ProcessingThread.run(ProcessingBean.java:273)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.j2ee.admin.jmx.exception.config.ConfigMBeanException: Caught exception calling invoke on oc4j:name=Singleton,type=OpmnConfig
         at oracle.oc4j.admin.management.farm.util.OpmnProxyUtil.invoke(OpmnProxyUtil.java:204)
         at oracle.oc4j.admin.management.farm.util.OpmnProxyUtil.invokeSingle(OpmnProxyUtil.java:129)
         at oracle.oc4j.admin.management.farm.mbeans.OpmnConfigAgr.createOc4jGroup(OpmnConfigAgr.java:327)
         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:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         ... 13 more
    Caused by: javax.management.MBeanException: Exception thrown in RequiredModelMBean while trying to invoke operation invoke
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1098)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
         at oracle.oc4j.admin.management.farm.util.OpmnProxyUtil.invoke(OpmnProxyUtil.java:202)
         ... 25 more
    Caused by: java.io.IOException: RuntimeException thrown by the invoke method of the Dynamic MBean
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.invoke(RemoteMBeanServer.java:824)
         at oracle.oc4j.admin.management.farm.mbeans.JVMAgr.invoke(JVMAgr.java:1481)
         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:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         ... 33 more
    [ on so on ... ]
    I am not able to understand what happen. Nothing googling....
    Can anyone help me, please?
    Thanks in advance.
    Francesco.

    No one???
    I did more tests and I can say that I am non able to create groups because I can create oc4j istance with existing groups.
    Please helps.
    Thanks.
    Francesco.

  • Why does my template created page jump out of sync?

    Hi there
    I'm relatively new at this, having read classroom in a book on Dreamweaver CS6 I thought I'd attempt my own website.
    I't's relatively simple and contains only 4 pages derived from a template.
    3 of the pages look fine and jumping from one to another everything is precisely registered.
    1 page however refuses to play ball and is horizontally out of register with the other 3 pages- it moves about 3 mm to the left
    I've isolated this as being down to the text in the main editable region. If I remove a paragraph (it doesn't matter which one) it returns to being in register with the other pages.
    When creating the template itself I did leave a lesser amount of text in situ in the editable region so that I could simply cut and paste over it,  I also did this for the heading which seems to work fine.
    Below is the problem page code About Graphic Communication and a welcome page code which is fine
    Also attached link to site which is being hosted externally (set up by someone who knows what they are doing)
    Contact Details
    Any help would be gratefully received
    Many thanks
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>About Graphic Communication</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body {
      background-color: #000;
      text-align: center;
      margin: 0px;
      padding: 0px;
      color: #EEE;
    #wrapper {
      text-align: left;
      width: 760px;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    #logo {
      height: 130px;
      width: 200px;
      float: left;
    #header {
      height: 130px;
      width: 560px;
      float: right;
      text-align: left;
      padding-top: 0px;
      margin-top: 0px;
    #content {
      margin-top: 30px;
      padding-top: 15px;
    h1 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 24px;
      color: #BBB;
      font-weight: lighter;
    #footer {
      margin-top: 50px;
      margin-bottom: 12px;
      clear: both;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
      padding-left: 55px;
      color: #999;
      background-color: #AAAAAA
      background-color: #333;
    p {
      padding-left: 55px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: lighter;
      padding-right: 40px;
    #footerNav {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      margin-top: 50px;
      padding-left: 55px;
      color: #999;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="wrapper">
      <div id="logo"><img src="Images/Logo%20200x130px.jpg" width="200" height="130" alt="logo200x130" /></div>
      <!-- InstanceBeginEditable name="heading" -->
      <div id="header">
        <p> </p>
        <h1>About Graphic Communication</h1>
      </div>
      <!-- InstanceEndEditable -->
      <div id="picture"></div>
      <!-- InstanceBeginEditable name="main image" --><img src="Images/cavepainting.jpg" width="760" height="250" alt="cave painting of early communication" /><!-- InstanceEndEditable -->
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html">HOME</a>    </li>
        <li><a href="about.html">ABOUT</a></li>
        <li><a href="portfoliopage.html">PORTFOLIO</a>    </li>
        <li><a href="contact.html">CONTACT</a></li>
      </ul>
      <!-- InstanceBeginEditable name="content" -->
      <div id="content">
        <p>As far back as I can remember, I’ve always been inspired to draw and paint, so a career in art and design was always on the cards.</p>
        <p>After 4 years studying graphic design to degree standard at Cornwall College, I graduated as a diploma member of the Society of Industrial Artists and Designers in 1982.</p>
        <p>Over the years, I’ve worked in Audio Visual, Packaging and POS, Cosmetics and Beauty Products, Engineering, Christian Publicity and the Pharmaceutical Industry, to name but a few. Starting out  with paste-up artwork on drawing boards, hand drawn marker visuals, and long hours in darkrooms, time has seen many changes with equipment and working methods. However, though the tools have changed, my aim has always remained the same — to produce effective, relevant, graphic communication.</p>
        <p>Graphic communication is everything — it has always been. From the very first marks we humans ever made representing our ideas and experiences, to today’s fast changing digital world, and beyond, it’s the culmination of an inventive ideas process that effectively communicates our intent and values to others.</p>
        <p>For the designer, it means a partnership between the client's aims and the designer’s creativity, defining a common vision and honing all the possibilities of outcome into a single bespoke solution that’s distinctly right for your business, not someone else’s.</p>
        <p>Good design simply means great graphic communication.</p>
      </div>
      <!-- InstanceEndEditable -->
      <div id="footer">© Kevin Raddy 2014</div>
      <div id="pictureborder1"></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Welcome to Graphic Communication</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body {
      background-color: #000;
      text-align: center;
      margin: 0px;
      padding: 0px;
      color: #EEE;
    #wrapper {
      text-align: left;
      width: 760px;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    #logo {
      height: 130px;
      width: 200px;
      float: left;
    #header {
      height: 130px;
      width: 560px;
      float: right;
      text-align: left;
      padding-top: 0px;
      margin-top: 0px;
    #content {
      margin-top: 30px;
      padding-top: 15px;
    h1 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 24px;
      color: #BBB;
      font-weight: lighter;
    #footer {
      margin-top: 50px;
      margin-bottom: 12px;
      clear: both;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
      padding-left: 55px;
      color: #999;
      background-color: #AAAAAA
      background-color: #333;
    p {
      padding-left: 55px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: lighter;
      padding-right: 40px;
    #footerNav {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      margin-top: 50px;
      padding-left: 55px;
      color: #999;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="wrapper">
      <div id="logo"><img src="Images/Logo%20200x130px.jpg" width="200" height="130" alt="logo200x130" /></div>
      <!-- InstanceBeginEditable name="heading" -->
      <div id="header">
        <p> </p>
        <h1>Welcome to Graphic Communication</h1>
      </div>
      <!-- InstanceEndEditable -->
      <div id="picture"></div>
      <!-- InstanceBeginEditable name="main image" --><img src="Images/Voyager 26 web.jpg" width="760" height="250" alt="Voyager spacecraft" /><!-- InstanceEndEditable -->
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html">HOME</a>    </li>
        <li><a href="about.html">ABOUT</a></li>
        <li><a href="portfoliopage.html">PORTFOLIO</a>    </li>
        <li><a href="contact.html">CONTACT</a></li>
      </ul>
      <!-- InstanceBeginEditable name="content" -->
      <div id="content">
        <p>Welcome to Graphic Communication, the website of freelance graphic designer Kevin Raddy. With over 20 years design for print experience, I offer a friendly, professional, design and artwork service at competitive prices.</p>
        <p>Whatever your design need, my aim is to make a difference to your business through creative and effective use of graphic design. I’ll strive not only meet your expectations, but through creativity, inspiration and communication, exceed them—that’s good for your business and unsurprisingly, it’s also good for mine. </p>
        <p>Whether you are looking for a new logo, branded stationery, leaflets, a corporate brochure or any type of design for print project, Graphic Communication prides itself on delivering on time—on budget solutions, aimed at total customer satisfaction.</p>
        <p>  </p>
      </div>
      <!-- InstanceEndEditable -->
      <div id="footer">© Kevin Raddy 2014</div>
      <div id="pictureborder1"></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

    Normally you would have an external style sheet for your site. Each page would be linked to that style sheet.
    In your case, you have placed the style rules in the document, which is Ok except when it comes to maintenance.
    To answer your question, place the code just above the body style rules as in
    html { 
      overflow-y:scroll; 
    body {
      background-color: #000;
      text-align: center;
      margin: 0px;
      padding: 0px;
      color: #EEE;
    If you do have plans to use an external style sheet, the rule for the html will not adversely affect other pages.

  • Unable to create titles, getting "Out of memory" error message

    I am editing a project on FCE 2.0.3.
    I recently re-opened the project after about a year. It is stored on a 500GB external firewire hard-drive. I am working on a Mac G5 Powermac 7.2 with OS 10.4.11 with 1GB of RAM. I have my system settings on FCE set at 100% for memory usage and still cache. All my system settings on FCE are set to save to the external drive. I have 16GB available on my G5 memory.
    Every time I try to create a title using Title crawl, i get this error message:
    AE Effects Error: Out of memory using "title crawl."
    Also, every time I close the project and re-open it, I have to reconnect all the media and re-render everything, even though I save the project each time. I have also Saved As a different project name multiple times and this doesn't help.
    One other issue: The titles that I have on the project already look clear when the video is paused on a frame, but when they are moving they look very low-res and pixilated. The pixilated look also happens when I output my video to a QT movie. How can I make the titles look sharp?
    Please help!
    THANKS
    -Pierre
    Message was edited by: Pierre Degaillande1

    Before you do anything, trash your preferences exactly as detailed in this link:
    http://fcpbook.com/Misc1.html
    +"AE Effects Error: Out of memory using "title crawl.""+
    Try pushing down the memory usage and still cache a lot, and see if that helps. You only have 1GB of RAM, so keeping them at 100% is not a good idea. A computer can easily use about half a gigabyte just maintaining regular processes. To make sure you don't overload your RAM, you need to set the amount of memory FCE can use to a much smaller amount.
    +"Also, every time I close the project and re-open it, I have to reconnect all the media and re-render everything, even though I save the project each time. I have also Saved As a different project name multiple times and this doesn't help."+
    Are you moving files around on your scratch disk or renaming them? If so, you will have to reconnect them every time you change things.
    +"The titles that I have on the project already look clear when the video is paused on a frame, but when they are moving they look very low-res and pixilated. The pixilated look also happens when I output my video to a QT movie. How can I make the titles look sharp?"+
    Are you looking at the fully rendered movie? Click Option-R to render everything out.

  • Unable to Create a WebService out of a proxy java class

    Hi ,
    I have a bpel process of which i created a java proxy client. I tested the proxy and it is invoking the bpel process fine. Now i'm trying to generate a webservice out of this proxy(java Class) . but im facing some issues while creating the webservice.
    I get an Error saying Cannot serialize into XML and no custom serializer found.
    i have a complex datatype(array).

    sandeepthr,
    I'm not sure I understand why you would do this? If you have a BPEL process, by definition, isn't that already exposed as a web service? Why would you create a web service for a proxy of a web service?
    John

  • Need to disable 2 SQL instances out of 5 instances in SCOM

    Hello All,
    Thanks in advance,
    Server name:  HELIC.common.com
    we have 5 sql instances in the servver
    HELIC01-DEV\DEV01
    HELIC02-DEV\DEV02
    HELIC03-DEV\DEV03 
    HELIC05-TEST\Test01
    HELIC06-Prod\Prod1
    i want to disable the below two instances 
    HELIC01-DEV\DEV01
    HELIC02-DEV\DEV02

    Hi,
    Please refer to the method in Kevin’s blog:
    Stop monitoring SQL Express and Windows Internal Database
    http://blogs.technet.com/b/kevinholman/archive/2010/02/13/stop-monitoring-sql-express-and-windows-internal-database.aspx
    Hope this helps.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Unable to create an instance of the Java Virtual Machine

    I hope someone can help me to encounter this problem. Well, I have read the instruction over and over on how to setup SQL Developer. 
    The version i have installed Oracle Database 11g Express Edition and downloaded sqldeveloper-4.0.0.13.80-no-jre and the jdk version 1.7.0_45. Problem is when setup oracle sql developer, pop-up screen highlight on
    Unable to create an instance of the Java Virtual Machine
    Located at path : C:\Program Files/Java/jdk1.7.0_45\jre\bin\client\jvm.dlll.
    I have select the path earlier stage and direct to the C:\Program Files/Java/jdk1.7.0_45 ONLY FOLDER. It turns out to this error.
    At the cmd screen error message as below :
    Error occurred during initialization of VM
    Could Not reserve enough space for object heap
    Anyone do give me advise on how to solve this issue. Thank's alot.

    What I did was:
    Use
    Windows Explorer to browse to C:\Users\user\AppData\Roaming\sqldeveloper\1.0.0.0.0Open
    product.conf with wordpad
    Go
    to the bottom of the file
    Uncomment
    the 32 bit entry and change it to:Add32VMOption -Xmx512m

  • Y Do V Create OC4J instance?

    Dear All!
    i have 2 deploy oracle forms and reports on web using OAS10g
    Do i need 2 Create OC4J instance?
    If Yes..
    Then Y Do V Create OC4J instance?
    Rana Adnan

    Andy,
    Check the state of your repository using 'dcmctl getState' command. If you get an error or 'In Sync Status' for one of the component is shown as 'false', try to resync the instance using 'dcmctl resyncInstance'.
    If resyncInstance succeed, remove the OC4J instance/component that you were trying to add initially and create it again using removeComponent and createComponent commands.
    If resyncInstance fails, shutdown (if possible) all OracleAS instances in DCM-Managed OracleAS Cluster (if any). Shutdown all process of the instance (using 'opmnctl stopall' command) including OracleAS Control Console (using 'emctl stop iasconsole') and start the instances again (using 'opmnctl startall' and 'opmnctl startproc ias-component=dcm-daemon'). Remember to first start the OracleAS instance that is acting as repository host for File-based repository (if any).
    Now check the instance state, list of components and list of applications. If problem persist, please contact Oracle Support by logging a TAR to further diagnose and help resolve this issue.
    Regards
    Shail

  • When I export a AAF file from Protools 9 and Import the file into Logic ProX the drum track is out of sync.  I created the drum loop using NI Maschine.  Has anyone else seem this??

    When I export an AAF file/project from Protools 9 using an external drive and import the AAF into Logice Pro X the drum track does not play correctly.  It is out of sync with the rest of the track.  I created the drum loop as a plugin using Native Instruments Maschine. Has anyone else had this problem??  Also how would I go about exporting the midi tracks from the Protools session.  The midi track does not show when the file is imported to Logic Pro X.  The midi data should export with the AAF file correct??

    Are you using any plugins in Logic?
    In Preferences/Audio  under the General tab, how do you have the plug-in-latency compensation set?

  • Urgent Unable to create the Instance and reconfiguration of planning

    Hi All
    we are using hyperion 9.3.1 for planning. Long time back we did installation and had some applications on different planning instance.
    Now we need to create a new application then we are trying to create the application but we are unable to create becasue instanse is not there, so we are planninng to create a instance by using configuration utility.
    while we are doing configuration at the first step i am unable to fine the product panel Planning is not available.
    Can any one have the answer??
    Thanks in Advance..
    Rao

    Not sure if this Planning Option Not Visible in Configuration Utility will help you, have a look and let us know.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to create an instance of the Calendar Server after installation

    After installing Calendar Server, I am unable to create an instance of the
    Calendar Server. Instead, I receive the following error:
    <P>
    Error: "Authentication Credentials could not be obtained from the
    Admin Server"
    Check the /users/unison/misc/unison.ini
    file, under the
    [LDAP] section, to
    verify that the correct LDAP host and baseDN are set. The settings
    should appear as follows:
    <P>
    [LDAP]
    basedn=<I>YourBaseDN</I>
    host = <I>YourHostname</I>
    port = <I>Port</I>

    Hi,
    I've got the exact same problem when launching to JDeveloper.
    And I've searched on internet for days.
    I did try to modify the number of
    MaxPermSize in jdev.conf
    and
    Xmx and Xms in ide.conf
    I've tried several combinations, and sometimes it works.
    The disappoint fact is that even with the same combination of the settings, sometimes it works and sometimes it doesn't.
    Sometimes it just work. Sometimes it doesn't...and after rebooting it works again......Sometimes even rebooting doesn't help.......Sometimes when change MaxPermSize to a smaller number it works...and next time it may not work again....Sometimes you change the MaxPermSize to some other number, save, and then change it back,,,,and it works again...but next time you try to use it, it may not work..........
    I don't know what leads to these problems.....anyone could help? Thanks in advance....

  • Error 1647:  Unable to create installdrivers instance

    Error 1647! Unable to create installdrivers instance
    Return code: 2147312566....I'm trying to find a solution on this error message. Haven't had much luck! This error message appears when I try to install updates to iPod and iTunes.
    Most of what I've read isn't clear. Most importantly, I'm afraid to add anything to the system language. Any easy solutions? Can I continue to run my current (old) versions of the iPod updater and iTunes?

    Thanks!

  • Urgent-Precalculation Service: Unable to create instance

    Gurus,
    I did install the SAP BW Precalculation Service on my desktop and did configure the Precalculation Service under SPRO->Administrate Precalculation Server. And after all that, whenever I started the Precalculation Server (via services) from the desktop the server at the BW end used to turn green. Until here everything was working a week back BUT! I got on to it again today and when I try and start the service on my desktop, I get the following error:
    <b>Application has generated an exception that could not be handled
    Process id=0xefc (3836), thread id=0X84c(2124).</b>
    And when I try to uninstall (hoping I could re-install), I cannot even uninstall the same instead I get a different error:
    <b>Unable to create an instance of the com.sap.bi.et.precalcultion.BExPrecWindowsService.ProjectInstaller installer type.->Exception has been thrown by the target of an invocation --> Security error.</b>
    Can someone throw light on this please?
    _RJA
    Message was edited by: RJA

    Update: is it possible that security rights to the Essbase directory would affect the Query Designer? On a machine that it works on, I've noticed that the "xla" file updates each time it is accessed.

  • TimeOutException - unable to create instance - after installing patch set.

    Hi,
    We have Oracle 9iAS 9.0.2 (Release 2) running on Windows 2000 Server.
    We are running EJB's on the server, these include Entity and Session Beans.
    Last week on 13-March 2003 (Thrusday) we installed a PatchSet downloaded from "metalink.oracle.com".
    NAME: PatchSet 1 for Windows NT
    After installation we faced the following problem :
    1. Initial (first time) when an Entity Bean is called for a specific Primary Key, we are able to get the instance of the Bean.
    2. However for subsequent request to the same Bean, it is unable to create or find an instance for the Bean, throwing the following error :
    "TimeOutException" - "unable to create instance"
    3. Though Step 1 and Step 2 are repeated on restarting OC4J_HOME.
    We then uninstalled the Oracle 9iAS and reinstalled it without the PatchSet. On doing so, the above error did not occur.

    Badrul,
    Try setting max-instances=0 for your EJB in the orion-ejb-jar.xml.
    regards
    Debu

  • Unable to create instance

    Im running windows XP Professional all current updates
    I have all of the latest updates on my laptop and I just downloaded the latest version of SQL Developer but when I try to open the program I receive this error “Unable to create an instance of the java virtual machine.”
    Ive been looking at solutions all morning and to be honest I really don’t understand what they mean when they talk about AddVMOption -Xmx512M. I don’t know where to go to do this. Any ideas or other solutions??

    Hi, I have the same problem. I downloaded 2.1.1 with JDK and I am local admin to my PC.
    The error popup was:
    unable to create an instance of the java virtual machine located at path: ..\..\jdk\jre\bin\client\jvm.dll
    I googled around and tried:
    1. Copy C:\Program Files\sqldeveloper\jdk\jre\bin\server\jvm.dll to overwrite C:\Program Files\sqldeveloper\jdk\jre\bin\client\jvm.dll. Didn't help, reverted.
    2. Increase memory. My Computer -->Properties -->Advanced --> Performance (setting button) --> advanced --> virtual memory (change button) Didn't help.
    3. add C:\Program Files\sqldeveloper\jdk\jre\bin to the front of the PATH. Didn't help.
    And suggestions will be appreciated!
    Thanks,

Maybe you are looking for

  • PI 2.2 automatically export ClientsAndUsers data to .csv

    Hello dear community, i try to automate export the data from the Monitor > Client and Users to .csv file. Is it possible to export the file every week automatically in .csv format to an external server (preferably SCP or SFTP). Or any other way.? Reg

  • Returns docs not posting to XI - SYSFAIL error

    We have a function module called BAPI_GODSMOVT_CREATE to pass return notes to SAP xi.. This program has scheduled to run everyday midnight.. But dud to some reason files were not getting transferred from SAP R3 to XI.. We checked in SM58 and in the s

  • Excel copy drops leading zeros

    I have records with a part number that is a text field, but contains digits. When I export to excel, the excel spreadsheet drops leading zeros from the part number. How do I get the export to treat this as a text field and retain the zeros. No, I hav

  • IPad air memory amount

    Hi, I just got the iPad air. I got the 128GB AT&T version. Under setting/general/about the Capacity says 115GB. What gives? I checked my ipad3 and it says 57GB which is the correct amount of storage space on my iPad3. Both devices are running IOS7. T

  • Unable to access the "Import to Library"

    Not sure why but I am no longer able to import my photo's to IPhoto 11. When I go to Finder (Preview) or to Adobe Photo Shop CS5 to Import the photo's it no longer gives me the option to Import To Library?  I've sat here for hours trying to fix these