ADFLibs in Fusion Web App - Jdev 11.1.2.3 on redhat 5.8

Hello:
Say I create a ADF Fusion Web app called APP_LIB. This app has EO, VO, AM in the model project and has Pages, Fragments and Taskflows in the ViewController. I want to create an ADF Lib from APP_LIB, so I create a ADF Lib deployment profile on the ViewController project. Since the ViewController project is dependant on the Model project, the library should be created with EO, VO, AM, Pages, Fragments and TaskFlows. Right? Or would I create different Deployment Profiles for the Model Project and the ViewController Project and therefore 2 create two seperate ADF Libs?
Now I want to import the ADF lib from APP_LIB into another ADF Fusion Web app called ENTERPRISE_APP. If I imported the APP_LIB into the ViewController of ENTERPRISE_APP, would the EO, VO and AM show up in the Model project? Or do I have to import APP_LIB into both the Model Project and ViewController of ENTERPRISE_APP?
Is it better to keep the Libraries seperate for the Model Project and ViewController in APP_LIB and create two seperate ADF Libs for the Model and ViewController? What do the experts recommend when creating ADF libs on a project with Model Project and ViewController Project and also what is the best way to import the ADF LIB into a ADF Fusion App that also has a Model project and ViewController Project.
Do I create two ADF Libs: one ADF Lib for the Model Project and one ADF Lib for the ViewController and import each ADF Lib into the corresponding (Model and ViewController) Project in Enterprise APP?
Any recommendations?
Thanks much.

Hi,
Say I create a ADF Fusion Web app called APP_LIB. This app has EO, VO, AM in the model project and has Pages, Fragments and Taskflows in the ViewController. I want to create an ADF Lib from APP_LIB, so I create a ADF Lib deployment profile on the ViewController project. Since the ViewController project is dependant on the Model project, the library should be created with EO, VO, AM, Pages, Fragments and TaskFlows. Right? Or would I create different Deployment Profiles for the Model Project and the ViewController Project and therefore 2 create two seperate ADF Libs?
For proper separation of concerns we recommend creating a separate model ADF library. However, the ADF BC content can also go into the ADF library you create
If I imported the APP_LIB into the ViewController of ENTERPRISE_APP, would the EO, VO and AM show up in the Model project? Or do I have to import APP_LIB into both the Model Project and ViewController of ENTERPRISE_APP?
They don't show up as they are internal implementation details. If you configured the library in your model project, then you can reuse entities, view objects and AM defined in the library
Is it better to keep the Libraries seperate for the Model Project and ViewController in APP_LIB and create two seperate ADF Libs for the Model and ViewController? What do the experts recommend when creating ADF libs on a project with Model Project and ViewController Project and also what is the best way to import the ADF LIB into a ADF Fusion App that also has a Model project and ViewController Project.
Depends on the level of modularization and reuse you are after. Say the ADF library contains a bounded task flow that uses a specific ADF BC model, then if the model is not used or required by any other view, you could put it into the same ADF library and deploy the task flow as a whole (you would need to configure the database connection after importing the lib). If the model should be used with other task flows or applications, then it makes sense to have it in its own ADF library.
Frank

Similar Messages

  • Fusion Apps vs Fusion Web Apps

    hi folks.
    yesterday in my workspace our colleague's start up with a worthy debate.. we may had contradictional points one another.. so please i would like to start the same..
    to be clearly and precisely...
    Difference between Fusion Apps vs Fusion Web Apps.. from the core itself...
    thanks...

    Hi,
    if you wanted this from the core, then you should have posted the question to teh right forum. This here is an Oracle JDeveloper and ADF forum and not an Oracle Applications forum (which also is here on OTN)
    https://forums.oracle.com/forums/category.jspa?categoryID=520
    Posting this question to our forum here is like posting the same to the database forum ;-) We are not the core for this.
    Frank

  • Missing 'Fusion Web App' template in JDeveloper 11.1.2.3

    Hello all,
    I am new user of JDeveloper. I have installed Oracle JDeveloper 11g (Studio Edition Version *11.1.2.3.0* for Linux).
    I tried to follow the "Getting Started" tutorial here: http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html
    I want to develop a "*Fusion Web Application (ADF)*", but in the gallery of "New Application" *this template is missing*. Also "Java Desktop Application (ADF)" is missing too.
    I'm using the "Studio Developer" role and i already download all the updates from "Help -> Check for updates".
    In "Help -> About" there are:
    About:
    Studio Edition Version 11.1.2.3.0
    Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1
    Any help highly appreciated. Thanks in advance.
    Vale

    No, I don't think that it's a lack of feartues. However, I never installed jdev using hte linux version. On linux I normally use the generic installer and use my already installed jdk to run it on.
    I suggest you download the generic installer and remove the current installation from your system, and install it again using the generic installer. In this case you need an jdk1.6.0_24 or better installed on your machine. I'm running jdev on 1.6.0_45, but on windows. Currently I don't hane a linux installation running jdev.
    Timo

  • Deploying 11g Fusion Web App: FacesServlet class not found

    Hi,
    I have made a very simple Fusion Web Application (ADF) having only one .jspx saying "Welcome Weblogic".
    This application I would like to deploy onto my WLS 11g (10.3). I have installed the ADF Framework including the jsf 1.2 jar.
    I have created weblogic.xml...
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
    <library-ref>
    <library-name>jsf</library-name>
    </library-ref>
    </weblogic-web-app>
    ..and weblogic-application.xml like this:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-application">
    <library-ref>
    <library-name>jsf</library-name>
    </library-ref>
    </weblogic-application>
    When I deploy I get this error in the log:
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:55)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    It seems like the weblogic.xml and/or weblogic-application.xml is ignored?
    Or is it the insallation of the ADF Framework that is missing some configuration?
    In the setDomainEnv.cmd file placed on the server the following is included:
    if NOT "%POST_CLASSPATH%"=="" (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\oracle.jrf_11.1.1\jrf.jar;%POST_CLASSPATH%
    ) else (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\oracle.jrf_11.1.1\jrf.jar
    Best regards
    Mads Wermelin

    Problem solved!
    First I added following to the setDomainEnv.cmd
    if NOT "%POST_CLASSPATH%"=="" (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.share_11.1.1.jar;%POST_CLASSPATH%
    ) else (
         set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.share_11.1.1.jar
    if NOT "%POST_CLASSPATH%"=="" (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.model_11.1.1.jar;%POST_CLASSPATH%
    ) else (
         set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.model_11.1.1.jar
    Then I came across another post having the same issue. He told me that I had to start up my server (managed server) manually. Therefore I first stopped my server
    stopManagedWebLogic.cmd [servername]
    (eg. stopManagedWebLogic.cmd AppServer)
    and then started it
    startManagedWebLogic.cmd [servername]
    (eg. startManagedWebLogic.cmd AppServer)
    Now the setDomainEnv.cmd also got executed (look in the server log to verify it - eg. java.library.path is set, and a lot more which is not set when you normally start the WebLogic)
    So - I am now able to deploy Fusion Web Applications to my managed server in the WebLogic.
    Best regards
    Mads

  • Multithreading in ADF Fusion web app - experience and risks ?

    We plan to hire mulithreading in our ADF web app.
    That's what is otherwise poorly written.
    Some say it is a bad practice, because the "server does not manage application's thread".
    Has anyone already implemented this in some way, and what are the experiences and the risks ?

    Hi Frank, thanks for response.
    I want to run the "multiple jobs" by sending messages to JMS system, namely for this purpose to hire Message Driven bean.
    This action would be performed by an HTTP request.
    Thus way, the user can continue to work with the program while MDBs doing their job (for example, call stored procs etc)
    But the problem is - how to notify the application in real time that the jobs is completed, and issue a message to the UI ?
    Thinking about WebLogic server-side push/Comet, but I need some details on how to implement this in ADF apps.

  • Deploy ADF Fusion Web Application on Amazon EC2 Weblogic

    Hi,
    I am trying to deploy ADF Fusion Web Application (developed using JDev) on Amazon EC2 Weblogic app server but with no success.
    Can anyone enlighten me how to deploy ADF Fusion Web App on Amazon EC2 Weblogic?
    Thanks for kind assistance!

    Hi,
    Thanks for your prompt assistance.
    I managed to run "wls_jumpstart" but I am unable to start the console even though I have created a domain.
    I cannot find any instructions anywhere about deploying ADF Fusion Web Apps on Amazon EC2 Weblogic or any case studies of success anywhere.
    Hence, I am not sure if ADF Runtime is available on the Weblogic on Amazon EC2. Can you please help me in this area as well?
    It will be great if you can point me to some instructions on how to load web apps to Amazon EC2 Weblogic as I am quite new to both JDev and Amazon EC2.
    Thanks.

  • How to develop web app by ADF Faces rich web client ?

    i want developer web app by adf face rich
    but have not adf rich tag library in jdev 10.1.3
    how to develop by adf rich?

    Hi,
    don't know what you mean by ADF Faces rich web client, but if you mean our Ajax component set, then this is not yet available outside of Oracle. If you mean ADF Faces as we have it in JDeveloper 10.1.3, create a JSF page and step through the creation process, toggle the ADF Faces libraries to make ADF Faces available
    Frank

  • Issue of deploying a fusion Web Application with integrated Weblogic server

    Hi,
    i'm using Jdev 11.1.1.3.0 to develop a fusion web application, with a model and ViewController Projects.
    When i try to deploy this application with the integrated server, i have any issues.
    The origin seems to be that it builds an application with 3 profiles. The model application is recognized and deployed as a webapp and not an ADF library as it should be..
    [11:00:45 PM] Retrieving existing application information
    [11:00:45 PM] Running dependency analysis...
    [11:00:45 PM] Deploying 3 profiles...
    [11:00:46 PM] Wrote Web Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0/ViewControllerWebApp.war
    *[11:00:48 PM] Wrote Web Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0/ModelWebApp.war*
    [11:00:48 PM] Wrote Enterprise Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0
    [11:00:48 PM] Deploying Application...
    <27 déc. 2010 23 h 00 CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application easygestionV2.0 is not versioned.>
    <JpsDstCredential><setCredential> Impossible de migrer le dossier/la clé d'informations d'identification et de connexion ADF/anonymous#easygesprod. Raison : oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Les informations d'identification et de connexion avec la correspondance ADF et la clé anonymous#easygesprod existent déjà..
    <TrinidadFilter><init>
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:725)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239)
         at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.register(ConverterValidatorRegistrationUtils.java:36)
         at oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator.init(RegistrationConfigurator.java:79)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:400)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:53)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:103)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    How can i fix the model project to be deployed as an ADf library and not a webapp with the integrated weblogic server ? Because with me it doesn't do it by itself.
    Thanks a lot for help

    duplicate to Issue of deploying a fusion Web Application with integrated Weblogic server

  • Can't "send" mail in Outlook Web App

    Firefox version 34 on Ubuntu Linux 12.04
    Several users cannot "send" email using the Outlook Web App. I'm in the process of contacting Microsoft to see if the problem is on their end. The "send" button works fine in Chrome.
    I've tried:
    -Using the keyboard shortcut (Alt-S)
    -Restarting firefox with addons disabled
    -Changing the zoom level
    -Tried in Private mode
    -Tried using the popout window to compose and send
    -Tried disabling the proxy (does not work with or without the proxy)
    I've noticed that after creating a new message, no draft is saved. Cannot send with a new message or when replying.

    Did you realize this is a forum for MacBook Pro's? Outlook is a Microsoft product that only runs on MS Windows. Perhaps you could provide more information such as:
    I am running Windows XP, Vista, Win 7 under Boot Camp and am attempting to send mail using Outlook. I am running into the following problems........ and then tell more about how you have set up Outlook, what issues you are having and what troubleshooting steps you have taken.
    At any rate if you are using Boot Camp, Fusion, Parallel's etc.. your best bet is to begin posting in those forums. This is a forum for MacBook Pro's 2008 or later. You can find the Boot Camp forum at:
    http://discussions.apple.com/category.jspa?categoryID=237
    Regards,
    Roger

  • Invalid element 'servlet-mapping' in content of 'web-app'

    Hello, JDev gurus!
    When compling, JDev 9.0.2.822 produce following error
    "oracle.xml.parser.v2.XMLParseException: Invalid element 'servlet-mapping' in content of 'web-app', expected elements '[taglib, resource-ref, security-constraint, login-config, security-role, env-entry, ejb-ref]'."
    on line <%@ taglib uri="http://xmlns.oracle.com/bibeans" prefix="orabi" %>
    This line was added automatically from component palette.
    How can I resolve this error?

    Hi,
    Did you change something into your web.xml file?
    Look at your web.xml. You must preserve the order given by the error message:
    Servlet-mapping
    session-config
    mime-mapping
    ejb-ref
    Jamil

  • Estimate ADF web app use size - quick question

    Hi
    1- Is there a good way to estimate or get a better accurate measurement of the amount of memory required/used by a running ADF app with Weblogic Server ?
    Eg How much memory footprint does a deployed ADF app uses (not including those apps that comes with weblogic installs in the deployment section of WLS UI) ?
    2- Because we have ADF as a web app, is there a usually a big increase in memory usages of ADF web app when more people are logged in ?
    Any memory tool as a quick way to get the memory sizes ?
    Thanks

    In short NO. What you have to do is to go through various tunning options at all the layers of ADF to increase performance as well as to have minimum memory consumption. Go through the Fusion Middle ware guide for the same. You can other memory profilers to understand how the memory is used by the application.

  • Packagin and Deploying Fusion Web Application

    Hi,
    I have created a Fusion web application which has Model and ViewController projects.
    I have created a deployment profiles as below for each project.
    1) Model - Which creates an "ADF Library Jar File"
    2) ViewController - Which creates a "War" file.
    I see that in the WAR file of ViewController contains the Model Projects - Entity Objects, ViewObjects and classes .
    So for deploying my Web Applications is WAR file of ViewController is enough or Should I create a EAR file which has both #1 and #2
    Thanks
    Ajay

    You sure can do in JDev. Select menu Application->'Application Properties', in the dialog select Deployment and the define a new EAR deployment profile. It's pretty easy to follow the instructions in the dialog and your are done.
    Timo

  • Jdev101304 SU5 - ADF Faces - Web app deployment best practice|configuration

    Hi Everybody:
    1.- We have several web applications that provides a service/product used for public administration purposes.
    2.- the apps are using adf faces adf bc.
    2.- All of the apps are participating on javaSSO.
    3.- The web apps are deployed in ondemand servers.
    4.- We have notice, that with the increase of users on this dates, the sessions created by the middle tier in the database, are staying inactive but never destroyed or removed.
    5.- Even when we only sing into the apps using javasso an perform no transacctions (like inserting or deleting something), we query the v$sesisons in the database, and the number of inactive sessions is always increasing, until the server colapse.
    So, we want to know, if this is an issue of the configurations made on the Application Module's properties. And we want to know if there are some "best practices" that you could provide us to configure a web application and avoid this behavior.
    The only configurations that we found recomended for web apps is set the jbo.locking.mode to optimistic, but this doesn't correct the "increasing inactive sessions" problem.
    Please help us to get some documentation or another resource to correct configure our apps.
    Thnks in advance.
    Edited by: alopez on Jan 8, 2009 12:27 PM

    hi alopez
    Maybe this can help, "Understanding Application Module Pooling Concepts and Configuration Parameters"
    see http://www.oracle.com/technology/products/jdev/tips/muench/ampooling/index.html
    success
    Jan Vervecken

  • Orion-web.xml -- web-app-class-loader

    Hi all, I posted this in the jDeveloper section and someone suggested that I ask you guys what the importance of the orion-web.xml file is. Currently my files looks like ...
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN" "http://xmlns.oracle.com/ias/dtds/orion-web.dtd">
    <orion-web-app servlet-webdir="/servlet/">
    </orion-web-app>
    But it keeps adding the line that I mention below...
    I have a system that consists of multiple projects. When I deploy all projects they all work fine except for one. We discovered that this is due to the following line in the orion-web.xml file in that project ....
    <web-app-class-loader search-local-classes-first="true"/>
    I removed that line and everything is now fine. However, whenever I open up the application in jDev is puts that line back (even if I don't make changes).
    Is there a setting somewhere that is forcing this line to be put there and, if so, why? And how do I switch it off?
    Thanks,
    Russell

    Hey Steve,
    I must admit that this post confused me a bit.
    I can find no deployment plan editor. We have a WAR Deployment Profile, an EAR Deployment Profile and an EJB JAR Deplyment Profile.
    I use the debug functionality (using the embedded OC4J) to test the application locally during development and then deply the EAR Deployment Profile to an EAR file which then gets deployed using an Application Server.
    Further to this I have tried deleting the file (from everywhere), changing the EAR Deployment Properties and even changing the code within the ORION-WEB.XML to say <web-app-class-loader search-local-classes-first="false"/> all to no avail.
    If I remove the file completed, it add its back when I reopen the project. If I change it to false, it changes it back to True.
    Very confused I must admit.
    Thanks,
    Russell

  • Help with running my web app using JDeveloper 10g Release 3 (Version 10.1.3

    Hi All.
    I'm having an issue trying to run my web app. Here is what's happening. I have a JSP and I right click on it and choose "Run".
    All my files compile successfully and I get the following out in the Embedded OC4J Server - Log:
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    C:\Program Files\JDeveloper\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\config>
    "C:\Program Files\JDeveloper\jdk\bin\javaw.exe" -ojvm "-Doracle.home=C:\Program Files\JDeveloper" -classpath "C:\Program Files\JDeveloper\j2ee\home\oc4j.jar;C:\Program Files\JDeveloper\jdev\lib\jdev-oc4j-embedded.jar" -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config "C:\Program Files\JDeveloper\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    05/12/10 21:07:24 java.net.ConnectException: Connection timed out: connect
    05/12/10 21:07:24      at java.net.PlainSocketImpl.socketConnect(Native Method)
    05/12/10 21:07:24      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    05/12/10 21:07:24      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    05/12/10 21:07:24      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    05/12/10 21:07:24      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    05/12/10 21:07:24      at java.net.Socket.connect(Socket.java:507)
    05/12/10 21:07:24      at java.net.Socket.connect(Socket.java:457)
    05/12/10 21:07:24      at java.net.Socket.<init>(Socket.java:365)
    05/12/10 21:07:24      at java.net.Socket.<init>(Socket.java:207)
    05/12/10 21:07:24      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:98)
    05/12/10 21:07:24      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postInitApplicationServer(Oc4jNotifier.java:55)
    05/12/10 21:07:24 Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview initialized
    05/12/10 21:07:24      at com.evermind.server.ApplicationServer.serverExtensionPostInit(ApplicationServer.java:1041)
    05/12/10 21:07:24      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:927)
    05/12/10 21:07:24      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:98)
    05/12/10 21:07:24      at java.lang.Thread.run(Thread.java:595)
    Any reason as to why this is happening? I ran this version on another computer a few days ago and all went well, but now trying it on my computer is impossible.

    I'm having the exact same problem after installing JDev 10.1.3. Did you ever get a solution to this?
    Any information would be appreciated.
    Thanks.
    [waiting for the server to complete its
    initialization...]
    05/12/10 21:07:24 java.net.ConnectException:
    Connection timed out: connect
    05/12/10 21:07:24      at
    java.net.PlainSocketImpl.socketConnect(Native
    Method)
    05/12/10 21:07:24      at
    java.net.PlainSocketImpl.doConnect(PlainSocketImpl.jav
    a:333)
    05/12/10 21:07:24      at
    java.net.PlainSocketImpl.connectToAddress(PlainSocketI
    mpl.java:195)
    05/12/10 21:07:24      at
    java.net.PlainSocketImpl.connect(PlainSocketImpl.java:
    182)
    05/12/10 21:07:24      at
    java.net.SocksSocketImpl.connect(SocksSocketImpl.java:
    364)
    05/12/10 21:07:24      at
    java.net.Socket.connect(Socket.java:507)

Maybe you are looking for

  • Purchase Order Text Details

    Hi, My requirement is to get the details of the Purchase Order Text (maintained in the material master record) for all the materials in two of my plants. Kindly let me know how to get those details. Regards, Ramesh

  • Annotated highlights in Preview 5.0.1

    Most of my school notes are in pdf format, and I use preview annotations a lot during classes to add my own notes, but for some reason, since I installed Snow Leopard and Preview 5.0.1 the highlight annotation isn't working properly. Every time I try

  • Facebook log in trouble

    Evening fellow Blackberrians, I have a serious problem with my Facebook, I can't seem to access my fb account on the FB for BB. Keeps givin me an error sayin "We cannot reach the Facebook server at this time, please try again later. (1502)", and this

  • Photoshop cs3 on Leopard 10.5.5 printing issues

    Our photo lab recently updated both our computers and the Adobe Photoshop program. We are now using Photoshop cs3 on iMacs with Leopard 10.5.5. We have an Epson Stylus 2200 and the print quality is now very poor. Can anyone recommend a printer that p

  • Help flash php

    i have 2 dynamic text in same keyframe the name of 1st text is home_txt and the 2on home_txtb. i won't to load php file so do i with this flash action script code var homePageText:String; var homePageTextb:String; // Assign a variable name for our UR