Error deploy to Oracle AS 10g 10.1.2.0.2 with JDev 10.1.3.0.3 EA

error message :
java.lang.UnsupportedClassVersionError
kr/company/biz/pojo/BoardBiz (Unsupported major.minor version 49.0). kr/company/biz/pojo/BoardBiz (Unsupported major.minor version 49.0)

I think I have the same problem. I create a war file in JDevelop 10.1.3 EA. I can successfully deploy it to OAS 10.1.2. However, I got the following message when I try to run the jspx page.
500 Internal Server Error
javax.faces.el.EvaluationException: java.lang.UnsupportedClassVersionError: org/sjc/laws/view/beans/LoginMB (Unsupported major.minor version 49.0)     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:206)     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154)     at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:386)     at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1009)     at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)     at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)     at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)     at oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)     at Login.jspService(_Login.java:236)     [SRC:/Login.jspx:14]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:567)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)     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 (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:251)     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)     at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:363)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:332)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:192)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)Caused by: java.lang.UnsupportedClassVersionError: org/sjc/laws/view/beans/LoginMB (Unsupported major.minor version 49.0)     at java.lang.ClassLoader.defineClass0(Native Method)     at java.lang.ClassLoader.defineClass(ClassLoader.java:537)     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.OC4JSecureClassLoader.defineClassEntry(OC4JSecureClassLoader.java:172)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1170)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:406)     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:154)     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)     at java.beans.Beans.instantiate(Beans.java:187)     at java.beans.Beans.instantiate(Beans.java:48)     at com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:203)     at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:256)     at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:78)     at oracle.adfinternal.view.faces.el.AdfFacesVariableResolver.resolveVariable(AdfFacesVariableResolver.java:40)     at com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:125)     at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:146)     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:243)     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:173)     ... 36 more
It looks like that the OAS 10.1.2 does not line Managed bean that I created. Everything is fine with I run the application inside JDeveloper 10.1.3.
Any idea what the solution is?
Thanks,
Jack

Similar Messages

  • Following error occurs while oracle client 10g installation on Linux 5

    Following error occurs while oracle client 10g installation on Linux 5
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

    user8862191 wrote:
    Following error occurs while oracle client 10g installation on Linux 5
    What is Linux 5? Do you mean Oracle Enterprise Linux (OEL) 5 ???
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

  • Getting Error when running oracle form 10g

    Hi all, i have a problem when i run oracle form 10g.
    in the applet show like this :
    Loading http://abc:8889/forms/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 10.1.2.0
    Loading http://abc:8889/forms/java/frmall_jinit.jar from JAR cache
    Loading http://abc:8889/forms/java/jacob.jar from JAR cache
    Loading http://abc:8889/forms/java/printtext.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.TextFieldItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Can anybody help me how to solve this problem ?
    Thanks,
    Iwan

    Loading http://abc:8889/forms/java/printtext.jar from JAR cache
    This tells me you are using a 3rd party or locally developed Java Bean to perform some type of print function. Is this correct?
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.Does your printtext.jar Java Bean need to open an HTTP connection in order to print?
    Have you been able to print in the past using this Java Bean? Where did you get the Java Bean?
    RegisterWebUtil - Loading WebUtil Version 10.1.2.0Your form appears to be using WebUtil. Has it been successfully configured?
    Honestly, you need to list the following minimum information when you post a question; it gives us all or most of the information we need to help you and it eliminates the need for us to ask for this information. Please always include:
    * Forms Version (eg; 10.1.2.0.0 not 10g)
    * Java Version
    * Client OS version
    * What you were doing when the error occured.
    Craig...

  • Problems with deploy in Oracle AS 10g

    Hi people,
    We developed a system that we need to install on my client’s Oracle Application Server 10g, but I haven't the OAS here in my company and I can't test it on my client. In my application, I access the data source by two ways: one way by the Hibernate, editing the application’s "hibernate.cfg.xml" file and the other way access by JDBC directly.
    In hibernate.cfg.xml, I edit the property of "hibernate.connection.datasource" by this way (my application name's is "GCS"):
    <property name="hibernate.connection.datasource">java/gcs</property>
    By JDBC, I get the connection by this way:
    protected Connection getConnection() throws DAOException {
    Context initContext;
    try {
    initContext = new InitialContext();
    DataSource ds = (DataSource)initContext.lookup
    ("java/gcs");
    return ds.getConnection();
    } catch (Throwable e) {
    throw new DAOException(e);
    In Oracle AS, I created a data source with the name and the JNDI location "java/gcs" and in the "Data Source Class" field I wrote "com.evermind.sql.DriverManagerDataSource".
    With this configuration the OAS did the deploy successfully. So I started the application and the system started to process the mapping of the Hibernate classes' (I could see this by the log).
    The problem is when I access the system deployed, appeared a window in my browser like those directory permission window that ask by username and password. This is very strange. Apparently, I have no access to the directory of my application... I try to put the username and password of the Windows, of the database user, of the OAS administrator... but nothing happens.
    Somebody knows what is this window? Why it appears? Where I configure this in the OAS?
    Thank's
    Rodison Ferreira
    [email protected]
    skype: rodison
    msn: [email protected]

    Hi,
    Here's the Oracle Forms 10g Deployment Guide
    http://download-east.oracle.com/docs/cd/B14099_11/web.1012/b14032/toc.htm
    HTH,
    Jim

  • Create an EAR in JDeveloper to deploy on Oracle AS 10g

    I have a J2EE project with EJBs and JSPs. I am using JDEVELOPER as my IDE. I need to deploy my application on ORACLE 10G APP SERVER.
    I need to create an EAR file consisting of my EJBs and JSPs to deploy the appln.
    When i go into Deployment Profiles in JDeveloper and try to create an EAR file, it does create the EAR file but the contents of the file are only 2-3 xml files, there is nothing else in it.
    I am wondering how on earth do i need to create my EAR package so that i can deploy on Oracle APP Server.
    This is actually very urgent... so i would really really appreciate and thank you if someone could help me out....
    Thank you very much in advance

    See thread Re: Create EAR in JDeveloper to deploy on Oracle AS 10g

  • DBCA Errors while installing Oracle AS 10g Rel2 on Solaris 10

    I am trying to install Oracle AS 10g r2 on solaris 10. After the end of the installation when dbca starting to create database dbca shows ora-03113 end-of-file in communication channel error. this is very critical for me. please help me to resolve. thanks in advance.

    Here is the log found in ORACLE_HOME/oraInventory/logs
    *** Starting OUICA ***
    Oracle Home set to /oracle/10gASInfra
    Configuration directory is set to /oracle/10gASInfra/cfgtoollogs. All xml files under the directory will be processed
    Parsing configuration file config.xml ....
    Ended Parsing configuration file config.xml
    Start Processing configuration tool Oracle Database Upgrade Assistant....
    Preparing for copying /oracle/10gASInfra/assistants/dbma/logs/* to /oracle/10gASInfra/cfgtoollogs
    Buffer size for copying file is set to 2048
    Expanding source path /oracle/10gASInfra/assistants/dbma/logs/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/assistants/dbma/logs/*. Nothing will be copied.
    End Processing configuration tool Oracle Database Upgrade
    Assistant
    Start Processing configuration tool Oracle Database Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/../admin/asdb/bdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/bdump/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/bdump/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/../admin/asdb/cdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/cdump/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/cdump/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/../admin/asdb/udump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/udump/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/udump/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/../admin/asdb/create/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/create/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/create/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/admin/asdb/bdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/bdump/*
    Adding the file /oracle/10gASInfra/admin/asdb/bdump/alert_asdb.log from the file path expanding...
    Completed copying file /oracle/10gASInfra/admin/asdb/bdump/alert_asdb.log to /oracle/10gASInfra/cfgtoollogs/alert_asdb.log
    Number of file(s) copied is 1
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/admin/asdb/cdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/cdump/*
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_3831 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_3881 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_3884 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4173 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4175 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4178 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4193 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4195 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4198 from the file path expanding...
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/admin/asdb/udump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/udump/*
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3881.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3884.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4175.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4178.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4195.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4198.trc from the file path expanding...
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3881.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_3881.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3884.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_3884.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4175.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4175.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4178.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4178.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4195.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4195.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4198.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4198.trc
    Number of file(s) copied is 6
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/admin/asdb/create/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/create/*
    Adding the file /oracle/10gASInfra/admin/asdb/create/CloneRmanRestore.log from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/create/rmanDeleteFiles.sql from the file path expanding...
    Completed copying file /oracle/10gASInfra/admin/asdb/create/CloneRmanRestore.log to /oracle/10gASInfra/cfgtoollogs/CloneRmanRestore.log
    Completed copying file /oracle/10gASInfra/admin/asdb/create/rmanDeleteFiles.sql to /oracle/10gASInfra/cfgtoollogs/rmanDeleteFiles.sql
    Number of file(s) copied is 2
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/rdbms/audit/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/rdbms/audit/*
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_3831.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_3882.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_3885.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4173.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4176.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4179.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4193.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4196.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4199.aud from the file path expanding...
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_3831.aud to /oracle/10gASInfra/cfgtoollogs/ora_3831.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_3882.aud to /oracle/10gASInfra/cfgtoollogs/ora_3882.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_3885.aud to /oracle/10gASInfra/cfgtoollogs/ora_3885.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4173.aud to /oracle/10gASInfra/cfgtoollogs/ora_4173.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4176.aud to /oracle/10gASInfra/cfgtoollogs/ora_4176.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4179.aud to /oracle/10gASInfra/cfgtoollogs/ora_4179.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4193.aud to /oracle/10gASInfra/cfgtoollogs/ora_4193.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4196.aud to /oracle/10gASInfra/cfgtoollogs/ora_4196.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4199.aud to /oracle/10gASInfra/cfgtoollogs/ora_4199.aud
    Number of file(s) copied is 9
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/assistants/dbca/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/assistants/dbca/logs/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/assistants/dbca/logs/*. Nothing will be copied.
    End Processing configuration tool Oracle Database Configuration Assistant
    Start Processing configuration tool Internet Directory Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/ldap/log/oidca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/oidca.log
    Adding the file /oracle/10gASInfra/ldap/log/oidca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/oidca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/ldap/log/dipca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/dipca.log
    Adding the file /oracle/10gASInfra/ldap/log/dipca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/dipca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/ldap/log/dasca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/dasca.log
    Adding the file /oracle/10gASInfra/ldap/log/dasca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/dasca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Internet Directory Configuration Assistant
    Start Processing configuration tool Directory Integration Platform Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/ldap/log/odca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/odca.log
    Adding the file /oracle/10gASInfra/ldap/log/odca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/odca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Directory Integration Platform Configuration Assistant
    Start Processing configuration tool Infrastructure Schema Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/schemaload.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/schemaload.log
    Adding the file /oracle/10gASInfra/config/schemaload.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/schemaload.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure Schema Configuration Assistant
    Start Processing configuration tool Ultra Search Security Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/assistants/opca/ultrasearchInst.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/assistants/opca/ultrasearchInst.log
    Adding the file /oracle/10gASInfra/assistants/opca/ultrasearchInst.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/assistants/opca/ultrasearchInst.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Ultra Search Security Configuration Assistant
    Start Processing configuration tool Delegated Administrative
    Service Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/ldap/log/oidca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/oidca.log
    Adding the file /oracle/10gASInfra/ldap/log/oidca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/oidca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Delegated Administrative Service Configuration Assistant
    Start Processing configuration tool
    Single Sign On Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/sso/log/ssoca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/sso/log/ssoca.log
    Adding the file /oracle/10gASInfra/sso/log/ssoca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/sso/log/ssoca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Single Sign On Configuration Assistant
    Start Processing configuration tool Infrastructure modo_sso Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/infratool_mod_osso.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_mod_osso.log
    Adding the file /oracle/10gASInfra/config/infratool_mod_osso.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_mod_osso.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure modo_sso Configuration Assistant
    Start Processing configuration tool OPMN Configuration Assistant-start OPMN....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start OPMN
    Start Processing
    configuration tool OPMN Configuration Assistant-start HTTP server....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start HTTP server
    Start Processing
    configuration tool OPMN Configuration Assistant-start DAS Instance....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start DAS Instance
    Start Processing
    configuration tool OPMN Configuration Assistant-start OCA Instance....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start OCA Instance
    Start Processing
    configuration tool Register DCM Plugins with EM....
    Preparing for copying /oracle/10gASInfra/dcm/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/dcm/logs/*
    Adding the file /oracle/10gASInfra/dcm/logs/dcmctl_logs from the file path expanding...
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Register DCM Plugins with EM
    Start Processing configuration tool InfraApplication Cluster Configuration Assistant step -1....
    Preparing for copying /oracle/10gASInfra/config/infratool_create_cluster.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_create_cluster.log
    Adding the file /oracle/10gASInfra/config/infratool_create_cluster.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_create_cluster.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool InfraApplication Cluster Configuration Assistant step -1
    Start Processing configuration tool InfraApplication Cluster Configuration Assistant step -2....
    Preparing for copying /oracle/10gASInfra/config/infratool_create_cluster.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_create_cluster.log
    Adding the file /oracle/10gASInfra/config/infratool_create_cluster.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_create_cluster.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool InfraApplication Cluster Configuration Assistant step -2
    Start Processing configuration tool
    InfraApplication Cluster Configuration Assistant step -3....
    Preparing for copying /oracle/10gASInfra/config/infratool_create_cluster.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_create_cluster.log
    Adding the file /oracle/10gASInfra/config/infratool_create_cluster.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_create_cluster.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool InfraApplication Cluster Configuration Assistant step -3
    Start Processing configuration tool Infrastructure
    Upgrade Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/config/infratool_infra_upgrade.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_infra_upgrade.log
    Adding the file /oracle/10gASInfra/config/infratool_infra_upgrade.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_infra_upgrade.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure Upgrade Configuration Assistant
    Start Processing configuration tool Use Metadata Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/infratool_midtier_upgrade.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_midtier_upgrade.log
    Adding the file /oracle/10gASInfra/config/infratool_midtier_upgrade.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_midtier_upgrade.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Use Metadata Configuration Assistant
    Start Processing configuration tool Oracle Certification Authority....
    Preparing for copying /oracle/10gASInfra/oca/logs/install.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/oca/logs/install.log
    Adding the file /oracle/10gASInfra/oca/logs/install.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/oca/logs/install.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Oracle Certification Authority
    Start Processing configuration tool Use Infrastructure Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/infratool*.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool*.log
    WARN: Could not find any file matching the expression /oracle/10gASInfra/config/infratool*.log. Nothing will be copied.
    End Processing configuration tool Use Infrastructure Configuration Assistant
    Start Processing configuration tool OracleAS Webcache Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/webcache/log/log.xml to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/webcache/log/log.xml
    Adding the file /oracle/10gASInfra/webcache/log/log.xml from the file path expanding...
    WARN: Source file /oracle/10gASInfra/webcache/log/log.xml could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool OracleAS Webcache
    Configuration Assistant
    Start Processing configuration tool Portal Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/assistants/opca/*.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/assistants/opca/*.log
    WARN: Could not find any file matching the expression /oracle/10gASInfra/assistants/opca/*.log. Nothing will be copied.
    End Processing configuration tool Portal Configuration Assistant
    Start Processing configuration tool Discoverer Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/discoverer/config/discoconfig5.properties to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/discoverer/config/discoconfig5.properties
    Adding the file /oracle/10gASInfra/discoverer/config/discoconfig5.properties from the file path expanding...
    WARN: Source file /oracle/10gASInfra/discoverer/config/discoconfig5.properties could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Discoverer Configuration Assistant
    Start Processing configuration tool OracleAS Wireless Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/wireless/logs/wireless_CA.out to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/wireless/logs/wireless_CA.out
    Adding the file /oracle/10gASInfra/wireless/logs/wireless_CA.out from the file path expanding...
    WARN: Source file /oracle/10gASInfra/wireless/logs/wireless_CA.out could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool OracleAS Wireless Configuration Assistant
    Start Processing configuration tool OracleAS Wireless SDK Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/wireless/logs/wireless_CA.out to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/wireless/logs/wireless_CA.out
    Adding the file /oracle/10gASInfra/wireless/logs/wireless_CA.out from the file path expanding...
    WARN: Source file /oracle/10gASInfra/wireless/logs/wireless_CA.out could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool OracleAS Wireless SDK Configuration Assistant
    Start Processing configuration tool OPMN Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant
    Start Processing configuration tool
    Enterprise manager Website Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/sysman/log/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/sysman/log/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/sysman/log/*. Nothing will be copied.
    End Processing configuration tool Enterprise manager Website Configuration Assistant
    Start Processing configuration tool DCM Repository Backup Assistant ....
    Preparing for copying /oracle/10gASInfra/dcm/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/dcm/logs/*
    Adding the file /oracle/10gASInfra/dcm/logs/dcmctl_logs from the file path expanding...
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool DCM Repository Backup Assistant

  • Create EAR in JDeveloper to deploy on Oracle AS 10g

    I have a J2EE project with EJBs and JSPs. I am using JDEVELOPER as my IDE. I need to deploy my application on ORACLE 10G APP SERVER.
    I need to create an EAR file consisting of my EJBs and JSPs to deploy the appln.
    When i go into Deployment Profiles in JDeveloper and try to create an EAR file, it does create the EAR file but the contents of the file are only 2-3 xml files, there is nothing else in it.
    I am wondering how on earth do i need to create my EAR package so that i can deploy on Oracle APP Server.
    This is actually very urgent... so i would really really appreciate and thank you if someone could help me out....
    Thank you very much in advance

    OK. Here is how I do that:
    Say I have two projects named "web" and "model":
    - Create a WAR deployment profile in the "web" project called web.deploy
    - Create a EJB JAR deployment profile in the "model" project called model.deploy
    - Create a new project called packing
    - Open the project properties
    - Select the "Dependencies" and select the projects "web" and "model"
    - Create an EAR profile called app.deploy
    - Right click on the app.deploy and select the "Properties..." entry from the context menu to open the "EAR Deployment Properties Dialog"
    - Select the "Application Assembly"
    - Tick the check boxes for "web.deploy" and "model.deploy"
    - Now test the creation of the EAR by selecting "Deploy to EAR file" from the context menu.
    - You can check the contents by using: jar tvf app.ear
    - This will give you an output like this:
    META-INF/application.xml
    web.war
    model.jar
    To modify the application.xml and even include orion-application.xml, you can create them with the Deployment Descriptor wizards.
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Configuring Oracle EAServer 10g 10.1.2.0.2 with Eclipse

    Hi ,
    Am working on a JAVA/J2EE/Struts application using Eclipse 3.1 and am using
    Oracle Enterprise Manager 10g Application Server 10.1.2.0.2 for deploying the application. Currently am building my application to an ear file and then deploying it manually on the Application Server control to run it every time. Becouse of this am not able to debug the application through eclipse. I need to know whether we can configure Oracle Enterprise Manager 10g 10.1.2.0.2 Enterprise Application Server with Eclipse 3.1 just as we are doing with eclipse tomcat or eclipseweblogic so that i can directly run or debug the application from Eclipse instead of creating a an ear and deploying it to the server to run it. Am using Oracle application server for the first time.
    I tried searching but couldnt find any relevant document /info on this. I got some info on configuring Oracle 10g Application Server 10.1.3 with eclipse,but none about 10.1.2.0.2.
    Any help regarding this is appreciated
    Thanks in advance
    grate

    Hi Steve,
    Thanks for your reply. Am new to Oracle application server. The version that i mentioned ie. 10.1.2 was already installed in my laptop when i got it for working. Am configuring the deployment and JNDI services after i start the sever and bring up the server control through IE after entering the username and password. So i couldnt understand the relevance of a standalone server at this point, and i am new to the name OC4J , why is it called so?(am sorry if am asking any stupid question, but to be frank i dont know any thing about oracle application server untill i came across it recently ) . The document that you followed is the same one that me too found while searching in net. But i couldnt follow the steps becouse in eclispe when i tried to configure the server runtime its throwed error saying it couldnt find any folder in the 10.1.2 installion directory named "...../home/j2ee" . But there was a folder called J2ee in my oracle installion folder so i just tried to map it, but it again throwed error saying "couldnt find asm.jar in j2ee/lib " . So am stuck up at this point.Should i go for oracle 10.1.3 or OC4J as you mentioned? Please give me some insights regarding this.
    Regards
    Grate

  • "Oracle XE 10g Net listener" don't start with Fedora Core 5

    hello,
    I have a problem with Oracle XE 10g and FC5.
    Please help me !
    First when I set up Oracle XE with "/etc/init.d/oracle-xe configure" the system stop on "listener starting" during several minutes.
    When FC5 is starting, (after reboot), the system stops severals minutes on "Oracle net listener Starting". Then, when I use SQLPlus TERM, I can't connect in "system".
    So I supose that Oracle don't work.
    Finally, when I use web navigator with "http://127.0.0.1:8080/apex" adress, the navigator shows "page not found".
    Please help me to solve this problem.
    Thank you,
    Best regards
    Alexandre...

    This is being discussed over in the XE forum. WHy don't you join us there and save me from repeating about 300 lines of discussion ...
    to register and discuss XE problems with XE experts use URL http://www.oracle.com/technology/xe/registration Once you have registered, you can sign in to the forums and voila - the link to the XE forum is there. But you do have to sign in.

  • Error when debugging oracle forms 10g

    hello all
    i got this error in IE8 when run my forms application 10g:
    res://ieframe.dll/acr_error.htm#,http://xxx:8889/forms/frmservlet
    anybody can help !!!!

    What plugin do you use? JAva-Plugin or jinitiator?

  • Java.exe error While installing Oracle Lite 10g

    Hi,
    Am getting "Java.exe has encountered a problem and needs to be close"
    Error singature
    AppName: javaw.exe Appver:0.0.0.0 ModName:ig4dev32.dll.
    Here my env variables
    JAVA_HOME:C:\Program Files\Java\jdk1.6.0_17
    PATH :C:\Program Files\Java\jdk1.6.0_17\bin;
    CLASSPATH :C:\Program Files\Java\jdk1.6.0_17\lib;
    Please help me out.
    Thanks
    Ranjith

    it seems that you dont have java installed correctly check
    http://download.oracle.com/docs/cd/E12095_01/doc.10303/e12080/preinstall.htm#CBHJDEGF
    for the java prereq.

  • Error occurance in oracle database 10g installation

    I have unzipped the cpio file and copied the database folder to tmp directory in oel5.And i have provided ./runInstaller then i get the following error
    Internal error:cannot connect to X11 window server using localhost:0.0 as the value of the display variable
    pls provide the solution

    See this thread about a discussion what is correct for DISPLAY:
    export DISPLAY=192.168.254.12:0.0, what does the value 192... stand for?
    Werner

  • ORA-12560: TNS:protocol adapter error while running Oracle Form 10g over IE

    Hi,
    I am getting the following error message while running my form over Internet Explorer. What could be the error and the solution.
    ORA-12560: TNS:protocol adapter error
    I am using the same user id/password that i used to create the database.
    Plz help.
    thanks,
    RV

    unless you defined the TWO_TASK in your environment, you might need to provide it during the login. The typical Forms login screen has 3 fields, username/password and TWO_TASK , which is the alias used for the database server in the tnsnames.ora file on your end. If you are using iAS forms, then a proper RAD (Resource Access Descriptor) needs to be created by the DBA or whoever manages the iAS server. This is only if SSO is utilized, if not, then you need to provide TWO_TASK as well.
    Hope this proves useful
    R/ Zafer

  • Oracle 9i/10G DB authentication using Active Directory (with out OID)

    Hello All,
    We want to use a Single-Password authentication scheme using the Active
    Directory as the primary source for userId/Password.
    We don't want to use the Active Directory and OID bridge.
    As we have many databases and would like to configure all Databases to use Active
    Directory for Authentication. Our goal is to have single id/password across all
    the databases and any user should be able to login from any computer using their
    windows id/password, note that we don't want to use the OSAuthentication.
    We have read the documents provided by oracle for authentication using Active
    Directory, we were able to create Oracle Schema in Active Directory and were
    also able to register a DB with Active Directory and then created user as global
    user in Oracle Database and provided the DN of the user. When we tried
    authenticate with all this setup it comes back and says invalid ID/Password !!!
    And with 10G database we get the Oracle Error ORA-03113: end-of-file on communication channel !!
    Has any one tried or have information on Integrating Oracle to Auth against Active Directory?
    Envoirnment:
    Oracle DB Version: 9.2.0 and also tried on 10.0.1 with same results
    Operating System: Windows 2000/ Windows 2000 Server
    Constraint: We don't want to user OID ( as we don't have license for this
    product ! )

    I have a thread started similar to your request.
    OS Authenication on Windows
    Somewhere I read this. It works on Oracle 9i on Linux, but I have not tried it with Oracle 9i on Windows.
    SHOW PARAMETER OS_AUTHENT_PREFIX;
    SHOW PARAMETER REMOTE_OS_AUTHENT;
    CREATE USER OPS$SOMEUSER IDENTIFIED EXTERNALLY;
    GRANT CREATE SESSION TO OPS$SOMEUSER;
    For the username, I wonder if we are supposed to put the Windows Domain name as part of the username? Such as, for a Windows domain user MyDomain\SomeUser
    CREATE USER OPS$MYDOMAIN\SOMEUSER IDENTIFIED EXTERNALLY;
    I really wish Oracle or somebody created a guide or book on how to do this.

  • Deploying Toplink to Oracle AS 10g 10.1.2

    We are deploying our application developed in JDeveloper 10.1.3.3.0 and which includes TopLink, ADF Faces. What setups/libraries are specifically required to deploy to Oracle AS 10g 10.1.2
    Thanks in advance
    Raam

    We are deploying our application developed in JDeveloper 10.1.3.3.0 and which includes TopLink, ADF Faces. What setups/libraries are specifically required to deploy to Oracle AS 10g 10.1.2
    Thanks in advance
    Raam

Maybe you are looking for