A question when run oracle 11g oradim utility

I want to create a new 11g database service on windows 2003 server using oradim , i encountered the following error,but still created the service successfully.I run the same command to create a new 9i&10g service the error didn't arise.
i didn't know if anybody had encountered the same error?is it a bug of 11g v1 ?i am not sure.
11g:
E:\oracle>set oracle_sid=test11g
E:\oracle>oradim -new -sid test11g -syspwd oracle -startmode manual -pfile K:\oracle\product\11.1.0\db_1\database\inittest11g.ora
Instance created.
Error while deleting value, OS Error = 2
The Oracle test11g VSS Writer Service service is starting.
The Oracle test11g VSS Writer Service service was started successfully.
9i:
C:\Documents and Settings\rachen>oradim -new -sid test -startmode a -intpwd oracle -pfile E:\ORACLE\ORA92\DATABASE\INITTEST.ORA
C:\Documents and Settings\rachen>oradim -delete -sid test
10g:
E:\rachen>oradim -new -sid w10gedx0 -syspwd oracle -startmode auto -pfile K:\oracle\product\10.2.0\db_2\database\initw10gedx0.ora
Instance created.
E:\rachen>oradim -delete -sid w10gedx0
Instance deleted.
E:\rachen>
Message was edited by:
user592922

Hello,
I am also getting the same error while executing the Oradim command
C:\>oradim -NEW -SID TestRCAT -SRVC OracleServiceTestRCAT -SYSPWD TESTRCAT -startmode manual -SRVCSTART system -pfile "E:\RecoveryCatalog\inittestrcat.ora"
Instance created.
Error while deleting value, OS Error = 2
The Oracle RCAT VSS Writer Service service is starting.
The Oracle RCAT VSS Writer Service service was started successfully.
Any Idea ?
Thanks
With Regards
Hemant

Similar Messages

  • Move database from server running Oracle 11G to server running Oracle 12c

    I'm trying to find out the easiest way to migrate a database from a server running Oracle 11G to a server running Oracle 12c. I have tried using RMAN's duplicate database command but have run into far too many issues when trying to setup both servers before running the duplicate command.  If someone could provide some clear guidance on configuring both servers for the RMAN Duplicate command then that would be great.  The other thing I have tried is performing a cold backup of all the files for the database (control files, data files, etc.).  Copying them to the new server and then recreating the control file to include the correct location and names for the datafiles and redologs.  After recreating the control file the database will not start up.  I'm suspecting this is due to the version differences. If you can provide me clear (ie. migration for dummies) instruction for getting either of these methods to work it would be greatly appreciated.  I'm also open to any other method you can think of to achieve what I'm trying to accomplish. Thanks, Paul Noyes

    Pl do not post duplicates - Move database from server running Oracle 11G to server running Oracle 12c

  • /dev/shm on Oracle Linux 6.x to run Oracle 11g R2 - manual configuration?

    Hello
    We are building a server to run Oracle 11g R2 database (11.2.0.3 x64) on Oracle Linux 6.2 with UEK R2.
    Our preference is to use AMM to have Oracle 11g R2 manage memory. We may impose some minium SGA and PGA memory allocations but basically aim to use MEMORY_TARGET to manage overall memory.
    By default Linux makes the size of /dev/shm ~50% of server physical RAM, as far as I can tell.
    Here is the /etc/fstab entry created by the installation:
    tmpfs /dev/shm tmpfs defaults 0 0
    Given this Linux server will only run Oracle 11g R2 database and some monitoring software, almost application code will run on the server. The application code will run on the separate application server and is Java based.
    Can I change the */etc/fstab* entry for /dev/shm to manually increase the size to take up ~80-90% of the server physical RAM ? Is it a good idea?
    The server is 64-bit, the RAM = 64 GB, so I am thinking to manually make /dev/shm to be = ~55GB, leaving ~8GB for other purposes.
    Right now it's about 32GB (50%?) if I leave the /dev/shm 'defaults' on.
    many thanks

    thanks,
    I have read the doc (what little there is on this topic).
    I have asked on the database forum......
    just FYI - below is the proof:
    SQL> show parameter mem
    NAME                    TYPE     VALUE
    hi_shared_memory_address     integer     0
    memory_max_target          big integer 4G
    memory_target          big integer 0
    shared_memory_address     integer     0
    SQL> show parameter ga
    NAME                    TYPE     VALUE
    lock_sga               boolean     FALSE
    pga_aggregate_target          big integer 1600M
    pre_page_sga          boolean     FALSE
    sga_max_size          big integer 3G
    sga_target               big integer 1600M
    still does not work.
    And I cant change memory_max_target = 0 because I get error on startup:
    SQL> alter system set memory_max_target=0 scope=spfile;
    System altered.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup;
    ORA-01078: failure in processing system parameters
    ORA-00843: Parameter not taking MEMORY_MAX_TARGET into account
    ORA-00849: SGA_TARGET 3221225472 cannot be set to more than MEMORY_MAX_TARGET 0.
    BUT if memory_max_target is > 0 then alert log says hugepages can not be used
    it feels like catch-22.....
    thanks
    Edited by: yurib on Jun 1, 2012 4:53 PM

  • When is oracle 11g R2 will be available for downloading

    when is oracle 11g R2 will be available for downloading

    If you're talking about the database, it's available now.
    If you are talking about the next release of JDeveloper, Oracle hasn't (and generally doesn't) announced a date.
    John

  • What browser can Run oracle 11g forms (R2)

    salam to all oracle Developer...
    dear i want to use oracle 11g forms ,,
    so what browser support to run oracle 11g forms ??
    plz solve my problemm
    [email protected]
    or
    http://www.facebook.com/profile.php?id=100001621174089

    http://docs.oracle.com/cd/B28359_01/install.111/b32002/pre_install.htm#CHDGHJAC
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html

  • Getting Error when running oracle form 10g

    Hi all, i have a problem when i run oracle form 10g.
    in the applet show like this :
    Loading http://abc:8889/forms/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 10.1.2.0
    Loading http://abc:8889/forms/java/frmall_jinit.jar from JAR cache
    Loading http://abc:8889/forms/java/jacob.jar from JAR cache
    Loading http://abc:8889/forms/java/printtext.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.TextFieldItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Can anybody help me how to solve this problem ?
    Thanks,
    Iwan

    Loading http://abc:8889/forms/java/printtext.jar from JAR cache
    This tells me you are using a 3rd party or locally developed Java Bean to perform some type of print function. Is this correct?
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.Does your printtext.jar Java Bean need to open an HTTP connection in order to print?
    Have you been able to print in the past using this Java Bean? Where did you get the Java Bean?
    RegisterWebUtil - Loading WebUtil Version 10.1.2.0Your form appears to be using WebUtil. Has it been successfully configured?
    Honestly, you need to list the following minimum information when you post a question; it gives us all or most of the information we need to help you and it eliminates the need for us to ask for this information. Please always include:
    * Forms Version (eg; 10.1.2.0.0 not 10g)
    * Java Version
    * Client OS version
    * What you were doing when the error occured.
    Craig...

  • Running Oracle`s Import Utility in JSP

    Hello
    is it possible to run oracle`s command line IMP utility by executing JSP file,what I want that when certain file is executed,it imports data from Hardisk to certain user and its table space
    if there is no such option then i believe that JSP does provide to run console commands or scripts like DIR or IMP/EXP commands
    Thanks

    <%@ page import = "javax.xml.parsers.*"%>
    <%@ page import = "org.jdom.*"%>
    <%@ page import = "java.io.IOException"%>
    <%@ page import = "org.jdom.JDOMException"%>
    <%@ page import = "org.jdom.input.DOMBuilder"%>
    <%@ page import = "org.jdom.output.XMLOutputter "%>
    <%@ page import = "org.xml.sax.InputSource"%>
    <%@ page import = "org.apache.xerces.parsers.DOMParser"%>
    <%@ page import = "xmlPublisher.ws3"%>
    <html>
    <body>
    <%
    String xmlFile = request.getParameter("xmlFile");
    String formDate = request.getParameter("formDate");
    String formRisk = request.getParameter("formRisk");
    String formDesc = request.getParameter("formDesc");
    String xmlFileDir = "c:/localhost/security/" + xmlFile;
    org.w3c.dom.Document domDoc = null;
    DOMParser parser = new DOMParser();
    try{
         parser.parse(new InputSource(xmlFile));
         domDoc = parser.getDocument();
    catch(Exception e){
         e.printStackTrace();
    try{
         DOMBuilder builder = new DOMBuilder();
         org.jdom.Document jdomDoc = builder.build(domDoc);
         XMLOutputter outputter = new XMLOutputter();
         outputter.output(jdomDoc, System.out);
    catch ( java.io.IOException e){
         e.printStackTrace();
    %>
    <h1>xmlFile is <%out.println(xmlFile);%></h1>
    <h1>formDate is <%out.println(formDate);%></h1>
    <h1>formRisk is <%out.println(formRisk);%></h1>
    <h1>formDesc is <%out.println(formDesc);%></h1>
    <h1>xmlFileDir is <%out.println(xmlFileDir);%></h1>
    </body>
    </html>

  • Error when installing Oracle 11g

    Hi,
    I downloaded Oracle 11g last week, which is in two zip files. I extracted the files into the same folder as per instructions. The problem is that when I tried to install I got error "Could not find main class. program will now exit"
    I am installing on windows 7 ultimate.
    Please help

    You should download the installer again and verify the download file size with the figure given on website.
    Once you verify the file size unzip them and try running installer..
    it seems the current installer you are using is corrupted.
    Also before you download the installer make sure it is available for windows 7 ultimate!!!!

  • Error message when compiling oracle 11g reports

    Hello Team
    When we are trying to compile a oracle 11g report we are getting the below message.
    "Could not read report properties"
    But compile status of the report is Success and we are able to run the report in our environment.
    Could you please advise us how to fix the above error message?
    Thanks ,
    Salaithenagan J

    Hello,
    How do you compile the Reports ? Do you use rwconverter.sh in ORACLE_INSTANCE/config/reports/bin ?
    If yes , could you copy the content of this script in this thread ?
    Regards

  • Error when running oracle seeded page in Jdeveloper 9i

    All,
    I have moved all the necessary files fro server to JDeveloper my classes as well as JDeveloper my projects
    But when run a page in JDeveloper in the following path C:\JDEV\jdevhome\jdev\myprojects\oracle\apps\oie\audit\webui\OIE_AUD_AUDIT_PAGE i am getting the below error But i can able to run helloworld page from toolbox.jws
    "*oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = oie; (Could not lookup message because there is no database connection)*"
    Can you please help me to resolve this issue.
    Thanks
    CSK.

    The issue has been resolved finally i can able to run the seeded page.
    Thank you all.
    Regards,
    CSK

  • Problem when installing Oracle 11g R2 x64 on rhel 5.8 x86_64

    Hi All,
    I’m trying to install oracle 11g software only to upgrade my database from 10g to 11g and i install all required packages listed in installation prerequisites but the below error appeared
    error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile
    $tail -15 $ORACLE_HOME/install/make.log
    /oradata/db/tech_st/11.2.0/sysman/lib/ins_emagent.mk:52: warning: ignoring old commands for target `nmosudo' make -f /oradata/db/tech_st/11.2.0/sysman/lib/ins_emagent.mk relink_exe EXENAME=nmo make[1]: Entering directory `/oradata/db/tech_st/11.2.0/sysman/lib' /oradata/db/tech_st/11.2.0/sysman/lib/ins_emagent.mk:113: warning: overriding commands for target `nmosudo' /oradata/db/tech_st/11.2.0/sysman/lib/ins_emagent.mk:52: warning: ignoring old commands for target `nmosudo' gcc -o /oradata/db/tech_st/11.2.0/sysman/lib/nmo -L/oradata/db/tech_st/11.2.0/lib/ -L/oradata/db/tech_st/11.2.0/sysman/lib/ `cat /oradata/db/tech_st/11.2.0/lib/sysliblist` -lm `cat /oradata/db/tech_st/11.2.0/lib/sysliblist` -ldl -lm -L/oradata/db/tech_st/11.2.0/lib /oradata/db/tech_st/11.2.0/sysman/lib/s0nmo.o /oradata/db/tech_st/11.2.0/sysman/lib/libnmo.a -lcrypt -ldl    `cat /oradata/db/tech_st/11.2.0/lib/sysliblist` -ldl -lm /bin/sh: cat: command not found /bin/sh: cat: command not found /bin/sh: cat: command not found /oradata/db/tech_st/11.2.0/sysman/lib/s0nmo.o: In function `main': s0nmo.c:(.text+0x1b): undefined reference to `__intel_new_proc_init' make[1]: Leaving directory `/oradata/db/tech_st/11.2.0/sysman/lib' collect2: ld returned 1 exit status make[1]: *** [/oradata/db/tech_st/11.2.0/sysman/lib/nmo] Error 1 make: *** [nmo] Error 2 EBS :12.0.4
    Please help me in this issue. Thanks in advance

    Seems you are trying to Install 32-bit 11g R2 on Linux RHEL 5 (64-bit) server fails with relinking errors - 'Mkldflags ntcontab.o nnfgt.o'
    Please check following MOS Notes.
    Install/Clone 32-bit 11GR2 Client On Linux x86_64 Fails With Error In Invoking Target 'Mkldflags ntcontab.o nnfgt.o' Of Makefile ins_net_client.mk (Doc ID 1473421.1)

  • Dollar signs in JDEV showing as asterisk when running on 11g middleware

    I've developed my app using JDEV and when running it in my own environment it displays $ signs correctly. But once deployed to the server the $ changes to *.
    Any help?

    try setting <currency-code>USD</currency-code> in trinidad-config.xml
    <af:inputText ......
    id="it21">
    <af:convertNumber groupingUsed="true" type="currency" locale="en_US"
    maxFractionDigits="2" minFractionDigits="2"/>
    </af:inputText>

  • How Can I run Oracle 11g Form without OC4J

    Dear All,
    I was installed Oracle Data Base and Forms 11g but when I try to run the Form I can't because there's no OC4J.
    Thanks
    Eyad

    Thank you, but when I start weblogic
    from { d:\Oracle\Middleware\user_projects\domains\ClassicDomain }, it's ask me about for username and password.
    but Unfortunately forget it. How can I reset it ? or How can I make another username and pass word
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=512m
    WLS Start Mode=Production
    CLASSPATH=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;d
    :\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic
    patch.jar;d:\Oracle\MIDDLE~1\patchocp371\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_1\lib\tools.jar;D:\Oracle\MIDDL
    E~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\l
    ib\weblogic.jar;d:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3
    .6.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;d:\Oracle\MIDD
    LE~1\modules\ORGAPA~1.1/lib/ant-all.jar;d:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/
    lib/ant-contrib.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;d
    :\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;d:\Oracle\Mi
    ddleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;d:\Oracle\Midd
    leware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;d:\Oracle\Middleware\o
    racle_common\modules\oracle.odl_11.1.1\ojdl.jar;d:\Oracle\Middleware\Oracle_FRHo
    me1\opmn\lib\nonj2eembeans.jar;d:\Oracle\Middleware\Oracle_FRHome1\jdbc\lib\ojdb
    c6.jar;d:\Oracle\Middleware\Oracle_FRHome1\opmn\lib\optic.jar;d:\Oracle\Middlewa
    re\Oracle_FRHome1\opmn\lib\iasprovision.jar;d:\Oracle\Middleware\oracle_common\m
    odules\oracle.ldap_11.1.1\ldapjclnt11.jar;d:\Oracle\Middleware\oracle_common\jli
    b\rcucommon.jar;d:\Oracle\Middleware\Oracle_FRHome1\opmn\lib\opmneditor.jar;d:\O
    racle\Middleware\Oracle_FRHome1\opmn\lib\wlfullclient.jar;d:\Oracle\Middleware\o
    racle_common\modules\oracle.adf.share_11.1.1\commons-el.jar;d:\Oracle\Middleware
    \Oracle_FRHome1\jlib\dfc.jar;d:\Oracle\Middleware\Oracle_FRHome1\dvt\lib\dvt-jcl
    ient.jar;d:\Oracle\Middleware\Oracle_FRHome1\dvt\lib\dvt-utils.jar;d:\Oracle\Mid
    dleware\oracle_common\jlib\ewt3.jar;d:\Oracle\Middleware\oracle_common\modules\o
    racle.iau_11.1.1\fmw_audit.jar;d:\Oracle\Middleware\Oracle_FRHome1\oui\jlib\http
    client.jar;d:\Oracle\Middleware\oraclecommon\modules\oracle.idm_11.1.1\identit
    ystore.jar;d:\Oracle\Middleware\oracle_common\modules\oracle.idm_11.1.1\identity
    utils.jar;d:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jaccprovi
    der.jar;d:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jacc-spi.ja
    r;d:\Oracle\Middleware\Oracle_FRHome1\ord\jlib\jai_codec.jar;d:\Oracle\Middlewar
    e\Oracle_FRHome1\ord\jlib\jai_core.jar;d:\Oracle\Middleware\oracle_common\module
    s\oracle.oc4j-obsolete_11.1.1\jazn.jar;d:\Oracle\Middleware\oracle_common\module
    s\oracle.oc4j-obsolete_11.1.1\jazncore.jar;d:\Oracle\Middleware\oracle_common\jl
    ib\jewt4.jar;d:\Oracle\Middleware\Oracle_FRHome1\jlib\jta.jar;d:\Oracle\Middlewa
    re\oracle_common\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;d:\Oracle\Middleware
    \Oracle_FRHome1\lib\mail.jar;d:\Oracle\Middleware\Oracle_FRHome1\jlib\netcfg.jar
    ;d:\Oracle\Middleware\Oracle_FRHome1\jlib\oracle_ice.jar;d:\Oracle\Middleware\or
    acle_common\jlib\share.jar;d:\Oracle\Middleware\Oracle_FRHome1\jlib\zrclient.jar
    ;d:\Oracle\Middleware\Oracle_FRHome1\reports\jlib\aolj.jar;d:\Oracle\Middleware\
    Oracle_FRHome1\reports\jlib\confmbean.jar;d:\Oracle\Middleware\Oracle_FRHome1\re
    ports\jlib\runtimembean.jar;d:\Oracle\Middleware\Oracle_FRHome1\reports\jlib\rwa
    dmin.jar;d:\Oracle\Middleware\Oracle_FRHome1\reports\jlib\rwenv.jar;d:\Oracle\Mi
    ddleware\Oracle_FRHome1\reports\jlib\rwrun.jar;d:\Oracle\Middleware\Oracle_FRHom
    e1\reports\jlib\rwxdo.jar;d:\Oracle\Middleware\Oracle_FRHome1\jlib\rts2.jar;d:\O
    racle\Middleware\Oracle_FRHome1\common\wlst\lib\adf-share-mbeans-wlst.jar;d:\Ora
    cle\Middleware\Oracle_FRHome1\common\wlst\lib\mdswlst.jar;d:\Oracle\Middleware\O
    racle_FRHome1\common\wlst\resources\auditwlst.jar;d:\Oracle\Middleware\Oracle_FR
    Home1\common\wlst\resources\jps-wlst.jar;d:\Oracle\Middleware\Oracle_FRHome1\com
    mon\wlst\resources\jrf-wlst.jar;d:\Oracle\Middleware\Oracle_FRHome1\common\wlst\
    resources\oamap_help.jar;d:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resourc
    es\oamAuthnProvider.jar;d:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resource
    s\ossoiap_help.jar;d:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oss
    oiap.jar;d:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\sslconfigwlst
    .jar;d:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\wsm-wlst.jar;D:\O
    racle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLS
    ERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\li
    b\xqrl.jar
    PATH=d:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\native;d:\Oracle\MIDDLE~1
    \patch_ocp371\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\nativ
    e\win\x64;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;d:\Oracle\MIDDLE~1\modules\OR
    GAPA~1.1\bin;C:\PROGRA~1\Java\JDK17~1.0_1\jre\bin;C:\PROGRA~1\Java\JDK17~1.0_1\b
    in;d:\Oracle\MIDDLE~1\ORACLE~2\BIN;d:\OracleDB\product\112~1.0\dbhome_1\BIN;C:\P
    ROGRA~1\COMMON~1\MICROS~1\WINDOW~1;C:\PROGRA~2\COMMON~1\MICROS~1\WINDOW~1;C:\PRO
    GRA~2\Intel\ICLSCL~1\;C:\PROGRA~1\Intel\ICLSCL~1\;C:\PROGRA~2\AMDAPP~1\bin\x86_6
    4;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WI
    NDOW~1\v1.0\;C:\PROGRA~2\ATITEC~1\ATI.ACE\CORE-S~1;C:\PROGRA~1\Intel\INTEL(~1\DA
    L;C:\PROGRA~1\Intel\INTEL(~1\IPT;C:\PROGRA~2\Intel\INTEL(~1\DAL;C:\PROGRA~2\Inte
    l\INTEL(~1\IPT;C:\PROGRA~1\Sony\VAIOIM~1\;C:\PROGRA~2\Sony\VAIOST~1;C:\PROGRA~2\
    WIC4A1~1\Shared;d:\Oracle\MIDDLE~1\ORACLE~2\opmn\bin;d:\Oracle\MIDDLE~1\ORACLE~2
    \opmn\lib;d:\Oracle\MIDDLE~1\ORACLE~2\perl\bin;D:\Oracle\MIDDLE~1\WLSERV~1.3\ser
    ver\native\win\x64\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.7.0_11"
    Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
    Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK17~1.0_1\bin\java -server -Xms256m -Xmx512m -XX:MaxPermSi
    ze=512m -Dweblogic.Name=AdminServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WL
    SERV~1.3\server\lib\weblogic.policy -Dweblogic.ProductionModeEnabled=true -da
    -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLS
    ERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Xms512m -
    Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Doracle.home=d:\Oracle\Middlewa
    re\Oracle_FRHome1 -Ddomain.home=d:\Oracle\Middleware\user_projects\domains\Class
    icDomain -Djava.ext.dirs=d:\Oracle\Middleware\Oracle_FRHome1\jdk\jre\lib\ext -Do
    racle.security.jps.config=d:\Oracle\Middleware\user_projects\domains\ClassicDoma
    in\config\fmwconfig\jps-config.xml -Doracle.instance=d:\Oracle\Middleware\asinst
    _1 -Doracle.instance.name=asinst_1 -Doracle.forms.weblogic=1 -Ddomain.name=Class
    icDomain -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1
    .1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
    -Ddomain.home=d:\Oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1 -Djrockit.optfile=D:\
    Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.
    server.config.dir=d:\Oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\s
    ervers\AdminServer -Doracle.domain.config.dir=d:\Oracle\MIDDLE~1\USER_P~1\domain
    s\CLASSI~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=d:\Oracle\MIDDLE~1\USER_P
    ~1\domains\CLASSI~1\config\FMWCON~1\carml -Digf.arisidstack.home=d:\Oracle\MIDD
    LE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\arisidprovider -Doracle.security.
    jps.config=d:\Oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\fmwconfig\jps-con
    fig.xml -Doracle.deployed.app.dir=d:\Oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\s
    ervers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternat
    eTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Ora
    cle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.
    pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwc.oracle.h
    ome=D:\Oracle\Middleware\Oracle_FRHome1 -Dclassic.oracle.home=D:\Oracle\Middlewa
    re\Oracle_FRHome1 -Dweblogic.management.discover=true -Dwlw.iterativeDev=false
    -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=d:\O
    racle\MIDDLE~1\patch_wls1036\profiles\default\sysext_manifest_classpath;d:\Oracl
    e\MIDDLE~1\patch_ocp371\profiles\default\sysext_manifest_classpath weblogic.Ser
    ver
    <Feb 4, 2013 6:20:47 PM AST> <Info> <Security> <BEA-090905> <Disabling CryptoJ J
    CE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Feb 4, 2013 6:20:48 PM AST> <Info> <Security> <BEA-090906> <Changing the defaul
    t Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Feb 4, 2013 6:20:48 PM AST> <Info> <WebLogicServer> <BEA-000377> <Starting WebL
    ogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.6-b04 from Oracle
    Corporation>
    <Feb 4, 2013 6:20:49 PM AST> <Info> <Management> <BEA-141107> <Version: WebLogic
    Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050
    WebLogic Server 10.3 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Feb 4, 2013 6:20:50 PM AST> <Info> <Security> <BEA-090065> <Getting boot identi
    ty from user.>
    Enter username to boot WebLogic server:
    }

  • OutOfMemoryError when running Oracle BPM Enterprise's Configuration Wizard

    Hi,
    I was trying to configure Oracle BPM Enterprise via Oracle BPM Admin Center. I left most of the settings to their respective default values; only adding in passwords for the Directory, Engine, etc. However an error was encountered when it is trying to deploy the '01-eng-bpmengine' EAR file. A 'OutOfMemoryError: Java heap space' was logged after running the configuration for a while. Below is the full error log:
    AdmCenterConsole.log
    FuegoLauncher.main()
    fix classpath: C:\OraBPMwlHome\bin;C:\OraBPMwlHome\bin\lax.jar;
    new classpath: C:\OraBPMwlHome\bin\lax.jar;FuegoLauncher.main() - 2
    arg[0] = C:\OraBPMwlHome\bin\obpmadmcenter.properties
    StreamLogOutput: No log file specified in property 'fuego.log.admcenter.file'.
    Defaulting to System.err.
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] PATH=C:\bea\patch_wlw1030\profiles\default\native;C:\bea\patch_wls1030\profiles\default\native;C:\bea\patch_cie660\profiles\default\native;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\Java\JDK16~1.0_1\jre\bin;C:\Java\JDK16~1.0_1\bin;C:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Java\jdk1.6.0_10\bin;C:\apache-ant-1.6.5\bin;C:\bea\WLSERV~1.3\server\native\win\32\oci920_8
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] Your environment has been set.
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar
    [<I> 03/03/09 20:54:13]
    [<I> 03/03/09 20:54:13] Initializing WebLogic Scripting Tool (WLST) ...
    [<I> 03/03/09 20:54:13]
    [<I> 03/03/09 20:54:19] Welcome to WebLogic Server Administration Scripting Shell
    [<I> 03/03/09 20:54:19]
    [<I> 03/03/09 20:54:19] Type help() for help on available commands
    [<I> 03/03/09 20:54:19]
    [<I> 03/03/09 20:54:19] t3://SN-06-SHENGYUEN:7001
    [<I> 03/03/09 20:54:20] Connecting to t3://SN-06-SHENGYUEN:7001 with userid weblogic ...
    [<I> 03/03/09 20:54:22] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'oft'.
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Warning: An insecure protocol was used to connect to the
    [<I> 03/03/09 20:54:22] server. To ensure on-the-wire security, the SSL port or
    [<I> 03/03/09 20:54:22] Admin port should be used instead.
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Location changed to edit tree. This is a writable tree with
    [<I> 03/03/09 20:54:22] DomainMBean as the root. To make changes you will need to start
    [<I> 03/03/09 20:54:22] an edit session via startEdit().
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] For more help, use help(edit)
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Starting an edit session ...
    [<I> 03/03/09 20:54:22] Started edit session, please be sure to save and activate your
    [<I> 03/03/09 20:54:22] changes once you are done.
    [<I> 03/03/09 20:54:22] creating mbean of type JMSServer ...
    [<I> 03/03/09 20:54:22] creating mbean of type JMSSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type SubDeployment ...
    [<I> 03/03/09 20:54:22] creating mbean of type Queue ...
    [<I> 03/03/09 20:54:22] creating mbean of type Topic ...
    [<I> 03/03/09 20:54:22] creating mbean of type ConnectionFactory ...
    [<I> 03/03/09 20:54:22] creating mbean of type ConnectionFactory ...
    [<I> 03/03/09 20:54:22] creating mbean of type JDBCSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type JDBCSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSServer
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type SubDeployment
    [<I> 03/03/09 20:54:22] setting attributes for mbean type Queue
    [<I> 03/03/09 20:54:22] setting attributes for mbean type Topic
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSConnectionFactory
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSConnectionFactory
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCConnectionPoolParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDriverParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCXAParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSourceParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCConnectionPoolParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDriverParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSourceParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] Saving all your changes ...
    [<I> 03/03/09 20:54:22] Saved all your changes successfully.
    [<I> 03/03/09 20:54:22] Your edit session is not stopped, you can continue your edits.
    [<I> 03/03/09 20:54:22] Activating all your changes, this may take a while ...
    [<I> 03/03/09 20:54:22] The edit lock associated with this edit session is released
    [<I> 03/03/09 20:54:22] once the activation is completed.
    [<I> 03/03/09 20:54:23] Activation completed
    [<I> 03/03/09 20:54:23] Creating a user ...
    [<I> 03/03/09 20:54:23]
    [<I> 03/03/09 20:54:23] User already exist
    [<I> 03/03/09 20:54:23] Deploying application from C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear to targets AdminServer (upload=true) ...
    [<I> 03/03/09 20:54:23] <Mar 3, 2009 8:54:23 PM SGT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, wlj2eedeployer [archive: C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear], to AdminServer .>
    [<I> 03/03/09 20:54:27] .Completed the deployment of Application with status completed
    [<I> 03/03/09 20:54:27] Current Status of your Deployment:
    [<I> 03/03/09 20:54:27] Deployment command type: deploy
    [<I> 03/03/09 20:54:27] Deployment State : completed
    [<I> 03/03/09 20:54:27] Deployment Message : no message
    [<I> 03/03/09 20:54:27] Deploying application from C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear to targets AdminServer (upload=true) ...
    [<I> 03/03/09 20:54:27] <Mar 3, 2009 8:54:27 PM SGT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, 01-eng-bpmengine [archive: C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear], to AdminServer .>
    [<I> 03/03/09 20:54:43] Failed to deploy the application with status failed
    [<I> 03/03/09 20:54:43] Current Status of your Deployment:
    [<I> 03/03/09 20:54:43] Deployment command type: deploy
    [<I> 03/03/09 20:54:43] Deployment State : failed
    [<I> 03/03/09 20:54:43] Deployment Message : java.lang.OutOfMemoryError: Java heap space
    [<I> 03/03/09 20:54:43] weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:185)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:536)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:429)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [<I> 03/03/09 20:54:43] No stack trace available.
    [<I> 03/03/09 20:54:43] This Exception occurred at Tue Mar 03 20:54:43 SGT 2009.
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [<I> 03/03/09 20:54:43]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [<I> 03/03/09 20:54:43]      at java.lang.reflect.Method.invoke(Method.java:597)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyObject.__call__(PyObject.java:248)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyObject.invoke(PyObject.java:2016)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx17.deploy$8(<iostream>:223)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx17.call_function(<iostream>)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:404)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyFunction.__call__(PyFunction.java:184)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.deploy_Applications$61(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py:623)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.call_function(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:256)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyFunction.__call__(PyFunction.java:169)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.f$0(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py:738)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.call_function(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyCode.call(PyCode.java:14)
    [<I> 03/03/09 20:54:43]      at org.python.core.Py.runCode(Py.java:1135)
    [<I> 03/03/09 20:54:43]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43] Exiting WebLogic Scripting Tool.
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLST.main(WLST.java:129)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [<I> 03/03/09 20:54:43]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [<I> 03/03/09 20:54:43]      at java.lang.reflect.Method.invoke(Method.java:597)
    [<I> 03/03/09 20:54:43]      at weblogic.WLST.main(WLST.java:29)
    [<I> 03/03/09 20:54:43] <Mar 3, 2009 8:54:43 PM SGT> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    Is there any way that I can increase the heap size of the Configuration Wizard? If not, is there any solution to this problem?

    Hi,
    It seems to be a Weblogic OOM (OutOfMemory).
    Why don't you try increasing the weblogic memory (you have to modify your domain scripts)
    I guess that after increasing your WLS domain memory settings you will be able to configure it using the config wizard.
    Hope this helps,
    Ariel

  • How to run oracle 11g forms in windows xp

    Hi friends,
    I have installed weblogic 10.3.4, Oracle Fusion Middleware Forms 11g 11.1.4 version....
    Configuration of domail also successful...
    I use the following steps to run the form
    1. WLS_FORMS
    start -> programs - > Oracle Classic Instance - asinst_1_FR1 - > Forms Services -> Start Weblogic Server - WLS_FORMS
    it is successfully running - showing the Running Mode
    2. open the form bulider and connect to the database.
    3. in form builder runtime path is - http://localhost:9001/forms/frmservlet
    4. When i click on run button web page was invoked... but nothing is coming... blank page is displayed..
    Please tell me how to run the form.... Am trying the test.fmx which is in D:\Oracle\Middleware\as_1\forms.
    My system configuration in 2gb ram, windows Xp ser 2 , 2.4ghz processor...
    Regards
    Deepak Kumar H.R.

    Do the following:
    1. As Sarah mentioned, ensure that you have JRE 1.6.0_12 or newer installed.
    2. In the Builder, ensure that you have entered both the Application Server URL and Web Browser Location values. Neither of these fields should be left blank. The browser location should be the complete path to the desired browser and include the exe name. For example if you were going to use IE it would look like this:
    C:\Program Files\Internet Explorer\IEXPLORE.EXE
    These settings are found in the Builder under EDIT > PREFERENCES > RUNTIME

Maybe you are looking for

  • Network - print object overview

    hello! i tried to print the object overview in a network (CN22, menu network->print), but the menu-entry is not selectable. how could i print this overview - is there some customizing missing? the status of my network is already released ... thanks!

  • Problem in reading a string back which was stored using custom binding.

    Hi All, i use below codes to do custom binding public class CSVRecord {     private String key; /** To keep how many values we have for a key. * This is used to retrive values' element during constructing CSVRecord object back from stream. private in

  • Optimistic Locking fails when version field is part of a Aggregate

    I'm trying to persist a Mapped Object using 9.0.3 Toplink. The object uses optimistic locking while the Timestamp versioning field is part of an Aggreate Descriptor. This works well in the Workbench (does not complain). Unfortunally it does not work

  • Missing controls with Quicktime

    I just bought a new 13" MBP using 10.6.2 and in exploring the new OS (my MBP 15" has 10.5.x), I see there is no longer an option for the long standing separate control pane acessable via "window" menu which would otherwise provide speed, eq, tone, et

  • Spry Tool tip on Tabbed panels

    I am having a problem with the new spry tool tip widget. I have a Tabbed panels table with 4 tabs. For some reason the spry widget only works when I have 4 seperate div's with the tool tip content and 4 separate js variables placed after the divs. On