How to do debugging in WebLogic from JDeveloper

Hi All,
We in our project are just starting to use JDeveloper instead of Visual Cafe with Weblogic as App. Server. However i am facing this problem while debugging an EJB deployed from JDeveloper 9i to Weblogic 6.1.
On Clicking Debug|Debug <Project-name> brings up a dialog. After leaving the address field blank(Weblogic running on localhost, and as per your documentation, localhost is default) and port as 5000 (transport_dt_socket set as 5000), the following message comes:
Debugger attempting to connect to remote process at LocalHost 5000.And it doesn't do anything more.
Awaiting for your reply on this.
regards,
Hiamnshu

Hi,
The most important thing is that you need to ensure that WebLogic is start the Java command with debugging options. This is in the JDev documentation in the topic "Starting a Java Process in Debug Mode".
If you have JSP's and servlets you have other steps as well. I have included the generic steps for any application server. We have plans to post a 'How to remote debug JSP's deployed on Weblogic' in the near future. Keep posted.
1. You need to replace WebLogic's JSP engine with OJSP and you need to
setup debugging parameters for OJSP. This is not specifically in the JDev documentation, but you may be able to apply the information found in the topic "Remote Debugging in OC4J".
Here are some tips:
A. You'll probably need to specify the following jars in some WebLogic config file. The jar files are all located in <jdev_install>/lib/
xmlparserv2.jar
ojc.jar
jdev-rt.jar
ojsp.jar
ojsputil.jar
B. Add these jar files to the VM's classpath
C. The OJSP class name is oracle.jsp.runtimev2.JspServlet. You will need to specify this class where you configure your JSP engine information.
D. You need to pass the following debug parameters. Again this is set up in the app server configuration file(s):
debu[i]Long postings are being truncated to ~1 kB at this time.

Similar Messages

  • How to: Call a Report (9i) from JDeveloper

    Hi,
    how can i call a Report from JDeveloper and how can i create a PDF File from an available report.
    I have created both, a jsp file and a rdf file.
    Thanks
    Achim

    Hello Achim,
    You do not need to create multiple files:
    - you can create a single file from the Builder and specify 'Paper anfd Web Layout'
    - save the files as JSP
    In this case the JSP file contains the both layout Paper and Web, in this case you can:
    - edit the web source (JSP) from JDeveloper
    - use Reports Builder to edit the Paper Layout -that you can format as PDF-.
    Regards
    Tugdual

  • Depoying web service in oracle weblogic from jdeveloper 10.

    hi , i implement a web service and i deploy it in oracle weblogic from Jdeveloper 10.
    but when testing this web service, it evaluates them as null.
    and the wsdl in jdevelpor has 8888 not 7001.
    please someone help me.
    thank you
    aymen

    Put the jar file at $FND_TOP/java/3rdparty/standalone and add that jar file entry in jserv.properties. That should do the work for you.
    --Shiv                                                                                                                                                                                                                                                                                                   

  • How to see debug logging  message on jdeveloper Console?

    How to see debug logging  message on jdeveloper Console?

    The debug info is not even created unless debugging is switched on.
    Adam

  • DEBUGGING deployed war from JDeveloper

    Hi,
    I am running from JDeveloper Run->Debug Server Instance.
    Now the only thing I want is to able to debug my deployed war.
    Please note that I do not have any specific .java that contains Main.
    So, cannot just right-click on a java and click on Debug.
    I want to able to debug the WHOLE application, which is deployed as war.
    This should be about Remote Debugging.
    Note:
    If you need to know, this is an applet application, but going to .html file and clicking on Debug,
    does not work neither. Because in this case does not deploy any thing, just try to run the html.
    And if I deploy the war before doing this, it gives me error that I already have the context-root.
    Edited by: 984315 on Jan 26, 2013 7:55 AM
    Edited by: 984315 on Jan 26, 2013 7:56 AM

    What I understand is that you want to debug an applet. Applets do not execute within the application server. They are executed by the JVM of the local browser (e.g. by the browser's Java Plug-In) locally on the workstation. You should attach your debugger to this JVM instead of the application server's JVM. (You cannot debug an applet by right-clicking the Web application in JDeveloper and starting it in debug mode, because in this way you attach the debugger to the application server's JVM (e.g. to WebLogic's JVM) but not to the browser's JVM).
    In order to debug an applet you should configure the browser's Java Plug-In to start in a debug mode and then you should attach a Java debugger to it. You can use either a standalone Java debugger or the debugger integrated in JDeveloper IDE. Have a look here for instructions:
    [url http://docs.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/debugger.html#how]How to Debug Applets in Java Plug-in
    [url http://docs.oracle.com/cd/E16162_01/user.1112/e17455/run_debug_java.htm#BABBDICF]Debugging Remote Java Programs in JDeveloper
    Dimitar

  • Error while deploying to WebLogic from Jdeveloper 11.1.1.4

    Hello,
    For some reasons, suddenly Jdeveloper gives some problems when trying to deploy an application to the internal WebLogic. It used to deploy the app without any problems in the past. I must have done something wrong and I would like to know what it is happening other than a solution to the problem.
    [12:23:43 PM] Deploying Application...
    <9-mar-2011 12.23.47 CET> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Documents and Settings\me\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\MyApp\ViewControllerWebApp.war. Please make sure that the annotations are valid. The error is javax.faces.webapp.Faces>
    <9-mar-2011 12.23.47 CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1299669823346' for task '7'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'Myapp-ViewController-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'Myapp-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: javax.faces.webapp.Faces
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace

    I did not touch any jars. They should be in their place. What I see from the project properties is that JSF 1.2 libraries are attached as before..
    Any idea? I am stuck.
    Do anyone have any idea about this matter? I really don't know where to look at.
    Edited by: user10047839 on 9-mar-2011 6.51

  • How to call PL/SQL procedure from Jdeveloper

    hai
    i am using JDeveloper 10g version 10.1.3. i am working on Web Application[JSF,ADF BC]. i had commit button in one form. when i click that button a PL/SQL procedure can be invoked.( the procedure is to check for primary key)
    how to do this
    thanks in advance
    C.R

    There are already some threads about calling PL/SQL from Java. E.g.: adf bc jsf application and database stored procedure
    Ronald

  • Debugging BPEL flow from JDeveloper

    Dear all
    I wonder where I could find some examples of how to debug a BPEL flow using JDeveloper.
    Any help would be appreciated

    Hello broker007,
    That is currently not possible. Please check one of the other threads covering this issue for more information. (like this one: Re: How to debug a bpel process
    Regards,
    Rune

  • How to connect to 8i Lite from Jdeveloper ?

    Hi,
    is it possible to use 8i Lite as Database Server within Jdeveloper environment ?
    We plan to use a three tier architecture with:
    Client : thin client
    Middle tier : JSP+BC4J
    Database Server : Oracle 8i ( for the central environment ) and 8i Lite for satellite systems (about 100).
    The Central system use Oracle Replication technology to refresh data on Satellite environemnt.
    Does it make sense to use 8i Lite ?
    thank you for your suggestions.
    You can also mail to [email protected]
    Jean B. Mvuyekure

    You can uses the latest version of the 8i Lite driver to connect from within JDev, but only using straight JDBC. None of the wizards nor the BC4J will yet work with anything other than a real Oracle RDBMS.

  • Running Oracle Reports from JDeveloper

    Do you know how to run an oracle report from JDeveloper?

    Do you mean invoking a report at runtime, or do you mean designing a report inside JDeveloper?
    Did you try asking on the Reports Forum:
    http://forums.oracle.com/forums/category.jspa?categoryID=19

  • Error in deploying a web service from jdeveloper 10 to weblogic 10

    hi , I succeed to create connexiion to weblogic 10 from jdeveloper 10 but in deploying my service i have this Exception:
    ---- Deployment started. ---- 1 mai 2009 09:21:45
    Target platform is WebLogic Server 9.x (webAppli).
    Checking weblogic.xml for completeness...
    Wrote WAR file to D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\WebServices.war
    Wrote EAR file to D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\Soustraction-SoustarctionWS-WS.ear
    D:\jdevstudio10134\jdk\jre\bin\javaw.exe -classpath C:\bea\wlserver_10.3\server\lib\wlclient.jar weblogic.Deployer -adminurl http://aymen:7001 -user weblogic -password **** -debug -verbose -deploy -upload -source D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\Soustraction-SoustarctionWS-WS.ear -name Soustraction-SoustarctionWS-WS
    weblogic.Deployer invoked with options: -adminurl http://aymen:7001 -user weblogic -debug -verbose -deploy -upload -source D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\Soustraction-SoustarctionWS-WS.ear -name Soustraction-SoustarctionWS-WS
    WebLogicDeploymentManagerImpl.<init>():103 : Constructing DeploymentManager for J2EE version V1_4 deployments
    WebLogicDeploymentManagerImpl.getNewConnection():146 : Connecting to admin server at aymen:7001, as user weblogic
    ServerConnectionImpl.getEnvironment():282 : setting environment
    ServerConnectionImpl.getEnvironment():285 : getting context using http://aymen:7001
    ServerConnectionImpl.close():328 : Closing DM connection
    ServerConnectionImpl.close():348 : Unregistered all listeners
    weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 'http://aymen:7001': Destination unreachable; nested exception is:
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:306)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:143)
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:93)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    at weblogic.Deployer.main(Deployer.java:54)
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
    at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
    at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:425)
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:287)
    ... 6 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:142)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    ... 9 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: http://aymen:7001: Destination unreachable; nested exception is:
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:48)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:739)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:343)
    at weblogic.jndi.Environment.getContext(Environment.java:263)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:167)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:324)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:296)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:140)
    ... 11 more
    Caused by: java.net.ConnectException: http://aymen:7001: Destination unreachable; nested exception is:
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:199)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:137)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:324)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:319)
    ... 16 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:465)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:316)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:255)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:199)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:220)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:187)
    ... 21 more
    **** weblogic.deploy returned with non-zero exit status: 1
    **** weblogic.deploy returned with non-zero exit status: 1
    Elapsed time for deployment: 2 seconds
    #### Deployment incomplete. #### 1 mai 2009 09:21:47
    please someone help me.
    thank you
    aymen

    Hi Wenhao,
    I did face something similar ....but when i tried it again...it worked..
    In case it does not then before u try to start the procedure to dwnld the Enterprise service wsdl....
    uncheck the wsdl validator check box in NWDS...
    I suggest u first try to consume the wsdl by importing it locally...
    just follow this blog by Boris step by step..
    /people/boris.mohr/blog/2007/01/23/how-to-guide-for-consuming-a-web-service-with-a-standalone-client-using-sap-netweaver-application-server-javatm-ee-5-edition
    Once u r able to do this..then u can try to consume it from service registry
    Edited by: Mohd Tauseef Ibrahim on Jun 26, 2008 2:28 PM
    Edited by: Mohd Tauseef Ibrahim on Jun 26, 2008 2:30 PM

  • Upgrading Weblogic server to move from jdeveloper 11.1.1.1.0 to 11.1.1.4.0

    Hello, I would need clear direction to what I should do to upgrade my target weblogic server when I move my development environment from jdeveloper 11.1.1.1.0 to 11.1.1.4.0
    Initial ADF project was developed with jdeveloper 11.1.1.1.0 and deployed on a WLS 10.3.0
    Now we are upgrating the application and we decided to move the project to jdeveloper 11.1.1.1.4
    I need help on what I should upgrade on the target WLS server.
    How do we move from WLS 10.3.0 to WLS 10.3.4?
    Is it a reinstall or a upgrade? How do we upgrade?
    And what about just upgrating the ADF run time? Is it the way to go?
    At following link we see
    http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html there is a Application development runtime is it the runtime that we install on the server or not?
    I am confused if the ADF run time is tied with the WLS version or not, can someone give me a clear description of what is the ADF Runtime and how we upgrade it on the servers? Any Oracle documentation describing this process that I can provide to my server administrators?
    At the end what is the best practice to upgrade the WLS servers when you would lilke to move like me from an older version of jdeveloper to a newer version. is there an Oracle document describing the steps to be done?
    Thanks

    I'll echo Timo's question - why upgrade to 11.1.1.4 and not to the latest and greatest 11.1.1.6 (released yesterday)?
    Upgrading to an older version basically means that you are setting yourself for another upgrade later on - so why not enjoy all the bug fixes and new features of the newer versions?
    In terms of the upgrade process - if you look in the documentation tab of JDeveloper you'll see the book "Upgrade Guide for Oracle SOA Suite, WebCenter, and ADF" which gives the steps you can follow.
    For 11.1.1.6 the book is here:
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10127/toc.htm
    In the same documentation tab you'll find the certification matrix that explains which ADF version works with which WLS version:
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html

  • Can't make a connection from JDeveloper 10g (9.0.5.0) to WebLogic 8.1

    I can't make a connection from JDeveloper 10g (9.0.5.0.0) to WebLogic 8.1
    When I click "Test connection" JDeveloper 10g writes the following:
    Cannot instantiate class: weblogic.jndi.WLInitialContextFactory
    Have somebody ever established a connection from JDeveloper 10g (9.0.5.0) to WebLogic 8.1? How to do this?

    It connects successfully now. Thank you for the information.
    But it does nothing when I try to deploy my J2EE application.
    I right-click on Resources -> application.deploy, choose "Deploy to" -> my connection. It starts to do something obscure.
    Then I go to the WebLogic console and it shows that there is no my application.

  • How can I enable remote debug in weblogic to use with Rational RSA IDE?

    How can I enable the remote debugging technique so that I can work with my IDE.
    I use RSA by IBM as the IDE
    What should be the changes in the setdomainenv or startweblogic?
    I use 10.3
    Please help.. ur help is appreciable...

    Hi,
    I did not make any console adjustments for debugging on my WebLogic 10.3.2.0 - however I am running in development mode on an "adminServer" (an option during the install)
    In the console there is a debug setup page - that seems to have no effect for me (I can always debug) - so either it is a combination of development mode and/or the startWeblogic script from the Eclipse plugin.
    However, these debug settings are likely for debugging into the server - you only want to debug your own app code right?
    On the console page goto
    http://localhost:7001/console/console.portal?_nfpb=true&_pageLabel=ServerDebugPage
    servers | AdminServer | configuration-debug | expand weblogic
    I see...
    "Use this page to define debug settings for this server.
    Debug settings for this Server
    EnableDisableClear Showing 1 to 2 of 2 Previous Next
    Debug Scopes and Attributes State
    default Disabled
    weblogic Disabled
    EnableDisableClear Showing 1 to 2 of 2 Previous Next
    Try expanding the whole tree and selecting the root to enable everything.
    You will see the following
    10-Dec-2009 11:53:46 o'clock AM EST> <Warning> <Management> <BEA-141239> <The non-dynamic attribute DebugAbbreviation on weblogic.management.configuration.ServerDebugMBeanImpl@47a32e1b([base_domain]/Servers[AdminServer]/ServerDebug[AdminServer]) has been changed. This may require redeploying or rebooting configured entities>
    <10-Dec-2009 11:53:46 o'clock AM EST> <Warning> <Management> <BEA-141238> <A non-dynamic change has been made which affects the server AdminServer. This server must be rebooted in order to consume this change.>
    <10-Dec-2009 11:53:46 o'clock AM EST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ServerDebugPage.>
    When I debug WebLogic 10.3.2.0 from Eclipse 3.5 EE - I see the following in my server startup log which includes the "-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453" you mentioned.
    Starting WLS with line:
    c:\opt\wls10320\JROCKI~1.5-3\bin\java -jrockit -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms512m -Xmx512m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\opt\wls10320\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=C:\opt\wls10320\WLSERV~1.3 -Dwls.home=C:\opt\wls10320\WLSERV~1.3\server -Dweblogic.home=C:\opt\wls10320\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=c:\opt\wls10320\patch_wls1032\profiles\default\sysext_manifest_classpath weblogic.Server
    Listening for transport dt_socket at address: 8453
    The server process listening on debug portl 8453 ooks like this
    Oracle WebLogic Server 11gR1 PatchSet 1 at localhost [Oracle WebLogic Launch Configuration]     
         BEA JRockit(R)[localhost:8453]     
              Thread [Main Thread] (Running)     
              Daemon Thread [Timer-0] (Running)     
              Daemon Thread [Timer-1] (Running)     
              Daemon Thread [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] (Running)     
              Daemon Thread [weblogic.time.TimeEventGenerator] (Running)     
              Daemon Thread [JMAPI event thread] (Running)     
              Daemon Thread [weblogic.timers.TimerThread] (Running)     
              Daemon Thread [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] (Running)     
              Daemon Thread [Thread-7] (Running)     
              Daemon Thread [ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'] (Running)     
              Daemon Thread [ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'] (Running)     
    I hit a breakpoint and see
    Daemon Thread [[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] (Suspended (breakpoint at line 56 in ApplicationService))     
         ApplicationService_5ptwty_Impl(ApplicationService).insertObjects(List<Cell>) line: 56     
         NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]     
         NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39     
         DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25     
         Method.invoke(Object, Object...) line: 597     
         AopUtils.invokeJoinpointUsingReflection(Object, Method, Object[]) line: 310     
         ReflectiveMethodInvocation.invokeJoinpoint() line: 182     
         ReflectiveMethodInvocation.proceed() line: 149     
         DelegatingIntroductionInterceptor.doProceed(MethodInvocation) line: 131     
         DelegatingIntroductionInterceptor.invoke(MethodInvocation) line: 119     
         ReflectiveMethodInvocation.proceed() line: 171     
         MethodInvocationVisitorImpl.visit() line: 37     
         EnvironmentInterceptorCallbackImpl.callback(MethodInvocationVisitor) line: 55     
         EnvironmentInterceptor.invoke(MethodInvocation) line: 50     
         ReflectiveMethodInvocation.proceed() line: 171     
         ExposeInvocationInterceptor.invoke(MethodInvocation) line: 89     
         ReflectiveMethodInvocation.proceed() line: 171     
         DelegatingIntroductionInterceptor.doProceed(MethodInvocation) line: 131     
         DelegatingIntroductionInterceptor.invoke(MethodInvocation) line: 119     
         ReflectiveMethodInvocation.proceed() line: 171     
         JdkDynamicAopProxy.invoke(Object, Method, Object[]) line: 204     
         $Proxy68.insertObjects(List) line: not available     
         ApplicationService_5ptwty_ApplicationServiceLocalImpl.insertObjects(List<Cell>) line: 306     
         FrontController.generateGlider(PrintWriter) line: 240     
    thank you
    /michael
    http://www.eclipselink.org

  • Connect from JDeveloper 11g TP4 to Weblogic 10.3

    Hi,
    Did anybody manage to connect to Weblogic 10.3 from JDeveloper 11.1 TP4 ?
    I looks different from the tutorial provided by Shay Shmeltzer on how to connect JDev 10g to Weblogic. With 11.1 TP4, I create the an Application server connection, I've put the path to the weblogic.jar in the field named "Path to Weblogic containing Weblogic Client" but when I test the connection, I get "Cannot instantiate class: weblogic.jndi.WLInitialContextFactory" which suggest the jar is not loaded. I run JDev on Linux, I've copied the file in "JDEV_HOME/jdev/lib/ext (I've created the directory)", "JDEV_HOME/jdev/extensions" and "JDEV_HOME/jdev/lib" and bounce Jdev. Same error.
    The online doc doesn't say more that what I've guess. Obviously I'm doing something wrong. Can anybody help me, it may be obvious because nobody seems to have asked that question in this forum.
    Thank you very much for your help. Best Regards
    Gregory

    Gregory,
    an EAR file deployment will always work ;-) However, then you don't have the ADF libraries installed on WebLogic 10.3 wich will cause the next problem. So unless you deploy the whole ADF libraries with your application (appr. 70 MB) you need to enable the WLS 10.3 instance for ADF running the ADF installer from the production version. This adf installer is part of the JDeveloper / WLS installer that you can obtain from otn.oracle.com/products/jdev
    At the end of the day the TP4 turns out to be what it is: a technology preview that gets you started but not more
    Frank

Maybe you are looking for

  • Nokia lumia 1520 with Nokia Wireless Charging Plat...

    I brought a nokia lumia 1520 and a wireless charger from AT&T. I tried to charge my phone when it had almost no power in it. But the white light kept blinking while I put my phone on it. And I'm sure that no other device between the two objects. Does

  • Need desperate help removing residue

    I need a quick and easy way to remove residue from the top cover of my MacBook Pro. I put a bunch of stickers a while back and now that I removed them the residue is still intact. I have tried everything from rubbing alcohol,blow dryers,peanut butter

  • Modal Form

    Hi, I have created a modal form using the code " <link rel="stylesheet" href = "http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ redmond/jquery-ui.css" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquer

  • Storing DW snippets in the cloud

    Hi, was sent here by the Adobe Dreamweaver management on Facebook. I lately wrote nearly the same posting here in October 2012 regarding the DW CS6 version. I still want to change to DW (CC this time) but can't because Adobe seems not to be able to m

  • Is there a way to use CC for both my desktop and laptop?

    I need to use CC on my laptop when traveling and then my desktop, when I return. Is there a way to do this without purchasing two subscriptions for the one 'me'?