JDeveloper 10.1.3.4.0 OC4J Proxy

I am having problems with JDev when I use Proxy settings, my PC uses Proxy server through VPN Client, this configuration worked fine until recently, today I recieved my new laptop and got the error:
[Starting OC4J using the following ports: HTTP=65000, RMI=65001, JMS=65005.]
D:\JDeveloper\jdev\system\oracle.j2ee.10.1.3.42.70\embedded-oc4j\config>
D:\Jdeveloper\jdk\bin\javaw.exe -client -classpath D:\JDeveloper\j2ee\home\oc4j.jar;D:\JDeveloper\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=fw1.cummins.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=localhost|127.0.0.1|L3-A05109 -Dhttps.proxyHost=fw1.cummins.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=localhost|127.0.0.1|L3-A05109 -Xverify:none -XX:MaxPermSize=256m -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 D:\JDeveloper\jdev\system\oracle.j2ee.10.1.3.42.70\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
17/02/2013 07:16:34 AM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
17/02/2013 07:16:34 AM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
13/02/17 07:17:02 java.net.ConnectException: Connection timed out: connect
13/02/17 07:17:02      at java.net.PlainSocketImpl.socketConnect(Native Method)
13/02/17 07:17:02      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
13/02/17 07:17:02      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
13/02/17 07:17:02      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
13/02/17 07:17:02      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
13/02/17 07:17:02      at java.net.Socket.connect(Socket.java:507)
13/02/17 07:17:02      at java.net.Socket.connect(Socket.java:457)
13/02/17 07:17:02      at java.net.Socket.<init>(Socket.java:365)
13/02/17 07:17:02      at java.net.Socket.<init>(Socket.java:207)
13/02/17 07:17:02      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:98)
13/02/17 07:17:02      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postInitApplicationServer(Oc4jNotifier.java:55)
13/02/17 07:17:02      at com.evermind.server.ApplicationServer.serverExtensionPostInit(ApplicationServer.java:1202)
13/02/17 07:17:02      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1049)
13/02/17 07:17:02      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
13/02/17 07:17:02      at java.lang.Thread.run(Thread.java:595)
13/02/17 07:17:02 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
JDev does not launch the URL with Internet Explorer, however if I execute it out of VPN, the application runs normally and something important, if I re-connect to VPN, the URL works perfect and is able to connect with Oracle DB.
Any help will be apreciated.
Thanks.
Edited by: 988530 on Feb 18, 2013 7:13 AM

Did you ever find a solution for this?  I am having the exact same problem.  All I can figure out is that it has something to do with VPN, however the odd thing is that I can get it to work on an XP machine, just not Windows 7.  Both have the same VPN client and are identical copies of JDeveloper.

Similar Messages

  • Applet works in JDeveloper, but not when deployed to OC4J

    I am working on an applet version of the BI Beans java client application. It works fine when running in JDeveloper (applet viewer), but fails when deployed to OC4J. The applet shows a red X, with a message in the status bar saying "Loading Java Applet Failed...". Contents of java console are as follows:
    java.lang.NoClassDefFoundError: oracle/dss/selection/step/Step
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
         at java.lang.Class.getConstructor0(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Any one have any ideas how to chase this one down?
    Here is the message that JDeveloper shows when it runs the applet. I have gone thru this and ensured that all these references are selected in my .deploy settings:
    C:\JDeveloper\jdk\bin\javaw.exe -ojvm -Xbootclasspath/a:C:\dev\jdev\Workspace1\TestClientApp\classes;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\biaddinsrt.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\biamlocal.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bicmn.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bidataclt.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bidatacmn.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bidatasvr.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\biext.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bipres.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bidata-nls.zip;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bipres-nls.zip;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\bicmn-nls.zip;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\biaddins-nls.zip;
    C:\JDeveloper\jdev\lib\ext\..\..\..\jlib\LW_PfjBean.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\jlib\share.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\jlib\jewt4.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\jlib\jewt4-nls.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\infobus\lib\infobus.jar;
    C:\JDeveloper\BC4J\lib\bc4jmt.jar;C:\JDeveloper\BC4J\lib\collections.jar;
    C:\JDeveloper\BC4J\lib\bc4jct.jar;
    C:\JDeveloper\lib\xmlparserv2.jar;
    C:\JDeveloper\jlib\jdev-cm.jar;
    C:\JDeveloper\j2ee\home\lib\jndi.jar;
    C:\JDeveloper\jlib\regexp.jar;
    C:\JDeveloper\jlib\share.jar;
    C:\JDeveloper\jlib\uix2.jar;
    C:\JDeveloper\jdbc\lib\classes12.jar;
    C:\JDeveloper\jdbc\lib\nls_charset12.jar;
    C:\JDeveloper\j2ee\home\lib\ojsp.jar;
    C:\JDeveloper\j2ee\home\jsp\lib\taglib\ojsputil.jar;
    C:\JDeveloper\j2ee\home\oc4j.jar;
    C:\JDeveloper\j2ee\home\lib\servlet.jar;
    C:\JDeveloper\jdev\lib\ojc.jar;
    C:\JDeveloper\jdev\lib\ext\..\..\..\bibeans\lib\olap_api_92.jar;
    C:\JDeveloper\jdev\lib\jdev-rt.jar;
    C:\JDeveloper\BC4J\lib\bc4jhtml.jar;
    C:\JDeveloper\BC4J\lib\datatags.jar;
    C:\JDeveloper\BC4J\lib\bc4juixtags.jar;
    C:\JDeveloper\BC4J\lib\bc4j_jclient_common.jar
    Any assistance would be appreciated.
    s.l.

    i have the same problem
    i cant load my applet on OC4J , i am wondering know how Oracle canot solve this problem

  • Error in deploying from jdeveloper 10.1.3.2 to oc4j 10.1.3.3 and 10.1.3.2

    Hi all
    I have developed an application using jheadstart 10.1.3.1 and jdeveloper 10.1.3.2 and I want to deploy it in oc4j 10.1.3.3. I have installed Adf Runtime libiraties in oc4j home. during deploying my Application I get the following error:
    Operation failed with error:
    org/apache/log4j/Category
    Deployment failed
    I tried to copy log4j-1.2.15.jar,commons-logging.jar and commons-digester.jar to
    oc4j\BC$J\lib directory ; this time my application was deployed in oc4j but i get the following Error :
    07/09/25 14:43:44 log4j:WARN No appenders could be found for logger (com.sun.fac
    es.config.ConfigureListener).
    07/09/25 14:43:44 log4j:WARN Please initialize the log4j system properly.
    Ps:
    The Actual Error in ocgj is:
    07/09/25 16:52:21 WARNING: DeployerRunnable.run java.lang.ExceptionInInitializer
    Errororacle.oc4j.admin.internal.DeployerException: java.lang.ExceptionInInitiali
    zerError
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:139
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun
    (OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(Deplo
    yerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ExceptionInInitializerError
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureLi
    stener.java:252)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.
    java:1141)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:
    741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(Applic
    ationStateRunning.java:414)
    at com.evermind.server.Application.getHttpApplication(Application.java:5
    70)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.cre
    ateHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<in
    it>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:16
    03)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
    tionBinder.java:238)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
    tionBinder.java:99)
    at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(Application
    Deployer.java:547)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:202)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    ... 4 more
    Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.comm
    ons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.C
    lass;@900079 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lan
    g.NoClassDefFoundError: org/apache/log4j/Category) (Caused by org.apache.commons
    .logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Clas
    s;@900079 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.N
    oClassDefFoundError: org/apache/log4j/Category))
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
    Impl.java:543)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
    Impl.java:235)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
    Impl.java:209)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    at com.sun.faces.config.beans.FacesConfigBean.<clinit>(FacesConfigBean.j
    ava:48)
    ... 17 more
    Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log
    constructor [Ljava.lang.Class;@900079 for org.apache.commons.logging.impl.Log4J
    Logger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)
    at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
    actoryImpl.java:413)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
    Impl.java:529)
    ... 21 more
    Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
    at java.lang.Class.getConstructor0(Class.java:2640)
    at java.lang.Class.getConstructor(Class.java:1629)
    at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
    actoryImpl.java:410)
    ... 22 more
    Could any body tell me where the problem is or how can I resolve the problem?
    Any help would highly be appreciated.
    thank you in advance.
    Alireza                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    It is an old post, but I want to add and ask something anyway:
    I had the same problem and solved it through similar steps (didn't get the same errors and added the log4j to my project also) but don't you have the navigation problem?
    Now that I have deployed the application the first page that appears after launching the application is my Home.jspx which is not the same page that comes up when I use embedded OC4J to run the application. The Home.jspx is blank and when I enter a link manually:
    http://farbod:8888/TestApp/faces/pages/Employees.jspx
    instead of http://farbod:8888/TestApp/faces/pages/Home.jspx
    I get this error:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    I also tried changing the initial address throughout the application:
    <% response.sendRedirect("faces/pages/Home.jspx"); %>
    but I still get the above error.
    Thanks,
    Farbod

  • Error in deploying from jdeveloper 10.1.3.3 to oc4j 10.1.3.3

    Hi all
    I have developed an application using jheadstart 10.1.3.1 and jdeveloper 10.1.3 and I want to deploy it in oc4j 10.1.3.3. I have installed Adf Runtime libiraties in oc4j home. during deploying my Application I get the following error:
    Operation failed with error:
    org/apache/log4j/Category
    Deployment failed
    I tried to copy log4j-1.2.15.jar,commons-logging.jar and commons-digester.jar to
    oc4j\BC$J\lib directory ; this time my application was deployed in oc4j but i get the following Error :
    07/09/25 14:43:44 log4j:WARN No appenders could be found for logger (com.sun.fac
    es.config.ConfigureListener).
    07/09/25 14:43:44 log4j:WARN Please initialize the log4j system properly.
    Could any body tell me where the problem is or how can I resolve the problem?
    Any help would highly be appreciated.
    thank you in advance.

    Ps:
    The Actual Error in ocgj is:
    07/09/25 16:52:21 WARNING: DeployerRunnable.run java.lang.ExceptionInInitializer
    Errororacle.oc4j.admin.internal.DeployerException: java.lang.ExceptionInInitiali
    zerError
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:139
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun
    (OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(Deplo
    yerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ExceptionInInitializerError
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureLi
    stener.java:252)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.
    java:1141)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:
    741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(Applic
    ationStateRunning.java:414)
    at com.evermind.server.Application.getHttpApplication(Application.java:5
    70)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.cre
    ateHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<in
    it>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:16
    03)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
    tionBinder.java:238)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
    tionBinder.java:99)
    at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(Application
    Deployer.java:547)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:202)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    ... 4 more
    Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.comm
    ons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.C
    lass;@900079 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lan
    g.NoClassDefFoundError: org/apache/log4j/Category) (Caused by org.apache.commons
    .logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Clas
    s;@900079 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.N
    oClassDefFoundError: org/apache/log4j/Category))
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
    Impl.java:543)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
    Impl.java:235)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
    Impl.java:209)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    at com.sun.faces.config.beans.FacesConfigBean.<clinit>(FacesConfigBean.j
    ava:48)
    ... 17 more
    Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log
    constructor [Ljava.lang.Class;@900079 for org.apache.commons.logging.impl.Log4J
    Logger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)
            at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
    actoryImpl.java:413)
            at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
    Impl.java:529)
            ... 21 more
    Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category
            at java.lang.Class.getDeclaredConstructors0(Native Method)
            at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
            at java.lang.Class.getConstructor0(Class.java:2640)
            at java.lang.Class.getConstructor(Class.java:1629)
            at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
    actoryImpl.java:410)
            ... 22 more                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • [SOLVED]JDeveloper 10g and ADF: How to create proxy from WSDL behind SSL?

    Hi all,
    I have successfully created web service proxies using the "Create Web Service Proxy" wizard. However, when I attempt to generate proxy from a wsdl file behind a ssl connection, JDeveloper throws a "SSLHandshakeException". I have a working java keystore file which was verified by using the soapUI tool. Within the soapUI tool, there is a "SSL Settings" preference tab which allows me to point to a *.jks file/password. I tried looking for a similar setting in JDeveloper preference with no luck. Is anyone familiar with this type of request?
    Many thanks,
    Wes
    Edited by: Wes Fang on Sep 21, 2010 10:25 AM

    add certificate to java keystore with something similar to the following:
    C:\jdev10134\jdk\jre\lib\security>keytool -import -trustcacerts -file MYCERTIFICATE.cer -alias MYCERTIFICATEALIAS -keystore cacerts
    Enter keystore password: *******
    Certificate already exists in system-wide CA keystore under alias <MYCERTIFICATEALIAS>
    Do you still want to add it to your own keystore? [no]: yes
    Certificate was added to keystore
    The reason it said certificate already exist is because I also added it to the JAVA_HOME\ path.
    I restarted jdeveloper and used the proxy generation wizard again, everything worked fine.

  • JDeveloper won't deploy to standalone OC4J

    Hello:
    I have installed OC4J 10.1.3 and I want to get JDeveloper 10.1.3.3 to deploy to it. I completed to Application Server wizard using localhost and port 8888 as my settings. When I try to deploy a web app, the deployment pauses indefinitely with just the messages:
    ---- Deployment started. ---- Feb 18, 2008 11:20:54 AM
    Target platform is Standalone OC4J 10g 10.1.3 (OC4J101300).
    Wrote WAR file to C:\jdev10133\jdev\mywork\Experiments\A3\deploy\webapp.war
    Wrote EAR file to C:\jdev10133\jdev\mywork\Experiments\A3\deploy\webapp.ear
    I when I test the connection in the App Server properties it runs forever, too. I tried reading the online documentation to no avail. Is it the localhost and/or port 8888 causing the trouble? How can I find out the correct settings?
    Thanks.
    Eric

    hi Eric
    Did you use port 8888 in the connection your Application Server connection you defined?
    Typically that would be the HTTP port for the standalone OC4J, while you need the RMI port.
    I don't think it is possible to find the RMI port using the Oracle EM 10g Application Server Control for a standalone OC4J 10.1.3 (that is using "http://localhost:8888/em").
    You can find the RMI port in the file "<your-oc4j-1013-dir>\j2ee\home\config\rmi.xml" as the "port" attribute for the "rmi-server" element.
    Mine has the value "23791".
    success
    Jan Vervecken

  • Integrating Jdeveloper 11.1.1.1.0 & OC4J

    Hi,
    I was previously using Jdeveloper 10.1.3.4 and have current migrated to Jdeveloper 11.1.1.1.0.
    Cool to have new features and the way Jdeveloper crash are handled. :-)
    Am currently trying to create a Web Application and run in a standalone OC4J, but the moment I run the jsp, Jdeveloper trying to start Integrated WLS Server.
    I need to modify this to Standalone OC4J.
    I tried modifying under Tools > Preferences > Run but dint help me out.
    Can someone help me out in getting this done or point to some documentation that deals such setup.
    Regards,
    Prashanth

    Prashanth,
    You could certainly deploy a proper EAR/WAR file to OC4J and use remote debugging, but I don't think you're going to get to the same level of "integration" as Oracle has built with WLS. It may sould counterintuitive, but if I were you (doing simple Java/J2EE development, no ADF involved) and needed to deploy to OC4J / Oracle Application Server 10.x, I would just continue using JDeveloper 10g.
    Best,
    John

  • JDeveloper 10.1.3.5, ADF, OC4J: bc4jcleaup.sql, use of PCOLL_CONTROL

    I understand how am passivation/activation works via the internal account and I am working on deploying a cleanup job using the supplied bc4jcleaup.sql. I noticed that there is a reference to a table called PCOLL_CONTROL, however my understanding is the passivation process only requires ps_txn and ps_txn_seq. Is PCOLL_CONTROL used for adf 10.1.3.5 or is it just legacy code and I dont have to worry about?
    define def_control_tab_name = PCOLL_CONTROL
    define def_txn_tab_name = PS_TXN
    define def_txn_seq_name = PS_TXN_seq
    thanks
    Wes

    Got it, the whitepaper states that PCOLL_CONTROL table is created/managed the same way as PS_TXN table (if not there, it will create it based on property value of jbo.server.internal_connection). The second document helped me confirm the default value of the jbo.control_table_name property. The strange issue is I only see the PS_TXN table and not the PCOLL_CONTROL table being used in our db.
    thanks Frank for the replies in the past couple of days.

  • JDeveloper version numbers and OC4J version numbers

    Hi all,
    I know that the version numbers of the Oracle application server and the OC4J plugin are the same the default, but how is that with JDeveloper compared to the OC4J version of the embedded JDeveloper application server.
    Is it the same always and if not where can I find a mapping table. E.g. is for JDeveloper version 10.1.3 also the OC4J container version 10.1.3 etc.
    regards,
    Ronald

    Ronald,
    yes, Oracle JDeveloper versions are in synch with OC4J and 10.1.3 JDeveloper uses OC4J 10.1.3.
    Frank

  • What are difficulty between oc4j included Jdeveloper and oc4j extended?

    Hi all!
    I don't know why i deploy application on oc4j included Jdeveloper when it's run ok but i deploy on Oc4j extented when it's run not ok.
    I want to know the difficulty between oc4j included Jdeveloper and oc4j extended? How to config oc4j extented?
    i've tried deploy appliction on oc4j extended. i get this error:
    JNLPException[category: Download Error : Exception: java.io.IOException: HTTP response 404 : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    thank a lot!

    The main difference is the version of OC4J. They do not often match. If the extended OC4J is a later version than the one packaged in JDeveloper, then applications developed in JDeveloper are not guaranteed to work in extended OC4J. It is always recommended
    to develop and test against the OC4J in JDeveloper.
    If you are using JDeveloper 10.1.2 make sure to use the right admin.jar (always point the path to the one in OC4J install ) in your OC4J connection.
    In future release Oracle is trying to address such problems by allowing user to configure JDeveloper against a particular version of OC4J.

  • Errors starting OC4J through JDeveloper

    When I try to run the jsptags tutorial in JDeveloper, it attemps to start the OC4J. I get the following two errors before the startup confirmation:
    Unable to register the NameService:
    Error starting up the IIOPService ..
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    I'm assuming it's a configuration issue. Please advise.

    FYI, I found the error myself. I have ZoneAlarm running on my desktop so shutting it down solved the problem. I don't know why ZoneAlarm didn't ask if the NameService and IIOP services could be run.

  • Orion-ejb-jar ignored by JDeveloper deploying to OC4J

    orion-ejb-jar.xml is ignored by JDeveloper 903 when deploying to external OC4J 903. Specific mappings like those below are lost:
    <entity-deployment name="RequestEJB" copy-by-value="false" data-source="jdbc/OracleDS" exclusive-write-access="false" table="REQUEST">
    <primkey-mapping>
    <cmp-field-mapping name="requestid" persistence-name="REQUESTID" persistence-type="NUMBER(9)"/>
    </primkey-mapping>
    <cmp-field-mapping name="requestid" persistence-name="REQUESTID" persistence-type="NUMBER(9)"/>
    <cmp-field-mapping name="requestuser" persistence-name="REQUESTUSER" persistence-type="VARCHAR2(30)"/>
    <cmp-field-mapping name="requestlabel" persistence-name="REQUESTLABEL" persistence-type="VARCHAR2(12)"/>
    <cmp-field-mapping name="requestdate" persistence-name="REQUESTDATE" persistence-type="DATE"/>
    <cmp-field-mapping name="isurgent" persistence-name="ISURGENT" persistence-type="VARCHAR2(1)"/>
    </entity-deployment>
    Instead, JDeveloper creates a new orion-ejb-jar.xml with different table name:
              <entity-deployment name="RequestEJB" location="RequestEJB" local-wrapper="RequestHome_EntityHomeWrapper421" table="RequestEJB_modulab_Proj_n76ccv" data-source="jdbc/OracleDS" exclusive-write-access="false" locking-mode="optimistic" update-changed-fields-only="true" delay-updates-until-commit="true" min-instances-per-pk="0" max-instances-per-pk="50" disable-wrapper-cache="true">
                   <primkey-mapping>
                        <cmp-field-mapping name="requestid" persistence-name="requestid" />
                   </primkey-mapping>
                   <cmp-field-mapping name="requestuser" persistence-name="requestuser" />
                   <cmp-field-mapping name="requestlabel" persistence-name="requestlabel" />
                   <cmp-field-mapping name="requestdate" persistence-name="requestdate" />
                   <cmp-field-mapping name="isurgent" persistence-name="isurgent" />
                   <finder-method query="">
                        <!-- Generated SQL: "select RequestEJB_modulab_Proj_n76ccv.requestid from RequestEJB_modulab_Proj_n76ccv -->
                        <method>
                             <ejb-name>RequestEJB</ejb-name>
                             <method-name>findAll</method-name>
                             <method-params>
                             </method-params>
                        </method>
                   </finder-method>
              </entity-deployment>
    orion-ejb-jar is placed at the META-INF folder. Why does JDeveloper ignore it? It does not ignore orion-application.xml nor orion-web.xml. Must I configure project or deployment profiles not to overwrite orion-ejb-jar?

    I believe that it is not JDeveloper issue but OC4J one. It does not pick up new orion-ejb-jar.xml if you re-deploy bean(s). It should deploy your orion-ejb-jar.xml when you're deploying yor application for the first time (so there is not orion-ejb-jar.xml in deployments directory). If you want OC4J to pick changes up remove orion-ejb-jar.xml from $OC4J_HOME/application-deployments/<application>/<Bean>.jar/ and then deploy it either manually or with JDeveloper. I hope it will help.

  • Jdeveloper 11g - JAX-RPC 1.1 method is not supported in WLS 8.1 clients.

    Hi,
    I am using Jdeveloper 11g and migrating a web Service Proxy created using jdeveloper 10g.
    I imported all the proxy classes and when I try to run web service client In Jdeveloper 11g I get the following error
    "JAX-RPC 1.1 method is not supported in WLS 8.1 clients. If you are attempting to run an OC4J 10.1.3 JAX-RPC client in WLS, please see the Web Service Migration Guide for instructions."
    Please advise on how to solve this?
    which is the offending jar/library file in Jdeveloper 11g which is causing the above error?.
    Is the above problem there in the WebLogic Server Runtime also?
    Please let me know.
    2) I cannot generate web server proxies also with jdev11g because the wsdl has overloaded methods omitting the name property within the input and output message, ie, they have a null name. therefore Jdeveloper 11g is using the library which
    when called with an overloaded operation that contains null input/output message names, a duplicate error occurs because it sees other operations with the same name. so it is effectively not allowing to create the web service proxies.
    Thanks,
    Appreciate your quick response to the above

    Have you checked the 'Web Service Migration Guide' mentioned in the error message?
    Timo

  • JBO-29000 error in running a JSP - Oracle JDeveloper 10.1.2.1.0 (Build 1913

    Hi,
    I was working on the Oracle ADF workshop with the above version of JDeveloper and Oracle 9i as database. As per the instructions in the workshop I developed a JSP, browseCustomers.jsp and Ran it.
    In the "Enbedded OC4J Sever" panel in the JDeveloper I got the following:
    =====================================================
    Embedded OC4J startup time: 6564 ms.
    05/11/06 20:14:03 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    Target URL -- http://24.99.98.235:8988/CustomerMaintenance-ViewController-context-root/browseCustomers.do
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    Nov 6, 2005 8:14:15 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class oracle.jbo.JboException
    Nov 6, 2005 8:27:10 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class oracle.jbo.JboException
    In the IE Browser I got the following (I just mentioned first two lines):
    ==================================================
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.toplink.exceptions.SessionLoaderException, msg=Exception Description: Several [1] SessionLoaderExceptions were thrown:
    I browsed through the discussion forum for a possible solution to this kind of problem but I'm lost. I didn't find any definite solution to this. Can anyone help me to get rid of this error.
    Thanks
    Agnivb

    Any resolution on this?

  • Web service proxy and servlet

    Hi,
    i use jdev 10.1.3.4 and i follow the tutorial "developping,depoying and managing web services using jdeveloper.
    I try to use the proxy for the web service from a servlet like in the main method of the proxy :
    HelloSoapHttpPortClient myPort = new HelloSoapHttpPortClient();
    System.out.println("calling " + myPort.getEndpoint());
    System.out.println(myPort.sayHello("didier823"));
    and i got this error :
    10/03/10 16:58:02 not an interface: services1.Hello
    How can use the proxy generated by jdev from a servlet or a jsp ?
    Thank you for your help !

    Hi,
    i find a solution i regenered a new proxy with another package and it works fine
    i can use the proxy from my servlet to call the ejb web service.
    Bye.

Maybe you are looking for