Can't Run OC4J

Yes, I need some help and there's no documentation regarding what exactly one must do.
I installed OC4J on my win 2000 machine at work. I went ahead and execute the following command:
java -jar oc4j.jar -install
That went well. Now, I must run oc4j by issuing:
java -jar oc4j.jar
When I do this, I get an error message saying that it can't find javac.exe. The default location for retrieving javac.exe is in the program files\j2... Basically, it's looking through the directory where the Java installation installs the JRE.
When you install the JDK, the installer installs the JRE in the Program Files\Java\<Java Version> directory. However, the JRE does not and I'm sure never has came with Javac.exe. The JRE is used to run software, not compile it! Now, it tells me to please use a valid jdk or specify the location of your java compiler in server.xml using the <java-compiler .../> tag
I then add:
<java-compiler path="/j2sdk1.4.2_03/bin" /> to the server.xml file in the config directory, but nothing works.
Please help if you can.
Thanks!

352208,
The JDK is not the same as the JRE. If you have installed the JDK, then you will hava a "javac.exe" file in the same directory as the "java.exe" file.
Also, any path that appears in any of the XML configuration files (like "server.xml") must be either full paths, or relative to the location of the XML file that they appear in. From what you have posted, I don't think "/j2sdk1.4.2_03/bin" fits those criteria. I imagine it should be (but I'm not sure because my OC4J runs on Solaris and I don't need to specify the location of "javac" in my "server.xml" file):
C:\j2sdk1.4.2_03\bin\javac.exeGood Luck,
Avi.

Similar Messages

  • I can't run oc4j embeded in jdeveloper 10.1.3 under solaris 10

    This is the error:
    WARNING: Application: system is in failed state as initialization
    failedjava.lang.InstantiationException: Error initializing ejb-modules: Error loading
    module
    file:/export/home/cursoj2ee2006/iharari/jdevhome/system/oracle.j2ee.10.1.3.36.73/embedded-oc4j/applications/admin_ejb.jar: Syntax error in source or compilation failed in:
    /export/home/cursoj2ee2006/iharari/jdevhome/system/oracle.j2ee.10.1.3.36.73/embedded-oc4j/application-deployments/admin_ejb/generated/MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java
    /usr/local/jdevstudiobase1013/jdev/bin/ojc: test: unknown operator ==
    06/09/15 09:20:59 Error initializing server: Error initializing ejb-modules: Error
    loading module
    file:/export/home/cursoj2ee2006/iharari/jdevhome/system/oracle.j2ee.10.1.3.36.73/embedded-oc4j/applications/admin_ejb.jar: Syntax error in source or compilation failed in:
    /export/home/cursoj2ee2006/iharari/jdevhome/system/oracle.j2ee.10.1.3.36.73/embedded-oc4j/application-deployments/admin_ejb/generated/MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java
    /usr/local/jdevstudiobase1013/jdev/bin/ojc: test: unknown operator ==

    I had the same problem. This is not a problem with persistance directories. It is a shell compatibility problem. The first error is:
    /usr/local/jdevstudiobase1013/jdev/bin/ojc: test: unknown operator ==
    The file ojc in that directory is a shell script. The problem is the interpreter (the shell identified on the first line of the script) is /bin/sh. Most likely your /bin/sh on that machine is a real binary and not a link to a more modern shell. If you have bash installed try changing the first line of the shell script (ojc) to:
    #!/usr/bin/env bash
    or
    #!/bin/bash
    or the path to a modern shell that can handle the sh syntax.

  • How run OC4J in the background

    Hello!
    How can I run oc4j in the background(without a window open) on a solaris box?
    I have tried 'nohup java -jar oc4j.jar &' but the startup seems to hang when I do this.
    Any ideas?

    Make sure you can write to nohup.out in the current directory.
    Also, I typically start my OC4J in /etc/init.d from my solaris machine and that seems to work nicely.
    Also try putting the 2>&1 at the end instead of in the middle.
    Of you could try using CSH vs. SH, some google hits mention that makes life easier.
    Rob

  • ** Can't Keep OC4J Running **

    Running OC4J as the java container for Oracle BI EE, release 10.1.3.2.1 with JRE 1.5.0_11.
    When I manually attempt to launch OC4J the application window briefly opens than closes.
    Unable to run a couple of the BI apps and chart-related components of BI apps due to this issue.
    Is there a way to diagnose OC4J without running Enterprise Manager (EM) ... since I can't launch EM ?
    Any help much appreciated -
    Cheers

    WARNING: Code-source C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\ WEB-INF\lib\http_client.jar (from WEB-INF/lib/directory in C:\OracleBI\oc4j_bi\ j2ee\home\applications\xmlpserver\WEB-INF\lib) has the same filename but is not identical to /C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\WEB-INF\lib\http_client.jar (from (code-source) (ignore manifest Class-Path) in META-INF/boot.xml in C:\OracleBI\oc4j_bi\j2ee\home\oc4j.jar)
    The same error message is issued for both the ldapjclnt10.jar and toplink.jar files.
    I am lauching oc4j as from a Windows server via VPN client connection - directly from the menus in Oracle BI EE 10.1.3.2.1. I have also launched oc4j from the command line with oc4j - separately - to ensure it is running successfully. The port is indicated as busy when I try launch it multiple times and it seems to function corrrectly outside of the (3) WARNING messages issue.
    Apparently these messages explain the inability to properly render several JSPs in OBIEE which throw Java class exceptions.
    The installation process, using the Installer, does not require establishing or changing (at least not directly) either the ORACLE_ or JAVA_ homes.
    Thanks for your help.

  • Can't run J2EE app on AS 10.1.3

    We have J2EE application based on Toplink/ADF/Struts. Our project is maintained in JDeveloper 10.1.2. We had no serious problems deploying our app to AS 10.1.2. But we cannot deploy it on 10.1.3. server. Before any jsp page shows, this internal error is shown:
    500 Internal Server Error
    java.lang.NullPointerException     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)     at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)     at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)
    Where can be the problem ? Must we convert aour project into JDeveloper 10.1.3 ? Whe tried it, no success so far. Thanks for any suggestions.

    One small addition - even the simpliest application possible (one jsp, no classes, no data connection) can't run after deploy:
    500 Internal Server Error
    java.lang.NullPointerException     at java.io.File.<init>(File.java:194)     at oracle.jsp.runtimev2.JspServlet.prepareTable(JspServlet.java:564)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:476)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)

  • Can not start OC4j Embedded Server in the same machine

    Hi ,
    Please some one help me out with this problem .
    I have created two web services AddMacroTask and AddMasterTask .
    My both the web services are not running simultaneously .
    If I start the AddMacroTask web service then it show me the message that " Another instance is running ,OC4j will shutdown the previous version ...
    Pls someone help me out ..
    Thanks
    Prashant Dwivedi

    Hello,
    The embedded OC4J in Jdeveloper 10g can run only 1 application (EAR) at the time, this is for testing/debugging.
    My guess, is your 2 web services are located in 2 different applications this is why Jdeveloper does that.
    The easiest way will be to deploy one of your service in a stand alone OC4J that you have started separately, you can take the one that is distributed with Jdeveloper located in $JDEV_HOME/j2ee/home.
    Regards
    Tugdual Grall

  • Servlet can't run,Could not find the Main class,but how ?

    well i have made a simple servlet,but when i run it i get the following error.
    C:\jdev903_pre\jdk\bin\javaw.exe -ojvm -classpath C:\jdev903_pre\j2ee\home\oc4j.jar -Doracle.j2ee.dont.use.memory.archive=true com.evermind.server.OC4JServer -config C:\jdev903_pre\jdev\system9.0.3.988\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    [waiting for the server to complete its initialization...]
    java.lang.NoClassDefFoundError: com.evermind.server.OC4JServer
    Exception in thread main
    Process exited with exit code 1.
    kind regards
    Thanks for the very fast response,but how ?
    Can you run your servlet on OC4J standalone directly, to narrow down the problem..
    thanks,
    -Prasad

    A quick way to test would be
    - Assuming you have OC4J standalone installed
    - copy your servlet (HelloWorld.java) file into \default-web-app\WEB-INF\classes
    - compile it
    - run it using the url http://localhost:8888/servlet/HelloWorld
    -Prasad

  • Servlet can't run,Could not find the Main class

    well i have made a simple servlet,but when i run it i get the following error.
    C:\jdev903_pre\jdk\bin\javaw.exe -ojvm -classpath C:\jdev903_pre\j2ee\home\oc4j.jar -Doracle.j2ee.dont.use.memory.archive=true com.evermind.server.OC4JServer -config C:\jdev903_pre\jdev\system9.0.3.988\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    [waiting for the server to complete its initialization...]
    java.lang.NoClassDefFoundError: com.evermind.server.OC4JServer
    Exception in thread main
    Process exited with exit code 1.
    kind regards

    Jean,
    Can you run your servlet on OC4J standalone directly, to narrow down the problem..
    thanks,
    -Prasad

  • Running OC4J as a service in Windows 2000

    I've been trying to have OC4J run as a service in Windows 2000, as having to be logged in isn't very flexible.
    I've searched the net, and I found a tool by Microsoft called srvany.exe/instsrv.exe, which should install any program as a service. It works, but the service shuts down whenever I log off, which defeats the purpose.
    What I've done is run the command line
    instsrv "Oracle Application Server" C:\Progs\Service\srvany.exe
    and then edit the registry settings under the newly created folder to
    Application=C:\Progs\Oracle 9i AS\j2ee\home\java
    AppParameters=-jar oc4j.jar
    AppDirectory=C:\Progs\Oracle 9i AS\j2ee\home
    Does anyone know this tool well enough to tell me what I'm doing wrong, or know something else I can use?
    Brigt Olav Vik

    Hi
    Have managed to run oc4j as a service as follows under xp pro
    Download runexescv from http://www.judoscript.com/goodies/index.html
    Unpack and run
    Create service say OracleOc4j
    Needs basic parameters setup
    Cmdline and Home
    My setup is
    debug=false
    cmdline=c:\ora9ias\jdk\bin\java - Dorg.omg.CORBA. ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB -Doracle.security.jazn.config=c:\ora9ias\j2ee\Oracle9iDS\config\jazn.xml -Doracle.home=c:\ora9ias -DORACLE_HOME=c:\ora9ias -jar c:\ora9ias\j2ee\home\oc4j.jar -userThreads -config c:\ora9ias\j2ee\Oracle9iDS\config\server.xml
    ( all from startinst.bat )
    home=C:\ora9ias\j2ee\home\
    Save and close
    Oracleoc4j will now be set up as service
    Change service to auto and start service !!
    Appears to be neat and easy way of setting up an OC4J service
    Ian

  • Running OC4J as a Windows service

    Hi
    Does anyone know if it is possible to run OC4J as a Windows service?
    Are there any tools I could use besides Microsoft’s SVRANY?
    Best regards
    Ole

    &gt; Hi
    &gt;
    &gt; Does anyone know if it is possible to run OC4J as a
    &gt; Windows service?
    &gt;
    &gt; Are there any tools I could use besides Microsoft’s
    &gt; SVRANY?
    &gt;
    &gt; Best regards
    &gt; Ole
    Hi
    We have found the product for the job. If anyone have the same problem, you can find the program Service+ at nicoware.net
    It is running OC4J as a service very well. It even logs console output to a text file. We are now using it in our production system.
    Ole

  • Run OC4J in the background

    Is there anyway I can run OC4J in the background as an NT service?
    Thanks in advance.

    I took the approach above, and my experience was only partially successful. With some scrounging around newsgroups, orionsupport.com, and Sun's website, I came up with the following solution:
    Creating an NT Service for OC4J
    OC4J by default runs as a command shell application, so it is bound to a user's login session and will die if the user who called the start command logs off of the system. Oracle has not provided a version of OC4J that runs as a service on Windows-based servers, so here is a process to create a service using the freeware utility, RunExeSvc (http://www.winwinsoft.com/goodies/RunExeSvc/index.html). This utility is more user-friendly and flexible than tools such as srvany.exe and instsrv.exe in the NT Resource Kit.
    Dependencies
    1. RunExeSvc is installed
    (Unzip the runexesvc.zip file to a directory)
    2. Sun's JDK 1.3.1 is installed.
    (JDK 1.3.1 is required because a bug in prior versions of Sun's JVM for Windows killed any JVMs initiated by a user in that login session.)
    Installation Procedure
    1. Run the RunExeSvcAdmin.exe application
    2. Create a new service by copying the example script below into the Script window of RunExeSvcAdmin.exe. Some changes to drives and/or paths may of course be needed.
    3. Save the new entry and exit the application.
    4. The service should now appear in the services control panel. Changes may be required for its startup options.
    Example Script#########################
    # This script runs OC4J
    # RunExeSvc variables
    # if true, RunExeSvc will show internal status
    debug=false
    # the starting dir of the service
    home=e:\oc4j\j2ee\home
    # Running as an http server.
    cmdline=e:\jdk1.3.1\bin\javaw.exe -Xrs -jar orion.jar -out e:\oc4j_out.log -err e:\oc4j_err.log
    null

  • Can't run EM

    Yesterday everything was fine... today I can't run Enterprise Manager: problem loading page.
    I use url from D:\oracle\product\10.1.0\Db_1\install\redme.txt
    http://antonio.abc.local:5501/em
    Please help me.

    EM STILL NOT WORKING.
    this is the result of execution the reconfiguration commands:
    Microsoft Windows [Version 6.0.6000]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>set oracle_sid=orcl
    C:\Windows\system32>emctl stop dbconsole
    OC4J Configuration issue. D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole
    _192.168.0.119_orcl not found.
    C:\Windows\system32>emctl stop dbconsole db
    OC4J Configuration issue. D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole
    _192.168.0.119_orcl not found.
    C:\Windows\system32>emca -deconfig dbcontrol db
    STARTED EMCA at Jan 21, 2008 8:36:58 AM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Do you wish to continue? [yes(Y)/no(N)]: y
    Jan 21, 2008 8:37:28 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\orcl\emca_2008-01-21_08-36-58-AM.log.
    Jan 21, 2008 8:37:29 AM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
    WARNING: EM is not configured for this database. No EM-specific actions can be p
    erformed.
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at Jan 21, 2008 8:37:30 AM
    C:\Windows\system32>emca -repos recreate
    STARTED EMCA at Jan 21, 2008 8:37:51 AM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 5560
    Password for SYS user:
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    Jan 21, 2008 8:38:52 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\orcl\emca_2008-01-21_08-37-51-AM.log.
    Jan 21, 2008 8:38:56 AM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Jan 21, 2008 8:39:01 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Jan 21, 2008 8:39:02 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Jan 21, 2008 8:39:02 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Jan 21, 2008 8:39:02 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\or
    cl\emca_repos_create_<date>.log for more details.
    Jan 21, 2008 8:39:02 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emc
    a_2008-01-21_08-37-51-AM.log for more details.
    Could not complete the configuration. Refer to the log file at D:\oracle\product
    \10.2.0\db_1\cfgtoollogs\emca\orcl\emca_2008-01-21_08-37-51-AM.log for more deta
    ils.
    C:\Windows\system32>emca -config dbcontrol db
    STARTED EMCA at Jan 21, 2008 8:39:28 AM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 5560
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Password for SYSMAN user: Email address for notifications (optional): "---eERASED OUT---I HAD PUT MINE, DIDNT KNOW THE SMTP--"
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ D:\oracle\product\10.2.0\db_1
    Database hostname ................ 192.168.0.119
    Listener port number ................ 5560
    Database SID ................ orcl
    Email address for notifications ..............."--ERASED -- I HAD PUT BUT DIDN'T WANT TO PUT ON THE FORUM"
    Outgoing Mail (SMTP) server for notifications ............... "--DIDNT KNOW"
    Do you wish to continue? [yes(Y)/no(N)]: y
    Jan 21, 2008 8:40:37 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\orcl\emca_2008-01-21_08-39-28-AM.log.
    Jan 21, 2008 8:40:59 AM oracle.sysman.emcp.ParamsManager getLocalListener
    WARNING: Error retrieving listener for 192.168.0.119
    Jan 21, 2008 8:41:00 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C D:\oracle\product\10.2.0\db_1\bin\emctl.bat depl
    oy dbconsole D:\oracle\product\10.2.0\db_1\192.168.0.119_orcl 192.168.0.119:3938
    192.168.0.119 orcl
    Jan 21, 2008 8:41:00 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emc
    a_2008-01-21_08-39-28-AM.log for more details.
    Could not complete the configuration. Refer to the log file at D:\oracle\product
    \10.2.0\db_1\cfgtoollogs\emca\orcl\emca_2008-01-21_08-39-28-AM.log for more deta
    ils.
    C:\Windows\system32>
    THE EM STILL DOESN'T WORK

  • Can not Run Application from Client PC.

    Hi,
    I have a pc running on WinXP called "PC1". I have installed Oracle9i Database, Developer Suite 10g and services. I can run my application smoothly on "PC1".
    My problem is that i can not run my application from client pc running on WinXP called "PC2". I have installed JINIT.exe on "PC2". I started OC4J also on "PC2". IE shows "Page can not be displayed" message.
    What settings i have to do to run my application on Client i.e. "PC2".
    Waiting for any kind of help.
    Thanks.

    Hi all,
    Thanks for the reply.
    I have already install same JINI.exe on Client "PC2" which is on Server "PC1". And the version of the IE and JINI are same on Server "PC1" and Client "PC2".
    I start OC4J on Server.
    Should i make some settings on JINI Control Panel on Client ? Like Proxies.
    I have enable all check box on "Basic" Tab of JINI.
    Further, On client, the check Box of "Show Java Console" is also on, but when i try to connect my application from IE, the Java console does not appear.
    I would like to inform u that, when i start additional Proxy driver like Analog proxy on my server and then i give that proxy address and port in Client IE connection LAN setting, i am able to run my application from that Client.
    But i think that is not the solution.
    Waiting for reply.

  • Running OC4J as Windows 2000 service

    Can I configure OC4J Instance to run as a service on Windows 2000.
    1) How can I do that ?
    2) If not possible, why can I not do that ?
    3) If possible, Why should I not do that ?
    Thanks,

    Sorry, but I can not access the above link. Is this link still active.
    <<<<<
    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    >>>>>>

  • Run OC4J as services

    Hi All,
    As you would know that after developing your application in the JDeveloper, you can deploy it on OC4J. Now this needs to execute oc4j.jar on command prompt on the webserver, which then leaves it running in the command window and visible to all.
    The problem is when you logoff windows kills this OC4J Command window and stops the website. Is there any way I can set this OC4J as services to the Win 2K operating system and let it run automatically as long as machine is up and running?
    I appreciate your help.
    Thanks in Advance
    Ashish

    There are certainly utilities within the Microsoft windows resource kits that can be used to turn a program into a service - have a look at that.

Maybe you are looking for