Upgrading JDeveloper11.1.1.2 to JDeveloper 11.1.1.5

Hi ,
I got an assignment to run our existing application which is developed in Jdeveloper 11.1.1.2.0 on JDeveloper 11.1.1.5 .
I installed JDeveloper 11.1.1.5 and run my application . when I am going to login in the application . it gives me following error
javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User SYS javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User SYS denied
     at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
     at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
     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)
     at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
     at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
     at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
     at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
     at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
     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)
     at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
     at $Proxy25.login(Unknown Source)
     at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
     at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
     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)
     at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
     at $Proxy43.authenticate(Unknown Source)
     at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
     at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
     at weblogic.security.services.Authentication.doLogin(Authentication.java:133)
     at weblogic.security.services.Authentication.login(Authentication.java:74)
     at weblogic.security.services.Authentication.login(Authentication.java:51)
     at com.agile.usap.model.authentication.service.AuthenticationAMImpl.login(AuthenticationAMImpl.java:1206)
     at com.agile.usap.managed.UsapLoginBean.validate(UsapLoginBean.java:296)
     at com.agile.usap.managed.UsapLoginBean.doADFSecurityLogin(UsapLoginBean.java:508)
     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)
     at com.sun.el.parser.AstValue.invoke(Unknown Source)
     at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
     at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
     at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
     at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:788)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:306)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
     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 com.agile.xb.view.report.common.LocaleMappingFilter.doFilter(LocaleMappingFilter.java:60)
     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:106)
     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.doFilter(JpsAbsFilter.java:171)
     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.doFilter(JpsAbsFilter.java:171)
     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:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
any guess whats going on . when I run my project in JDeveloper11.1.1.5 It is successfully migrated .
I think need configure some securities. can anybody suggest how to do that. or it is something other
please reply me its very urgent .
ashwini

Hi,
thanks for your response.
In weblogic I configured the datasource and security realm . I am getting the users there in Users and group tab . but still I am not able to login in the system . for each user it is giving the same error as I stated in the previous post.
I goggled and tried all the solutions but no success.
any suggestion is Appreciated.
thanks in advance
Edited by: 896467 on Jan 31, 2013 5:21 PM

Similar Messages

  • 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

  • Upgrade EclipseLink in Embedded WebLogic Server (JDeveloper 11.1.1.2.0)

    Currently I am using JDeveloper 11.1.1.2.0 for my project, which comes with EclipseLink v1.2 pre-installed. However, my project requires to use latest EclipseLink version 2.0. I added EclipseLink 2.0 into Libraries and Classpath setting in project property. However, when I ran my app by using embedded WebLogic Server, my app is still using the old EclipseLink v1.2. I already tried to copy EclipseLink 2.0 jar file into DefaultDomain/lib directory and ear library directory. But embedded weblogic server still using old version from modules directory. Could anyone tell me how I could solve this issue. Thanks!

    WebLogic comes pre-configured with TopLink's provided EclipseLink Library as a system module. You cannot upgrade this to 2.0 in a support fashion. The next release of WebLogic will include EclipseLink 2.0(.x).
    If you want to test your application's use of EclipseLink 2.0 using JPA 1.0 application managed EntityManagers you can package the 2.0 library in your EAR and use the filtered classloader config setup in the weblogic-application.xml to ensure the packaged library is used instead of the system module.
    Doug

  • Anyone install jdeveloper on mountain lion yet?

    I got an fatal error when trying to install 11.1.2.2 on mountain lion with the generic studio edition install. Anyone have a workaround?

    >
    I figured there would be issues because apple discontinued supplying java and we now need to download directly from oracle java website. They only have a mac os x version for 1.7. Java is now housed in/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home.The odd problem I ran into with the upgrade: Apple actually removed every Java version except the 1.7 version. They've never really done that before on upgrade.
    So, all of my JDeveloper (previously installed) couldn't start.
    A bit of good news: while prior versions of Java are not part of the default 10.7 install, you can go to the Apple downloads page:
    http://support.apple.com/downloads/#java
    From the downloads page, find the latest Java 6 version for Lion (I downloaded Java for OS X Lion 2012-004 ) - then run the package that is downloaded. All of the 'prior' versions (that symlnk to the Java 6 folder - like Lion did) are restored to
    /System/Library/Frameworks/JavaVM.framework/Versions
    So all of the JDeveloper installs, etc. are back up and running.
    A bit of bad news: doing this also seems to wipe out the 'default' Java 7 settings. (At least in the default system path - 'java' on the command line returns to the 1.6 JDK.)
    - Chad

  • JDeveloper 10.1.3 and portal extension

    Hi,
    Was the Portal Extension for developing portlets using the wizard upgraded for use with Oracle JDeveloper 10.1.3 or is this JDeveloper extension only compatible with the previous version 10.1.2 ?
    If I upgrade to the latest version of JDeveloper 10.1.3.1 will I get this feature ?
    Thanks,
    Edwin.

    "The Portal Extension for Oracle JDeveloper is not yet available for Oracle JDeveloper 10.1.3, please check back at a later date."
    http://www.oracle.com/technology/products/ias/portal/pdk.html

  • JDeveloper 1013 Applications on Tomcat 5028

    Hi,
    I've recently upgraded my applications to the new JDeveloper but if I compile them against Java 1.4.2_05 and try to run using the embedded OC4J Server I get a startup error like the mentioned in this thread:
    Error Attempting to Run JSP with 10.1.3.0.3.3412
    If I switch the J2SE version back to 1.5.0_05 it runs in the embedded one fine.
    We are still using Tomcat 5028 as our live webserver so my question is whether if I upgrade the jars on the tomcat server to those from JDeveloper 1013, will it still run both old ADF applications and new applications built against JDK 1.4
    Thanks,
    Andy

    fyi
    see Re: Tomcat 6 with 11g ADF JSF application startup problem!!!
    Shay Shmeltzer wrote:
    Just a note for people on this thread - if you are interested in ADF being officially supported on Tomcat in the future I'll be glad if you can drop me an email at shay . shmeltzer @ oracle . com
    I'll need to know your company name - are you running exclusively on Tomcat - Would you be willing to switch Tomcat for another free/open source server for your ADF applications -
    and any other items that can help us make the case to upper management to continue supporting ADF on Tomcat.regards
    Jan

  • Perforce plugin for Jdeveloper 10G

    Hi,
    On August 2004, Oracle have promised to release such a plugin soon.
    Do you know when it will be released?
    We are still forced to use Jdeveloper 9i due to this fact.
    Thanks,
    Shay

    Robert.
    "We are planning" I don't think this is the kind of answer I would expect from Oracle after I have been told that perforce would be supported in jdeveloper 9.0.5.
    Due to this "planning" stuff we are still forced to use jdeveloper 9.0.3!
    It's been a long time since we planned to upgrade our suite of product IAS, jdeveloper and db, But we would like to upgrade them together to the same working version (not a beta or a preview) and the only missing part is the perforce plugin.
    for your consideration
    Shay

  • Some questions regarding BPEL 10g to 11g migration.

    Hi All
    I have the following queries,
    1.Is it mandatory to load xsd's , wsdl's , XREF , DVM into MDS ? or is it allright to keep them in file system ? currently we have a number of xsd's and wsdl's inside each of our 10g project > bpel subfolder. If they need to be deployed to MDS , then which files in 11g will need to be modified to use the new 'oramds:/apps/..... ' reference ?
    do they get automatically loaded into MDS when a Composite is deployed on WLS or do they have to be deployed separately using ant-sca-deploy?
    2. Should we modify fault-bindings.xml , DefaultPolicy.xml before or after upgrading the 10g project ? I understand that their references in composite.xml also need changing.
    3.
    a.Is it mandatory to modify the 10g dbadapter.rar contents (convert oc4j-ra.xml to weblogic-ra.xml ) and deploy the rar on 11g ?
    b.or can we manually create data sources,outbound connection pools> jndi factories etc and redeploy the dbadapter on 11g so that its weblogic-ra.xml gets updated with the data sources,jndi that we manually created ?
    want to know if  'a' and 'b' do the same thing ,so mutually exclusive OR both need to be done .
    same question for JMSAdapter.rar, aqadapter.rar
    4. When upgrading BPEL 10g to 11g using Jdeveloper, should all the data sources used by the project be created on Jdeveloper  ?
    5. Is it necessary to copy properties from 10g domain.xml t0 11g bpel-config.xml,soa-infra-config.xml ?
    6. Should external webservices used by BPEL be up and running , while upgrading from 10g to 11g in jdeveloper , OR only during deployment to wls? if they are needed during upgrading how to link to them from jdeveloper ?
    7. Do BPEL 11g projects needs to be deployed on WLS only as a SAR or are any other formats allowed ?
    Thanks in anticipation

    Hi,
    Please find the links where you can find the most of the answers for your questions.
    http://www.slideshare.net/oracle_imc_team/oracle-soa-suite-upgrade-10g-to-11g
    Oracle soa 10g to 11g migration
    Thaknks

  • File Download Dialog shown unexpectedly on submit (ADF)

    We are getting an issue using ADF v10.1.3.0.4 where the File Download Dialog is being shown by the browser when a user clicks a navigation button or the date picker button. It doesn't happen consistently but often enough to be a issue for us. The download dialog asks the user to download the *.faces page rather than just displaying it! If they click cancel and then click the button again then the page is usually displayed correctly. We are running over SSL and using IE6 SP2. Has anyone seen this before and if so what is the solution to fixing it?
    Thanks, JM

    Hi,
    actually I did run my test app via SSl as wellbut this effect didn't show. You could try and upgrade to a recent version of JDeveloper to see if it reproduces there. Or customer support at metalink.oracle.com is an option to solve the issue.
    Frank

  • Is ADF built in 10.1.2 supported in IE 7?

    Hi folks,
    We are currently using IE 6 and have applications built in ADF Jdeveloper 10.1.2.
    We heard that we need to upgrade to JDeveloper 10.1.3 in order to upgrade to IE 7.
    Is this True?
    If true, has anyone migrated from 10.1.2 to 10.1.3 and has any inputs to share on how big of an effort it is.
    thanks,
    Uma

    10.1.3 also supports IE 6 (XP) and IE 5.5.
    http://otndnld.oracle.co.jp/document/products/itools/j
    dev/101310/install.html#browsers
    11g supports IE 7.
    http://www.oracle.com/technology/products/jdev/htdocs/
    11tp/11gtechpreviewaddendum.html#iethanks for the feedback. The first link shows IE 6 is supported for ADF faces. Do you have any info on IE 7?
    Basically we are looking to see if I can continue with UixStruts offered in 10.2 and use IE 7 or do we need to upgrade to ADF Faces available in Jdeveloper 10.3, in order certify in IE7.

  • Migration to 10g

    Hi Guys,
    We have an application which is currently running on
    Oracle9iAS (1.0.2.2.1) Containers for J2EE. We are upgrading
    the Container to 10g version 9.0.4.0.0. Has anyone over here
    done any similar migration. For starters we used to have
    Orion.jar which has now changed to OC4j.jar. How does this
    affect the existing application. The existing application is
    using com.evermind.server.http.JSPServlet, but the new
    version by default uses oracle.jsp.runtimev2.JspServlet. If
    we update the global-application.xml file to use
    com.evermind.server.http.JSPServlet I am not able to bring up
    the login page. If we use oracle.jsp.runtimev2.JspServlet the
    login page comes up fine but the J_Security_Check fails. Is
    there any document which would help us with this migration.
    Thanks,
    Raj

    Check the JDeveloper 10g online help for information on the upgrade process.
    http://helponline.oracle.com/jdeveloper/help/state/content/destination.0%7E10%7E/navSetId.jdeveloper/oldNavId.0/navId.0/oldNavSetId.jdeveloper/

  • Unable to add Custom JSP 1.2 Tag Library to Project

    I am trying to upgrade to a newer version of JDeveloper (10.1.3.0.4) but am having a problem with projects that use custom JSP tag libraries.
    After converting the project (.jpr) files to the new version, I double click and go to "JSP Tag Libraries." When I click on "Add" to add a new JSP Tag library, only JSP version 1.1 libraries are shown, I cannot choose any JSP 1.2 tag libraries.
    my TLD files are all JSP 1.2, so I am not quite sure why this isn't working in a newer JDeveloper after it has worked fine in the past. If I examine any JSP page that uses my taglibs, I see the following 2 kinds of error:
    the line:
    <%@ taglib uri="taglib.uri" prefix="mytag" %>
    is underlined in red and says "the tag library taglib.uri is referenced, but not installed"
    And for any lines that try to use the custom tag:
    <mytag:dosomething>
    there is a yellow/orange underline that says "no grammar available for namespace taglib.uri, contents of element dosomething cannot be validated"
    Note that I can add the taglib JAR file under Tools > Manage Libraries, but I cannot add the JSP tag library to my project. Is there some sort of compatibility issue when transferring project files from an old version of JDeveloper?
    Any help would be appreciated

    Yes any new project I create I can specify JSP 1.2 or 2.0 with the wizard and it works fine.
    But I don't want to re-create my entire project file again just to register my taglibs.
    Here's the JSP related section in web.xml:
    <!-- TagLibraries -->
    <taglib>
    <taglib-uri>taglib.uri</taglib-uri>
    <taglib-location>/WEB-INF/tlds/mytag.tld</taglib-location>
    </taglib>
    It's definately something in the project itself... but I am lost as to what it is.
    Edit: nvm I fixed it. It was the web.xml. I had to change the line:
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    into
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    and it worked. Thanks.
    Message was edited by:
    user523020

  • Running ADF10g app and 11g app on WL server

    Hello,
    We have a Struts based ADF10g app currently running on OAS 10g. A new application using JSF and ADF 11g is being developed and will be run on WebLogic 10.3.4. To avoid having to maintain OAS and WL side by side, I am trying to get both apps to run on WebLogic.
    I have followed the steps laid out by Shay (http://www.oracle.com/technetwork/developer-tools/jdev/deployingwls-091640.html) to get the ADF 10g based application to run on Weblogic 11g.
    1. With the ADF Runtime Installer running, (setDomainEnv.cmd includes "call "%DOMAIN_HOME%\setupadf.cmd""),
    the struts based application runs but the JSF application fails to run with this exception:
    oracle.jbo.NoXMLFileException: JBO-26001: XML File not found for the Container /null.cpx
         at oracle.jbo.mom.MOMParserNonMDS.parse(MOMParserNonMDS.java:134)
         at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:63)
    CLASSPATH is:
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~2\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.4.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\bc4jct.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\adfcm.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\adfmweb.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\adfm.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\adfshare.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\bc4jctejb.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\bc4jimdomains.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\bc4jmt.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\bc4jmtejb.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\collections.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\bc4jdomorcl.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\jlib\adfmtl.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\jlib\adfui.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\jdev-cm.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\commons-el.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\oracle-el.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\jsp-el-api.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\commons-cli-1.0.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\xmlef.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\mdsrt.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\concurrent.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\ojmisc.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\translator.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\runtime12.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\ojdl.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\ordim.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\ordhttp.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\toplink.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\antlr.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\xmlparserv2.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\adfbinding.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\cache.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\xml.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\xsqlserializers.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\xsu12.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\dc-adapters.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\adf-connections.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\http_client.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\wsdl.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\orajaxr.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\orawsrm.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\wsclient.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\orasaaj.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\mdds.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\xsdlib.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\wssecurity.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\orawsdl.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\osdt_core.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\osdt_cert.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\osdt_xmlsec.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\osdt_wss.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\osdt_saml.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\ojpse.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\oraclepki.jar;..\..\..\..\..\..\..\Oracle\Middleware\wlserver_10.3\ADF\lib\jazncore.jar
    2. With ADF Runtime installer not running (setDomainEnv.cmd does NOT include "call "%DOMAIN_HOME%\setupadf.cmd""),
    the JSF application works but the struts application fails to run with this exception:
    java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    CLASSPATH is:
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~2\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.4.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    For both instances, I have included the CLASSPATHs for your reference. If anyone has suggestions on how to resolve this to get both apps to run on WL 11g, please reply.
    Thanks.

    I'm not sure you'll be able to mix these two versions on a single server, because there might be some libraries conflict.
    One solution to try is to try and package all the 10g jar files into the EAR of the application, so libraries won't be picked up from the WLS shared libraries.
    Another option is to upgrade your struts application to the JDeveloper 11g version that you are using and then just using the 11g libraries on the server.
    And another solution is to have two WLS server instances one with the 10g libraries and the other with the 11g libraries.

  • DB database adaptor crash

    HI there,
    I've just upgraded to the new version of Jdeveloper + Soa suite 10.1.3.1.0.
    I have imported my projects and am alos creating new BPEL projects in JDeveloper.
    Every time i create or try to update a database adpator the screen crashes and freezes JDeveloper.
    It only happens when i get to step 4 of 4: Operation Type and selecting 'Perform an Operation on a Table'.
    If i am creating a new adaptor an error appears saying that the .nwp file already exists. This error occurs when start checking / unchecking the options boxes (select, update etc......). If i click next the screen crashes.
    If i am updating an existing apadtor the error does not occur, but the screen crashes again, when i try to go any further.
    The only slight anonolomy with the system is that i still have a 9i client installed. Could this be a problem?
    Has anybody else had this error?
    Thanks in advance.

    You can ignore this if you use data sources.
    Have a look at the following link:
    http://download.oracle.com/docs/cd/B31017_01/core.1013/b28937/setting_up.htm#CHDGIAAC
    Basically if your JDeveloper connection is the same as the data source defined on the application server it will always your the application server connection.
    cheers
    James

  • Application Server JAXP trouble

    Hello there!
    Actually I work with Jdeveloper 10g(10.1.2) and with Application Server 10g(9.0.4).
    I've developed a java class that validates an xml file against an xsd file. This class works very well in the Jdeveloper's embedded server.
    When I deploy and execute this class on the Application Server I get this error:
    "JAXP DocumentBuilderFactory attribute not recognized: http://java.sun.com/xml/jaxp/properties/schemaLanguage"
    This error happens when the parser isn't conform to JAXP 1.2 spec.
    Exists a workaround for upgrade only the parser without upgrade the entire Application Server? If not, what's the best (and fast) method for upgrade Application Server to use the Jdeveloper parser? How do I resolve this issue?
    I've posted the same problem on the OC4J/J2EE forum too, because I don't know where to post.
    Any tip is really appreciated!
    Bye

    Massimo, have you solved your problem? If yes, please post your solution here. If not, can you try switching the lib/xmlparserv2.jar in Application Server with the one that is used in Jdeveloper?

Maybe you are looking for

  • Sip 503 service unavailable and sip 500 internal server error

    Hi guys,could any one help me in the following. ITSP-->Voice gateway configured as CUBE-->CUCM-->UCCX I am moving a system from cme and aa enviroment to cucm and uccx The VGW is configured as CUBE and also is added as h323 gateway on cucm. When i tes

  • Down load webi report in excel with images

    Post Author: anshubit CA Forum: WebIntelligence Reporting Hello Everybody, I am facing issue in downloading webi report in excel with images. I am not getting any image in the wei report which are there in ANY part of it . like header, body and foote

  • Payment Wizard - Recommendation Report - Prints Un-Checked Lines

    Hi, I am running the Payment Wizard and when I get to step 6 (Recommendation Report) I un-check some of the Payments. When I click the Print Preview or Print icon, it previews or prints, but it shows all of the payments that I have, including the un-

  • Daily working Hours Calculation

    Dear All        Time Management - >Work Schedules->Set Work Schedule rules and work schedule        How to calculate the Daily working hours if my shift time is as given below   Night  00:25 to  Morning 07:30 My break time is between 3:30 to 4:00 So

  • My macbook wakes up and then goes back to standy even when the lid is open.

    so my macbook turns on and then the screen stays on for like 2 seconds then goes back to standby. it does not shut down because when i wake it up again by pressning any button, it is where i was before. Also when it is in standy even when the lid is