Deployment in jdev 11.1.1.0.1

hi,
i installed external wls10.3 for my jdev 11.1.1.0.1 version on my local machine in developement mode.i used the
same installer for installing both jdev11.1.1.0.1 & wls10.3. i also extended my wls & installed the
Adf runtime libraries fm 'Configuration Wizard'. i m deploying a fusion web app. but its unable to access
the database.
Is this the cause that i installed the wls in 'Development Mode' not in 'Production Mode'.Or there is something
else i m missing
The errors are same i asked earlier on forum -
(a) error while opening JDBC Connection.
(b) ora - 01005: null password given; logon denied.
(c) unexpected exception caught : java.lang.NullPointerException, msg=null.
Regards

See step 23 here:
http://radalcove.com/blog/?p=34

Similar Messages

  • Deploying a jdev adf app on standalone weblogic issues

    Dear all,
    Sorry for my post which is very long but i will try to give you all information.
    I am currently developing a full stack ADF application (with BC4J to access the database) using Jdev 11g last release (5407)
    When working in JDev, my application is running perfectly.
    Now i am facing several issues regarding the deployment on a standalone weblogic.
    * 1st problem: deploying from Jdev into a remote weblogic server *
    If i try to deploy on a separate machine from jdeveloper directly using a server connection, then deployment failed with message in jdev console:
    [04:53:47 PM] Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\Temp\lara_abcf.ear' for the application 'Lara ABCF' could not be loaded to the server 'http://MYSERVER:7001/bea_wls_deployment_internal/DeploymentService'.
    Read channel closed
    [04:53:47 PM] See server logs or server console for more details.
    [04:53:47 PM] weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'D:\jdev-workspace\LaraABCF\deploy\lara_abcf.ear' to 't3://MYSERVER:7001'
    [04:53:47 PM] #### Deployment incomplete. ####
    [04:53:47 PM] Deployment Failed
    I tried to look into weblogic logs and see nothing helping me to found the problem. Any idea?
    I then tried to create a local domain on my workstaion and now deploying from JDeveloper works.
    I created an EAR file from Jdev and deployedthe EAR from the weblogic web console.
    From both method i was facing the same issue:
    * 2nd problem: deploying an application with a datasource access into a standalone weblogic *
    - Using the default configuration, i successfully deployed the application using weblogic console but the application stay on "Prepared" state in the console. Starting it from the console the application failed to start after the deployment. The error message display in the top of the web page is :
    Error weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=lra_abcf for data source laraABCFConn
    -I found an entry in the forum (What does this message mean? which give an hint to solve this issue:
    Modify the application properties from JDev and uncheck the option: "Auto Generate and Synchronize weblogic-jdbc.xml Descriptors During Deployment", rebuild and deploy the application.
    I try this method and teh application successfully starts but does not work: stacktrace in weblogic console indicates that BC4J does not work properly and i think that database connection are not up. The error Message:
    javax.el.ELException: java.lang.NullPointerException
    at javax.el.BeanELResolver.setValue(BeanELResolver.java:345)
    at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:283)
    at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:100)
    at com.sun.el.parser.AstValue.setValue(AstValue.java:140)
    at com.sun.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:255)
    Truncated. see log file for complete stacktrace
    java.lang.NullPointerException
    at com.cma.shipping.lara.view.settings.backing.TeuConversionBkB.setServicesSelectList(TeuConversionBkB.java:254)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. see log file for complete stacktrace
    The NPE is on a line accessing a view object.
    * Final question:
    Is it possible to develop an application using a local database connection for BC4J in jdev and an external datasource when the application is deployed on a standalone weblogic without modifying the source code?
    The real issue about this is : is there a step by step tutorial explaining how to develop a simple ADF11g application using BC and deploy it successfully on a weblogic server?
    Thanks for your help

    found a workaround:
    * create a datasource on the weblogic side, mapped into the JNDI tree
    * create a new configuration in the appmodule with a new datasource mapped to this jndi reference
    * modify the databinding of my page to use this app module configuration
    * deploy again the application and this works
    but now my application does not work in jdeveloper because it seeks to a datasource in JNDI. I must revert to old settings for development en switch to these new settings to deploy on the server. Very annoying...
    Thanks for you help :)

  • Deployment via JDev works, OEM - File Upload not!?

    Hello!
    A weird thing for you. I try to deploy a, 10.1.2 to 10.1.3 migrated, Struts-App.
    Deploying via JDev to Standalone OC4J 10.1.3 works fine!
    Deploying via OEM - File Upload to same OC4J ends in error:
    In XYZ.war missing Standard-Deployment in WEB-INF/web.xml
    Deploying via JDev to OAS 10.1.3, I get the same web.xml error.
    Deploying via OEM - File Upload in OAS 10.1.3, I get the same web.xml error.
    Any Ideas why XYZ.ear with same web.xml will be accepted via JDev - Deploy on Standalone OC4J, but not via File Upload and not on OAS?
    Thanks, appreciate your help.
    Phil

    Herko_ter_Horst wrote:
    And you think using HTTP magically allows you to upload a file to the server without a username and password?My friend I believe you need a good reading skills apart from devicing ur own sarcastic replies :)
    Well here is an idea for you.
    Try Mounting /Map the remote storage location / drive to the Application Server Machine and try saving files using mapped location.What i adviced OP is to choose / decide his own remote storage location / medium and have asked him to map it as network drive or mount the respective storage location and asked him to program his application such that for every valid multipart request the application saves respective file in the respective mapped drive or mounted location.
    Now this was done just to address his motive for maintaining a remote repository for file storage which was
    The next stage is to move it from the webapps server to another server.And i hope someone need not become a magician to solve this :)
    NOTE: This would involve very little bit change in application source.To me all it calls for is change in repository location.
    REGARDS,
    RaHuL

  • Error while deploying in jdev 10.1.3.3

    I am deploying one application .It is running fine.But when i trying to deploy in log file i am getting this error.When i am running this in my jdev it is running fine.What can the problem be.Please help>its urgent.
    h+**
    Edited by: vinay kumar on Apr 22, 2009 9:23 AM

    h+** is the error?
    What error are you seeing? Is it a run-time or deploy-time error? How are you deploying the application? To which application server are you trying to deploy?
    So much more left unsaid than actually said.
    John

  • Error deploying using JDev 11.1.1 .4

    By changing the version of JDeveloper Studio 11.1.1.3.0 - Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660
    to
    JDeveloper version 11.1.1.4.0 Studio - Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923.
    This is the error generated by WebLogic Server:
    Target URL -- http://127.0.0.1:7101/Clasificadores-ViewController-context-root/faces/mainClasificadores
    <07-abr-2011 19H28' GMT> <Error> <HTTP> <BEA-101017> <[ServletContext@7403864[app:j2ee-app module:Clasificadores-ViewController-context-root path:/Clasificadores-ViewController-context-root spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@f96dc3[
    GET /Clasificadores-ViewController-context-root/faces/mainClasificadores?_afrLoop=110550507553028&_afrWindowMode=0&_afrWindowId=null HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
    Accept-Language: es-es,es;q=0.8,en;q=0.5,en-us;q=0.3
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://127.0.0.1:7101/Clasificadores-ViewController-context-root/faces/mainClasificadores
    Cookie: JSESSIONID=6J0nNpQL9QC7TF9L3MV2XDc6NHJFgvLnKD7444bxW1nY13vnzTvj!1456794858
    ]] Root cause of ServletException.
    java.lang.VerifyError: class oracle.adfinternal.view.faces.webapp.rich.UriManagerImpl overrides final method addQueryParameters.(Ljavax/faces/context/FacesContext;Ljava/util/Map;)Z
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
    Truncated. see log file for complete stacktrace
    <07-abr-2011 19H28' GMT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at 07-abr-2011 19H28' GMT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = 07-abr-2011 19H28' GMT SERVER = DefaultServer MESSAGE = [ServletContext@7403864[app:j2ee-app module:Clasificadores-ViewController-context-root path:/Clasificadores-ViewController-context-root spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@f96dc3[
    GET /Clasificadores-ViewController-context-root/faces/mainClasificadores?_afrLoop=110550507553028&_afrWindowMode=0&_afrWindowId=null HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
    Accept-Language: es-es,es;q=0.8,en;q=0.5,en-us;q=0.3
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://127.0.0.1:7101/Clasificadores-ViewController-context-root/faces/mainClasificadores
    Cookie: JSESSIONID=6J0nNpQL9QC7TF9L3MV2XDc6NHJFgvLnKD7444bxW1nY13vnzTvj!1456794858
    ]] Root cause of ServletException.
    java.lang.VerifyError: class oracle.adfinternal.view.faces.webapp.rich.UriManagerImpl overrides final method addQueryParameters.(Ljavax/faces/context/FacesContext;Ljava/util/Map;)Z
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
    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)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
    at org.apache.myfaces.trinidad.util.ClassLoaderUtils._getClass(ClassLoaderUtils.java:319)
    at org.apache.myfaces.trinidad.util.ClassLoaderUtils.getServices(ClassLoaderUtils.java:265)
    at oracle.adfinternal.view.faces.context.AdfFacesContextImpl._loadUriManager(AdfFacesContextImpl.java:728)
    at oracle.adfinternal.view.faces.context.AdfFacesContextImpl.getUriManager(AdfFacesContextImpl.java:710)
    at oracle.adfinternal.controller.util.AdfvInterfaceImpl.updateQueryParameters(AdfvInterfaceImpl.java:175)
    at oracle.adfinternal.controller.state.RequestState.updateUrlStateToken(RequestState.java:671)
    at oracle.adfinternal.controller.state.RequestState.setCurrentStateInstance(RequestState.java:173)
    at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:200)
    at oracle.adfinternal.controller.state.ControllerState.setRequestState(ControllerState.java:948)
    at oracle.adfinternal.controller.state.ControllerState.initializeRootViewPort(ControllerState.java:615)
    at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:306)
    at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:127)
    at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:112)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:59)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:258)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = pc153 TXID = CONTEXTID = d8bf7e7648fc4624:-79ba8a9f:12f316e3ee5:-8000-000000000000002c TIMESTAMP = 1302204491962
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    <07-abr-2011 19H28' GMT> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in c:\users\luciano\appdata\roaming\jdeveloper\system11.1.1.4.37.59.23\defaultdomain\servers\defaultserver\adr\diag\ofm\defaultdomain\defaultserver\incident\incdir_30 with a lockout minute period of 1.>
    The new version of Jdev, was installed correctly without any problem.
    The problem appears to fall in the proyect ViewController, because the usefulness of testing, AppModules working properly.
    The application works correctly in JDeveloper Studio 11.1.1.3.0 version. without any problem,
    Some idea of the possible solution to this problem is welcome.
    From now, thank you very much.
    this is what I commented: Steve Button
    Hi -
    I'd post this question to the forum specific JDeveloper Because It Appears to Be an ADF related issue:
    ]] Root cause of ServletException.
    java.lang.VerifyError: class oracle.adfinternal.view.faces.webapp.rich.UriManagerImpl addQueryParameters overrides final method. (Ljavax / faces / context / FacesContext; Ljava / util / Map;) Z
    -steve-
    ------------------------------------------------------------------------------------------------------------------------

    I'm having the same issue, when deploying to Internal webserver works properly....
    When deploying to WLS having that error...
    Any idea yet?
    Regards
    Victor Velazco

  • Webservice build in JDEV 11.1.1.1.0 but needed deployed to JDEV 11.1.1.0.2

    What do I do to deploy a webservice build in JDEV 11.1.1.1.0 to run/deploy on a Jdev 11.1.1.0.2
    Since the Webserver wizard from PL/SQL is not the JDEV 11.1.1.0.2, i have created the webservice in JDEV 11.1.1.1.0 (easier). Now the production webservice is running JDEV 11.1.1.0.2, so i need to deploy it there.
    I have tried to test it in JDEV 11.1.1.0.2, but get a lot of error (see http://pastebin.com/m405909cd)
    Can it be done, or do I have to create the Webservice on JDEV 11.1.1.0.2, from the bottom

    Thanks for your effor Arun.
    Even this issue can be simulated with Database driven EO/VO. Just now checked. Created Designation table in HR schema by using your script. After that
    1. Created Designation Entity object from HR schema
    By default, Eo attribute got generated with following data type. Let it be as is.
       DesigId - Integer
       DesigName - String
       CreatedUserId - String2. Created DesignationView View object from Entity. Exposed following Client interface method in DesignationViewImpl to create new record without making the transaction dirty.
         * Client API. Creates new record without making the transaction dirty.
        public void createNewRecord()
            Row row = this.createRow();
            row.setAttribute("DesigId", new Integer(-1));
            row.setAttribute("CreatedUserId", "Raghuraman");
            System.err.println("isDirty before row state is set to STATUS_INITIALIZED : " + this.getDBTransaction().isDirty());
            // change the status to initialized so that this record will not be included into transaction until user explicitly
            // key-in any value in UI.
            row.setNewRowState(Row.STATUS_INITIALIZED);
            this.insertRow(row);
            System.err.println("isDirty after row state is set to STATUS_INITIALIZED : " + this.getDBTransaction().isDirty());
        }3. Mapped this view in UI as table with DesigName text field alone as editable and autoSubmit is also set to true. Create new record using client Interface method. Try to enter value and tab out. You will get this error.
    Edited by: Raguraman on Sep 6, 2011 2:58 AM
    Edited by: Raguraman on Sep 6, 2011 3:00 AM

  • Error in package while deploying in jDev 11g

    Hi,
    I am following tutorial at http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html . I am using jDev 11g as IDE and its integrated weblogic as server.
    I did made index.jsp and web.xml as said in the tutorial. In the step *"1.8. Create the Controller"* where HelloController.java is created, I am getting following error.
    Project: C:\JDeveloper\mywork\springapp\NewProj\NewProj.jpr
    C:\JDeveloper\mywork\springapp\NewProj\src\springapp\web\HelloController.java
    Error(3,43): package org.springframework.web.servlet.mvc does not exist
    Error(4,39): package org.springframework.web.servlet does not exist
    Error(11,34): package org.apache.commons.logging does not exist
    Error(12,34): package org.apache.commons.logging does not exist
    Error(16,41): cannot find symbol
    Error(18,21): cannot find class Log
    Error(20,12): cannot find class ModelAndView
    Error(18,34): cannot find variable LogFactory
    Error(25,20): cannot find class ModelAndView
    But I hv included the jar files in library by Tools-> Manage Libraries. Also Deploy by Default is checked.
    Kindly check the link below to see the screen shots of included libraries and error.
    https://docs.google.com/open?id=0B1QmVEE-TXMpYTc1NTE2NDItYWQ5NC00NGZkLWJjMTAtMTJiZmNkMTE4Zjg5
    https://docs.google.com/open?id=0B1QmVEE-TXMpODAyMWM3YjItMTZjMC00NGMzLTkyN2MtMDMxNDE4ZGM5YWQ1
    https://docs.google.com/open?id=0B1QmVEE-TXMpZDIyZjYyM2YtYzZkMy00NzJmLTliMDQtMjQzYWE5NTllODE2
    Please guide me.

    Hi,
    Try as follows
    paste relevant libraries to
    "*C:\Documents and Settings\YourLogin\Application Data\JDeveloper\system11.1.1.3.37.xx.xx\DefaultDomain\lib*" path
    and restart the server.
    [This is the domain library directory and is usually located at $DOMAIN_DIR/lib.
    The jars located in this directory will be picked up and added dynamically to the end of the server classpath at server startup. The jars will be ordered lexically in the classpath. The domain library directory is one mechanism that can be used for adding application libraries to the server classpath.
    -Suresh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • BPEL Control in SOA Suite 10g doesn't display BPEL Process deployed in jdev

    Hello,
    I've created a directory in C:\ as Examples for my demo BPEL Projects.
    After deployment is successful using Jdeveloper, BPEL Control in Oracle Application Server 10g doesn't display the BPEL process in Dashboard. This is possible only if I have my BPEL Projects placed under /jdev/mywork folder or I have to click on "Deploy New Process" and select the jar file from /bpel/output directory.
    How do I make BPEL control to look for the deployed bpel jars by default in C:\Examples folder?
    Help appreciated!

    bpel control won't look at those locations when you have deployed a bpel process
    after deployment it will unpack the jar in some tmp location in your domain
    i'm sure what you mean with those 2 locations, they both have nothing to do with a deployed version of your bpel.
    jdev will generate the jar for you and after that it will be deployed to the application server. After that the jar isnt needed anymore in your jdev workspace, it's already on the server itself

  • Can't Execute JAR file deployed from JDev 903

    Hi Everyone:
    I took the Oracle beginning Java class, and got a copy of JDeveloper 9, and started in on a project. The task was to create a small module that will allow users with no direct SQL access to change their Oracle passwords. The good news is that it runs great from within JDev; it catches exceptions cleanly, it handles multiple databases with no problems. The bad news is that I cannot get it to run from a batch file or command line (client is Windows). I have run 'setvars', I have copied the CLASSPATH from the run window in JDev, all to no avail.
    I am trying to deploy the app as an executable jar file. It's not meant to be an applet, because of the security implications.
    I would gladly RTFM, but the FM's that I have gloss over the deployment step in Jdev. I figure it's something obvious, but I just cannot figure it out.
    Any suggestions? Help a newbie...
    Thanks,
    Mike

    Hi Mike,
    I suggest you take a look at the log window of JDev, when you've successfully run your project.
    If the log window is not displayed, go to View | Log.
    Cut the command line, invoking javaw.exe, and paste it into your favorite editor.
    Change javaw.exe into java.exe, save your file as a bat file, go in a DOS console, and run the bat file.
    Let me know if it fixes your problem.
    Thanks,
    - Olivier

  • Unable to deploy from Jdev - access denied (oracle.security.jps.JpsPermissi

    Hi.
    My Jdev is Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1
    I am trying to deploy to standalone web logic 10.3.6.0
    But I get the following message
    <May 28, 2013 10:45:40 AM EDT> <Warning> <Deployer> <BEA-149004> <Failures were
    detected while initiating deploy task for application 'DrhCustomers'.>
    <May 28, 2013 10:45:40 AM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace fo
    r message 149004
    java.security.AccessControlException: access denied (oracle.security.jps.JpsPerm
    ission AppSecurityContext.setApplicationID.null)
    at java.security.AccessControlContext.checkPermission(AccessControlConte
    xt.java:374)
    at java.security.AccessController.checkPermission(AccessController.java:
    546)
    at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermis
    sion(JpsAuth.java:458)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:518)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:544)
    Truncated. see log file for complete stacktrace
    Caused By: java.security.AccessControlException: access denied (oracle.security.
    jps.JpsPermission AppSecurityContext.setApplicationID.null)
    at java.security.AccessControlContext.checkPermission(AccessControlConte
    xt.java:374)
    at java.security.AccessController.checkPermission(AccessController.java:
    546)
    at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermis
    sion(JpsAuth.java:458)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:518)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:544)
    Truncated. see log file for complete stacktrace
    >
    I don't have any security settings in my application
    Please advice

    Thanks for the response James.
    Though the classpath/path looks like it has references to JDK 1.5, it is actually referring to jrocket JDK 1.6. I can confirm this because when I type "C:\ORACLE\MIDDLE~1\JROCKI~1.5-3\lib" in windows explorer it takes me to "C:\ORACLE\Middleware\jrockit_160_14_R27.6.5-32\lib"
    Moreover, C:\ORACLE\Middleware is the place where I installed weblogic 11gR1.
    I looked at the startWeblogic.cmd, setDomainEnv.cmd and commEnv.cmd to trace how the JDK path is getting manipulated and I found that in setDomainEnv.cmd there is a line "for %%i in ("%JAVA_HOME%") do set JAVA_HOME=%%~fsi " which is converting the full JDK path to short path. Below are the references in the .cmd files :
    setDomainEnv.cmd
    set BEA_JAVA_HOME=C:\Oracle\Middleware\jrockit_160_14_R27.6.5-32 <---------------------Setting the correct JDK version
    if "%JAVA_VENDOR%"=="Oracle" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Oracle
              set JAVA_HOME=C:\Oracle\Middleware\jrockit_160_14_R27.6.5-32
    set JAVA_HOME=%JAVA_HOME%
    for %%i in ("%JAVA_HOME%") do set JAVA_HOME=%%~fsi <------------------------Converting to short form
    .....And other commands
    if NOT "%WEBLOGIC_CLASSPATH%"=="" (
         if NOT "%CLASSPATH%"=="" (
              set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%
         ) else (
              set CLASSPATH=%WEBLOGIC_CLASSPATH%
    commEnv.cmd
    set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.2.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar <-----------WEBLOGIC_CLASSPATH is set here
    Thanks,
    -Raghu

  • Where can I find tutorial or demo about application deployment with JDev?

    I am currently trying to deploy developed application to local standalone OC4J and will deploy it also to 9iAS in near future. It's my first time to use jdev to develop and deploy applications based on ADF. Can anyone share with me some resources on jdev deployment? Thanks

    Try the JDeveloper online help there is a complete chapter about deployment.
    The basic steps are:
    Deploy the ADF runtime using the option in the tools->menu and then create a WAR file and deploy it.

  • Ant deploy from Jdev works fine - same ant deploy from command line fails

    Hi
    I'm using Jdev 10.1.3 and OAS 10.1.3 and created some web services. I can deploy using the Wizard in JDev - works fine, created a build.xml file using the <oracle:deploy> ant task. Also work fine from JDeveloper.
    But when running from command line (windows) I get the following:
    d:\>ant deploy
    Buildfile: build.xml
    init:
    compile:
    copy:
    ear:
    [war] Building war: D:\invision\source\INVisionWebService1013\INVisionWebService.war
    [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)
    [ear] Building ear: D:\invision\source\INVisionWebService1013\deploy\INVisionWebService.ear
    [delete] Deleting: D:\invision\source\INVisionWebService1013\INVisionWebService.war
    deploy:
    BUILD FAILED
    D:\invision\source\INVisionWebService1013\build.xml:282: The following error occurred while executing this line:
    jar:file:/D:/apache/apache-ant-1.6.5/lib/ant-oracle-classes.jar!/oracle/antlib.xml:27: taskdef class oracle.j2ee.ws.tools.wsa.cli.ant.GenProxy cannot be found
    I have studied the web for suggestion also http://download-east.oracle.com/docs/cd/B25221_04/web.1013/b14431/anttasks.htm#sthref164 but nothing seems to work. Tried copying oracle jars to my ant directory (ant version 1.6.5) but still no success (above error message disappered but other came instead).
    Why must this process be so complex. Can anyone help?

    Hi,
    You need to have the following jars in your classpath before firing the ant deploy task.
    ${Oracle_Home}\j2ee\utilities\ant-oracle-classes.jar;
    ${Oracle_Home}\j2ee\home\lib\adminclient.jar;
    ${Oracle_Home}\2ee\home\lib\oc4j-internal.jar;
    ${Oracle_Home}\j2ee\home\lib\javax77.jar;
    ${Oracle_Home}\j2ee\home\lib\javax88.jar;
    ${Oracle_Home}\j2ee\home\lib\jmxri.jar;
    ${Oracle_Home}\OracleAS_1\webservices\lib\wsa.jar;
    Please check your classpath and add the above jars, if not present and try ant deploy task now.
    I suppose it should work fine.
    Hope its helpful.
    Rgds,
    Prashanth Babu.

  • Deployment in jdev (oc4jdcmservlet.ear)

    Helo gurus
    I am working with JDEV 10.1.2.1 and deployed a war file on OAS10g 10.1.2.1..
    I believe JDEV was able to deploy the war file bec of the oc4jdcmservlet.ear (via DCM ) which is on the server side.
    can anyone explain to me the process behind this?what does this sevlet do?
    Thanks in Advance
    enyhm

    See step 23 here:
    http://radalcove.com/blog/?p=34

  • Error Connecting or Deploying from JDEV to BPEL Server

    Hi,
    I am using BPEL PM 10.1.2 installed on a UNIX box.
    I am unable to connect from JDEV to the BPEL server installed in a UNIX server. I get the following error when trying to test the connection
    org.apache.soap.SOAPException:Unsupported response content type "text/plain", must be: "text/xml". Response was:
    <html><head><title>Error instantiating web-application</title></head><bodyError instantiating web-application
    No application named &apos;hw_services&apos; found in the server<br>
    java.lang.InstantiationException: No application named &apos;hw_services&apos; found in the server<br>     at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:705)<br>     at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:426)<br>     at com.evermind.server.http.AJPRequestHandler.initAJP(AJPRequestHandler.java:694)<br>     at com.evermind.server.http.AJPRequestHandler.initRequest(AJPRequestHandler.java:430)<br>     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:188)<br>     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:127)<br>     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)<br>     at java.lang.Thread.run(Thread.java:534)<br>
    </body></html>
    This has been working fine until recently.
    I am still able to test processes from the BPEL console.
    Please let me know if anyone has come across this error earlier.

    Hi,
    change the named connection in JDeveloper to not use localhost reference but the data server host reference. The data sources are created from the available named connections.Alternatively you can switch off the automatic datasource creation in Jdeveloper and create them manually
    Frank

  • Deploying from JDev 10131 to BPELPM in AS101202

    Couple of questions:
    1) Is it possible to do the above (across the versions above) ?
    2) Why is it that when I go to the integration server connection server wizard, and go to step 2 of 3 (ie. "Connection"), and select a valid Application Server and hostname as my local machine and port 8888 (or 80), I get a failed on the "Test Connection", with the following:
    Application Server: OK
    BPEL Process Manager Server: FAILED
    ESB Server: FAILED
    The details screen shows the
    BPEL Identity Service : Failed
    java.net.ConnectException:Connection refused: connect
    My BPELPM seems ok, as in I can connect to the BPEL console. I am using a Midtier AS installation of BPELPM.
    What port do I need to specify? Or what else do I look for?
    Thanks and Regards.

    Apart from home I have OC4J_PORTAL and OC4J_BPEL and the orabpel application is deployed to OC4J_BPEL.
    What should be the port in the "Step 2 of 3: Connection"? The help says the following:
    "Enter a port number or accept the default value. Use the default value of 8888 if you are creating a connection to Oracle BPEL Server available with the SOA Suite Basic installation type. If you are creating a connection to Oracle BPEL Server available with the BPEL Process Manager for OracleAS Middle Tier installation type, the default value is 80. "
    But I already had another process listening on Port 80 when I installed the 10gAS and the BPELPM. So what port do you think would have been used? Or could it be some other problem?

Maybe you are looking for

  • How to view zip contents

    Is there a way to view the file names in a zip file without extracting the contents?

  • Material Forecast upload

    Hi all, We are trying to upload material forecast weekly data by TCODE MM02. Our input file has 4 fields as below: Plant, Material,     Weekly period, forecast value 1101, 20222222,  2011/34,           120 1101, 30222222,  2011/35,           110 1101

  • INSTEAD-OF

    Hi: I am trying to use the INSTEAD-OF trigger on a view that will eventually be used to insert XML documents to fields in multiple tables. Could you give me EXAMPLE code that illustrates the 'INSTEAD-OF' trigger? -sharifa. null

  • Exporting Access Manager configuration

    Is there a way that one can import and export Access Manager configurations (i.e. realms, datastores, policy configs, etc) from an existing installed instance? We have a number of environments planned to host Access Manager for different project phas

  • Setting up Gmail account on Nokia N70

    Hi, Can someone give me step by step information on how to set-up Gmail account on my Nokia N70 phone. My service provider is MTN Nigeria Message Edited by mobusari on 13-Apr-2008 02:08 PM