OC4J 11 / JDeveloper 11g Production Release?

Hi
I was wondering whether someone from Oracle could give some indication as to when they expect the production version of OC4J 11 and JDeveloper 11g to be released? Will they be released at the same time?
Cheers
George

Hi
I just asked Oracle Support - they still wont report a date back. They only say that OC4J 11g is part of the Fusion Middleware Suite, which had a release plan for 2nd halft of CY07 and has now slipped indefinately. The exact comment was "FMW 11g is still not released (because not ready to be releasable) but is further delayed. I have not found any new planned release date in the internal resources available to support."

Similar Messages

  • Expected date for Jdeveloper 11g production version

    i am planning to start development with jdeveloper (Forms 6i background). but with latest version.
    If you can help me out of dates of jdeveloper 11g production release.
    it will save my troubleshooting time.
    Also help me out some starting point to be successful projects using jdeveloper.
    In forms successful,
    It is so simple.
    1. create table.
    2. use forms wizard (block and layout).
    3. make layout change as per your need.
    4. add buttons and validation.
    5. done.
    But in Jdeveloper.
    What is the best practice. ??
    thanks in advance.

    Hi,
    there will be a technology preview 3 out shortly to christmas. There exist no concrete release date of JDeveloper 11 production.
    Start at otn.oracle.com/products/jdev and check some of the tutorials (OBE). Note that for you to learn building JSF web applications, I suggest to use the 10.1.3 tutorials and how-tos.
    Frank

  • Problem installing CIS Admin on Preconfigured OC4J with JDeveloper 11g

    Hi,
    I'm trying to setup a CIS installation with JDeveloper 11g's OC4J. The CIS Server was installed successfully and the home page for that application came up. I was able to deploy the CIS Admin application, but trying to access it gives me the following error (first regarding the permissions and then about the name not found exception). Can someone please advise...
    [2008-06-19 09:09:19,640] [ApplicationServerFactory<clean-only>] INFO (com.stellent.cis.impl.CISApplication) -
    +------------------------------
    | Initialized Content Integration Suite 10g Release 3 (10.1.3.3.3) [server]
    |      Version: 8.0.0.3 (Build 2007.1031.1353)
    |      Server Type: oracle [ejb=true, rmi=false]
    |      Server Configuration: [META-INF/resources/server/cis-services.jxml]
    |      Adapter Configuration: null
    |      Temporary File Location: C:\DOCUME~1\ACBOMM~1\LOCALS~1\Temp\1\\oracle\cis-8.0.0.3
    +------------------------------
    08/06/19 09:09:19 Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    [2008-06-19 09:12:19,468] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) - Initialized CIS logging using log file: [default]
    [2008-06-19 09:12:19,468] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) -
    +-----------------
    | CIS using IsolatedJarClassLoader
    | Location: C:\DOCUME~1\ACBOMM~1\LOCALS~1\Temp\1\tmp-mgr-48440.tmp\cis-loader48441.tmp
    +-----------------
    08/06/19 09:12:19 WARNING: Exception returned by remote server: javax.naming.NoPermissionException: Not allowed to look up stellent/command/configuration, check the namespace-access tag setting in orion-application.xml for details
    [2008-06-19 09:12:19,640] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:402)
         at index.jspService(_index.java:44)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:489)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:706)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:627)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:675)
         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)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 37 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 39 more
    [2008-06-19 09:12:19,687] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:402)
         at index.jspService(_index.java:44)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:489)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:706)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:627)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:675)
         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)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 37 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 39 more
    08/06/19 09:12:20 WARNING: cis-admin-web-8.0.0: Servlet error
    java.lang.IllegalArgumentException: Resource /main.do not found
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:405)
         at index.jspService(_index.java:44)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:489)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:706)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:627)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:675)
         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)
    [2008-06-19 09:12:20,828] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) - Initialized CIS logging using log file: [default]
    [2008-06-19 09:12:20,843] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) -
    +-----------------
    | CIS using IsolatedJarClassLoader
    | Location: C:\DOCUME~1\ACBOMM~1\LOCALS~1\Temp\1\tmp-mgr-48440.tmp\cis-loader48442.tmp
    +-----------------
    08/06/19 09:12:20 WARNING: Exception returned by remote server: javax.naming.NoPermissionException: Not allowed to look up stellent/command/configuration, check the namespace-access tag setting in orion-application.xml for details
    [2008-06-19 09:12:20,843] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1387)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1915)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1730)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:952)
         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)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 31 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 33 more
    [2008-06-19 09:12:20,937] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1387)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1915)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1730)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:952)
         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)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 31 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 33 more

    08/08/05 06:37:47.308 10.1.3.1.1 Started
    08/08/05 06:37:49.683 cis-admin-web-8.0.0: 10.1.3.1.1 Started
    08/08/05 06:40:24.699 cis-admin-web-8.0.0: Servlet error
    java.lang.IllegalArgumentException: Resource /main.do not found
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindPageContext.forward(EvermindPageContext.java
    :316)
    at index.jspService(_index.java:43)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.1) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:598)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:522)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:712)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:369)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:865)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:447)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)

  • Problem running embeded OC4J from JDeveloper 11g TP 3

    I've just downloaded JDeveloper 11g Technical Preview 3. Unzipped it and ran.
    IDE runs ok, but when I try to run Web project on embedded OC4J, I got exceptions and the server never starts (exception text included on the bottom).
    Here is the way to reproduce the error:
    1. Create new Web Project with New Gallery wizard:
    a. New Gallery->general->projects->web project
    b. on Web Application page (step 3 of 7) choose Servlet 2.5/JSP 21.
    c. on Page Flow technology page (4 of 7) choose none
    d. don't include available libraries (5 of 7)
    e. on Web Project Profile (6 of 7) check Add JSP Page
    f. finish
    e. choose jsp name (after clicking finish a dialog pops up)
    2. Run the page
    a. select the page in Application Navigator
    b. right click on it and choose Run option
    In my case I got the following exception:
    [Starting Embedded OC4J Server using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Documents and Settings\kazelot\Application data\JDeveloper\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config>
    D:\work\jdev1111\jdk\bin\javaw.exe -client -classpath D:\work\jdev1111\j2ee\home\oc4j.jar;D:\work\jdev1111\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=512m -Ddisable.checkForUpdate=true -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false "-Djava.security.policy=C:\Documents and Settings\kazelot\Application data\JDeveloper\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\java2.policy" oracle.oc4j.loader.boot.BootStrap -config "C:\Documents and Settings\kazelot\Application data\JDeveloper\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    2008-01-30 13:19:09 oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    2008-01-30 13:19:10 oracle.oc4j.util.SystemLog log
    SEVERE: Server start failed processing configuration
    java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:412)
         at oracle.security.jps.fmw.util.JpsFmwUtil.findSystemUser(JpsFmwUtil.java:218)
         at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:235)
         at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:247)
         at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:252)
         at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
         at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3157)
         at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:244)
         at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:648)
         at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:201)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:220)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235)
         at java.lang.Thread.run(Thread.java:595)
    2008-01-30 13:19:10 oracle.oc4j.util.SystemLog logNoStack
    SEVERE: Server exiting: ApplicationServer entered state EXITING
    Process exited with exit code 1.
    Is it something with my configuration. My environment is:
    ADF Business Components     11.1.1.47.96
    Java(TM) Platform     1.5.0_11
    Oracle IDE     11.1.1.0.22.47.96
    SOA Composite Editor     11.1.1.0.0 (Build 071219.1424)
    Versioning Support     11.1.1.0.22.47.96
    Thanks for any suggestions,
    kazelot

    change the file to just (DIRTY way, but works)
    grant {
         permission java.security.AllPermission;
    };Really dirty as these permissions are not Java EE compliant.
    --olaf                                                                                                                                                                                                                                                                                                                                                                           

  • JDeveloper 11g production version error

    Hi,
    Finally , the production version of JDev 11g is available , but when i made my 1st sample hr app i found this error on the browser
    Unexpected exception caught: java.sql.SQLDataException, msg=ORA-01882: timezone region not found
    ORA-01882: timezone region not found
    Unexpected exception caught: java.lang.NullPointerException, msg=null
    help me plz , how could i solve this problem ?!!
    thanx 4 help in advance :-)

    Hi all.
    Wich I put to 0 ??
    This are all my registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation entries.
    and all have values.
    ActiveTimeBias
    Bias
    DayLightBias
    DayLightName
    DayLightStart
    StandardBias
    StandardName
    StandardStart

  • When jdeveloper 11g production?

    is it possible having a simple estimation about when production version will be available?
    Thanks very much!
    Message was edited by:
    [email protected]

    ok,
    but anyway but thank you for your reply!
    i found a lot a improvements in this version, congratulation!
    just, i'd like a simplier mode to add files to project...
    it would be nice having a right click on a folder with an option ADD FILE...
    e.g, now if i want adding a file to WEB-INF/LIB directory, i have to do it from file system!
    Regards,
    Stefano Manni

  • Unable to download JDeveloper 10g Production Release or Oracle Designer 10g

    The downloaded files doesn't seems to be complete and I get "invalid file" when try to open using WinZip. I tried to download these files few times now but in vain.

    I am still unable to download. I used 2 different browsers. I am clicking on the 'Download JDeveloper 10G'
    link on the homepage, clicking on 'I Accept' on the next page after checking all the checkboxes. Then in next page
    clicking Complete Install/Basic Install gives the same
    "Sorry, page not found error"!

  • JDeveloper 11g (timezone region  not found)

    Hi all,
    I've just installed JDeveloper 11g and made sample ADF application. When I tried to run application module I got this error:
    *(oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.sql.SQLException, msg=ORA-01882: timezone region not found*
    I'm using database 10g (10.2.0), is this the problem?!
    Thanks
    Edited by: Bassam2 on Oct 14, 2008 3:58 PM

    hi Bassam2
    see JDeveloper 11g production version error
    success
    Jan Vervecken

  • Jdeveloper 11g TP4: Connection refused error for Embedded Oc4j

    Hi,
    I am getting following error whenever trying to deploy any application in embedded oc4j or whenever try to connect with embedded server on Resource palette.
    Error while getting remote MBeanServer for url: ormi://127.0.0.1:23891/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException
    I am using Jdeveloper 11g TP 4 on windows XP.
    I have checked other links too related to above error and have checked following:
    Proper host name entry in host file
    No spaces in Jdveleoper installed directory name
    Proxy setting in Jdeveloper: excluded localhost and ip address
    Will be very thankful if anyone can help me to resolve this issue.
    Thanks in advance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Don't spend to much time on this. JDev 11g is production and there will be no OC4J 11g!
    --olaf                                                                                                                                                                                               

  • Oracle JDeveloper 11g Release 2 (11.1.2.1.0) on HP UNIX  Release B.11.23

    Hi Friends,
    Please let us know wheteher Oracle JDeveloper 11g Release 2 (11.1.2.1.0) is certified / supported on HP UNIX (Itanium server) Release B.11.23
    (i could only see Other operating systems with Sun-certified JDK 1.6 Update 24 or later is supported on certifiction matrix in addition to windows/linux/mac)
    I don't find any installaer for thsi ? I could see only for windows/Linux and Generic. Do i ned to download generic one?
    I don't find Installation Document for this?
    Please provide me the same.
    Regards,
    DB

    Hi,
    don't know there is a certification for this platform. "Generic" however is the installer option for this platform. It requires you to have a certified Java SDK installed. JDeveloper runs on top of a JDK
    Frank

  • Jdeveloper 11g full version release

    hi
    when complete version for jdeveloper 11g is going to release ?

    "later this year"
    Search the forum to find the official word, but the official word is that there is no official word
    John

  • JDeveloper 10.1.3.1 production release. When?

    Hello all,
    Our company sees many benefits in working with the 10.1.3.1 release of JDeveloper. It is however a developer preview. Can anyone tell me when the production release of the product is coming out?
    Thanx in advance,
    regards
    Ronald

    If there are already known bugs, wouldnt it be a better idea for JDeveloper 10.1.3.1 to be postponed a bit more while those bugs get wiped out? Unlike other IDEs, all aspects of JDeveloper gets used quite a lot as I am finding out. Hence, any bugs that are present hinders productivity a lot. For example in an IDE like Eclipse there really isnt much to start out with in terms of out of box functionality...hence my concern for JDeveloper. It offers a lot and so all its features get exercised thoroughly.

  • Mobile.css and richmobile.css stylesheets in jDeveloper 11g release 1?

    In reference to this blog post: [http://blogs.oracle.com/mobile/entry/new_adf_mobile_features_in]
    Currently we're still working with jDeveloper 11g release 1, but I'm interested in taking advantage of the mobile styling. The blog post mentions the stylesheets are available for download from OTN but I was unable to find them.
    Could someone provide a link for the stylesheets?
    Thanks!

    Thanks so much for the links :)
    I should be able to work with those provided, however they're not the mobile and richmobile files that appear in release 2. Are those file available for download from anywhere?
    As I said, I know they're not strictly necessary, but we will likely be moving to release 2 at some point during this project, and I'd like our mobile layouts to have their design configured consistently.

  • JDeveloper 11g/Weblogic Webservices: Is there a test page like OC4J?

    Hi All,
    I am using JDevelope r 11.1.2.2.0.
    I have begun the process of going from a JDeveloper 10/OC4J environment, to a JDeveloper 11g/Weblogic environment.
    My initial steps to migrate the code (mainly webservices) was to go through a process of generating the web services from the WSDL and the dependent schemas.
    I also refactored the previous web service implementation to make it better to Unit test etc, and seperate it out from the generated stubs, as it's always a pain to regenerate the stubs.
    However, this seems fine, the unit tests run fine, but when I come to deploy the the integrated weblogic server I run across a problem.
    Well, not a problem as such, but in the OC4J world, you used a get a nice HTML generated page at the end point, with this you could paste XML in and submit them to the web service.
    However this isn't the case in what I have produced. I am not sure what actually generated it previously, if it was jdev 10 or oc4j or something else?
    Is this the intention on weblogic, or am i doing something wrong? I only get a very basic web page with a link to the WSDL ant nothing much else.
    I have been banging my head against a wall for a day or so with this, and any help appreciated, it would be really useful to get that test page up.
    Thanks
    Norm
    Edited by: user2631187 on 14-Jun-2012 06:24

    Additionally, there seems to be an issue with the bindings in the WSDL (see below)
    We have 2 bindings and there seems only one servlet mapping in the web.xml, where in Jdeveloper 10 there were 2.
    Does anyone know why this is ?
    *<binding name="EToNSoap12" type="tns:EToNSoap">*
    *<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>*
    *<operation name="EToNrequest">*
    *<soap12:operation style="document" soapAction="http://www.******/Schemas/ETON/EToNrequest"*
    soapActionRequired="false"/>
    *<input>*
    *<soap12:body use="literal"/>*
    *</input>*
    *<output>*
    *<soap12:body use="literal"/>*
    *</output>*
    *</operation>*
    *<operation name="EToNping">*
    *<soap12:operation style="document" soapAction="http://www******/Schemas/ETON/EToNping" soapActionRequired="false"/>*
    *<input>*
    *<soap12:body use="literal"/>*
    *</input>*
    *<output>*
    *<soap12:body use="literal"/>*
    *</output>*
    *</operation>*
    *</binding>*
    *<binding name="EToNSoap" type="tns:EToNSoap">*
    *<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>*
    *<operation name="EToNrequest">*
    *<soap:operation style="document" soapAction="******Schemas/ETON/EToNrequest"/>*
    *<input>*
    *<soap:body use="literal"/>*
    *</input>*
    *<output>*
    *<soap:body use="literal"/>*
    *</output>*
    *</operation>*
    *<operation name="EToNping">*
    *<soap:operation style="document" soapAction="http://www.****/Schemas/ETON/EToNping"/>*
    *<input>*
    *<soap:body use="literal"/>*
    *</input>*
    *<output>*
    *<soap:body use="literal"/>*
    *</output>*
    *</operation>*
    *</binding>*

  • Any news about release date of Jdeveloper 11g, will it have BPEL support?

    Hi
    thank you for reading my post
    Is there any news about oracle jdeveloper 11g?
    will the release support BPEL development or there is another IDE comming for this purpose?
    I know SOA SUITE 10g, but I am looking to see whether oracle release a soa suite 11g or something based on the new Jdeveloper?
    New Jdeveloper has many features that ease the developer life when working in editor.
    Thanks

    The BPM is still in a separate tool - since the people who use it are not developers and they probably don't want to use JDev for this high-level modeling.
    If you think this should be integrated into JDeveloper, I'm sure the PMs for the SOA suite will be happy to hear about this. Use their forum:
    BPEL

Maybe you are looking for