Problem using a library with an EAR file (ServletNotFoundException)

Hello
I'm trying to use a library (J2EE library project) an associated it to an Enterprise Application Project.
The application was built using the Spring MVC framework.
When I did deploy I got the following warning:
Apr 25, 2006 9:44:17 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
[004]Finished Deployment
And when I try to run the application  I got the following error:
404 Not Found
The request cannot be processed.
Details:   com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [data-entryLib/servlet/data-entry].  The ID of this error is
Exception id: [00306E5DA8D2004E00000068000052550004124234F31271].
The application run properly when I use the jars file in the WEB-INF/lib folder.
I have been reading some recomendations in this forum, but nobody tell me how to solve this problem
Thanks
Adriana.

Hi Rajesh
Thanks for your answer.
Yes, I deployed the .sda file, add the jars file in the archive server/provider.xml and I checked this: (Problem with EAR referencing a library DC)
The type of reference that I gave in the EAR file was in the archive application-j2EE-engine.xml:
<reference
    reference-type="hard">
    <reference-target
      provider-name="sap.com"
    target-type="library">LibreriaDataEntry</reference-target>
</reference>
<provider-name>sap.com</provider-name>
   <fail-over-enable
   mode="disable"/>
Thanks
Adriana

Similar Messages

  • Major problems using Keynote 09 with Keynote 08 files

    Keynote 09 seems to have been let out into the wild a bit too early. I have encountered several major problems when using it on older KN08 files. From the Scroll bar in outline view, to almost every movie or sound file being corrupted and requiring a "reinsert," to an annoyingly common problem with images losing their formatting. It seems that the new file format in KN09 does not play well with KN08 (this was not the case with any of the previous version upgrades).
    I have contacted Apple and shared these problems with them. I have removed KN09 from all my machines and have reverted back to KN08. Hopefully a future patch will correct this file corruption problem

    I have contacted Apple and shared these problems with them. I have removed KN09 from all my machines and have reverted back to KN08. Hopefully a future patch will correct this file corruption problem
    Your presentations sound like they are much more involved and memory intensive than mine. I only have a couple with movies/sound and those are quite short. So far (knock on wood) I've not had any of your problems. However, as a matter of course I always create a backup file before starting to edit an old important file with a new program. Keep us posted.

  • What do I do with this error message: To use this library, make sure its file permissions are set correctly.

    So I cannot even access the application. It was working fine yesterday and today I get this error message:
    To use this library, make sure its file permissions are set correctly.
    I have changed nothing. All the pictures are there on the computer. Help?!

    Reboot.  Close any programs which open at start-up.  Run Disk Utility (you can type this in the Spotlight search field at the right end of your Menubar).
    In Disk Utility, select your drive from the list on the left, and click "Repair Disk Permissions".  This will take a few minutes, but should be less than ten.
    Reboot.
    Try to open your Library in Aperture.  What happens?

  • How to use Connection Pool in ADF ear file creaion from jDev 10.1.3

    Hi,
    We are developing big application in ADF with 10 different modules. We are creating ear file with data source setting.
    How to use connection pool while creating ear file from jDev. Connection pool is alreday created in Application Server 10g.
    What all the setting we need do to make use of connection pool while creating ear file jDev.
    Thanks

    User,
    If you are using ADF Business Components, you can right-click each application module, select "configurations" and edit the configuration you are using. On the initial page of the configuration dialog, you can specify to use either a JDBC URL or a Datasource - you just need to choose Datasource and then provide the name by which to access it.
    John

  • Problem using SQL Loader with ODI

    Hi,
    I am having problems using SQL Loader with ODI. I am trying to fill an oracle table with data from a txt file. At first I had used "File to SQL" LKM, but due to the size of the source txt file (700MB), I decided to use "File to Oracle (SQLLDR)" LKM.
    The error that appears in myFile.txt.log is: "SQL*Loader-101: Invalid argument for username/password"
    I think that the problem could be in the definition of the data server (Physical architecutre in topology), because I have left blank Host, user and password.
    Is this the problem? What host and user should I use? With "File to SQL" works fine living this blank, but takes to much time.
    Thanks in advance

    I tried to use your code, but I couldn´t make it work (I don´t know Jython). I think the problem could be with the use of quotes
    Here is what I wrote:
    import os
    retVal = os.system(r'sqlldr control=E:\Public\TXTODI\PROFITA2/Profita2Final.txt.ctl log=E:\Public\TXTODI\PROFITA2/Profita2Final.txt.log userid=MYUSER/myPassword @ mySID')
    if retVal == 1 or retVal > 2:
    raise 'SQLLDR failed. Please check the for details '
    And the error message is:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 5, in ?
    SQLLDR failed. Please check the for details
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

  • Problem using CORBA clients with RMI/EJB servers..!!!???

    Hi,
    I have a question on using EJB / or RMI servers with CORBA clients using
    RMI-IIOP transport, which in theory should work, but in practice has few
    glitches.
    Basically, I have implemented a very simple server, StockTreader, which
    looks up for a symbol and returns a 'Stock' object. In the first example, I
    simplified the 'Stock' object to be a mere java.lang.String, so that lookup
    would simply return the 'synbol'.
    Then I have implemented the above, as an RMI-IIOP server (case 1) and a
    CORBA server (case 2) with respective clients, and the pair of
    client-servers work fine as long as they are CORBA-to-CORBA and RMI-to-RMI.
    But the problem arises when I tried using the RMI server (via IIOP) with the
    CORBA client, when the client tries to narrow the object ref obtained from
    the naming service into the CORBA idl defined type (StockTrader) it ends up
    with a class cast exception.
    This is what I did to achieve the above results:
    [1] Define an RMI interface StockTrader.java (extending java.rmi.Remote)
    with the method,
    public String lookup( String symbol) throws RMIException;
    [2] Implement the StorckTrader interface (on a PortableRemoteObject derived
    class, to make it IIOP compliant), and then the server to register the stock
    trader with COS Naming service as follows:
    String homeName =....
    StockTraderImpl trader =new StockTraderImpl();
    System.out.println("binding obj <" homeName ">...");
    java.util.Hashtable ht =new java.util.Hashtable();
    ht.put("java.naming.factory.initial", args[2]);
    ht.put("java.naming.provider.url", args[3]);
    Context ctx =new InitialContext(ht);
    ctx.rebind(homeName, trader);
    [3] Generate the RMI-IIOP skeletons for the Implementation class,
    rmic -iiop stock.StockTraderImpl
    [4] generate the IDL for the RMI interface,
    rmic -idl stock.StockTraderImpl
    [5] Generate IDL stubs for the CORBA client,
    idlj -v -fclient -emitAll StockTraderImpl.idl
    [6] Write the client to use the IDL-defined stock trader,
    String serverName =args[0];
    String symList =args[1];
    StockClient client =new StockClient();
    System.out.println("init orb...");
    ORB orb =ORB.init(args, null);
    System.out.println("resolve init name service...");
    org.omg.CORBA.Object objRef
    =orb.resolve_initial_references("NameService");
    NamingContext naming =NamingContextHelper.narrow(objRef);
    ... define a naming component etc...
    org.omg.CORBA.Object obj =naming.resolve(...);
    System.out.println("narrow objRef: " obj.getClass() ": " +obj);
    StockTrader trader =StockTraderHelper.narrow(obj);
    [7] Compile all the classes using Java 1.2.2
    [8] start tnameserv (naming service), then the server to register the RMI
    server obj
    [9] Run the CORBA client, passing it the COSNaming service ref name (with
    which the server obj is registered)
    The CORBA client successfully finds the server obj ref in the naming
    service, the operation StockTraderHelper.narrow() fails in the segment
    below, with a class cast exception:
    org.omg.CORBA.Object obj =naming.resolve(...);
    StockTrader trader =StockTraderHelper.narrow(obj);
    The <obj> returned by naming service turns out to be of the type;
    class com.sun.rmi.iiop.CDRInputStream$1
    This is of the same type when stock trader object is registered in a CORBA
    server (as opposed to an RMI server), but works correctly with no casting
    excpetions..
    Any ideas / hints very welcome.
    thanks in advance,
    -hari

    On the contrary... all that is being said is that we needed to provide clearer examples/documentation in the 5.1.0 release. There will be no difference between the product as found in the service pack and the product found in the 5.1.1. That is, the only substantive will be that 5.1.1 will also
    include the examples.
    "<=one way=>" wrote:
    With reference to your and other messages, it appears that one should not
    expect that WLS RMI-IIOP will work in a complex real-life system, at least
    not now. In other words, support for real-life CORBA clients is not an
    option in the current release of WLS.
    TIA
    "Eduardo Ceballos" <[email protected]> wrote in message
    news:[email protected]...
    We currently publish an IDL example, even though the IDL programmingmodel in Java is completely non-functional, in anticipation of the support
    needs for uses who need to use IDL to talk to the Weblogic server,
    generically. This example illustrates the simplest connectivity; it does not
    address how
    to integrate CORBA and EJB, a broad topic, fraught with peril, imo. I'llnote in passing that, to my knowledge, none of the other vendors attempt
    this topic either, a point which is telling if all the less happy to hear.
    For the record then, what is missing from our distribution wrt RMI-IIOPare a RMI-IIOP example, an EJB-IIOP example, an EJB-C++. In this you are
    correct; better examples are forth coming.
    Still, I would not call our RMI-IIOP implementation fragile. I would saythat customers have an understandably hard time accepting that the IDL
    programming model is busted; busted in the sense that there are no C++
    libraries to support the EJB model, and busted in the sense that there is
    simply no
    support in Java for an IDL interface to an EJB. Weblogic has nothing to doit being busted, although we are trying to help our customers deal with it
    in productive ways.
    For the moment, what there is is a RMI (over IIOP) programming model, aninherently Java to Java programming model, and true to that, we accept and
    dispatch IIOP request into RMI server objects. The way I look at it is this:
    it's just a protocol, like HTTP, or JRMP; it's not IDL and it has
    practically nothing to do with CORBA.
    ST wrote:
    Eduardo,
    Can you give us more details about the comment below:
    I fear that as soon as the call to narrow succeeds, the remainingapplication will fail to work correctly because it is too difficult ot
    use an idl client in java to work.It seems to me that Weblogic's RMI-IIOP is a very fragile
    implementation. We
    don't need a "HelloWorld" example, we need a concrete serious example(fully
    tested and seriously documented) that works so that we can get a betteridea
    on how to integrate CORBA and EJB.
    Thanks,
    Said
    "Eduardo Ceballos" <[email protected]> wrote in message
    news:[email protected]...
    Please post request to the news group...
    As I said, you must separate the idl related classes (class files and
    java
    files) from the rmi classes... in the rmic step, you must set a newtarget
    (as you did), emit the java files into that directory (it's not clearyou
    did this), then remove all the rmi class files from the class path... ifyou
    need to compile more classes at that point, copy the java files to theidl
    directly is you must, but you can not share the types in any way.
    I fear that as soon as the call to narrow succeeds, the remainingapplication will fail to work correctly because it is too difficult otuse
    an idl client in java to work.
    Harindra Rajapakshe wrote:
    Hi Eduardo,
    Thanks for the help. That is the way I compiled my CORBA client, by
    separating the IDL-generated stubs from the RMI ones, but still I
    get a
    CORBA.BAD_PARAM upon narrowing the client proxy to the interfacetype.
    Here's what I did;
    + Define the RMI interfaces, in this case a StockTrader interface.
    + Implement RMI interface by extendingjavax.rmi.PortableRemoteObject
    making
    it IIOP compliant
    + Implemnnt an RMI server, and compile using JDK1.2.2
    + use the RMI implementation to generate CORBA idl, using RMI-IIOPplugin
    utility rmic;
    rmic -idl -noValueMethods -always -d idl stock.StockTraderImpl
    + generate Java mappings to the IDL generated above, using RMI-IIOPplugin
    util,
    idlj -v -fclient -emitAll -tf src stocks\StockTrader.idl
    This creates source for the package stock and also
    org.omg.CORBA.*
    package, presumably IIOP type marshalling
    + compile all classes generated above using JDK1.2.2
    + Implement client (CORBA) using the classes generated above, NOTthe
    RMI
    proxies.
    + start RMI server, with stockTrader server obj
    + start tnameserv
    + start CORBA client
    Then the client errors when trying to narrow the obj ref from the
    naming
    service, into the CORBA IDL defined interface using,
    org.omg.CORBA.Object obj =naming.resolve(nn);
    StockTrader trader =StockTraderHelper.narrow(obj); // THIS
    ERRORS..!!!
    throwing a CORBA.BAD_PARAM exception.
    any ideas..?
    Thanks in advance,
    -hari
    ----- Original Message -----
    From: Eduardo Ceballos <[email protected]>
    Newsgroups: weblogic.developer.interest.rmi-iiop
    To: Hari Rajapakshe <[email protected]>
    Sent: Wednesday, July 26, 2000 4:38 AM
    Subject: Re: problem using CORBA clients with RMI/EJBservers..!!!???
    Please see the post on june 26, re Errors compiling... somewherein
    there,
    I suspect, you are referring to the rmi class file when you are
    obliged
    to
    completely segregate these from the idl class files.
    Hari Rajapakshe wrote:
    Hi,
    I have a question on using EJB / or RMI servers with CORBA
    clients
    using
    RMI-IIOP transport, which in theory should work, but in practice
    has
    few
    glitches.
    Basically, I have implemented a very simple server,
    StockTreader,
    which
    looks up for a symbol and returns a 'Stock' object. In the firstexample, I
    simplified the 'Stock' object to be a mere java.lang.String, so
    that
    lookup
    would simply return the 'synbol'.
    Then I have implemented the above, as an RMI-IIOP server (case
    1)
    and a
    CORBA server (case 2) with respective clients, and the pair of
    client-servers work fine as long as they are CORBA-to-CORBA andRMI-to-RMI.
    But the problem arises when I tried using the RMI server (via
    IIOP)
    with
    the
    CORBA client, when the client tries to narrow the object ref
    obtained
    from
    the naming service into the CORBA idl defined type (StockTrader)
    it
    ends
    up
    with a class cast exception.
    This is what I did to achieve the above results:
    [1] Define an RMI interface StockTrader.java (extending
    java.rmi.Remote)
    with the method,
    public String lookup( String symbol) throws RMIException;
    [2] Implement the StorckTrader interface (on a
    PortableRemoteObject
    derived
    class, to make it IIOP compliant), and then the server to
    register
    the
    stock
    trader with COS Naming service as follows:
    String homeName =....
    StockTraderImpl trader =new StockTraderImpl();
    System.out.println("binding obj <" homeName ">...");
    java.util.Hashtable ht =new java.util.Hashtable();
    ht.put("java.naming.factory.initial", args[2]);
    ht.put("java.naming.provider.url", args[3]);
    Context ctx =new InitialContext(ht);
    ctx.rebind(homeName, trader);
    [3] Generate the RMI-IIOP skeletons for the Implementation
    class,
    rmic -iiop stock.StockTraderImpl
    [4] generate the IDL for the RMI interface,
    rmic -idl stock.StockTraderImpl
    [5] Generate IDL stubs for the CORBA client,
    idlj -v -fclient -emitAll StockTraderImpl.idl
    [6] Write the client to use the IDL-defined stock trader,
    String serverName =args[0];
    String symList =args[1];
    StockClient client =new StockClient();
    System.out.println("init orb...");
    ORB orb =ORB.init(args, null);
    System.out.println("resolve init name service...");
    org.omg.CORBA.Object objRef
    =orb.resolve_initial_references("NameService");
    NamingContext naming=NamingContextHelper.narrow(objRef);
    ... define a naming component etc...
    org.omg.CORBA.Object obj =naming.resolve(...);
    System.out.println("narrow objRef: " obj.getClass() ":"
    +obj);
    StockTrader trader =StockTraderHelper.narrow(obj);
    [7] Compile all the classes using Java 1.2.2
    [8] start tnameserv (naming service), then the server to
    register
    the
    RMI
    server obj
    [9] Run the CORBA client, passing it the COSNaming service ref
    name
    (with
    which the server obj is registered)
    The CORBA client successfully finds the server obj ref in the
    naming
    service, the operation StockTraderHelper.narrow() fails in thesegment
    below, with a class cast exception:
    org.omg.CORBA.Object obj =naming.resolve(...);
    StockTrader trader =StockTraderHelper.narrow(obj);
    The <obj> returned by naming service turns out to be of the
    type;
    class com.sun.rmi.iiop.CDRInputStream$1
    This is of the same type when stock trader object is registeredin a
    CORBA
    server (as opposed to an RMI server), but works correctly with
    no
    casting
    excpetions..
    Any ideas / hints very welcome.
    thanks in advance,
    -hari

  • Using Document Library with Baseline

    Hi there,
    I have a specific need with Sharepoint. I have a document library and I want to be able to mark with a tag or generate a baseline for my folders.
    I've already searched on the web, and there is someone doing it just coping and pasting every single file. Is that the better way to get this?
    Thanks,
    Tiago

    Hi Tiago,
    What did you mean "Using Document Library with Baseline" and "generate a baseline for my folders"?
    Did you mean that navigate the document library folders in treeview?
    Did you mean that search or filter multiple folders documents with the same tag (managed metadata column)?
    You may be able to use the "Navigation Hierarchies and Key Filters" for that specified SharePoint 2010 library, here is an article about metadata navigation settings you can check below,
    http://www.sharepointboost.com/blog/understand-and-configure-metadata-avigation-and-filtering/
    Thanks
    Daniel Yang
    TechNet Community Support

  • Using Aperture library with different accounts

    I needed to use my library with two different accounts that are on the same MBP. I read where you might be able to put the library on an external disk and check ignore ownership on the info of the HDD. I had recently installed a 320GB HDD to avoid having to drag around an external so I thought maybe if I partitioned the drive it would "see" the second partition as an external. I partitioned off 50GB and checked the "ignore ownership" in the bottom left corner of the info window. I option+opened Aperture and created a new library in the second HDD. After opening Aperture, I imported a few pics into the library and made dup's. I modified them in my account, closed out of Aperture and logged off. I then logged in under my wife's account and was able to open Aperture by option+opening Aperture and choosing the new library location. The pics that I had imported under my log-in were there as well as the the modified versions. I re-modified the versions to see if it work the other way. I closed out of Aperture and logged out of my wife's account and logged in under mine. I clicked on the Aperture icon in my dock and it came right up w/out any problems. I was able to view the versions that I re-modified under my wife's log-in.
    I know you shouldn't share the library across users just in case two account users are trying to access the same library at the same time; but in my case it is one laptop with two accounts so we wouldn't physically be able to access it at the same time.
    So if you have a big enough HDD and you don't want to drag around an external, partition it however big you think you'll need it, check the "ignore ownership" box in the HDD info window, add read & write permissions for the different accounts, move/copy your current library to the new partition and option+open Aperture to choose the new location.

    Thanks! Just the answer that I was looking for! I had tried just moving the library into the shared directory, but, as we now know, this does not work.
    Now only if I had a partition on my local HD (with "ignore ownership" set)...

  • Aperture cannot access this library" followed by "To use this library, make sure its file permissions are set correctly."

    Hi,
    I am completely confused. I use aperture everyday and today when I tried to open it I got the following message " aperture cannot access this library" then it said to use this library , make sure its file permissions are set correctly"
    So i read a bunch of posts and opened aperture while holding down option and command and repaired the file permissions.  it did nothing, when I tried to open aperture I received the same message.   So then i tried opening it while holding down just the option key. This brought up all of my libraries but when I chose the library i use daily the same message came up.
    Does anyone know how to fix this and/ or why it is happening?
    Thank you

    No idea how to check the format, not familiar with Drobo products. Does the drive show up in Disk Utility? If so you should be able to see how it is formatted there.
    How long has this setup been in use?
    Aperture libraries have to be on locally connected drives formatted as OS Extended as per Apple (see Format external drives to Mac OS Extended before using with Aperture for example). While Aperture may work with other setups there is always the possibility that the library will become unusable at any point in time with no warning.
    Try to find out the format of the drive and post back. Maybe something can be done but from the error messages you are getting I'm thinking the best course of action will be to restore from backups onto a correctly formatted drive.
    regards

  • Using link library with gcc

    Hi,
    I am trying to convert one of our existing 'C' applications to .swc file.
    The 'C' code is huge library with ~ 891 '.c' files and 274 '.h' files.
    Are we allowed to use shared library while running the gcc command.
    Because when I used the following command in cygwin:
    $ gcc -I. jaz.c ./jazxfbrs.dll -O3 -Wall -swc -o jaz.swc;
    It gave me the the following message:- "llvm-gcc: ./jazxfbrs.dll: linker input file unused because linking not done"
    Does that mean we are not allowed to use linked library for compilation, or is there any workaround.
    Thanks for any suggestion on this,
    -Yogen

    That warning is negligible -- it is just because the gcc wrapper passes your arguments to both the compiling and linking subprocesses.
    However, your application will fail at runtime if you try to access functionality from a platform dynamic library (such as a dll).  Alchemy runs inside an actionscript virtual machine and has no way to access local dynamic libraries.  You should link your code statically.

  • Problem while using cewolf library with jsf jboss.

    Hi Guys,
    I am trying to use cewolf library to generate graphs in my web application based on jsf. But I am getting the following exception.
    I have pointed down that cewolf. jar file is causing the problem.
    javax.servlet.ServletException: #{LoginBean.validateUser}: javax.faces.el.EvaluationException: javax.ejb.NoSuchObjectLocalException: Object Not Found ; CausedByException is:
         Receive timed out
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:209)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    root cause
    javax.faces.FacesException: #{LoginBean.validateUser}: javax.faces.el.EvaluationException: javax.ejb.NoSuchObjectLocalException: Object Not Found ; CausedByException is:
         Receive timed out
         com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:78)
         javax.faces.component.UICommand.broadcast(UICommand.java:312)
         javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
         javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    And this login pages does not at all uses the cewolf library.

    Hello, Reena
    Your process flow seems to be correct in term of getting/freeing memory.
    Following error
    The problem occurs after executing the procedure for 5000 records and I get the error
    ORA-04031: unable to allocate 4176 bytes of shared memory ("shared pool","unknown object","sga
    heap","library cache")may be caused by memory leaks in xdk or memory fragmentation(due to get/free memory cycle)
    To find out if this is an memory leak issue you could try to monitor V$SGASTAT from one session while running your batch process in another session.
    To prevent (or lower its impact) fragmentation issues try to PIN objects, and adjust java_pool_size and shared_pool_reserved_size.
    Anyway, counsult your Oracle DBA.
    Oracle version 8.1.7.0.0I think, you should apply database patch first of all. The latest one (8.1.7.4.x) could be accured from Metalink.

  • Problems with JSP - using tag library with Weblogic 8.1

    I am getting the following error when I try to run a web application called "regain":
    /searchinput.jsp(2): Error in using tag library uri='regain-search.tld' prefix='search': cannot find tag class: 'net.sf.regain.ui.server.taglib.MsgTag'
    probably occurred due to an error in /searchinput.jsp line 2:
    <%@taglib uri="regain-search.tld" prefix="search" %>
    The classes that the .tld file points to are in the web applications WEB-INF/classes directory and I have put this path into my classpath environment variable (running Windows 2000 Server).
    This application runs fine on Tomcat.
    I can't not figure out whether is error is masking another error or what. I've tried using JDK and Jrockit for my web app - no luck.
    Please help! Thanks!

    anyone? :/

  • JDev Unexpected Severe error Occurred with EarHcmCompensation.ear file

    Hi,
    I have installed Jdeveloper 11.1.1.6.3 as per oracle white paper How to Get Started With JDeveloper Customizations for Fusion Applications and then configured Integrated Weblogic server. I also installed Common Resource Library. I added AddVMOption -Dide.extension.extra.search.path=C:/JDeveloper/mywork/mywork/EarHcmCompensation.ear/APP-INF/lib in jdev.conf file and then when I started and created a fusion customization application with ear file. Following is the error message. Can you please help me?
    Performing action New...[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command:
    Invoking command: Initialize Unbounded Task Flow
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: Adding default render kit id
    Invoking command: Update skin version
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command:
    Invoking command: add_adf_config
    Invoking command: add_adf_model_config
    Invoking command: set-adf-config-useBindVarsForLiterals
    Invoking command: set-adf-config-setUseBindValuesInFindByKey
    Invoking command: add_adfm_config_startup
    Invoking command: add_adfm_config_am_overrides
    Invoking command: add_adfm_config_database
    Invoking command: set-adf-config-setDatabaseAttr
    Invoking command: add_adf_config_ns
    Invoking command: add_adfcontext_config
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: ADF Security
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Initial Reformat
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: add_adf_config_element1382685463666
    Invoking command: add_adf_config_element1382685463690
    Invoking command: add_adf_config_element1382685463709
    Invoking command: add_adf_config_element1382685463726
    Invoking command: add_adf_config_element1382685463739
    Invoking command: add_adf_config_element1382685463754
    Invoking command: add_adf_config_element1382685463770
    Invoking command: add_adf_config_element1382685463811
    Invoking command: add_adf_config_element1382685467177
    Invoking command: add_applcore_trinidad_config_element1382685467199
    Invoking command: add_applcore_trinidad_config_element1382685467314
    Invoking command: add_applcore_trinidad_config_element1382685467392
    Invoking command: add_credential_store_config
    Invoking command: add_jps_config_ns
    oracle.jps.common:Oct 25, 2013 12:47:47 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685467965
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685468266
    Invoking command: add_applcore_trinidad_config_element1382685468998
    Invoking command: add_applcore_trinidad_config_element1382685469072
    Invoking command: add_applcore_trinidad_config_element1382685469231
    Invoking command: add_adf_config_element1382685469253
    Invoking command: add_applcore_trinidad_config_element1382685469420
    Invoking command: add_applcore_trinidad_config_element1382685469598
    Invoking command: add_applcore_trinidad_config_element1382685469682
    Invoking command: add_applcore_trinidad_config_element1382685469780
    Invoking command: add_applcore_trinidad_config_element1382685470006
    Invoking command: add_applcore_trinidad_config_element1382685470103
    Invoking command: add_applcore_trinidad_config_element1382685470205
    Invoking command: add_applcore_trinidad_config_element1382685470305
    Invoking command: add_applcore_trinidad_config_element1382685470461
    Invoking command: add_applcore_trinidad_config_element1382685470646
    Invoking command: add_applcore_trinidad_config_element1382685470782
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685471027
    Invoking command: XML Edit
    Invoking command: Add change manager entries to adf-config
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:47:51 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper copyJaznDataFileToApp
    WARNING: FA Custom App Wizard: No jazn-data.xml copied over for the base application, you will need to set this up manually.
    Invoking command: modify_mds_config
    oracle.adf.share.security:Oct 25, 2013 12:47:51 PM oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore getURLFromJPSConfigPath
    WARNING: C:\JDeveloper\mywork\mywork\EarHcmCompensation.ear/META-INF/jps-config.xml is not a valid URL -unknown protocol: c
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:47:51 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:47:53 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/setup/salarySetupService/SalarySetupService.xsd
    Oct 25, 2013 12:47:59 PM oracle.adf.share.jndi.MDSBackingStore getDocument
    SEVERE: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
        at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
        at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
        at oracle.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
        at oracle.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
        at oracle.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
        at oracle.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
        at oracle.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
        at oracle.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
        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 oracle.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
        at oracle.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
        at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
        at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
        at org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
        at oracle.jsp.el.OracleExpressionEvaluator.evaluate(Unknown Source)
        at oracle.jsp.el.OracleExpression.evaluate(Unknown Source)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
        at oracle.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
        at oracle.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
      o.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
      o.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
      o.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
      o.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
      o.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
      o.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
      o.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
      o.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      j.lang.reflect.Method.invoke(Method.java:597)
      o.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
      o.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
      org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
      org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
      org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
      o.jsp.el.OracleExpressionEvaluator.evaluate()
      o.jsp.el.OracleExpression.evaluate()
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
      o.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
      o.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
      o.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
      o.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
      o.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
      o.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
      o.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
      o.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
      o.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
      j.a.Dialog$1.run(Dialog.java:1046)
      j.a.Dialog$3.run(Dialog.java:1098)
      j.security.AccessController.doPrivileged(Native Method)
      j.a.Dialog.show(Dialog.java:1096)
      j.a.Component.show(Component.java:1585)
      j.a.Component.setVisible(Component.java:1537)
      j.a.Window.setVisible(Window.java:842)
      j.a.Dialog.setVisible(Dialog.java:986)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
      o.i.wizard.WizardManager.invokeWizard(WizardManager.java:372)
      o.i.wizard.WizardManager$1.run(WizardManager.java:420)
      o.i.util.IdeUtil$3.run(IdeUtil.java:1089)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection AtkRPSoapConn. EL resolution skipped for connection AtkRPSoapConn.
    javax.naming.NamingException [Root exception is oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.
        at oracle.bi.presentation.soap.connection.impl.BaseBISoapConnection.setReference(BaseBISoapConnection.java:217)
        at oracle.bi.presentation.soap.connection.impl.DTBISoapConnection.<init>(DTBISoapConnection.java:62)
        at oracle.bi.presentation.soap.connection.BISoapConnectionFactory.getObjectInstance(BISoapConnectionFactory.java:733)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/extendedLookups/extendedLookupCodeService/ExtendedLookupCodeService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/plans/planSetupService/PlanSetupService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.logging.ADFLogger doLog
    WARNING: Lookup failed for connection MapViewer. EL resolution skipped for connection MapViewer.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=null
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/performance/documents/performanceRatingService/PerformanceRatingService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/core/modelTest/mls/model/MLSAppModuleService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection SpacesWebServiceEndpoint. EL resolution skipped for connection SpacesWebServiceEndpoint.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=no protocol: ://:/webcenter/SpacesWebService
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException: no protocol: ://:/webcenter/SpacesWebService
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/core/salaryService/SalaryService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/extract/extractService/CompExtractService.xsd
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Some servlet classes cannot be found in any jar files.
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmCountryCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmOrganizationCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.contextualInfo.publicUi.PersonVCard
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.images.publicUi.PersonImage
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.tablet.server.RESTfulAPIServlet
    Started CommandProcessor transaction: Business Components Project Modifications on thread AWT-EventQueue-0 at batch level 1
    Invoking command:
    Invoking command:
    Invoking command: Business Components Project Modifications
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Please help.
    Thanks,
    Mehabub

    What happens when you ignore these and continue with your planned customization?
    Some of these are know errors which are already fixed for future releases and are harmless.
    Some of these are occurs because the customization workspace is created using the very minimal set of files required to run and test the customizations locally. So, various dependencies are not pulled unless required for customization purposes. This is really helpful to test the customizations with minimal efforts.
    So, please try to proceed with your intended customizations and do post if you face further issues. We will investigate this log in more detail to make sure there are no earlier unknown issues and take appropriate actions.
    Hope this helps
    Vik
    http://blogs.oracle.com/fadevrel

  • JDev Unexpected error Occurred with EarHcmCompensation.ear file

    Hi,
    I have installed Jdeveloper 11.1.1.6.3 as per oracle white paper How to Get Started With JDeveloper Customizations for Fusion Applications and then configured Integrated Weblogic server. I also installed Common Resource Library. I added AddVMOption -Dide.extension.extra.search.path=C:/JDeveloper/mywork/mywork/EarHcmCompensation.ear/APP-INF/lib in jdev.conf file and then when I started and created a fusion customization application with ear file. Following is the error message. Can you please help me?
    Performing action New...[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command:
    Invoking command: Initialize Unbounded Task Flow
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: Adding default render kit id
    Invoking command: Update skin version
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command:
    Invoking command: add_adf_config
    Invoking command: add_adf_model_config
    Invoking command: set-adf-config-useBindVarsForLiterals
    Invoking command: set-adf-config-setUseBindValuesInFindByKey
    Invoking command: add_adfm_config_startup
    Invoking command: add_adfm_config_am_overrides
    Invoking command: add_adfm_config_database
    Invoking command: set-adf-config-setDatabaseAttr
    Invoking command: add_adf_config_ns
    Invoking command: add_adfcontext_config
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: ADF Security
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: Modify XML[ from oracle.jdevimpl.help.HelpTopicEditor ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Initial Reformat
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: add_adf_config_element1382685463666
    Invoking command: add_adf_config_element1382685463690
    Invoking command: add_adf_config_element1382685463709
    Invoking command: add_adf_config_element1382685463726
    Invoking command: add_adf_config_element1382685463739
    Invoking command: add_adf_config_element1382685463754
    Invoking command: add_adf_config_element1382685463770
    Invoking command: add_adf_config_element1382685463811
    Invoking command: add_adf_config_element1382685467177
    Invoking command: add_applcore_trinidad_config_element1382685467199
    Invoking command: add_applcore_trinidad_config_element1382685467314
    Invoking command: add_applcore_trinidad_config_element1382685467392
    Invoking command: add_credential_store_config
    Invoking command: add_jps_config_ns
    oracle.jps.common:Oct 25, 2013 12:47:47 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685467965
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685468266
    Invoking command: add_applcore_trinidad_config_element1382685468998
    Invoking command: add_applcore_trinidad_config_element1382685469072
    Invoking command: add_applcore_trinidad_config_element1382685469231
    Invoking command: add_adf_config_element1382685469253
    Invoking command: add_applcore_trinidad_config_element1382685469420
    Invoking command: add_applcore_trinidad_config_element1382685469598
    Invoking command: add_applcore_trinidad_config_element1382685469682
    Invoking command: add_applcore_trinidad_config_element1382685469780
    Invoking command: add_applcore_trinidad_config_element1382685470006
    Invoking command: add_applcore_trinidad_config_element1382685470103
    Invoking command: add_applcore_trinidad_config_element1382685470205
    Invoking command: add_applcore_trinidad_config_element1382685470305
    Invoking command: add_applcore_trinidad_config_element1382685470461
    Invoking command: add_applcore_trinidad_config_element1382685470646
    Invoking command: add_applcore_trinidad_config_element1382685470782
    Invoking command: XML Edit
    Invoking command: add_applcore_trinidad_config_element1382685471027
    Invoking command: XML Edit
    Invoking command: Add change manager entries to adf-config
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:47:51 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper copyJaznDataFileToApp
    WARNING: FA Custom App Wizard: No jazn-data.xml copied over for the base application, you will need to set this up manually.
    Invoking command: modify_mds_config
    oracle.adf.share.security:Oct 25, 2013 12:47:51 PM oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore getURLFromJPSConfigPath
    WARNING: C:\JDeveloper\mywork\mywork\EarHcmCompensation.ear/META-INF/jps-config.xml is not a valid URL -unknown protocol: c
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:47:51 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:47:53 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/setup/salarySetupService/SalarySetupService.xsd
    Oct 25, 2013 12:47:59 PM oracle.adf.share.jndi.MDSBackingStore getDocument
    SEVERE: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
        at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
        at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
        at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
        at oracle.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
        at oracle.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
        at oracle.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
        at oracle.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
        at oracle.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
        at oracle.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
        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 oracle.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
        at oracle.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
        at oracle.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
        at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
        at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
        at org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
        at oracle.jsp.el.OracleExpressionEvaluator.evaluate(Unknown Source)
        at oracle.jsp.el.OracleExpression.evaluate(Unknown Source)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
        at oracle.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
        at oracle.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/META-INF/adf-domain-config.xml"
      o.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
      o.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1854)
      o.mds.core.MDSSession.getMutableMO(MDSSession.java:1763)
      o.adf.share.jndi.MDSBackingStore.getMetadataObject(MDSBackingStore.java:422)
      o.adf.share.jndi.MDSBackingStore.getDocument(MDSBackingStore.java:479)
      o.adf.share.jndi.MDSBackingStore.readDocument(MDSBackingStore.java:207)
      o.adf.share.domain.config.ADFDomainConfig.load(ADFDomainConfig.java:244)
      o.adf.share.domain.config.ADFDomainConfig.<init>(ADFDomainConfig.java:147)
      o.adf.share.domain.config.ADFDomainConfig.getInstance(ADFDomainConfig.java:202)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      j.lang.reflect.Method.invoke(Method.java:597)
      o.adf.share.ADFContext.initADFDomainConfigIfNeeded(ADFContext.java:1099)
      o.adf.share.ADFContext.setupADFDomainConfig(ADFContext.java:1081)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:94)
      o.adf.share.el.ADFContextVariableResolverImpl.resolveVariable(ADFContextVariableResolverImpl.java:81)
      org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
      org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140)
      org.apache.commons.el.ExpressionString.evaluate(ExpressionString.java:114)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:274)
      org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
      o.jsp.el.OracleExpressionEvaluator.evaluate()
      o.jsp.el.OracleExpression.evaluate()
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluateWithEL10(OracleExpressionEvaluatorImpl.java:95)
      o.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:58)
      o.adf.share.jndi.StringELRefAddr.checkAndResolveExpression(StringELRefAddr.java:92)
      o.adf.share.util.AdfShareUtils.createReferenceType(AdfShareUtils.java:387)
      o.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:260)
      o.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
      o.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
      o.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
      o.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
      o.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
      o.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
      j.a.Dialog$1.run(Dialog.java:1046)
      j.a.Dialog$3.run(Dialog.java:1098)
      j.security.AccessController.doPrivileged(Native Method)
      j.a.Dialog.show(Dialog.java:1096)
      j.a.Component.show(Component.java:1585)
      j.a.Component.setVisible(Component.java:1537)
      j.a.Window.setVisible(Window.java:842)
      j.a.Dialog.setVisible(Dialog.java:986)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
      o.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
      o.i.wizard.WizardManager.invokeWizard(WizardManager.java:372)
      o.i.wizard.WizardManager$1.run(WizardManager.java:420)
      o.i.util.IdeUtil$3.run(IdeUtil.java:1089)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection AtkRPSoapConn. EL resolution skipped for connection AtkRPSoapConn.
    javax.naming.NamingException [Root exception is oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: oracle.bi.presentation.soap.connection.BISoapException: No credentials found for this connection - please check that your connection credentials were deployed properly.
        at oracle.bi.presentation.soap.connection.impl.BaseBISoapConnection.setReference(BaseBISoapConnection.java:217)
        at oracle.bi.presentation.soap.connection.impl.DTBISoapConnection.<init>(DTBISoapConnection.java:62)
        at oracle.bi.presentation.soap.connection.BISoapConnectionFactory.getObjectInstance(BISoapConnectionFactory.java:733)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/extendedLookups/extendedLookupCodeService/ExtendedLookupCodeService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/plans/planSetupService/PlanSetupService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.logging.ADFLogger doLog
    WARNING: Lookup failed for connection MapViewer. EL resolution skipped for connection MapViewer.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=null
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/performance/documents/performanceRatingService/PerformanceRatingService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/common/core/modelTest/mls/model/MLSAppModuleService.xsd
    oracle.adf.share.util.AdfShareUtils:Oct 25, 2013 12:48:01 PM oracle.adf.share.util.AdfShareUtils generateResolvedDocument
    WARNING: Lookup failed for connection SpacesWebServiceEndpoint. EL resolution skipped for connection SpacesWebServiceEndpoint.
    javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
        at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:551)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:642)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:144)
        at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:149)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at oracle.adf.share.util.AdfShareUtils.generateResolvedDocument(AdfShareUtils.java:248)
        at oracle.adf.share.util.AdfShareUtils.exportWithResolvedExpressions(AdfShareUtils.java:170)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.resolveELExpressionsForFile(CustomizationAppWizardHelper.java:840)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.configureConnections(CustomizationAppWizardHelper.java:769)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.copyAndConfigureApplicationFiles(CustomizationAppWizardHelper.java:366)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper.createCustomizationApplication(CustomizationAppWizardHelper.java:276)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard$WizardHandler.wizardFinished(CustomizationAppWizard.java:241)
        at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
        at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
        at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
        at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
        at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1046)
        at java.awt.Dialog$3.run(Dialog.java:1098)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1096)
        at java.awt.Component.show(Component.java:1585)
        at java.awt.Component.setVisible(Component.java:1537)
        at java.awt.Window.setVisible(Window.java:842)
        at java.awt.Dialog.setVisible(Dialog.java:986)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
        at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.runWizard(CustomizationAppWizard.java:87)
        at oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizard.invoke(CustomizationAppWizard.java:284)
        at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
        at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
        at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
        at java.awt.EventQueue.access$000(EventQueue.java:85)
        at java.awt.EventQueue$1.run(EventQueue.java:603)
        at java.awt.EventQueue$1.run(EventQueue.java:601)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.adf.model.connection.url.URLConnectionFactory.getObjectInstance(URLConnectionFactory.java:174)
        at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:295)
        at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:638)
        ... 55 more
    Caused by: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.MalformedURLException, msg=no protocol: ://:/webcenter/SpacesWebService
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:244)
        ... 62 more
    Caused by: java.net.MalformedURLException: no protocol: ://:/webcenter/SpacesWebService
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at oracle.adf.model.connection.url.HttpURLConnection.<init>(HttpURLConnection.java:192)
        ... 62 more
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/salary/core/salaryService/SalaryService.xsd
    oracle.jbo.client.svc.ServiceFactory:Oct 25, 2013 12:48:01 PM oracle.jbo.client.svc.ServiceFactory getObjectInstance
    WARNING: Can't read /oracle/apps/hcm/compensation/extract/extractService/CompExtractService.xsd
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.adf.share.jndi.ReferenceStoreHelper:Oct 25, 2013 12:48:02 PM oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    WARNING: Incomplete connection reference object for connection:AtkRPSoapConn
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Some servlet classes cannot be found in any jar files.
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmCountryCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.common.core.HcmOrganizationCC
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.contextualInfo.publicUi.PersonVCard
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.hcm.people.images.publicUi.PersonImage
    oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper:Oct 25, 2013 12:48:06 PM oracle.apps.fadev.dt.customization.wizard.CustomizationAppWizardHelper printError
    WARNING: Cannot find a jar that contains servlet oracle.apps.tablet.server.RESTfulAPIServlet
    Started CommandProcessor transaction: Business Components Project Modifications on thread AWT-EventQueue-0 at batch level 1
    Invoking command:
    Invoking command:
    Invoking command: Business Components Project Modifications
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Please help.
    Thanks,
    Mehabub

    Hi Frank,
    Thank you for your reply. The white paper is published byOracle Fusion Developer Relations group and is available here(https://blogs.oracle.com/fadevrel/entry/announcement_how_to_series_explaining).
    Yes it is related to Fusion Customization. Is there any way to move this to Fusion Customization forum?
    Thanks,
    Mehabub

  • Session Synchronization with two EAR files

    Hi,
    We have 2 web applications (Portal , BI reports) packaged into two separate EAR file and deployed it on the same server. User login to portal and click a link to see a report. Reports open in a new window.
    Now we have 2 active httpsessions. One for portal and another one for reports. The problem we are facing is when the user logs out of portal we wanted to clear out the reports session also ? What is the best way to achieve this?
    The approach i tried was to use HttpClient utility to pass a GET request to reports servlet to kill the session. But this didnt work because portal is unaware of reports session id.
    Any help is highly appreciated.

    Maybe you shouldn't use HttpSessions but should use a different mechanism to track sessions. The OReilly site has an article on pseudo-sessions that might help.

Maybe you are looking for

  • Ran a Software Update Yesterday, Now Safari Won't Open

    Hope someone can help me -- when I started up my laptop (MacBook Pro, running Snow Leopard 10.6.8), I got a Software Update notice that there were updates available.  I didn't look at what they were ( rarely do), and just clicked OK.  The install ran

  • PO output type is not reflected in PO message.

    Hi, I have created new PO output type for standard PO Document type.Which is also reflected in NACE.But while creating the PO it couldnt reflected in PO o/p type in mesaage tab.

  • SBH80 headphones completely dead!

    Hi I got headphones yesterday and switched on and paired with iPhone 4S no problem. Then tried to use them but the headphones appeared to have switched off. Realised I might need to charge so did overnight but still nothing no light, no vibration, no

  • ICloud will not allow me to create an email alias

    Although I have only 2 of my 3 alias opportunities taken, I have been unable to create a third alias. I have probably tried over 100 variations on my name. After getting the message "This Alias is Not Available" EVERY time, I began to get suspicious

  • Programmatically set af:query attributes value

    Hello, Is there an option to programmatically execute af:query search giving some attributes value? I have a query component for the view criteria like:() Group Attrib1 = AND Attrib2 = AND Attrib5 =There are almost 30 attributes in this VO that can b