Problems with Oracle9iAS Containers for J2EE - Developer Preview!

Guys,
Trying to RE-deploy an EJB CMP 2.o from JDeveloper (that used to work) to the new version of OC4J returns the following errors:
java.io.UTFDataFormatException: Invalid UTF8 encoding.
Wrote EJB .jar file to D:\Oracle\JDeveloper\Rehder\CommOSS\Locations\locations.jar
Wrote EAR file to D:\Oracle\JDeveloper\Rehder\CommOSS\Locations\locations.ear
Invoking Oracle9iAS admin tool...
C:\JDeveloperRC2\jdk\jre\bin\javaw.exe -jar D:\Oracle\Products\O9iAS\Install\oc4jxtnd\j2ee\home\admin.jar ormi://sandro/ admin **** -deploy -file D:\Oracle\JDeveloper\Rehder\CommOSS\Locations\locations.ear -deploymentName locations
Fatal Error: Failure to initialize EJBQL descriptors: com.sun.enterprise.deployment.xml.ParseException: Invalid UTF8 encoding.
Auto-unpacking D:\Oracle\Products\O9iAS\Install\oc4jxtnd\j2ee\home\applications\__locations.ear... done.
Copying default deployment descriptor from archive at D:\Oracle\Products\O9iAS\Install\oc4jxtnd\j2ee\home\applications\__locations/META-INF/orion-application.xml to deployment directory D:\Oracle\Products\O9iAS\Install\oc4jxtnd\j2ee\home\application-deployments\locations...
Auto-deploying locations (New server version detected)...
java.io.UTFDataFormatException: Invalid UTF8 encoding.
     int oracle.xml.parser.v2.XMLUTF8Reader.readUTF8Char(int, int)
     void oracle.xml.parser.v2.XMLUTF8Reader.fillBuffer()
     int oracle.xml.parser.v2.XMLByteReader.saveBuffer(int)
     boolean oracle.xml.parser.v2.XMLReader.fillBuffer()
     boolean oracle.xml.parser.v2.XMLReader.tryRead(char[], int, int)
     void oracle.xml.parser.v2.XMLReader.scanXMLDecl()
     void oracle.xml.parser.v2.XMLReader.pushXMLReader(java.io.InputStream, java.lang.String, java.lang.String)
     void oracle.xml.parser.v2.XMLReader.pushXMLReader(org.xml.sax.InputSource)
     void oracle.xml.parser.v2.XMLParser.parse(org.xml.sax.InputSource)
     java.util.Vector com.sun.enterprise.deployment.xml.XMLUtils.getNodesByType(java.lang.Class, java.util.Dictionary, java.io.InputStream)
     java.util.Vector com.sun.enterprise.deployment.xml.EjbBundleNode.readEjbBundleNodes(java.io.InputStream)
     com.sun.enterprise.deployment.xml.EjbBundleNode com.sun.enterprise.deployment.xml.EjbBundleNode.read(java.io.InputStream)
     com.sun.enterprise.deployment.EjbBundleDescriptor com.sun.enterprise.deployment.EjbBundleDescriptorFactory.makeEjbBundleDescriptor(java.io.InputStream, java.lang.ClassLoader, boolean)
     void com.evermind.server.ejb.deployment.EJBPackage.init(byte[], int, int, boolean)
     void com.evermind.server.ServerComponent.init()
     com.evermind.server.ejb.deployment.EJBPackage com.evermind.server.ejb.EJBPackageDeployment.getPackage()
     java.util.Map com.evermind.server.administration.ServerApplicationInstallation.finish(java.util.Map)
     java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
     void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
     void com.evermind.util.ThreadPoolThread.run()
com.sun.enterprise.deployment.xml.ParseException: Invalid UTF8 encoding.
     java.util.Vector com.sun.enterprise.deployment.xml.EjbBundleNode.readEjbBundleNodes(java.io.InputStream)
     com.sun.enterprise.deployment.xml.EjbBundleNode com.sun.enterprise.deployment.xml.EjbBundleNode.read(java.io.InputStream)
     com.sun.enterprise.deployment.EjbBundleDescriptor com.sun.enterprise.deployment.EjbBundleDescriptorFactory.makeEjbBundleDescriptor(java.io.InputStream, java.lang.ClassLoader, boolean)
     void com.evermind.server.ejb.deployment.EJBPackage.init(byte[], int, int, boolean)
     void com.evermind.server.ServerComponent.init()
     com.evermind.server.ejb.deployment.EJBPackage com.evermind.server.ejb.EJBPackageDeployment.getPackage()
     java.util.Map com.evermind.server.administration.ServerApplicationInstallation.finish(java.util.Map)
     java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
     void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
     void com.evermind.util.ThreadPoolThread.run()
java.lang.InstantiationException: Failure to initialize EJBQL descriptors: com.sun.enterprise.deployment.xml.ParseException: Invalid UTF8 encoding.
     void com.evermind.server.ejb.deployment.EJBPackage.init(byte[], int, int, boolean)
     void com.evermind.server.ServerComponent.init()
     com.evermind.server.ejb.deployment.EJBPackage com.evermind.server.ejb.EJBPackageDeployment.getPackage()
     java.util.Map com.evermind.server.administration.ServerApplicationInstallation.finish(java.util.Map)
     java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
     void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
     void com.evermind.util.ThreadPoolThread.run()
Exit status of Oracle9iAS admin tool (-deploy): 0
---- Deployment finished. ---- 28/03/2002 23:43:10
Any idea? What I should do? Wait for a more stable version of OC4J?
Regards
Sandro

I am getting a similar error trying to deploy my 2.0 CMP beans. Any insight from anyone on this problem? The biggest issue is that there is no guidance on where the problem lies. I think my ejb-jar.xml file is fine, it deploys as is in Orion as well as WebLogic....

Similar Messages

  • JDBC Connections in Oracle9iAS Containers for J2EE

    does anyone have an idea as to what jdev libraries aside from j2ee and jdbc that i can include to get the OTN article "JDBC Connections in Oracle9iAS Containers for J2EE" to at least compile?
    Thank you
    Jim
    The url for the excellent article is;
    http://www.oracle.com/technology/sample_code/tech/java/codesnippet/j2ee/jdbc/JDBC_in_J2EE.html

    gday to you mate!
    The solution is probably very simple it is just that i can't see it. i am getting the following messages from jdev9.0.5.2 build 1618 debug with the j2ee and Oracle JDBC libraries on this code:
    60     javax.naming.InitialContext ic = new javax.naming.InitialContext();
    61     oracle.jdbc.pool.OracleConnectionPoolDataSource ds = (oracle.jdbc.pool.OracleConnectionPoolDataSource)ic.lookup("jdbc/pool/OracleConnectionPoolDS");
    62 oracle.jdbc.pool.OraclePooledConnection pc = ds.getPooledConnection();
    63 oracle.jdbc.driver.OracleConnection conn1 = pc.getConnection();
    Project: C:\JDev\jdev\mywork\DVDOrdering\ViewController\ViewController.jpr
    C:\JDev\jdev\mywork\DVDOrdering\ViewController\src\view\InsertOrder.java
    Error(62,86): incompatible types; found: javax.sql.PooledConnection, required: oracle.jdbc.pool.OraclePooledConnection
    Error(63,82): incompatible types; found: java.sql.Connection, required: oracle.jdbc.driver.OracleConnection
    Thanks again!

  • Connection for the Oracle9iAS Containers for J2EE Failed.

    I tried to Create a Connection to Oracle9iAS Containers for J2EE Provided by Oracle9i JDeveloper and received an Invalid username/password for default (admin) upon testing my connection.
    My Oracle9iAS Containers for J2EE are started.
    I used the following:
    Username - admin
    Password - admin
    as suggested by Oracle9i Web Services Quickstart Install documentation.
    Any idea. Please help.
    Thanks,
    Rudy

    I am assuming you followed the instructions/pictures in:
    http://otn.oracle.com/tech/webservices/htdocs/quickstart/quickstart902.html
    and particularly the OC4J startup:
    http://otn.oracle.com/tech/webservices/htdocs/quickstart/config.gif
    and your JDev app server connection, step 3 looks like:
    http://otn.oracle.com/tech/webservices/htdocs/quickstart/13.gif
    If this is true, then there are likely three possibilities:
    1. If you copied verbatum the picture settings shown in 13.gif picture pointed to above you should make sure you installed JDeveloper in the d:\jdeveloper directory. 13.gif is assuming you started the OC4J in JDeveloper in d:\jdeveloper directory rather than a separate OC4J outside of the JDeveloper path. If your settings are different set them to fit your environment.
    If you started a separate OC4J, then edit the JDev app server location in 13.gif where your OC4J is installed (e.g. <OC4J_Location>\j2ee\home).
    2. The other common problem here is covered in the grey notes in that quickstart install guide immediately following the setup of the JDev connection. If you are using the JDeveloper shipped as part of Oracle9iDS (i.e. build 822 - see Help->About to get the build number), there is some edits described there that are required for the OC4J file server.xml.
    3. If you are using JDeveloper 9.0.3 not 9.0.2 (build 988), then you might be better off following the instructions to get it going from a Web services perspective at:
    http://otn.oracle.com/tech/webservices/htdocs/quickstart/quickstart903.html
    Hope this helps.
    Mike

  • Version 9.0.2 Oracle9iAS Containers for J2EE (OC4J) can not find the orion.jar file

    Oracle9iAS Containers for J2EE (OC4J)
    Version 9.0.2
    Oracle9iAS Containers for J2EE (OC4J) (19,789,999 bytes)
    when i unzip the oc4j_extend.zip, i can not find the orion.jar under j2ee/home diretory, how can start it?

    You're absolutely right. For some reason orion.jar isn't in that distribution. However there should be an oc4j.jar file in there, which behaves exactly as the orion.jar file would. So, any place in the documentation where it refers to orion.jar, just substitute oc4j.jar.
    Ryan

  • Problem with Management Console for Netweaver Development Studio

    I installed the  Netweaver Development Studio and all works fine
    Normally the MMC shows SAP Systems and a J2E instance below it which is used to start the services
    But when I shutdown my machine and restart it again the J2E item below the SAP Systems does not appear and  I cannot restart the J2E/SAP/DB/J2EE services
    Is there another way I could restart all the related services from a batch file or a utility that takes a config file
    because for the last few days I am having to re-install the Developer studio to get it to work
    Please help me on this because I am wasting atleast 2 hrs daily to reinstall so that I can control all my services
    thanks
    Tony

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • Can't download Oracle9iAS Containers for J2EE

    When I try to download http://download.oracle.com/otn/java/oc4j/oc4j.zip it redirects mi to download-eu.oracle.com and gives mi 404 error :(

    Please stay tuned. We are working to resolve this problem asap.
    null

  • Oracle9iAS Containers for J2EE user's guide doc

    where can i found it? i need it to know how to config server.xml
    and application.xml, the otn dont have it but other pdf refer to
    it, it is really sick.

    Dear SP,
    The oc4j docs work on the assumption that you will use the
    admin.jar or oem to deploy your applications. When you do this,
    the server.xml and application.xml are automatically modified.
    You can also look at the docs at orion
    http://www.orionserver.com/docs/index.html
    There's some bits on the server.xml and orion-application.xml
    (the application.xml in the config directory).
    These should help you.
    The server.xml file is used to point to the enterprise
    application ear files. In addition, the *-web-site.xml files are
    also pointed to in this file.
    The config/applicatiom.xml is also pointed to in the server.xml.
    This is the orion-application.xml file for the default
    application, the mother of all applications in oc4j/orion. From
    this file you point to any web-module's or ejb-modules which are
    used by the default application.
    If you use the admin.jar or oem or even jdeveloper you won't
    have to do this, since these can deploy your enterprise
    applications in oc4j for you.
    regards,
    the elephantwalker
    www.elephantwalker.com

  • Install Containers for J2EE on 9iAs release 1

    Hi,
    Is it possible to install Oracle9iAs Containers for J2EE on Oracle9iAs Release 1?
    How?
    Thanks a lot.

    you can install 'Oracle9iAS J2EE and Web Cache' version which has built-in OC4J if you do not want to install the standalone flavor.
    Addition documentation is available at:
    http://technet.oracle.com/software/products/ias/devuse.html

  • PDF PRINTING using Apache FOP and Oracle Containers for J2EE

    Hi,
    I am having major confusion about the pdf printing in Oracle XE and Apex 3.1.2.00.02
    It clearly states that this is an available option on the Oracle website.
    According to Apex there are two options for printing report regions.
    Standard - which is free
    Advanced - which uses BI and requires a licence
    Standard requires me to have Apache FOP (which is provided by Oracle in the Apex release) and Oracle Containers for J2EE (OC4J)
    Where my understanding of all this falls down is the part where I am downloading the Oracle Containers for J2EE and the license agreement states this cannot be used in a production system (only as a protptype). Can anyone clarify this? This is surely a required componenet and for the standard report printing which is supposed to be free.
    My problem is that I need to have a database system on a laptop that will go off site for a number of weeks. We need report printing options.
    Can anyone help with this. im desperate.
    Kind regards
    colin mclay

    no not yet with Application Server.
    I have tried to compare the settings to another installation with a separeted oc4j as described in the howto. But at the moment i found no mistakes.
    If i call the url adresse like:
    http://localhost:18101/fop/apex_fop.jsp
    i get:
    500 Internal Server Error
    Servlet error: java.lang.ClassNotFoundException: fop.apex__fop
    I installed it another time with these settings:
    Web Anwendung= .../fop.war (selected war file from apex install directory)
    Anwendungsname= fop
    URL zuordnen= /fop
    I would like to know if its possible to use the fop.war out of apex install directory with the Application server? In the standalone version (as described in howto) it works. But if you install it there you don't need to define an URL.
    Is the URL /fop correct or what do i have to insert there?

  • Cannot download OAS Containers for J2EE 10g (10.0.3)

    Hi,
    I cannot download "Oracle Application Server Containers for J2EE 10g (10.0.3)" referenced from the OTN home page (http://otn.oracle.com/index.html) from within the Oracle firewall (haven't tried outside it yet).
    Link Used:
    Oracle Application Server Containers for J2EE 10g (10.0.3)
    http://otn.oracle.com/software/htdocs/eaplic.html?http://download.oracle.com/otn/java/oc4j/1003/preview/oc4j_extended.zip
    Error Received:
    Sorry, this page was not found (Error Document 404)
    http://otn.oracle.com/errors/404.html
    Get the same error here:
    http://download-west.oracle.com/otn
    Note: This message was also inadvertently posted in the Member Feedback forum.
    -GK

    This was answered in the "Member Feedback" Forum" along with my feedback.....
    http://forums.oracle.com/forums/thread.jsp?forum=29&thread=257859&tstart=0&trange=15
    "Employees cannot download during business hours (6am to 6pm PST).
    OTN"
    -GK

  • Problem with Action binding for a command button in a Managed Bean

    Hi
    Thank you for reading my post
    I am trying to use a backing bean for a button action binding.
    I followed all steps as they seems to be correct. i did not made any changes directly by hand , all of changes are introduced by oracle
    Jdeveloper wizards. but now i get this exception
    Managed bean is defined in faces-config.xml (it shows in preview mode) , the method is there in managed bean (Jdeveloper itself create the method i just enter its name)
    can you please take a look and tell me what can be wrong?
    thanks
    here is method and its body in managed bean
    public String userAccept_action() {
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding =
                bindings.getOperationBinding("Commit");
            Object result = operationBinding.execute();
            if (!operationBinding.getErrors().isEmpty()) {
                return null;
            return null;
        }here is the exception that i recive
    javax.faces.FacesException: #{ButtonActions.userAccept_action}: javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
         at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.share.security.authentication.AuthenticationFilter.handleAuthentication(AuthenticationFilter.java:177)
         at oracle.adf.share.security.authentication.AuthenticationFilter.doFilter(AuthenticationFilter.java:112)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at webui.common.CharacterEncoding.doFilter(CharacterEncoding.java:26)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:105)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:167)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:415)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:143)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
         ... 34 more
    Caused by: javax.faces.FacesException: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:292)
         at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:97)
         at oracle.adfinternal.view.faces.el.AdfFacesVariableResolver.resolveVariable(AdfFacesVariableResolver.java:40)
         at oracle.adfinternal.view.faces.model.VariableResolverUtils$JspResolver.resolveVariable(VariableResolverUtils.java:79)
         at com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:145)
         at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
         ... 37 more
    Caused by: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.config.ManagedBeanFactory.evaluateValueBindingGet(ManagedBeanFactory.java:911)
         at com.sun.faces.config.ManagedBeanFactory.setPropertiesIntoBean(ManagedBeanFactory.java:567)
         at com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:253)
         at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:282)
         ... 43 more

    Thank you for reply , but it does not helps or maybe i did not apply it correctly
    here is faces-config.xml code snippet :
    <managed-bean>
        <managed-bean-name>ButtonActions</managed-bean-name>
        <managed-bean-class>webui.common.actionListener.ButtonAction</managed-bean-class>
        <managed-bean-scope>session</managed-bean-scope>
        <managed-property>
          <property-name>bindings</property-name>
          <value>#{bindings}</value>
        </managed-property>
      </managed-bean>here is binding for the button in jsp file :
    <af:commandButton
                                    text="#{res['button.accept']}"
                                    disabled="#{!bindings.Commit.enabled}"
                                    action="#{ButtonActions.userAccept_action}"/>and here is some code portion of ButtonAction class
    package webui.common.actionListener;
    import oracle.binding.BindingContainer;
    import oracle.binding.OperationBinding;
    public class ButtonAction {
        private BindingContainer bindings;
        public ButtonAction() {
        public BindingContainer getBindings() {
            return this.bindings;
        public void setBindings(BindingContainer bindings) {
            this.bindings = bindings;
        public String userAccept_action() {
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding =
                bindings.getOperationBinding("Commit");
            Object result = operationBinding.execute();
            if (!operationBinding.getErrors().isEmpty()) {
                return null;
            return null;
    }and i still get the same error.

  • Do older versions of Oracle Application Server support Containers for J2EE?

    Do older versions of Oracle 9iAS support Oracle Application Server Containers for J2EE (OC4J)?
    I went to the our companies application server directory. I don't see an oc4j or j2ee directory.
    Thanks,
    Merced

    How far back are you looking? ANd what, in particular, are you looking for ...
    The history of the Oracle 'internet service' that I remember is roughly:
    Web Server 2.1 (mid 1990s)
    Web Application Server 3.x (mid 1990s)
    Oracle Application Server 4.0.x (late 1990s)
    Oracle Internet Application Server 1.0.x (2000)
    Oracle Application Server 8i (basically 1.0.2.22.2.z)
    Oracle Application Server 9i (9.0.2, 9.0.3)
    Oracle Application Server 10g (9.0.4, 10.?.1)
    Oracle had an initial J2EE container [attempt] with 4.0.x but that never really took off. I think that was really around the time of the last beta revisions for the JSP spec, and that's left us with the legacy of JServ apps. Seems like you would see OJSE, Oracle JSE (Java Server Engine?) in the docco and path.
    IIRC, the current OC4J lineage started with around IAS 1.0.2 and has moved forward on what is now OC4J. There were some opportunities in the early days to improve consistency in the naming and directory structure areas. That has some lineage from Ironflare's Orion engine and so occasionally you see 'Orion' in the messages.

  • Cannot downlad OAS Containers for J2EE 10g (10.0.3)

    Hi,
    I cannot download "Oracle Application Server Containers for J2EE 10g (10.0.3)" referenced from the OTN home page (http://otn.oracle.com/index.html) from within the Oracle firewall (haven't tried outside it yet).
    Link Used:
    Oracle Application Server Containers for J2EE 10g (10.0.3)
    http://otn.oracle.com/software/htdocs/eaplic.html?http://download.oracle.com/otn/java/oc4j/1003/preview/oc4j_extended.zip
    Error Recieved:
    Sorry, this page was not found (Error Document 404)
    http://otn.oracle.com/errors/404.html
    Get the same error here:
    http://download-west.oracle.com/otn
    -GK

    It would certainly be more helpful if the website simply redirected users to a web page that stated this fact like the Systems Assurance Center website does (http://sac.us.oracle.com/).
    The following is the message I get from the SAC site (which I tried after OTN):
    At the moment, you are not allowed to download from the Archive. Please click here to see the reason, and to find out more about your permissions.
    Archive Access Information
    Your IP address is: xxx.x.xxx.xx
    Our records show that you are in the GMT-5 time zone.
    We assume that your local time is Tue Aug 3 15:32:56 2004
    You have download access to the Archive from 18:00 to 05:59 on Monday - Friday, and all day during Saturday and Sunday.
    Right now, you are not allowed to download software from the Archive. You will gain access to the Archive in 2 hours and 28 minutes.
    I certainly find this more informative than "Sorry, this page was not found (Error Document 404)".
    It would be great if someone could fix this. Unfortunately at this point, there is no way to distinguish this scenario from other networking failures.
    Thanks,
    GK

  • Free tools for J2EE development

    Hi
    I'm new to Java and here one question, that is very important to me now
    Which tools can I use to develop J2 EE applications?
    My question concerns mostly to tools, that can compile/build java files into classes? debug it and build then jar-files
    Is there any free!!!, handy and reliable software for this purpose?
    Any help will be appreciated
    Thank you in advance
    Yurij

    NetBeans, as mentioned in previous posts is probably a good choice if you want totally free J2EE development. Sun provides many tools for the J2EE developer to write and test J2EE code.
    Eclipse, while very good, is lacking in J2EE features. I didn't understand this until I started a new contract where they used WSAD (WebSphere Studio Application Developer) from IBM (Eclipse with J2EE support via plug-ins. It's roughly $4K per seat so definately not free. But havign Eclipse expirience did help me get up to speed quickly.
    You might also check out MyEclipse (www.myeclipseide.com). It has J2EE plug-ins that provide for J2EE development and it costs roughly $30 per year (subscription). Not a bad deal, IYAM.
    I think Borland still offers a free IDE but I haven't heard much about it these days.
    There are others, but the top has to be NetBeans and Eclipse these days.
    Enjoy!

  • Private forum for kinect for windows developer preview

    Hello all,
    I received notification email from Microsoft regarding Kinect for Windows developer preview. In the beginning of the content, it is written:
    "Until the program agreement is signed you cannot get access to the pre-release sensor, the SDK and documentation, or the private forum. Please check your junk or span folder. If you still are not able to locate the Docusign agreement please let us
    know and we will resend it to you."
    After checking my junk folder, I could not find any, so I replied the email asking to resend the document, I got email response suggesting me to use technical support in the private forum for 'Kinect for Windows developer preview'. But if I clicked the link,
    I got message "no results were found". I think I still don't have access to the private forum.
    I appreciate any suggestion.
    Thank you in advance.

    Kinect forums are over here.
    http://social.msdn.microsoft.com/Forums/en-US/home?category=kinectsdk
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Maybe you are looking for

  • Problem with Cipher.init()

    i am using java 1.4.2 on Windows 2000 Professional I am using "Assembla" as JCE Provider for Microsoft Keystore. But when i call Cipher.init() i am getting the following error MSKeyStoreJNI: Could not acquire context for temporary container used for

  • Developer Key for MiniSAP

    Gurus: Does anyone know how to get a Developer Key for MiniSAP? I had successfully installed MiniSAP and have been coding ABAP for a month...now I had to update the License for MiniSAP and since I have successfully installed the new license (good for

  • The object with id number 'nnnnn' cannot be deleted, modified or scheduled

    I am getting this exception in the following scenario, and I'm not sure why, or what is the best way to get around it.  Any help would be greatly appreciated. I am writing a program to install report modifications to a BOE repository.  This is my fir

  • How do I set up (in Pages) a spread for ibook

    Can anyone tell me how to set up a spread in Pages for use in iBook?

  • Transport for structure creation

    Hi All , we have two clients 100 and 110 , the config  client is 100 , I have mistakenly created a three structures in 110 creating a transport in 110 . these below  were objects created under that transport in 110 after creation . Table Definition