MyFaces on OC4J 9.0.4 Error

I'm trying to deploy the simple.war demo app from the MyFaces project and this is what I get when I attempt to access it.
java.lang.IllegalStateException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!     at org.apache.myfaces.webapp.webxml.WebXml.getWebXml(WebXml.java:123)     at org.apache.myfaces.application.jsp.JspViewHandlerImpl.getServletMapping(JspViewHandlerImpl.java:346)     at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:199)     at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:372)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)
Does anyone know how to fix this??
thanks!

Ok, I solved the problem. For some reason OC4J chokes on the DTD declaration in web.xml and halts processing, well this causes many issues. If you remove the declaration everything works like magic!
I'm guessing either the xml parser included with OC4J has a problem or the DTD URI is not accessible to the system.

Similar Messages

  • MyFaces on OC4J 10.1.2.0.2 - JspParseException

    I just completed an application and it works fine at my test server (Win2003).
    Deploying the very same EAR-file at the production server went smooth, but calling any page returns the following error:
    500 Internal Server Error
    OracleJSP: oracle.jsp.parse.JspParseException: Line # 7, <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    Error: oracle.xml.parser.v2.XMLParseException ( /index.jsp ):
    line #:3 column #:48 : FIXED type Attribute value not equal to the default value 'http://java.sun.com/xml/ns/j2ee'.
    line #:4 column #:14 : Attribute 'xmlns:xsi' used but not declared.
    line #:5 column #:23 : Attribute 'xsi:schemaLocation' used but not declared.
    line #:6 column #:12 : Attribute 'version' used but not declared.
    line #:8 column #:15 : Invalid element 'description' in content of 'taglib', expected elements '[tlibversion]'.
    line #:8 column #:15 : Element 'description' used but not declared.
    line #:9 column #:16 : Invalid element 'display-name' in content of 'taglib', expected elements '[tlibversion]'.
    line #:9 column #:16 : Element 'display-name' used but not declared.
    line #:10 column #:16 : Invalid element 'tlib-version' in content of 'taglib', expected elements '[tlibversion]'.
    line #:10 column #:16 : Element 'tlib-version' used but not declared.
    line #:11 column #:14 : Invalid element 'short-name' in content of 'taglib', expected elements '[tlibversion]'.
    line #:11 column #:14 : Element 'short-name' used but not declared.
    line #:12 column #:7 : Invalid element 'uri' in content of 'taglib', expected elements '[tlibversion]'.
    line #:14 column #:13 : Invalid element 'validator' in content of 'taglib', expected elements '[tlibversion]'.
    line #:14 column #:13 : Element 'validator' used but not declared.
    line #:15 column #:17 : Element 'description' used but not declared.
    line #:18 column #:21 : Element 'validator-class' used but not declared.
    line #:23 column #:7 : Invalid element 'tag' in content of 'taglib', expected elements '[tlibversion]'.
    line #:24 column #:17 : Invalid element 'description' in content of 'tag', expected elements '[name]'.
    line #:24 column #:17 : Element 'description' used but not declared.
    I have another application running fine at this server - using the same technology, but older versions (MyFaces 1.1.1 vs. 1.1.3, Tomahawk 1.1.1 vs. 1.1.2).
    I'm stuck - could anybody push me out?
    thx

    Has anyone had any luck with this yet? I'm running into a similar situation with a webapp using Tomahawk 1.1.3 on OC4J 9.0.4. The web browser returns the following exception:
    OracleJSP: oracle.jsp.parse.JspParseException: Line # 2, <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
    Error: oracle.xml.parser.v2.XMLParseException ( /test4.jsp ):
    line #:3 column #:48 : FIXED type Attribute value not equal to the default value 'http://java.sun.com/xml/ns/j2ee'.
    line #:4 column #:14 : Attribute 'xmlns:xsi' used but not declared.
    line #:5 column #:23 : Attribute 'xsi:schemaLocation' used but not declared.
    line #:6 column #:12 : Attribute 'version' used but not declared.
    line #:8 column #:15 : Invalid element 'description' in content of 'taglib', expected elements '[tlibversion]'.
    line #:8 column #:15 : Element 'description' used but not declared.
    line #:9 column #:16 : Invalid element 'display-name' in content of 'taglib', expected elements '[tlibversion]'.
    line #:9 column #:16 : Element 'display-name' used but not declared.
    line #:10 column #:16 : Invalid element 'tlib-version' in content of 'taglib', expected elements '[tlibversion]'.
    line #:10 column #:16 : Element 'tlib-version' used but not declared.
    line #:11 column #:14 : Invalid element 'short-name' in content of 'taglib', expected elements '[tlibversion]'.
    line #:11 column #:14 : Element 'short-name' used but not declared.
    line #:12 column #:7 : Invalid element 'uri' in content of 'taglib', expected elements '[tlibversion]'.
    line #:14 column #:13 : Invalid element 'validator' in content of 'taglib', expected elements '[tlibversion]'.
    line #:14 column #:13 : Element 'validator' used but not declared.
    line #:15 column #:17 : Element 'description' used but not declared.
    line #:18 column #:21 : Element 'validator-class' used but not declared.
    line #:23 column #:7 : Invalid element 'tag' in content of 'taglib', expected elements '[tlibversion]'.
    line #:24 column #:17 : Invalid element 'description' in content of 'tag', expected elements '[name]'.
    line #:24 column #:17 : Element 'description' used but not declared.
    The funny thing in my case is that the application works like a champ on 10.1.2 and also on my local instance of 9.0.4 standalone. My mind is sufficiently boggled.

  • Oracle.oc4j.rmi.OracleRemoteException: Invocation error: java.lang.NoSuchMe

    Hi
    i write simple session EJB with simple helloworld method
    Iam using jdeveloper
    Jdeveloper gave option to write sample client to test above session bean
    When i run that client i got this exception
    Am i missing anything
    This is a kind of urgent
    Any help will be appreciated
    oracle.oc4j.rmi.OracleRemoteException: Invocation error: java.lang.NoSuchMethodException: ejb.SessionEJB.helloworld()
         at com.evermind.server.rmi.RMIConnection.handleExceptionFromMethodInvocation(RMIConnection.java:745)
         at com.evermind.server.rmi.RMIConnection.obtainRemoteMethodResponse(RMIConnection.java:705)
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:697)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:70)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:27)
         at com.evermind.server.ejb.StatelessSessionRemoteInvocationHandler.invoke(StatelessSessionRemoteInvocationHandler.java:43)
         at __Proxy1.helloworld(Unknown Source)
         at ejb.SessionEJBClient.main(SessionEJBClient.java:24)
         Nested exception is:
    java.lang.NoSuchMethodException: ejb.SessionEJB.helloworld()
         at java.lang.Class.getMethod(Class.java)
         at com.evermind.server.rmi.RMIConnection.readMethod(RMIConnection.java:492)
         at com.evermind.server.rmi.RMIConnection.handleMethodInvocation(RMIConnection.java:418)
         at com.evermind.server.rmi.RMIConnection.handleOrmiCommandRequest(RMIConnection.java:357)
         at com.evermind.server.rmi.RMIServerConnection.handleOrmiCommandRequest(RMIServerConnection.java:192)
         at com.evermind.server.rmi.RMIConnection.dispatchRequest(RMIConnection.java:325)
         at com.evermind.server.rmi.RMIConnection.processReceivedCommand(RMIConnection.java:275)
         at com.evermind.server.rmi.RMIConnection.listenForOrmiCommands(RMIConnection.java:236)
         at com.evermind.server.rmi.RMIConnection.run(RMIConnection.java:202)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:299)
         at java.lang.Thread.run(Thread.java:534)
    Process exited with exit code 0.

    java.lang.NoSuchMethodException: ejb.SessionEJB.helloworld()
    Check the method definition.
    Does the method have parameters?
    Is the method helloWorld?

  • How to resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    I just download a jdeveloper903,i hava a problem:
    when i start the oc4j alone,it prompt "JspTagLib listener error:null". Then,After depoly the jsp application with JspTag to oc4j,I found the jsp page can not run,but,the jsp application can run in the
    develope environment.
    how can resolve the problem,help!!Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • OC4J Instance Configuration Assistant Error on Install

    I'm installing iAS-903 on Red Hat 8.0. I managed to get through the linking parts OK but when I get to the Configuration Tools part at the end, I get an error with the OC4J Instance Configuration Assistant. Something about permissions.
    Has anybody seen this? Did anybody get by it?
    The relevant part of the error message is below.
    Starting OC4J instance 'OC4J_Demos'..done.
    Deploying application 'ojspdemos' to OC4J instance 'OC4J_Demos'...
    ERROR: Caught exception during deploy.
    java.io.IOException: Permission denied
         at java.io.UnixFileSystem.createFileExclusively(Native Method)

    I'm getting the same configuration error. I installed the ias 903 J2EE and Web Cache application. I also received a linking error (ins_sql.mk link error I believe). I fixed the link problem by removing the -z defs from LD_SELF_CONTAINED and rerunning genclntsh script.
    After installing 9ias, I can start oc4j_home and oc4j_demos without errors but I'm not sure if they are fully working.

  • Upgrade to MyFaces 1.2. Listener start error

    Hello,
    I'm trying to upgrade my project from MyFaces 1.1.5 to MyFaces 1.2. I have changed myfaces jars and modified faces-config header.
    But when I starts my aplication I get an error:SEVERE: Error listenerStartSeems that they are some problem with StartupServletContextListener. Is still needed tha listener with 1.2 version?
    I am working with Tomcat 5.5.15, jdk 1.5, facelets 1.1.14 and ajax4jsf 1.0.5
    Can someone help me?
    Thanks in advance,
    Ricard

    Hi again,
    Forget that issue. I have downloaded Tomcat 6 and it works fine. Think the problem was with the JspFactory that Tomcat 5 includes in the jsp-api.jar in the common/lib. Seems that MyFaces 1.2 needs a newer version of that jar. A version that implements JspFactory.getJspApplicationContext(ServletContext servletcontext). Maybe upgrading that jsp-api.jar on Tomcat 5, it will work fine.
    Thanks,

  • How can resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    when i start oc4j in jdeveloper903,it prompt "JspTagLib listener error:null".
    Then ,after depoly the jsp application with jsptaglib,i found the jsp page can not run.but,the jsp application
    can run in develop environment.
    how can i resolve the problem,Help.
    Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • OC4J in Linux  OS Errors

    we have developed an Enterprise Java Bean for OC4J (version 9.0.2.0.0) which is running on Win2000 OS without any bugs.
    when we deployed the same EAR file in OC4J (version 1.0.2.0.0) on linux OS.we r getting an error like this---->
    java.lang.InstantiationException: Illegal use-caller-identity value, legal values are True and False.
    Is there any problem with the change in OC4J version or
    due to the change in the OS.
    Anyone pls help us to sort out this problem.
    thanks
    prabakar & team.

    Prabakar,
    This is because of the version.
    OC4J 1.0.2.2.1 does not have support for <use-caller-identity which is part of EJB 2.0 spec. This works fine with OC4J 9.0.2 that supports most of the EJB 2.0 spec.
    regards
    Debu Panda
    Oracle

  • OC4J in Linux  OS Error

    Hi Friends
    we have developed an Enterprise Java Bean for OC4J (version 9.0.2.0.0) which is running on Win2000 OS without any bugs.
    when we deployed the same EJB in OC4J (version 1.0.2.0.0) on linux OS.we r getting an error like this---->
    java.lang.InstantiationException: Illegal use-caller-identity value, legal values are True and False.
    Is there any problem with the change in OC4J version or
    due to the change in the OS.
    Anyone pls help us to sort out this problem asap.
    cheers
    prabakar
    thanks
    prabakar & team.

    Prabakar,
    This is because of the version.
    OC4J 1.0.2.2.1 does not have support for <use-caller-identity which is part of EJB 2.0 spec. This works fine with OC4J 9.0.2 that supports most of the EJB 2.0 spec.
    regards
    Debu Panda
    Oracle

  • Unable to deploy .ear in OC4J. Getting following Error

    2012-07-03 18:22:12.875 NOTIFICATION Application Deployer for FCRJBatch STARTS.
    2012-07-03 18:22:12.890 NOTIFICATION Copy the archive to D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear
    2012-07-03 18:22:14.812 NOTIFICATION Initialize D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear begins...
    2012-07-03 18:22:14.812 NOTIFICATION Auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear...
    2012-07-03 18:22:14.828 NOTIFICATION Unpacking FCRJBatch.ear
    2012-07-03 18:22:14.828 NOTIFICATION Unjar D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear in D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch
    2012-07-03 18:22:16.765 NOTIFICATION Done unpacking FCRJBatch.ear
    2012-07-03 18:22:16.765 NOTIFICATION Finished auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear
    2012-07-03 18:22:16.796 NOTIFICATION Auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar...
    2012-07-03 18:22:16.796 NOTIFICATION Unpacking MQBatchConnector.rar
    2012-07-03 18:22:16.796 NOTIFICATION Unjar D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar in D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector
    2012-07-03 18:22:17.265 NOTIFICATION Done unpacking MQBatchConnector.rar
    2012-07-03 18:22:17.265 NOTIFICATION Finished auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar
    2012-07-03 18:22:17.265 NOTIFICATION Initialize D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear ends...
    2012-07-03 18:22:17.265 NOTIFICATION Starting application : FCRJBatch
    2012-07-03 18:22:17.265 NOTIFICATION Initializing ClassLoader(s)
    2012-07-03 18:22:17.375 NOTIFICATION application : FCRJBatch is in failed state
    12/07/03 18:22:17 WARNING: Application.setConfig Application: FCRJBatch is in failed state as initialization failed.
    java.lang.NullPointerException
    12/07/03 18:22:17 oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:779)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    12/07/03 18:22:17 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    12/07/03 18:22:17 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    12/07/03 18:22:17 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    12/07/03 18:22:17 at java.lang.Thread.run(Thread.java:595)
    12/07/03 18:22:17 Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:518)
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:361)
    12/07/03 18:22:17 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    12/07/03 18:22:17 ... 6 more
    12/07/03 18:22:17 Caused by: java.lang.NullPointerException
    12/07/03 18:22:17 at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:460)
    12/07/03 18:22:17 ... 9 more
    2012-07-03 18:22:17.375 NOTIFICATION Application Deployer for FCRJBatch FAILED.
    2012-07-03 18:22:17.390 NOTIFICATION Application UnDeployer for FCRJBatch STARTS.
    2012-07-03 18:22:17.406 NOTIFICATION Removing all web binding(s) for application FCRJBatch from all web site(s)
    2012-07-03 18:22:17.421 NOTIFICATION Application UnDeployer for FCRJBatch COMPLETES.
    12/07/03 18:22:17 WARNING: DeployerRunnable.run java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at com.evermind.server.Application.setConfig(Application.java:518)
    at com.evermind.server.Application.setConfig(Application.java:361)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    at com.evermind.server.Application.setConfig(Application.java:460)
    ... 9 more
    12/07/03 18:22:17 SEVERE: ProgressObjectImpl.reportError java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failedoracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
    at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:429)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:130)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
    ... 4 more
    Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at com.evermind.server.Application.setConfig(Application.java:518)
    at com.evermind.server.Application.setConfig(Application.java:361)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    at com.evermind.server.Application.setConfig(Application.java:460)
    ... 9 more
    Edited by: user12209814 on Jul 3, 2012 10:54 PM

    Hi Venkat,
    According to your description, you come across an error when starting Reporting Services.
    In your scenario, I would like to know if you have installed other SQL Server instance on the same machine before. Please check the SKU of installed Reporting Services in Reporting Service logs. Please refer to this article:
    How to: Detect Version Information (Reporting Services).
    The configuration error generally is caused by that the rsreportserver.config file has been modified unexpectedly or some settings are misconfigured. Please check the configuration file and compare it to other SSRS configuration file, make sure all settings
    is correct. Please refer to this article:
    FAQ: How do I solve the issue - The configuration file contains an element that is not valid.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Standalone OC4J with SMS Portlet - Error

    I have installed the SMS Portlet (downloaded from OTN) onto Standalone OC4J with PDK. However, when I try to login, I get a No route to host error. What values should I set proxyHost and proxyPort to run it from my local desktop.
    Thanks.

    Hi,
    actually the error message doesn't point to the problem because its a generic message. The HTML page message is the one you build and modify when creating the Webstart project in JDeveloper.
    The configuration looks okay.
    Frank

  • Error messages when installing/starting oc4j (11.1.1.0.0) Technical Preview

    Hello,
    Could someone please assist me with the following error messages?
    08/08/12 10:25:30 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
    08/08/12 10:25:30 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
    08/08/12 10:25:32 Don't know how to map non-serializable type: interface javax.management.j2ee.statistics.Stats to Open MBean Type.
    08/08/12 10:25:34 WARNING: J2EE JNDI-00002
    08/08/12 10:25:34 WARNING: No javax.jms.ConnectionFactory found at null
    08/08/12 10:25:38 Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    Obviously oc4j is installing, but these error messages are certainly a problem (for example, I can't successfully deploy applications).
    When I used the previous version of oc4j none of these errors surfaced. I also have tried installing this new version in a new, clean directory, and still get the same error messages.
    Please help,
    John

    Thank you for your quick response.
    I hope that you are right, that these errors don't cause any other problems down the line, but I still have a problem trying to deploy applications.
    For example, I tried to deploy mapviewer, using the following syntax --
    java -jar admin_client.jar deployer:oc4j:localhost fmwadmin <admin_pwd>
    -deploy
    -file <path-to-ear-file>
    -deploymentName <name>
    -bindAllWebApps
    -- and recieved the following errors, which I didn't get before when I was using the previous version of oc4j (Oracle Containers for J2EE 10g [10.1.3.1]):
    08/08/13 08:49:30 WARNING: web: Servlet error
    java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate
    at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:180)
    at com.sun.faces.application.WebappLifecycleListener.getAssociate(WebappLifecycleListener.java:289)
    at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:225)
    at com.sun.faces.application.WebappLifecycleListener.requestDestroyed(WebappLifecycleListener.java:78)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:743)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)
    at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)
    at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    Do you have any idea why I may be getting these error messages?
    Thank you for your time and assistance!
    John

  • Error while deploying application in oc4j

    following error message appear when deploying an application
    (1) on consol error message is al folows :
    An error occured while undeploying the application. The configuration files for this Oracle9iAS instance are inconsistent with the configuration stored in the repository. In order to protect the repository, no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem is resolved. This condition arises when a prior operation was unsuccessful. Please check the logs located at ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating the configuration files on disk. Some possible causes are: * permissions on files * file contention issues on Windows NT * EMD and dcmctl running concurrently * internal Oracle error After resolving the problem that prevented DCM from updating the configuration files, you may use the dcmctl resyncInstance command to resolve the problem. Alternatively, you can stop and then restart the active dcmctl or EMD process and resyncInstance will automatically be performed.
    (2) in ora9ias_home\dcm\logs\dcmctl_logs\log.xml and
    ora9ias_home\dcm\logs\emd_logs\log.xml error message is as follows :
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2002-05-07T18:55:16.830+05:30</TSTZ_ORIGINATING>
    <COMPONENT_ID>OC4J</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_GROUP>n/a</MSG_GROUP>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>HIRED6</HOST_ID>
    <HOST_NWADDR>144.12.16.48</HOST_NWADDR>
    <MODULE_ID>iAS_dcm/oracle/defaultLogger/ExceptionLogger</MODULE_ID>
    <PROCESS_ID>null-Thread[Orion Launcher,5,main]</PROCESS_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>[ RM ] Exception in repository API getDBConnect()</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.ias.repository.schema.SchemaException: Unable to connect to Directory Server:javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
         at oracle.ias.repository.directory.DirectoryReader.connect(DirectoryReader.java:104)
         at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:331)
         at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:416)
         at oracle.ias.repository.SchemaManager.getDBConnect(SchemaManager.java:197)
         at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDBConnect(Unknown Source)
         at oracle.ias.sysmgmt.persistence.PersistenceManager.getSeedInfo(Unknown Source)
         at oracle.ias.sysmgmt.persistence.PersistenceManager.isDBConfigured(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.initialize(IASEntryPoint.java:98)
         at oracle.sysman.emSDK.eml.svlt.NavCfgHandler.startElement(NavCfgHandler.java:220)
         at org.xml.sax.helpers.ParserAdapter.startElement(ParserAdapter.java:580)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:166)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1082)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:287)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:254)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:141)
         at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:430)
         at oracle.sysman.emSDK.eml.svlt.EMServlet.init(EMServlet.java:332)
         at oracle.sysman.eml.app.ConsoleSN.init(ConsoleSN.java:87)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:1687)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4020)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4119)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:579)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:376)
         at com.evermind.server.Application.getHttpApplication(Application.java:657)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:663)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:524)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:230)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:244)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:147)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:1818)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1154)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:70)
         at java.lang.Thread.run(Thread.java:484)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:49)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    Urgent solution required

    welcome to the club - reintalling ias90x.
    seriously, after reinstalling oracle, disable em interface. never use it again.
    use
    $oraclehome\dcm\bin\dcmctl dcmctl saveinstance -directory somedir
    $oraclehome\dcm\bin\dcmctl deployapplication blah blah..
    if something goes wrong,
    $oraclehome\dcm\bin\dcmctl restoreinstance
    read up on how to use dcmctl.
    Ken

  • Error while deploying EAR file on OC4J 10.1.3.3

    Hi all,
    I am facing following error on OC4J while deploying EAR file
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    07/12/31 17:47:21 oracle.oc4j.admin.internal.DeployerException: Error compiling :C:\exp\warid1link\oc4j\j2ee\home\applications\CustomerServ
    ices SMS API\customerservicesapi: Syntax error in source or compilation failed in: C:\exp\warid1link\oc4j\j2ee\home\application-deployments\
    CustomerServices SMS API\customerservicesapi\com\warid\sms\runtime\CSSMSAPI_Service_SerializerRegistry.java
    07/12/31 17:47:21 at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts(WrapperClassGenerator.java:104)
    07/12/31 17:47:21 at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(HttpApplication.java:8469)
    07/12/31 17:47:21 at com.evermind.server.http.HttpApplication.populateLoaderWithWebServicesDeploymentCache(HttpApplication.java:5701)
    07/12/31 17:47:21 at com.evermind.server.http.HttpApplication.populateLoader(HttpApplication.java:5629)
    07/12/31 17:47:21 at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplication.java:5568)
    07/12/31 17:47:21 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:731)
    07/12/31 17:47:21 at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/12/31 17:47:21 at com.evermind.server.Application.getHttpApplication(Application.java:570)
    07/12/31 17:47:21 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.jav
    a:1987)
    07/12/31 17:47:21 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    07/12/31 17:47:21 at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1603)
    07/12/31 17:47:21 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
    07/12/31 17:47:21 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
    07/12/31 17:47:21 at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
    07/12/31 17:47:21 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
    07/12/31 17:47:21 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    07/12/31 17:47:21 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    07/12/31 17:47:21 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    07/12/31 17:47:21 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    07/12/31 17:47:21 at java.lang.Thread.run(Thread.java:534)
    2007-12-31 17:47:21.625 NOTIFICATION Application Deployer for CustomerServices SMS API FAILED.
    2007-12-31 17:47:21.625 NOTIFICATION Application UnDeployer for CustomerServices SMS API STARTS.
    2007-12-31 17:47:21.640 NOTIFICATION Removing all web binding(s) for application CustomerServices SMS API from all web site(s)
    07/12/31 17:47:21 SEVERE: ProgressObjectImpl.reportError Error compiling :C:\exp\warid1link\oc4j\j2ee\home\applications\CustomerServices SM
    S API\customerservicesapi: Syntax error in source or compilation failed in: C:\exp\warid1link\oc4j\j2ee\home\application-deployments\Custome
    rServices SMS API\customerservicesapi\com\warid\sms\runtime\CSSMSAPI_Service_SerializerRegistry.java
    oracle.oc4j.admin.jmx.shared.exceptions.InternalException: Error compiling :C:\exp\warid1link\oc4j\j2ee\home\applications\CustomerServices
    SMS API\customerservicesapi: Syntax error in source or compilation failed in: C:\exp\warid1link\oc4j\j2ee\home\application-deployments\Custo
    merServices SMS API\customerservicesapi\com\warid\sms\runtime\CSSMSAPI_Service_SerializerRegistry.java
    at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
    at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:429)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:123)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.oc4j.admin.internal.DeployerException: Error compiling :C:\exp\warid1link\oc4j\j2ee\home\applications\CustomerServices SM
    S API\customerservicesapi: Syntax error in source or compilation failed in: C:\exp\warid1link\oc4j\j2ee\home\application-deployments\Custome
    rServices SMS API\customerservicesapi\com\warid\sms\runtime\CSSMSAPI_Service_SerializerRegistry.java
    at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts(WrapperClassGenerator.java:104)
    at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(HttpApplication.java:8469)
    at com.evermind.server.http.HttpApplication.populateLoaderWithWebServicesDeploymentCache(HttpApplication.java:5701)
    at com.evermind.server.http.HttpApplication.populateLoader(HttpApplication.java:5629)
    at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplication.java:5568)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:731)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    at com.evermind.server.Application.getHttpApplication(Application.java:570)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1603)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
    at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    ... 4 more
    2007-12-31 17:47:28.109 NOTIFICATION Application UnDeployer for CustomerServices SMS API COMPLETES.
    07/12/31 17:47:28 WARNING: DeployerRunnable.run Error compiling :C:\exp\warid1link\oc4j\j2ee\home\applications\CustomerServices SMS API\cus
    tomerservicesapi: Syntax error in source or compilation failed in: C:\exp\warid1link\oc4j\j2ee\home\application-deployments\CustomerServices
    SMS API\customerservicesapi\com\warid\sms\runtime\CSSMSAPI_Service_SerializerRegistry.java
    oracle.oc4j.admin.internal.DeployerException: Error compiling :C:\exp\warid1link\oc4j\j2ee\home\applications\CustomerServices SMS API\custo
    merservicesapi: Syntax error in source or compilation failed in: C:\exp\warid1link\oc4j\j2ee\home\application-deployments\CustomerServices S
    MS API\customerservicesapi\com\warid\sms\runtime\CSSMSAPI_Service_SerializerRegistry.java
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:126)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:534)
    2007-12-31 18:21:46.234 WARNING Caught exception: java.lang.reflect.InvocationTargetException.
    Regards,
    Imran Raza Khan

    Looks strange, but do you have blanks in your path names? Don't do that. Cause pain only.
    --olaf                                                                                                                                                                                                   

  • Getting a compilation error when deploying a web service to OC4J.

    The following are the error that I got from Oracle AS server console:
    [Feb 5, 2007 11:31:14 AM] Application Deployer for edsssaws STARTS.
    [Feb 5, 2007 11:31:14 AM] Copy the archive to D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws.ear
    [Feb 5, 2007 11:31:14 AM] Initialize D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws.ear begins...
    [Feb 5, 2007 11:31:14 AM] Unpacking edsssaws.ear
    [Feb 5, 2007 11:31:14 AM] Done unpacking edsssaws.ear
    [Feb 5, 2007 11:31:14 AM] Unpacking edsssaws-web.war
    [Feb 5, 2007 11:31:16 AM] Done unpacking edsssaws-web.war
    [Feb 5, 2007 11:31:16 AM] Initialize D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws.ear ends...
    [Feb 5, 2007 11:31:16 AM] Starting application : edsssaws
    [Feb 5, 2007 11:31:16 AM] Initializing ClassLoader(s)
    [Feb 5, 2007 11:31:16 AM] Initializing EJB container
    [Feb 5, 2007 11:31:16 AM] Loading connector(s)
    [Feb 5, 2007 11:31:16 AM] Starting up resource adapters
    [Feb 5, 2007 11:31:16 AM] Initializing EJB sessions
    [Feb 5, 2007 11:31:16 AM] Committing ClassLoader(s)
    [Feb 5, 2007 11:31:16 AM] Initialize edsssaws-web begins...
    [Feb 5, 2007 11:31:16 AM] Initialize edsssaws-web ends...
    [Feb 5, 2007 11:31:16 AM] Started application : edsssaws
    [Feb 5, 2007 11:31:16 AM] Binding web application(s) to site default-web-site begins...
    [Feb 5, 2007 11:31:16 AM] Binding edsssaws-web web-module for application edsssaws to site default-web-site under context root edsssaws
    [Feb 5, 2007 11:31:35 AM] Operation failed with error: Error compiling :D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws\edsssaws-web: compilation error occurred
    I don't have any problem to build the webservice using oracle:assemble command in ant script, nor compilation error in the build time.
    The error log shows as the following:
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-02-05T11:31:35.392-06:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>oc4j</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>w2gzfdx801</HOST_ID>
    <HOST_NWADDR>148.94.36.32</HOST_NWADDR>
    <MODULE_ID>admin.jmx.client.EventManager</MODULE_ID>
    <THREAD_ID>26</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>148.94.36.32:33615:1170696695392:16</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>1 events to be dispatched for: oracle.oc4j.admin.management.mejb.MEjb@a8c31b and domain: oc4j-w2gzfdx801.amer.corp.eds.com-12401-default</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-02-05T11:31:35.392-06:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>oc4j</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>w2gzfdx801</HOST_ID>
    <HOST_NWADDR>148.94.36.32</HOST_NWADDR>
    <MODULE_ID>admin.jmx.client.CoreRemoteMBeanServer</MODULE_ID>
    <THREAD_ID>26</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>148.94.36.32:33615:1170696695392:16</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Dispatching event type: deploy.edsssaws and message: Application Deployer for edsssaws FAILED. to listener with id: 0 on MBeanServer proxy: oracle.oc4j.admin.management.mejb.MEjb@a8c31b</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-02-05T11:31:35.392-06:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>oc4j</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>w2gzfdx801</HOST_ID>
    <HOST_NWADDR>148.94.36.32</HOST_NWADDR>
    <MODULE_ID>admin.deploy.spi.status.ProgressObjectImpl</MODULE_ID>
    <THREAD_ID>26</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>148.94.36.32:33615:1170696695392:16</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>java.lang.InstantiationException: Error compiling :D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws\edsssaws-web: compilation error occurred</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Error compiling  :D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws\edsssaws-web: compilation error occurred
         at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
         at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:429)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:123)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Error compiling  :D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws\edsssaws-web: compilation error occurred
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:214)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:96)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:541)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:197)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
         ... 4 more
    Caused by: java.lang.InstantiationException: Error compiling  :D:\product\10.1.3\OracleAS_1\j2ee\home\applications\edsssaws\edsssaws-web: compilation error occurred
         at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts(WrapperClassGenerator.java:98)
         at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(HttpApplication.java:8403)
         at com.evermind.server.http.HttpApplication.populateLoaderWithWebServicesDeploymentCache(HttpApplication.java:5465)
         at com.evermind.server.http.HttpApplication.populateLoader(HttpApplication.java:5394)
         at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplication.java:5333)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:645)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
         at com.evermind.server.Application.getHttpApplication(Application.java:512)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1894)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1591)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:206)
         ... 8 more
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    Any idea why it happened?
    Thanks,
    Jason

    Hello,
    I do not see why you have this error, is it the only log entry that you have? Anything in the application.log?
    Can you send me the ear? tugdual [dot] grall [at] oracle [dot] com
    Regards
    Tugdual Grall

Maybe you are looking for