Deploy EJB4s in IAS?

Hi everyone!
I wonder if it is possible to deploy EJB4s in IAS.I4ve been reading JDeveloper 3.2 documentation and it only mentions deployment of Bussiness Components, with View Objects and so on.
Is it the same stuff we4re talking about?
Could anyone give me a clue?
Thanks in advance.
Silvia

Thanks Juan,
my jserv.properties file was wrong, I fixed it and now I got the following error:
JBO-25222: Unable to create application module.
JBO-25002: Definition ihelp.Sigati of type ApplicationModule not found
I copy the file Sigati.xml to the classpath but still don't work.
Is this the file not founded?
null

Similar Messages

  • Deploying JSP to iAS 8i (trial version)

    I have problem with deploying JSP to iAS.
    Doc's says that to deploy a JSP to the server I need to do 2 steps:
    1. load jsp (or java, or class, or jar - whatever) file to the server using "loadjava" tool.
    2. publish JSP page using "publishjsp" command of "sess_sh" tool.
    I did first one, but failed with second -
    sess_sh does not know about "deployjsp" command.
    Does anybody know smth about it? Any ideas?
    Thanks.
    null

    Thanks Juan,
    my jserv.properties file was wrong, I fixed it and now I got the following error:
    JBO-25222: Unable to create application module.
    JBO-25002: Definition ihelp.Sigati of type ApplicationModule not found
    I copy the file Sigati.xml to the classpath but still don't work.
    Is this the file not founded?
    null

  • Can't able to deploy webservice to IAS 10.1.2.0(window) by using Jdevloper

    Hi,
    I have got the successful msg in time of connect iAS 10.1.2.0 from Jdev 10.1.3 .
    But when I tried to deploy a simple webservice to ias then I got following deployment message :
    ---- Deployment started. ---- Aug 18, 2009 10:38:47 AM
    Target platform is Oracle Application Server 10g 10.1.2 (Windows) (OracleApplicationServer_Abir).
    Wrote WAR file to C:\Webservice\Project1\deploy\WebServices.war
    Wrote EAR file to C:\Webservice\Project1\deploy\Webservice-Project1-WS.ear
    Invoking DCM servlet client...
    C:\jdeveloper1032\jdevstudio10132\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdeveloper1032\jdevstudio10132\jdev\lib\oc4j_remote_deploy.jar http://157.227.124.85:18100/Oc4jDcmServletAPI/ ias_admin **** redeploy C:\OraHome_2 C:\Webservice\Project1\deploy\Webservice-Project1-WS.ear Webservice-Project1-WS OAS
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy C:\OraHome_2 C:\Webservice\Project1\deploy\Webservice-Project1-WS.ear Webservice-Project1-WS OAS
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = 9de37c5546b4f6f0200f5eb44dc8a2c0b7a90d89b533
    Please, wait for command to finish...
    Checking command status...
    Angshuman
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=9de37c5546b4f6f0200f5eb44dc8a2c0b7a90d89b533
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-8)
    #### HTTP return code was -8
    Exit status of DCM servlet client: -8
    Elapsed time for deployment: 16 seconds
    #### Deployment incomplete. #### Aug 18, 2009 10:39:03 AM
    Please help in this regards..

    Run the following in your terminal where you have a sh shell.
    export ORACLE_HOME= <give here the location of Oracle Infrastructure Home>
    cd $ORACLE_HOME
    sqlplus / as sysdba
    ## if you continue to get problems, then see the following file;
    cat $ORACLE_HOME/network/ADMIN/sqlnet.ora
    Check if you have a line with the following attribute:
    SQLNET.AUTHENTICATION_SERVICES
    make sure it is not missing, nor reporting a none value. If it does, change it to the following:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    Save the file. Now restart infrastructure:
    cd $ORACLE_HOME
    opmn/bin/opmnctl stopall
    opmn/bin/opmnctl startall
    ## now try getting into the database again.
    sqlplus / as sysdba
    hope that helps!

  • Can I deploy ADF outside IAS & Oracle RDBMS ?

    Hi all,
    We are exploring JDev 10g to be our standard J2EE IDE.
    But I am wondering whether ADF can be deployed outside IAS (e.g : Tomcat, JBoss) ? for production ?
    Also what If ADF on SQL Server 2000 as backends ?
    We need to make sure about this because we are not dedicated to Oracle RDBMS and IAS. We just look for an best J2EE IDE to speed up development.
    Thank you for any help,
    Krist

    Yes both are possible.
    In the JDeveloper tools menu the ADF Runtime installer has options to be installed on JBoss and Tomcat and Weblogic with a single click.
    We also know of people using other application servers.
    ADF is also database independent - for example in the how-to section of JDeveloper on OTN you'll find instructions for using ADF BC with MySQL.
    Toplink (another ADF persistence option) can also work with multiple databases.

  • Unable to run deployed aplication on IAS 10.1.3

    Hello
    I have an application that I developed and tested in JDeveloper 10.1.3.2.
    When I deploy the application on my 10.1.3 application server server I get an error message like
    java.lang.NoSuchMethodError: oracle.adf.share.perf.StateTracker.isActive()Z
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:94)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         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)
    I have updated my server adf libraries to the ones coming with jdev 10.1.3.2
    thanks in advance
    Thanassis

    This is possible. How about updating the Oracle AS to 10.1.3.2? Also try the latest ADF Installer (10.1.3.2) from OTN (http://www.oracle.com/technology/software/products/jdev/index.html)
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                       

  • Loading (and hiding) an applet from forms 6i (deployed on iAS 1.0.2)

    Hi:
    We have an existing in-house Forms 6i application deployed on Oracle iAS 1.0.2 (client PC is running Win XP).
    I need to do the following after user completes a specific action on the form (e.g. click a button):
    - loading an applet to downloading a file from the server to client machine
    - the applet (and the associated HTML page, if any) must be hidden from the user
    - after the downloading process is completed, the applet (and associated HTML page) is terminated without any impact on the Oracle Form
    Any help (and examples if available) is much appreciated
    Thks

    Hello,
    Applets accept parameters, so you could use these parameters to move or resize the main frame (like the Forms applet does).
    If your are the owner of the Applet, you also could envisage to transcript it into a Java Bean, then it would be totally transparent for the user.
    Francois

  • Deploying Doc/Lit WS generated by JDev 10.1.3 to iAS 10.1.2

    Hi,
    I am trying to publish a package as a Document/literal web service using JDeveloper10.1.3.
    When I deploy the .ear file so generated to Oracle Application Server v10.1.2.0.0, I get the following error:
    Deployment failed: Nested exception
    Resolution:
    Base Exception:
    java.rmi.RemoteException
    deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns:xsi.
    I have been told that this is because JDeveloper deploys using application.xml, which is only valid in J2EE1.4, and Oracle iAS 10.1.2 only supports J2EE1.3. I can't upgrade to iAS 10.1.3 as it's not ready for production yet.
    Is there any workaround that will allow me to create a Doc/Lit webservice from a package and deploy it to iAS 10.1.2?
    Many Thanks,
    Vid

    Hi Vid,
    To be able to deploy Doc-literal Web services on 10.1.2, you have to select the J2EE 1.3 type of web services when you create the first Web Service of a project. Once you have create a 1.4 service, the dialogue is not displayed again for the given project.
    The other source you have is correct. the JAXRPC based type of Web service that is generated with JDeveloper 10.1.3 cannot be deployed on 10.1.2, as the new runtime is not available there.
    One way to get a Doc-lit service on 10.1.2 is described in Mike's blog [1]. THe WSDL file generated in 10.1.3 is a good start, as it will enable an easier migration to 10.1.3, once it's available.
    Hope this Helps,
    Eric
    [1] http://radio.weblogs.com/0132036/2003/12/07.html

  • Error while deploying a .war file

    Hi,
    I have a one Servlet class, which references two more classes for database
    connection. After creating a .war file, I am trying to deploy it on iAS, and I
    get the following error:
    Failed to deploy web application "MBSServlet". Jar file: /var/tmp/jar61304.tmp
    is missing its standard xml descriptor located at WEB-INF/web.xml
    I don't know anything about /var/tmp/jar61304.tmp, I don't know where is it picking it up from. And my web.xml is as follows:
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" " " target="_new">http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    <servlet>
    <servlet-name>MBSServlet</servlet-name>
    <servlet-class>MBSServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>MBSServlet</servlet-name>
    <url-pattern>/MBSServlet</url-pattern>
    </servlet-mapping>
    </web-app>
    Any help!!
    thanks!!
    Shalu

    Hi,
    For a tutorial with source on how to create and deploy a simple quickstart JEE5 JPA enterprise 3-tier application on your Oracle WebLogic 10.3 server - see the following example that uses the EclipseLink JPA provider. You should be able to transition all of your mapping information (the @ManyToOne and table/column overrides and named queries for example) using either JPA via entity annotations or native extensions if you do not want to implement EJB3.
    see...
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
    We also have a similar version for Tomcat 6 except the JPA entity beans run outside a container-managed JTA transaction on the web container - for reference.
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/Tomcat_Web_Tutorial
    thank you
    /michael
    www.eclipselink.org

  • Problem with deploying j2ee app to weblogic server

    I would like to deploy a j2ee application, that was successfully deploy on the iAS version 10.1.3, on to the web logic server.
    It deploy successfully, but when I try to run it, I get a 404 error. I can see in the web center, the application is up.
    What should I look for to trouble shoot this?
    Thanks.

    1. Check the context root of the webapplication to make sure you are accessing that webresources like html or jsp file with correct context root.
    2. If you have a single server domain of WLS, then check access.log file located at: user_projects\domains\yourDomain\servers\yourServer\logs. This file should should show the resource you are accessing and the response status.
    3. From Weblogic Console, after the application is Deployed, make sure that your application is in Active Mode. From Weblogic Console, under Deployments tab, select your app, and see that it is Active. If it is in Prepared state, then click Lock and Edit, and select your App, and click on Start button.
    4. Check for CASE Sensitivity also for the resource you are accessing and context-root value etc for ex: like any JSPs or htmls.
    Ravi Jegga

  • Problem in work list deployment

    hi all,
    i'm trying to deploy sample worklist given in {bpel_home}/samples/hw/worklistapp.
    i need following information:
    (i) what is the difference between worklistapp and worklistxpress?
    (ii) ERROR:
    BUILD is getting failed.error message is- "*Target `default' does not exist in this project*."
    My build.xml file:
    &lt;?xml version="1.0"?&gt;
    &lt;project default="default" basedir="."&gt;
    &lt;property file="orabpel.properties" /&gt;
    &lt;property name="worklist.src.dir" value="${worklist.samples.dir}/src" /&gt;
    &lt;property name="worklist.classes.dir" value="${worklist.samples.dir}/classes" /&gt;
    &lt;property name="worklist.html.dir" value="${worklist.samples.dir}/public_html" /&gt;
    &lt;property name="worklist.config.dir" value="${worklist.samples.dir}/config" /&gt;
    &lt;path id="classpath"&gt;
    &lt;pathelement location="${orabpel.home}/system/services/lib/bpm-services.jar" /&gt;
    &lt;pathelement location="${orabpel.home}/lib/bpm-infra.jar" /&gt;
    &lt;pathelement location="${custom.classpath}" /&gt;
    &lt;/path&gt;
    &lt;property name="worklist.classpath" refid="classpath" /&gt;
    &lt;echo message="/////////////////////////////////////////////////////////////////" /&gt;
    &lt;echo message="// Build starting for worklistapp ..." /&gt;
    &lt;echo message="//" /&gt;
    &lt;echo message="// Classpath = ${worklist.classpath}"/&gt;
    &lt;echo message="/////////////////////////////////////////////////////////////////" /&gt;
    &lt;!-- Start Deploy target for OC4J --&gt;
    &lt;target name="deploy.oc4j" depends="validate.properties,worklist.ear"&gt;
    &lt;!-- Deploy hw_services.ear --&gt;
    &lt;java jar="${j2ee.home}/admin.jar" dir="${j2ee.home}" fork="true"&gt;
    &lt;arg line="${oc4j.ormi.url} ${oc4j.admin.username} ${oc4j.admin.password} -deploy -file ${worklist.classes.dir}/customworklist.ear -deploymentName customapp -parent orabpel" /&gt;
    &lt;/java&gt;
    &lt;java jar="${j2ee.home}/admin.jar" dir="${j2ee.home}" fork="true"&gt;
    &lt;arg line="${oc4j.ormi.url} ${oc4j.admin.username} ${oc4j.admin.password} -bindWebApp customapp customworklist http-web-site /integration/customapp" /&gt;
    &lt;/java&gt;
    &lt;/target&gt;
    &lt;!-- End Deploy target for OC4J --&gt;
    &lt;!-- Start Deploy target for IAS Mid--&gt;
    &lt;target name="deploy.iasmid" depends="validate.properties,worklist.ear"&gt;
    &lt;condition property="dcmctl.command" value="dcmctl.sh"&gt;
    &lt;and&gt;
    &lt;os family="unix"/&gt;
    &lt;/and&gt;
    &lt;/condition&gt;
    &lt;condition property="dcmctl.command" value="dcmctl.bat"&gt;
    &lt;and&gt;
    &lt;os family="windows"/&gt;
    &lt;/and&gt;
    &lt;/condition&gt;
    &lt;exec executable="${ias.home}/dcm/bin/${dcmctl.command}" spawn="false"&gt;
    &lt;arg line="redeployApplication -v -f ${worklist.classes.dir}/customworklist.ear -a customapp -co ${ias.oc4j.instance}"/&gt;
    &lt;/exec&gt;
    &lt;/target&gt;
    &lt;!-- End Deploy target for IAS Mid--&gt;
    &lt;target name="worklist.compile"&gt;
    &lt;mkdir dir="${worklist.classes.dir}" /&gt;
    &lt;javac srcdir="${worklist.src.dir}" includes="**/*.java"
    destdir="${worklist.classes.dir}" debug="true"&gt;
    &lt;classpath&gt;
    &lt;pathelement path="${worklist.classpath}"/&gt;
    &lt;/classpath&gt;
    &lt;/javac&gt;
    &lt;/target&gt;
    &lt;target name="worklist.war" depends="worklist.compile"&gt;
    &lt;copy file="${worklist.config.dir}/worklist-taglib.tld" tofile="${worklist.html.dir}/WEB-INF/worklist-taglib.tld"/&gt;
    &lt;war compress="true" warfile="${worklist.classes.dir}/customworklist.war" webxml="${worklist.config.dir}/web.xml"&gt;
    &lt;fileset dir="${worklist.html.dir}"&gt;
    &lt;exclude name="**/web.xml"/&gt;
    &lt;/fileset&gt;
    &lt;classes dir="${worklist.classes.dir}"&gt;
    &lt;exclude name="**/*.war"/&gt;
    &lt;/classes&gt;
    &lt;/war&gt;
    &lt;/target&gt;
    &lt;target name="worklist.ear" depends="worklist.war"&gt;
    &lt;ear compress="true" earfile="${worklist.classes.dir}/customworklist.ear" appxml="${worklist.config.dir}/application.xml"&gt;
    &lt;fileset dir="${worklist.classes.dir}"&gt;
    &lt;include name="**/*.war"/&gt;
    &lt;exclude name="**/*.ear"/&gt;
    &lt;/fileset&gt;
    &lt;/ear&gt;
    &lt;/target&gt;
    &lt;target name="validate.properties"&gt;
    &lt;fail message="Orabpel home ${orabpel.home} is not valid" &gt;
    &lt;condition&gt;
    &lt;not&gt;
    &lt;available file="${orabpel.home}/system" type="dir" /&gt;
    &lt;/not&gt;
    &lt;/condition&gt;
    &lt;/fail&gt;
    &lt;fail message="J2EE home ${j2ee.home} is not valid" &gt;
    &lt;condition&gt;
    &lt;not&gt;
    &lt;available file="${j2ee.home}" type="dir" /&gt;
    &lt;/not&gt;
    &lt;/condition&gt;
    &lt;/fail&gt;
    &lt;/target&gt;
    &lt;/project&gt;
    SHOULD ANYTHING BE CHANGED IN LINE 2?
    &lt;project default="default" basedir="."&gt;
    if i give any value in default=" value" the error will contain that value name in the error message
    saying: target 'value' does not exist in this project
    Properties file - 'orabpel.properties':
    --&gt;
    orabpel.home=D:/product/10.1.3.1/OracleAS_1/bpel
    j2ee.home=D:/product/10.1.3.1/OracleAS_1/bpel/system/appserver/oc4j/j2ee/home
    #change custome path to include correct location of servlet.jar
    #To add more jar use ";"
    custom.classpath=${j2ee.home}/lib/servlet.jar
    #location of worklist sample
    worklist.samples.dir=${orabpel.home}/samples/hw/worklistapp
    #Standalone OC4J related properties
    oc4j.ormi.url=ormi://localhost:23791/
    oc4j.admin.username=oc4jadmin
    oc4j.admin.password=welcome1
    #IAS midtier related properties
    ias.home=c:/work/ias10-1-2
    ias.oc4j.instance=OC4J_BPEL
    (iii) what is the value for ias.home?
    The oracle.home and java.home path is different from the default. so what should be the value of it?

    At the time of compilation gives error message "import javax.servlet.* is not a recognize package.You have to include servlet.jar or j2ee.jar in the classpath when compiling.
    My JDK is :-j2sdk1.4.2_04
    My Java Enviorment is:- Version 1.5.0 (build 1.5.0_04-b05)Why are the versions of your JDK and Java runtime environment different? Why are you not using Java 5 to compile and run everything?
    Class Path=C:\j2sdk1.4.2_04\lib;C:\j2sdkee1.2.1\lib\j2ee.jar;C:\JSDK2.0\libIf this is an environment variable, it should be "classpath", not "Class Path" with a space in between.

  • ADF from JDeveloper 10.1.2 not compatible with iAS 9.0.1

    Hi,
    We developed an ADF Application with JDeveloper 10.1.2 and we use the ADF interMedia domains (e.g. oracle.ord.im.OrdDocDomain). The application runs fine in JDeveloper, but doesn't run on our iAS 9.0.4.1. We get the following exception:
    java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
    at oracle.jbo.common.JBOClass.forName(JBOClass.java:161)
    at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:203)
    at oracle.jbo.server.AttributeDefImpl.initFromXML(AttributeDefImpl.java:2061)
    at oracle.jbo.server.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:2013)
    at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:2815)
    at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:2779)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2362)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2106)
    at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:514)
    [...rest of stacktrace omitted ...]
    The problem is that the JDBC version of the iAS 9.0.4.1 is missing the class DatumWithConnection that is indirectly referenced by the interMedia classes supplied with JDeveloper 10.1.2.
    In detail, oracle.ord.im.OrdDoc uses oracle.sql.STRUCT. The inheritance hierarchy of STRUCT is different in the JDBC versions on iAS 9.0.4.1 (oracle.sql.Datum <- oracle.sql.STRUCT) and JDeveloper 10.1.2 (oracle.sql.Datum <- oracle.sql.DatumWithConnection <- oracle.sql.STRUCT). The class file of oracle.ord.im.OrdDoc (from 10.1.2. JDeveloper) was apparently compiled the new JDBC driver version since it contains a reference to oracle.sql.DatumWithConnection. And that class cannot be found if run on iAS 9.0.4.1 with its old JDBC version.
    I think this is a very serious problem, since it means that ADF from JDeveloper 10.1.2 is not compatible with iAS 9.0.4.1, in contradiction to the support matrix (http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html).
    Upgrading the JDBC Driver on the iAS seems to be the only clean solution for this problem (we also tried using old versions of the ordim.jar etc. but that always leads to other problems). But simply exchanging the JDBC jar-files on the server breaks the Enterprise Manager on our iAS installation.
    I have two questions:
    1) Is there a recommended workaround for the compatibility issue described above?
    2) Is there a documented and supported way to upgrade the JDBC driver of iAS 9.0.4.1? I searched OTN and MetaLink and haven't found anything about this.
    Kind Regards,
    Kay
    P.S. It is surprising that this problem is rarely mentioned in the OTN forums at all. The only relevant thread is on the JHeadstart Forum:
    JHeadstart Deployment Issue
    P.S.2
    More info on what we tested:
    We have thoroughly checked that the 10.1.2. ADF runtime was correctly deployed on our iAS 9.0.4.1. We installed a OC4J 9.0.4.0.0 standalone on the same linux machine as our iAS 9.0.4.1 and deployed our application on it, getting the same error (java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection) as on the iAS. Replacing the JDBC drivers of the OC4J standalone with the version that came with JDeveloper 10.1.2 solved the problem.

    I don't think that mixing classes from different jar file is a good idea. Nevertheless, we tested this approach already. Adding the DatumWithConnection.class from the 10.1.0.3.0 JDBC version to the jar file of the original JDBC version (of the iAS 9.0.4.1.0) caused a java.lang.VerifyError to appear.
    The DatumWithConnection class is not simply added in the newer JDBC version. It is inserted into the inheritance hierarchy of oracle.sql.STRUCT and oracle.sql.Datum. Simply providing the new class next to the old JDBC driver will not work.
    To give more information about what's wrong with updating the complete JDBC driver, I justed tested it again. To update the JDBC driver I stopped the server, changed the contents of jdbc/lib, started the server. I tried it with JDBC Version 9.2.0.5 as well as 10.1.0.3.0.
    In both cases, our own application works, i.e. no more NoClassDefFoundError caused by oracle.sql.DatumWithConnection.
    The Enterprise Manager shows strange behaviour, however. Some features work as usual but, for example, when I click on the "Applications" tab for our OC4J instance, we just get the following error shown in the browser:
    An error was encountered while loading page. Failed to initialize configuration management user session.. See base exception for details.
    Root Cause: TDU
    Resolution: See base exception for details.. TDU
    In one of the server logs I found the following stacktrace:
    java.lang.NoSuchFieldError: TDU
         at oracle.net.resolver.NavDescription.navigate(Unknown Source)
         at oracle.net.resolver.NavServiceAlias.navigate(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAddrTree(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown Source)
         at oracle.net.ns.NSProtocol.establishConnection(Unknown Source)
         at oracle.net.ns.NSProtocol.connect(Unknown Source)
         at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1777)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:215)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:365)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:547)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:347)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.context.isearch.admin.users.InstanceManager.getSchemaConnection(InstanceManager.java:688)
         at test.admin__status._jspService(_admin__status.java:112)
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Kind Regards,
    Kay

  • How can I use my log4j config file of my web project in ias?

    I used log4j in my web project. So I put a config file "log4j.properties" in my project WEB-INF/classes/.
    It works well in tomcat. But when I deploy it to ias parent by orabpel project, It didn't work know!
    I can only see my log in "$ORACLE_HOME/opmn/logs", and some message I nedd is losed, such as the class name, line,datetime, Thread and so on.
    I think the config file of my project is't work, maybe log4j use some config file of ias but me.thx
    So where is the log4j config file of ias, can i modify it ?
    Or how can I let my project use my config file not ias? Any one can help me, thx!

    If you are wondering if/how to control the log messages coming from bpel, here is the corresponding log4j config file that it uses:
    $ORACLE_HOME/bpel/domains/<DOMAIN_NAME>/config/log4j-config.xml

  • Ajax functionality works in embedded OC4J, but not on iAS 10.1.2

    Hi,
    For a customer, we made an ADF application using JDeveloper 10.1.2. Using instructions from http://www.oracle.com/technology/pub/articles/vohra-ajax.html we coded a servlet, to find a description from a code the user entered in the application, and show this on the webpage without page refresh (the application uses JSP and Struts). This works fine in the embedded oc4j server JDeveloper provides, and also works fine on the Standalone OC4J server. However, when the application is deployed to the iAS from the customer, everything works fine, except the ajax functionality, the description fields simply are not shown.
    Does anyone have a clue what could be the problem? We also runned the application on the iAS server itself, and this gives the same error (no ajax functionality).
    Thanks in advance,
    Remco

    Hi dvohra,
    Thanks for your reply. I'm afraid I overlooked something, which is the reason of the ajax functionality not working. The Servlet that made the Ajax functionality used a datasource, and the same was in the Embedded OC4J Preferences. The ADF Business Components part was changed to use the datasource declared on the iAS. The Servlet however was not...
    So, all works now.

  • Out of "Request thread waiting" in KJS iAS SP4

    We are developing a J2EE aplication in iPlanet Application Server SP4. When we load the main page (Servlet), that composes a HTML page with 3 frames, the KJS of iAS takes 2 threads to process the request of the upper frame (call to a HttpServlet) and left frame (another call to a HttpServlet). After a time we can see the upper and left frame (we've got the HTML code that has been generated by the servlets) , but the browser hasn't finished to load the images of these frames. These images are on a iPlanet Web Server 4.1 SP 7. Some time later the web server time out expires and stop our browser and the images are no loaded.
    The third frame is never loaded (the request never go to the iAS as we see on the web server log).
    We expected that the 2 threads that are processing our request wil be freeded after processing the request, but that doesn't happen. The threads are blocked and doesn't return to de thread pool althougth the request are totally processes.
    We have the same application deployed on a iAS SP2 and we have never get these problem.
    Could anyone help me.
    Thank you.

    It seems that some dead lock has occured.
    Can you please send the kjs logs for sp4 and if possible can you also send the servlet code which is giving errors. With that I can proceed.
    Thanks,
    Rakesh.

  • Version of JAXB in IAS 10g

    Hi all
    Is JAXB the Java XML binding framework used on IAS 10g (10.1.3)???
    If so, what version and name of the implementation is being used? Is it a proprietary implementation?
    What I need is to marshal the POJOs to XML, send this XML over the wire and unmarshal to recreate the POJOs on the other side, so I need to use the same framework.
    Thanks!
    Marcelo

    Hi Tugdual
    I´m deploying on a IAS 10.1.3.
    My requirement is:
    I´m using Oracle BPEL Process Manager. This makes a call to a @OneWay @WebMethod exposed method (webservice) on this IAS. After processing, the application must return the result to BPEL, so this is an asynchronous operation. The call is working fine but to return the callback result I´m using BPEL Client API (IDeliveryService and NormalizedMessage) and to use it I nedd to transform my POJO´s on XML (string) or to a org.w3c.dom.Element and I don´t know how to do that...
    The POJO´s was created using Ant task 'Oracle:genProxy'.
    Regards
    Marcelo

Maybe you are looking for

  • How can you find your password to use the App Store on an iPhone?

    My friend has forgotten her password for the App Store. Her account is her email address. How can she either get her password or create a new one in order to use the App Store?

  • Error -42408 when open Itunes 10.7

    is made it everytime I open it, but everything seem to work great. Someone can help me ? osx 10.6.8

  • How to get the payment block through the BAPI_INCOMINGINVOICE_CREATE

    Hi, how to populate payment block through the BAPI (BAPI_INCOMINGINVOICE_CREATE).  always it is showing 'R' in MIR4 Transaction after the BAPI is executed.

  • Data Type Enhancement - CE 7.1

    Hello I´m creating a Enterprise Service Enhancement to add a field in the Output of the service. According to SAP documentation, I have to create a Data Type Enhancement and inside it I must select the Data Type to be enhanced (the original one). The

  • Samsung LCD LN40B640 Picture Quality

    I just purchased the Samsung 40 in. model number LN40b640. I hate the picture quality it has! Commercials looks better then the TV shows themselves and every TV show and movie I've watched looks like a cheap, amature movie. More like a home movie the