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.

Similar Messages

  • 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

  • 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.

  • Can't run jsp files in Jdeveloper

    I have some existing jsp files and when I compile these files, Oracle9i Jdeveloper keeps telling me "Error: JSP files must reside in the server root directory or a subdirectory beneath it".
    I originally think that's because of "import" and I got rid of all "import ....", and the same error message still insists.
    Please help, thanks!:-).

    Hi All!
    I have just downloaded jdeveloper 9.0.3.3 - and I have run into a similar issue...
    1. I created workspace by selecting new workspace from wizard
    2. I created a new project -- from existing (previously tested using Resin server) code -- and, I select the "copy files to project directory" checkbox in the "wizard" dialog
    3. when I rebuild the project in jdev9033, for each jsp file name I get this message, i.e.,
    "Error: JSP files must reside in the server root directory or a subdirectory beneath it"
    what does this mean for me do?? (btw - I am using the default server that is integrated within Jdeveloper)
    In my working "existing code", my jsp files are loosely located under my "myProject" folder (which also contains the "WEB-INF" and "src" folders.
    Where, in my existing code, does JDeveloper expect to my the JSP files to be?....In a "JSP" folder?.... Or, where - within my new workspace/project - should I copy these JSP files in order to make this error message go away??
    Thanks for you help!!

  • Can I run an embedded program on me LEGO Mindstorm 2.0 using LABVIEW??

    Hello guys,
     I am working now on my Lego mindstorm 2.0.. But i have a problem on my robot on how to work with this problem:
        I made a security robot, it has ultrasonic sensor. the ultrasonic sensor is set up to 15 inches. Once the ultrasonic sensor detects a object it will alarm.
       .(I do the programming in the Lego Mindstorm software not with Labview.)   and now I want to do with my robot is when the sensor detects it will send a
        SMS Message to my cellphone. My friend tells me that once the sensor detects it must connect the NXT BLUETOOTH to the BLUETOOTH  of the
        cellphone. I believe that I can use labview with my problem.
       and the cellphone will text to my cellphone. Can i do it with Labview? Can i save a program to my NXT brick to do that? because the first cellphone
      works as a transmitter and the second cellphone will recieve the Message. Can you please give me ideas and example to do this. I am really new to
     Labview. I use labview 9.0 trial version. Thank you.

    In another thread...
    Weeward wrote:
    I have another favor to ask, can you please
    give me a program sample on how to send a SMS  using Labview because
    unfortunately I dont have any idea where to start. Thank you very much..
    One more, do you think aside from using Labview to send sms, is it
    also possible to use Java?' will NXT accept it? if it is so, can you
    please give me sample program?
    PS: Guys I only have more than 2 weeks to solve this problem because at
    the end of this month I must present and defend my project. I used to
    ask my friends and other people but they dont have any idea or broad
    knowledge about NXT. So please help me guys till I finish this
    project..Thank you.
    It sounds like you are short on time and desperate for solutions! Unfortunately, I'm not aware of anyone that has already completed this exact task and has example code available.
    Please go back and re-read my previous post about different modes of communication. The NXT will not be able to accept SMS messages -- it can only accept Bluetooth messages sent through the Serial Port Profile. I'm pretty sure Java provides functionality that would allow you to do this.
    Have you considered alternate programming languages for the NXT? You can find a short comparison of languages here: http://www.botmag.com/articles/10-31-07_NXT.shtml
    Keep in mind that we can't offer much assistance with other languages, but if those languages are more familiar to you, they may help you get to a solution more quickly.
    James Blair
    NI R&D

  • Can I run SUN and BEA JVM with WL9.1 on Solaris 9

    Is it possible to run a WL9.1 domain on SUN JVM and another one on BEA JRockit? The reason I asked is that for the WL9.1 Sparc download, there's one for Solaris 8,9 and 10 on Sparc and there's another one for Solaris 9 with JRockit Supported. Is this mean I have to install both on 2 separate BEA home?

    Right, I read the docs. What's confusing is that on the WLS download page, there's a download for the Solaris Sparc 8,9,10 (server910_solaris32.bin). There's another download for Solaris 9 with JRockit Supported (server910_generic.jar). For the server910_solaris32.bin, it comes with the SUN JDK. For the server910_generic.jar, it doesn't have the SUN JDK and it needs a separate JRockit download, jrockit-R26.3.0-jdk1.5.0_06-solaris-sparcv9.bin. Also, in the WLS9.1-JRockit install docs, it requires the LD_LIBRARY_PATH to point to sparc64 instead of sparc in the {WL_HOME}/common/bin/commEnv.sh.
    I guess my question is which file should I use for the base WLS install? server910_solaris32.bin or server910_generic.jar? If I use the server910_solaris32.bin, I will need to add JRockit as a separate install. If I use server910_generic.jar, i will need to install JRockit as well as the SUN JDK.

  • ISA Error by running an application in JDeveloper 10.1.3

    Hi every body
    when i run my web application in oc4j( embeded in jdeveloper 10.1.3) I see this error "Error Code: 502 Proxy Error. The ISA Server denied the specified Uniform Resource Locator (URL). (12202) "
    what's wrong?
    by thanks
    Javaneh

    I am also facing the same issue on my laptop. I searched for forum but no luck.
    appreciate if anybody can throw some light on this.

  • 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

  • Embedded JMS/OC4J issue while running an application in Jdeveloper 10.1.3.2

    Hi,
    I am facing an issue while running an application on my laptop.I downloaded Jdeveloper 10.1.3.2.Installed Jheadstart along with that.
    Created a new application specified in HR demo.When I run the application I get following messages,After that it does not show my application pages.It does not even open browser window.
    [waiting for the server to complete its initialization...]
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    07/08/29 18:01:55 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized
    When I delete persistnce directory files under embedded oc4j (specifically jms.state), It logs following messages.But it does not run my application pages and not even open browser window to display some error.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config>
    C:jdevstudio10132\jdk\bin\javaw.exe -client -classpath C:jdevstudio10132\j2ee\home\oc4j.jar;C:jdevstudio10132\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    07/08/29 18:06:16 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized.
    I tried by creating another standalone application with simple html page, it throws same logs and does not show up browser window.I even tried with Jdeveloper 10.1.3.3, but still same issue .
    can you please throw some light on this issue and any suggestion for resolutions.
    Thanks.

    Can someone throw somelight on this issue?
    I posted the same issue in Jdeveloper forum but did not receive any reply .appreciate your suggestions.
    Thanks
    Sekar.

  • How to run small struts module in OC4J embeded in Oracle Jdeveloper 10g

    hi ,
    As i am novice in Oracle JDeveloper10g i tried small module
    in Struts 1.2, i was able to compile sucessfully
    all action classes and actionfrom and jsp file
    , setting required libries . Now when i build
    my project which under my work space it shows
    same compilation suceesfull message which
    was shown in make.
    how my jsp page will run in ocrj server embeded
    in Jdeveloper , how to proceed , what is the wrong
    can any one will help me .
    rgds

    Hi,
    open the Struts page flow diagrammer, select a JSP file and choose run from teh context menu
    Frank

  • JMS/OC4J issue while running an application in Jdeveloper 10.1.3.2/10.1.3.3

    Hi,
    I am facing an issue while running an application on my laptop.I downloaded Jdeveloper 10.1.3.2.Installed Jheadstart along with that.
    Created a new application specified in HR demo.When I run the application I get following messages,After that it does not show my application pages.It does not even open browser window.
    [waiting for the server to complete its initialization...]
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    07/08/29 18:01:55 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized
    When I delete persistnce directory files under embedded oc4j (specifically jms.state), It logs following messages.But it does not run my application pages and not even open browser window to display some error.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config>
    C:jdevstudio10132\jdk\bin\javaw.exe -client -classpath C:jdevstudio10132\j2ee\home\oc4j.jar;C:jdevstudio10132\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    07/08/29 18:06:16 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized.
    I tried by creating another standalone application with simple html page, it throws same logs and does not show up browser window.I even tried with Jdeveloper 10.1.3.3, but still same issue .
    can you please throw some light on this issue and any suggestion for resolutions.
    Thanks.

    I am also facing the same issue on my laptop. I searched for forum but no luck.
    appreciate if anybody can throw some light on this.

  • Oc4j server embeded in Jdeveloper 10g is not ruuning

    hi,
    1.
    I am trying to run ocrj server embede in Jdeveloper from command promt
    for which as given step in Jdevelioper handbook , i proceeded as executing
    setvars -go from directory jdev\bin , but i am getting the following error
    D:\JDev\jdev\bin>setvars -go
    Using JDeveloper installation in "D:\JDev\jdev\"
    Using JDeveloper root in "D:\JDev\"
    'findstr' is not recognized as an internal or external command,
    operable program or batch file.
    2. if i proceed next step without caring the previous step , the server is start but vanished instantly
    i am using Windows XP(sp 2) jdk 1.4
    pz can any one will guide me
    log file showing the following message
    06/02/13 20:25:11 Auto-unpacking D:\JDev\BC4J\redist\bc4j.ear...
    06/02/13 20:25:12 Auto-unpacking D:\JDev\BC4J\redist\bc4j.ear... done.
    06/02/13 20:25:19 Auto-unpacking D:\JDev\soap\lib\soap.ear...
    06/02/13 20:25:19 Auto-unpacking D:\JDev\soap\lib\soap.ear... done.
    06/02/13 20:25:19 9.0.4.0.0 Started
    06/02/13 20:26:34 9.0.4.0.0 Started
    06/02/14 18:23:07 9.0.4.0.0 Started
    06/02/14 18:23:14 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
    06/02/14 18:23:14 Recovery completed, 0 connections committed and 0 rolled back...
    06/02/14 18:23:14 9.0.4.0.0 Started
    06/02/15 09:58:49 9.0.4.0.0 Started
    06/02/15 09:58:55 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
    06/02/15 09:58:55 Recovery completed, 0 connections committed and 0 rolled back...
    06/02/15 09:58:55 9.0.4.0.0 Started
    06/02/15 10:03:58 9.0.4.0.0 Started
    06/02/15 10:03:58 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 10:04:13 9.0.4.0.0 Started
    06/02/15 10:04:14 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 10:41:12 9.0.4.0.0 Started
    06/02/15 10:41:13 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:20:46 9.0.4.0.0 Started
    06/02/15 12:20:46 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:21:02 9.0.4.0.0 Started
    06/02/15 12:21:02 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:21:26 9.0.4.0.0 Started
    06/02/15 12:21:27 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:21:34 9.0.4.0.0 Started
    06/02/15 12:21:35 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:21:43 9.0.4.0.0 Started
    06/02/15 12:21:44 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:28:23 9.0.4.0.0 Started
    06/02/15 12:28:23 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:29:45 9.0.4.0.0 Started
    06/02/15 12:29:46 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:30:37 9.0.4.0.0 Started
    06/02/15 12:30:37 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 12:43:34 9.0.4.0.0 Started
    06/02/15 12:43:35 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 13:01:43 9.0.4.0.0 Started
    06/02/15 13:01:43 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 14:59:13 9.0.4.0.0 Started
    06/02/15 14:59:13 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 14:59:32 9.0.4.0.0 Started
    06/02/15 14:59:33 9.0.4.0.0 Stopped (JVM termination)
    06/02/15 15:05:39 9.0.4.0.0 Started
    06/02/15 15:05:39 9.0.4.0.0 Stopped (JVM termination)
    Waiting for your response
    Rgds
    nripa

    Thaks Frank ! I did as your suggestion and in the command line the following message comes
    D:\JDev\j2ee\home>java -jar oc4j.jar
    06/02/16 10:53:01 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    I Assumed that oc4j server statrted , I test the server using the browser to connect to http://localhost:8888 i got
    You are not authorized to view this page
    You might not have permission to view this directory or page using the credentials you supplied.
    HTTP Error 403 - Forbidden
    Internet Explorer
    i checked the port number in relevent xml file
    pz if possible support me
    Rgds
    nripa

  • JDBC datasoure that works for embedded OC4J server of JDeveloper 10.1.3.4

    Hi all,
    I have this in the Application Module as JDBC datasource: java:comp/env/jdbc/DBCON
    That works fine if I deploy the application on Oracle application- or tomcat-server.
    On the connections tab in JDeveloper I have made a database connection with the name DBCON.
    But when I run the application from Jdeveloper with the embedded OC4J server I get this error:
    Unable to lookup Data Source at context java:comp/env/jdbc/DBCON
    What do I do wrong?
    Thanks in advance.

    Hi,
    Edit the <application_name>-data-sources.xml file under the root directory of your application, and setup a managed data source and connection pool with the data source having the correct jndi name, eg. jdbc/DBCON
    You can either do this manually (which I find easier), or use the tool within JDev
    Tools - > Embedded OC4J Preferences -> Current Workspace -> Data Sources -> New
    -chris

  • Problem on running Preconfigured OC4J server in JDeveloper 10.1.3.2

    Hi all,
    I have problem on running preconfigured oc4j server in JDeveloper 10.1.3.2. I get the error message below :
    C:\Jdev10132\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\srcimage\bin>
    C:\Jdev10132\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\srcimage\bin\adfp_oc4j.cmd C:\Jdev10132\jdk\jre\.. C:\Jdev10132\ C:\Jdev10132\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0 -start
    wsrp not installed
    installing wsrp......
    C:\Jdev10132\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\javacache alt path or file already exist
    C:\Jdev10132\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\javacache\admin
    path or file already exist
    System can not find the specified path
    java.lang.RuntimeException: Instruction unknown: loadınstruction
         at com.sun.org.apache.bcel.internal.util.InstructionFinder.mapName(InstructionFinder.java:138)
         at com.sun.org.apache.bcel.internal.util.InstructionFinder.compilePattern(InstructionFinder.java:170)
         at com.sun.org.apache.bcel.internal.util.InstructionFinder.search(InstructionFinder.java:218)
         at com.sun.org.apache.bcel.internal.util.InstructionFinder.search(InstructionFinder.java:264)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.Mode.peepHoleOptimization(Mode.java:1444)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.Mode.compileApplyTemplates(Mode.java:1058)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet.compileModes(Stylesheet.java:615)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet.translate(Stylesheet.java:730)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.XSLTC.compile(XSLTC.java:335)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.XSLTC.compile(XSLTC.java:410)
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:791)
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:619)
         at oracle.portlet.server.containerimpl.install.Main.applyTransformation(Main.java:284)
         at oracle.portlet.server.containerimpl.install.Main.install(Main.java:169)
         at oracle.portlet.server.containerimpl.install.Main.main(Main.java:126)
    ERROR: 'Instruction unknown: loadınstruction'
    FATAL ERROR: 'Could not compile stylesheet'
    oracle.portlet.server.containerimpl.install.InstallException: Error parsing stylesheet "resource/config-server.xsl"
         at oracle.portlet.server.containerimpl.install.Main.applyTransformation(Main.java:289)
         at oracle.portlet.server.containerimpl.install.Main.install(Main.java:169)
         at oracle.portlet.server.containerimpl.install.Main.main(Main.java:126)
    Caused by: javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:824)
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:619)
         at oracle.portlet.server.containerimpl.install.Main.applyTransformation(Main.java:284)
         ... 2 more
    caused by: javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:824)
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:619)
         at oracle.portlet.server.containerimpl.install.Main.applyTransformation(Main.java:284)
         at oracle.portlet.server.containerimpl.install.Main.install(Main.java:169)
         at oracle.portlet.server.containerimpl.install.Main.main(Main.java:126)
    System can not find the specified path
    Error: Can not find C:\Jdev10132\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\j2ee\home\config\server.xml.
    Stop OC4J command finished
    Any help is appreciated...
    Thanks in advance
    Aliye

    well I have downloaded the latest version of jdk (1.6) to check with it so it solved some of the problems but still I get an error on running the oc4j server. Error I get is:
    Starting OC4J from C:\Jdev10132\j2ee\home ...
    Executing: C:\Jdev10132\jdk\jre..\bin\java -XX:MaxPermSize=128m -Xmx512m -jar "C:\Jdev10132\j2ee\home\oc4j.jar" -config C:\Jdev10132\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\srcimage\j2ee\home\config\server.xml
    07/02/19 10:45:10 Error initializing server: IO error reading system
    07/02/19 10:45:10 Fatal error: server exiting
    Stop OC4J command finished.
    I couldnt understand what is the problem now..
    Thanks for your help..
    Aliye

  • Can you run Embedded PL/SQL Gateway and Oracle HTTP Server at the same time

    Hi,
    I know this will sound a bit odd but their is a business case for asking this. Can you run APEX via the Embedded PL/SQL Gateway and the Oracle HTTP Server at the same time? Would their be any security/stability/etc issues I'd need to worry about? I know that I'll need to run them on different ports.
    Thank you,
    Martin Giffy D'Souza
    [http://apex-smb.blogspot.com/]

    I think I've done this in the past. Theres no technical reason why you can't do this as far as I know.
    I can't remember if I used different ports or same port.

Maybe you are looking for

  • Can I use the value returned from a Text Function in another Formula?

    I'm writing a report in Hyperion System 9 BI + Financial Reporting Studio version 9.2. I have 2 grids in my report. Grid1 Column A is set up as a text function using the function type - <<GetCell("Grid2", 1, a, 1)>>. I would like to use the values re

  • Inbound Idoc processing issues - Partner Profiles - error status 56

    Hello All, I'm having a little difficulty posting an idoc coming from MDM.  It's a CREMDM04 xml coming from an MDM system.  It is getting mapped through PI and is being split into ADRMAS02 and CREMAS04 Idocs.  The message is being passed through XI a

  • How do I create a new event from a section of a long video clip

    When I try to select a section of a long clip and drag it to a new event in the iMovie event library, the whole clip moves into the new event.  Isn't there a way to just select and move a section to the new event?

  • Displaying full sql error text?

    I'm using getErrorCode() and getMessage() to display the following for an sql error SQL error: SQLCODE: -551, SQLSTATE: 42501, SQLERRMC: auth-id ;operation;object-name The SQLERRMC only has the auth-id, operation and object-name. How do I build this

  • Entourage 2008/Leopard/iSync/Palm Treo/Missing Sync

    I have been over all the "boards" and everyone is having the same problem syncing Entourage 2008 or even iCal with their Palms. I have been working at it for three days, and have come to the conclusion that I can get everything to sync to the Palm bu