Deployment problem in Struts using Oracle Application server

Hi,
when i deployed my war its throwint the folllowing exceptions...........
OracleJSP: oracle.jsp.parse.JspParseException: /jsp/metadata/BinDetails.jsp: Line # 419, <html:form name="binDetailsForm" method="post" action="/binDetailsForm.do">
Error: Attribute: name is not a valid attribute name
help me...

Hi,
thanks i rectified that problem.
But now my problem is that it shows the followoing error.
500 Internal Server Error
oracle.classloader.util.AnnotatedNoClassDefFoundError:
Missing class: org.apache.struts.action.Action
Dependent class: com.ats.swdms.metadata.frontaction.CreateBinAction
Loader: test4.root:0.0.0
Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsUtilrel1_0.jar
Configuration: manifest of /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsEJBrel1_0.jar
The missing class is available from the following locations:
1. Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsWARrel1_0/WEB-INF/lib/struts.jar (from WEB-INF/lib/ directory in D:\product\10.1.3\OracleAS_1\j2ee\home\applications\test4\swdmsWARrel1_0\WEB-INF\lib)
This code-source is available in loader test4.web.swdmsWARrel1_0:0.0.0. This is a child of the dependent loader test4.root:0.0.0.
2. Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/tes12/struts.jar (from manifest of /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/tes12/swdmsWARrel1_0/)
This code-source is available in loader tes12.web.swdmsWARrel1_0:0.0.0.
at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2247)
at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1457)
at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:167)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:642)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1284)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:69)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1660)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:119)
at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:145)
at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:282)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:220)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
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)

Similar Messages

  • How to deploy a web service on Oracle Application Server 10.1.2.0.2?

    Hi everyone,
    I followed the instructions of the following link to create a web service using jDeveloper 10.1.3.1.0 on Oracle Application Server 10.1.2.0.2. [http://st-curriculum.oracle.com/obe/jdev/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm#t1]
    The web service created was deployed & used with no errors on the standalone OC4J instance.
    But my goal is to deploy my web service on Oracle Application Server 10.1.2.0.2.
    So after several attempts, I was able to deploy it on the Oracle Application Server 10.1.2.0.2 but unfortunately I didn't know the URL needed to use the web service.
    I tried the following link (http://192.168.0.91:18100/JavaWebService-GetDates-context-root/GetDatesWSSoapHttpPort) but also didn't work :(
    I also tried converting to J2EE 1.3 and still not knowing how to access the web service.
    Please advice with a solution.
    Thanks in advance.
    Lana

    Thanks everyone for your help :)
    The problem turned out to be that Oracle application server 10.1.2 is unlike the others servers, it uses 2 ports:
    - port (19100) is dedicated for the console.
    - port (7779) is to view your applications.
    So the URL needed turned out to be "http://acteos-109.beirut.acteos:7779/beanTest" instead of "http://acteos-109.beirut.acteos:18100/beanTest"
    Hope this info is useful
    Lana

  • Deploying a web service on Oracle application server

    Hi;
    I was able to create the .wsdl file from Elipse using Java 1.3.
    I was not able to connect to the oracle Application server from eclipse is there any other way to deploy the web server.
    Can anyone advise with the steps to deploy a web service on Oracle Application server 10.1.3. differently
    Regards,

    using Ant.
    check apache.org project there they have the ant section.
    Regards

  • Workspace Issue Using Oracle Application Server

    Dear All,
    I've configured my Workspace using Oracle Application Server and now I can login to my workspace through this url http://<servername>:7777/workspace/.
    But somehow, at my workspace home, I cannot find the folder or Explore inside, which is to see my Financial Reporting.
    I'm login using admin and the privileged is already for administrator.
    Is there anyone ever face this problem..??
    Thanks.
    Regards,
    V13N

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • Workspace Congifuration Using Oracle Application Server

    Hi All,
    Is there some of you ever try to configure the Hyperion Workspace 9.3.1 using Oracle Application Server 10.1.3.1.0..??
    I've tried, but it seem like failed. I cannot access the workspace at all.
    I did some configuration in this part :
    - Workspace - Administration - Server Properties
    - configure the portlet.xml at <>\Workspace\applications\Workspace\workspace\WEB-INF\
    - change the config.bat at D:\Hyperion\BIPlus\bin
    Any suggestion for this problem..??
    Thanks.
    Regards,
    V13N

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • Deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 on

    hello and hi alls,
    I and two tire method , one for database and one for application server. i connect to databse ,but am i does not unserstand how deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 ,pls
    help me
    Reagrd
    Mahr Haider Iqbal
    Functional & Technical Consultant

    Hi,
    Well you just need to create a directory in paste your forms there, and then make an entry in the formsweb.cfg file and forms.conf files. Likewise there are entries for the images and report.
    http://download.oracle.com/docs/cd/B28638_01//doc/frs/forms/B14032_03/basics002.htm
    regards

  • Deploying a web services on Oracle Application Server

    Hi,
    it is possible to deploy a web services generated by axis on Oracle Application server ? and if it is how ?
    Thanks,

    Hello again.
    Thx for the reply.
    I have all specfic Libraries in my ear file, but i don't get the problem solved.
    I can see the example Web Services from axis but not my own (which should be generated from my class files)
    Here is the build file I use, perhaps someone find what I do wrong or what I forgett:
    Regards
    <project name="readySAPOC4J" default="" basedir=".">
    <!-- ********** PROJEKT VARIABLEN ********** -->
    <!-- set global properties for this build -->
    <property file="build.properties"/>
    <!-- ********** CLASSPATH ********** -->
         <path id="project.classpath">
              <pathelement location="${build}"/>
                   <fileset dir="${lib}">
                        <include name="activation.jar"/>
                        <include name="ant.jar"/>
              <include name="axis-ant.jar"/>
                   <include name="axis.jar"/>
                   <include name="commons-discovery.jar"/>
                   <include name="commons-logging.jar"/>
                   <include name="jaxrpc.jar"/>
                   <include name="log4j.jar"/>
                   <include name="mail.jar"/>
                   <include name="saaj.jar"/>
                   <include name="sapjco.jar"/>
                   <include name="tools.jar"/>
                        <include name="wsdl4j.jar"/>
                   <include name="ant.jar"/>
                   </fileset>
         </path>
    <!-- ********** TASKDEFINITION ********** -->
         <taskdef name="axis-admin" classname="org.apache.axis.tools.ant.axis.AdminClientTask">
              <classpath refid="project.classpath"/>
         </taskdef>
    <!-- ********** INITIALIZATION TARGETS ********** -->
              <!-- ERSTTELLEN DER ORDNER IN DIE DIE DATEIEN KOMPILIERT WERDEN -->
                   <target name="init">
                   <mkdir dir="${deploy}"/>
              <mkdir dir="${build}"/>
              </target>
              <!-- LÖSCHEN DER DATEIEN VOM VORHERIGEN BUILD -->
              <target name="clean">
                   <delete dir="${deploy}"/>
              <delete dir="${build}"/>
              </target>
    <!-- ********** KOMPILIERE ALLER JAVA DATEIEN ********** -->
         <target name="compile" depends="init">
              <delete dir="${build}/SAP.class"/>
              <javac srcdir="${src}"
                   destdir="${build}"
                   classpathref="project.classpath"
                   debug="on" />
         </target>
    <!-- ********** ERSTELLE DIE WAR DATEI ********** -->     
         <target name="createWar" depends="">
              <delete file="${deploy}/axis.war"/>
                   <war warfile="${deploy}/axis.war" webxml="WEB-INF/web.xml" compress="true">
                        <classes dir="${build}">
                        </classes>
                        <webinf dir="WEB-INF">
                        <exclude name="web.xml"/>
                             <exclude name="users.lst"/>
                             <exclude name="**/WEB-INF/classes/*"/>
                             <exclude name="**/lib/*"/>
                        </webinf>
                        <!--fileset dir="${}">
              <exclude name="**/WEB-INF/**"/>
                        </fileset-->
                        <lib dir="${lib}">
                        <include name="activation.jar"/>
                             <include name="axis-ant.jar"/>
                             <include name="axis.jar"/>
                             <include name="commons-discovery.jar"/>
                             <include name="commons-logging.jar"/>
                             <include name="jaxrpc.jar"/>
                             <include name="log4j.jar"/>
                             <include name="mail.jar"/>
                             <include name="saaj.jar"/>
                             <include name="sapjco.jar"/>
                             <include name="wsdl4j.jar"/>
                             <include name="tools.jar"/>
                             <include name="ant.jar"/>
                   </lib>
                   </war>
         </target>
    <!-- ********** ERSTELLE DIE EAR DATEI ********** -->     
         <target name="createEar" depends="createWar">
              <delete file="${deploy}/axis.ear"/>
                   <ear destfile="${deploy}/axis.ear" appxml="${config}/application.xml">
                        <fileset dir="${deploy}">
                             <include name="axis.war"/>
                        </fileset>
              </ear>
         </target>
    <!-- ********** DEPLOYE DIE EAR DATEI ********** -->     
         <target name="deployEar" depends="">
         <java jar="C:\Programme\orabpel\integration\orabpel\system\appserver\oc4j\j2ee\home\admin.jar" fork="yes">
         <arg value="ormi://localhost:23791"/>
         <arg value="admin"/>
         <arg value="welcome"/>
         <arg value="-deploy"/>
         <arg value="-file"/>
         <arg value="C:\Programme\eclipse\workspace\readySAPOC4J\deploy\axis.ear"/>
         <arg value="-deploymentName"/>
         <arg value="axis"/>
         </java>
         </target>
    <!-- ********** WEB APPLICATION BINDING ********** -->     
         <target name="bind-web-app" depends="">
         <java jar="C:\Programme\orabpel\integration\orabpel\system\appserver\oc4j\j2ee\home\admin.jar" fork="yes">
         <arg value="ormi://localhost:23791"/>
         <arg value="admin"/>
         <arg value="welcome"/>
         <arg value="-bindWebApp"/>
         <arg value="axis"/>
         <arg value="axis"/>
         <arg value="http-web-site"/>
         <arg value="/axis"/>
         </java>
         </target>

  • Problem with clustering of oracle application server 10.1.3.1

    Hi
    I have clustered two instances of oracle application server 10.1.3.1 running on solaris.
    Instance 1
    <notification-server interface="ipv4">
    <port local="6100" remote="6200" request="6003"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
         <topology>
              <nodes list="10.x.x.1:6201"/>
         </topology>
    </notification-server>
    Instance 2
    <notification-server interface="ipv4">
    <port local="6101" remote="6201" request="6004"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
    <topology>
              <nodes list="10.x.x.2:6200"/>
         </topology>
    </notification-server>
    But when i log on to enterprise manager i get the following message on top of the page:
    You have more than one instance of the Application Server Control application running in this cluster. This is not a recommended configuration and could lead to unexpected problems. Please stop the additional instances of Application Server Control or disable routing to these instances.
    When i click on one of the instances, i get the session expired error.
    what is the problem behind this?
    regards,

    In the doc, it states that you should only ever have one active instance of application server control running in a cluster at a time -- ASC was not designed to operate as a session sharing application, so your session state is specific to one instance. If for some reason you were directed to the ASC application on the other instance, you get errors.
    You can use the OC4J admin_client.jar utility or the opmnctl command to shut down the ascontrol application in one of the instances.
    -steve-

  • PSP Can I NOT use Oracle Application Server

    Hi, Can someone tell me if I can Use Apache and Tomcat to Serve
    my PSP Web Page. If there is no way-out I will have to use
    Oracle 9iAS. I tried to find Documentation on mod_plsql, but
    could not find any (including mod_plsql).
    Thanks!!!

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • Creating reports using oracle application server

    Hello All,
    I am a complete newbie with Oracle Application Server(OAS) and Oracle reports. My task is to generate HTML and PDF reports using OAS. The current application has a aspx pages(ASP.NET as front end) which calls a third party tool Fast Radar Report which fetches data as per the user need(like month, day, year, product name....) and displays it in a grid format. I have to remove the FastRadar part and use OAS's OracleAS Reports Services components to generate those reports
    I went through chapter 12 of Oracle.Application.Server.10g.Essentials by OReilly 2004 edition
    It briefly glances through that part. But, it seems to mention about Oracle Reports something like "Oracle Reports has a wizard-based frontend called Oracle Reports Developer that can build reports. Oracle Reports Developer is part of the Oracle Developer Suite. The reports created with Oracle Reports Developer can be deployed to the Web using OracleAS Reports Services support in Oracle Application Server."
    I am unclear what to do. Do I need to create the report format in Oracle Reports using wizard-based frontend called Oracle Reports Developer and then deploy it using OracleAS Reports Services?
    Or, is there a way to create the report format using OracleAS Reports Services without using Oracle Reports. I am told we have just OAS installed, don't know if Oracle reports is installed or not as it is done on a remote site.
    Any suggestions would be highly appreciated.
    Thanks a lot.

    Hi,
    One has to develop reports using Oracle Reports developer and then has to deploy it into the application server. To do so you need the Oracle developer suite installed, this has wizards which can be used to develop reports.
    This link might help you http://www.oracle.com/technology/products/reports/index.html.
    Mark it if it helps

  • Why do we use oracle application server

    I need to understand oracle application server.

    Hans Forbrich wrote:
    <snip>
    Note that it's all about controlling costs. And they are finding App Servers have their own cost - in programming and administrative complexity.And the pendulum swings. Having started my IT career on IBM mainframes when PC's were still just a hobbyist's curiosity, it's always been somewhat amusing to me to watch the growth of the PC and how the younger generation of IT "professionals" (yes, I deliberately use the term loosely) discover, then struggle to solve, problems that were solved on the mainframe decades ago. Problems of load balancing, multi-user data access, version control, configuration control, etc. etc. etc.
    I'll spare the "war stories". Just thought your comment that I retained above was a bit thought provoking - that "there is nothing new under the sun"
    ;-)

  • Using Oracle Application Server -- PHP 4.3 - oci8 -- How to connect to db?

    Hi All,
    We are running php from Oracle Application server, which means Php version 4.3.
    All of the example connection strings I am finding use oci_connect, which is not available in this version.
    Can someone provide an example that we could use to connect to an Oracle DB from php for this version?
    Much thanks,
    ~Chris

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • Login error with correct u/p using Oracle Application Server / BPEL

    Hello,
    We are using Oracle 11g and BPEL 10.1.3.4. We had everything working fine until earlier this week. We were receiving an exception when accessing the database from our BPEL process.
    Unable to establish connection to "iCareConnectionPool". Error message: Exception occurred testing connection. Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied.
    I went into the Application Server control and tested the data source and connection pool and they both failed with the login error. The userid and password being submitted is correct. I checked the data-source.xml file and the id/password looked good. Here are the steps I performed.
    On BPEL server:
    1)     Deleted connection pool iCareConnectionPool, data source, iCareDataSource, and removed /eis/db/iCareDataSource from the DBAdapter.
    2)     Created new connection pool – iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    3)     The connection pool test was successful. Clicked finish to create connection pool
    4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    5)     Modified connection pool to use IDS2 and it worked.
    6)     Modified connection pool to IDS and it failed.
    7)     Modified connection pool to jimc and it worked.
    On Database:
    1)     Created new schema/user ICAREIDS
    2)     Connected using SQL Developer and I could connect
    On BPEL Server:
    1)     Deleted connection pool
    2)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    3)     The connection pool test was successful. Clicked finish to create connection pool
    4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    5)     Modified connection pool to use IDS2 and it worked.
    6)     Created new connection pool TestPool – same results
    7)     Tried jdbc:oracle:thin:@//<host>:1521/ORCL - same results
    On my local system BPEL server:
    1)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    2)     The connection pool test was successful. Clicked finish to create connection pool
    3)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    4)     Modified connection pool to use IDS2 and it worked.
    5)     Modified connection pool to use ICAREIDS and it failed.
    Since it failed on two different BPEL server's, I am wondering if it is something with the database. I can connect using existing schema's but not IDS or any new schemas. However, I can connect to any schema using any other tool like SQL Developer.
    Can anyone provide an insight as to what could be happening here.
    Thanks,
    Jim

    I found the problem and wanted to pass on the solution in case any one else runs into this problem.
    With Oracle Database 11g the passwords are now case sensitive. Because the BPEL server is using 10g drivers the login fails if you have capital letters in your password.

  • Error during deploying mapbuilder.jar file in oracle application server

    hi all,
    Iam trying to deploy mapbuilder.jar file in oracle 10g enterprise manager oc4j environment. It is giving an error that
    " An error occurred when processing the data submitted. Find the appropriate field and enter the correct information as noted next to each field.
    Archive Location - Failed in uploading archive. Invalid archive file: Unsupported archive type. unknown'
    i have deployed in the same way for mapviewer.ear. It was successfully deployed.
    plz any body tell me what would be the reason. I there any other way to deploying .jar file in oracle 10g enterprise manager
    thnx in advance...
    Regards,
    srinivas

    Hi Srinivas,
    There is no need to deploy MapBuilder in an Application Server. You can start it at the command line with for example:
    java -jar mapbuilder.jar -noconnect
    Joao

  • I am using oracle application server

    i have decoompressed the oc4j.jar file its saying following errors........
    D:\>cd oracle
    D:\Oracle>cd j2ee
    D:\Oracle\j2ee>cd home
    D:\Oracle\j2ee\home>java -jar oc4j.jar
    06/07/28 17:28:23 WARNING: EJBContainer.postInit Error generating wrappers for f
    ile:/D:/Oracle/j2ee/home/applications/admin_ejb.jarjava.lang.InstantiationExcept
    ion: javac.exe not found under C:\Program Files\Java\j2re1.4.2_04, please use a
    valid jdk or specify the location of your java compiler in server.xml using the
    <java-compiler .../> tag
    at com.evermind.compiler.ExternalJavac.getJdkExecutable(ExternalJavac.ja
    va:359)
    at com.evermind.compiler.ExternalJavac.getSystemJavac(ExternalJavac.java
    :392)
    at com.evermind.compiler.ExternalJavac.getJavacCompiler(ExternalJavac.ja
    va:248)
    at com.evermind.compiler.ExternalJavac.checkIfValid(ExternalJavac.java:7
    36)
    at com.evermind.server.ApplicationServer.getCompiler(ApplicationServer.j
    ava:2343)
    at com.evermind.server.ejb.compilation.Compilation.<init>(Compilation.ja
    va:154)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:886)
    at com.evermind.server.ApplicationStateRunning.initializeApplication(App
    licationStateRunning.java:210)
    at com.evermind.server.Application.setConfig(Application.java:391)
    at com.evermind.server.Application.setConfig(Application.java:308)
    at com.evermind.server.ApplicationServer.initializeSystemApplication(App
    licationServer.java:1480)
    at com.evermind.server.ApplicationServer.initializeAutoDeployedApplicati
    ons(ApplicationServer.java:1467)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:922)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:113)
    at java.lang.Thread.run(Unknown Source)
    Jul 28, 2006 5:28:23 PM com.evermind.server.ejb.EJBContainer postInit
    WARNING: Error generating wrappers for file:/D:/Oracle/j2ee/home/applications/ad
    min_ejb.jar
    java.lang.InstantiationException: javac.exe not found under C:\Program Files\Jav
    a\j2re1.4.2_04, please use a valid jdk or specify the location of your java comp
    iler in server.xml using the <java-compiler .../> tag
    at com.evermind.compiler.ExternalJavac.getJdkExecutable(ExternalJavac.ja
    va:359)
    at com.evermind.compiler.ExternalJavac.getSystemJavac(ExternalJavac.java
    :392)
    at com.evermind.compiler.ExternalJavac.getJavacCompiler(ExternalJavac.ja
    va:248)
    at com.evermind.compiler.ExternalJavac.checkIfValid(ExternalJavac.java:7
    36)
    at com.evermind.server.ApplicationServer.getCompiler(ApplicationServer.j
    ava:2343)
    at com.evermind.server.ejb.compilation.Compilation.<init>(Compilation.ja
    va:154)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:886)
    at com.evermind.server.ApplicationStateRunning.initializeApplication(App
    licationStateRunning.java:210)
    at com.evermind.server.Application.setConfig(Application.java:391)
    at com.evermind.server.Application.setConfig(Application.java:308)
    at com.evermind.server.ApplicationServer.initializeSystemApplication(App
    licationServer.java:1480)
    at com.evermind.server.ApplicationServer.initializeAutoDeployedApplicati
    ons(ApplicationServer.java:1467)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:922)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:113)
    at java.lang.Thread.run(Unknown Source)
    2006-07-28 17:28:23.955 ERROR J2EE EJB3027 [system] An error occured deploying E
    JB module: java.lang.InstantiationException: Error generating wrappers for file:
    /D:/Oracle/j2ee/home/applications/admin_ejb.jar: javac.exe not found under C:\Pr
    ogram Files\Java\j2re1.4.2_04, please use a valid jdk or specify the location of
    your java compiler in server.xml using the <java-compiler .../> tag
    06/07/28 17:28:24 WARNING: Application.setConfig Application: system is in faile
    d state as initialization failedjava.lang.InstantiationException: Error initiali
    zing ejb-modules: Error generating wrappers for file:/D:/Oracle/j2ee/home/applic
    ations/admin_ejb.jar: javac.exe not found under C:\Program Files\Java\j2re1.4.2_
    04, please use a valid jdk or specify the location of your java compiler in serv
    er.xml using the <java-compiler .../> tag
    Jul 28, 2006 5:28:24 PM com.evermind.server.Application setConfig
    WARNING: Application: system is in failed state as initialization failedjava.lan
    g.InstantiationException: Error initializing ejb-modules: Error generating wrapp
    ers for file:/D:/Oracle/j2ee/home/applications/admin_ejb.jar: javac.exe not foun
    d under C:\Program Files\Java\j2re1.4.2_04, please use a valid jdk or specify th
    e location of your java compiler in server.xml using the <java-compiler .../> ta
    g
    06/07/28 17:28:24 Error initializing server: Error initializing ejb-modules: Err
    or generating wrappers for file:/D:/Oracle/j2ee/home/applications/admin_ejb.jar:
    javac.exe not found under C:\Program Files\Java\j2re1.4.2_04, please use a vali
    d jdk or specify the location of your java compiler in server.xml using the <jav
    a-compiler .../> tag
    06/07/28 17:28:24 Fatal error: server exiting
    can any one help me?

    user519489,
    Again, the error message is quite clear. OC4J requires a JDK, and not a JRE, because it requires a java compiler, which only comes with the JDK, and not with the JRE.
    Good Luck,
    Avi.

Maybe you are looking for

  • How can I know what version of my Crystal Reports XI (Release 1 or 2)?

    I find the product version no. in the HELP-> About Crystal Reports is 11.0.0.2495. I don't know it is release 1 or release 2, I want to download the service patch, which version of service patch should I need to download ? Derek Yim

  • I need activation code for my ipad

    PLeas i need activation code for my ipad becouse i cant open it ana i know the apple id and password

  • Reading WebLogic Server Logs

    Guys, How can I read the server logs via API ? Explaining: I wanna see the Weblogic Server Logs thats is displayed in console or server logs. Then I will write a Java code that read theses files via WebLogic API and write it in a JSP page! Is it Poss

  • Printing bullets problem

    Hi I love iWeb, however there are some problems I get aproblem printing my pages from the browser (Safari/firefox etc). It does not look good, but when I print from iWeb it is fine. if you look at: http://www.gestalthuset.se/Ledarutvecklingsprogram.h

  • Logitech Control Center Software and Slow StartUp

    Has anyone noticed that startup and login are slower after installing the Logitech Control Center software? After installing it I get the beach ball when I log in which I didn't before the installation. Thanks for any thoughts.