The ProgressBar error - Can't find the __package__.js - Used to work fine

Hello everybody
Yesterday I created a page with some progress bar on it using the BluePrints components and it worked great. Today I come to work and nothing works. I used the HTTP monitor to study the requests and I got what you see below.
Request 4:
Request URI     /appcontext/dynamic/bpui_progressbar_handler/writeAjaxResponse.faces     Edit...
Request 3:
Request URI     /appcontext/static/META-INF/dojo/src/io/__package__.js     Edit...
Request 2:
Request URI     /appcontext/static/META-INF/dojo/src/__package__.js     Edit...
Request 1:
Request URI     /appcontext/static/META-INF/dojo/__package__.js     Edit...
Which all had the same response status:
HTTP exit status (as set by servlet)     404: Not Found     Edit...
So in other words it just can't find the resources for some reason. I found a 'solution' here (which had to do with shale-remoting)http://forum.java.sun.com/thread.jspa?threadID=778815&messageID=4439351
and I did it but it still gave this:
Request URI     /appcontext/dynamic/bpui_progressbar_handler/writeAjaxResponse.faces     Edit...
So does anyone have an idea what is going on here? Because I spent 8 hours on this with no result.
It used to work great until yesterday. I do not remember chaning anything...
Thanks in advance

The first time I used the progressbar this was all I had in my web.xml
<servlet-mapping>
          <servlet-name>Faces Servlet</servlet-name>
          <url-pattern>*.faces</url-pattern>
</servlet-mapping>
After it gave me all those problems with the __package__ thing so my web.xml ended up like this
<servlet-mapping>
          <servlet-name>Faces Servlet</servlet-name>
          <url-pattern>/faces/*</url-pattern>
     </servlet-mapping>
<servlet-mapping>
          <servlet-name>Faces Servlet</servlet-name>
          <url-pattern>*.faces</url-pattern>
</servlet-mapping>
And now I got the same ol' problem all of a sudden. I don't know what's wrong. I use the Visual Pack by the way and the project was first started with Creator 2.1. Is there anything I should know?
I think I should better check out the source so as to get the whole picture of shale-remoting...
Thanks guys...I hope we solve this thing together

Similar Messages

  • OWB 11gR2 - Internal ERROR: Can not find the ACL containter

    OWB 11gR2 - Internal ERROR: Can not find the ACL containter
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. I have 3.23 GB RAM. OWB design center is ver slow on my desktop. We have our OWB repository is on Unix server.
    We applied the patch 10270220.
    We are getting
    Internal ERROR: Can not find the ACL containter for object:CMPPhysicalMap@19654/id=104020/owningFCO=104020/proxyFor=(CMPPhysicalMapGen@19f99ae/id=104020/stname=null/pname=MAPPING_1/lname=MAPPING_1/status=POSTED/committed=true/persistent=true/propsLoaded=true)
    What is happening here?
    Thanks in helping.

    We have a map with 3 sources and 1 target. The 3 sources pass through Joiner then Expression then Target.
    We are getting this error, during deployment. It shows compling for awhile, then through this error.
    Here is the piece from detail window:
    ===========
    at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:174)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2806)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:914)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1542)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:694)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:959)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:924)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.beforeReadObject(EventDispatcherImpl.java:824)
         at oracle.wh.repos.pdl.foundation.OWBRoot.beforeRead(OWBRoot.java:1785)
         at oracle.wh.repos.owbGen.CMPStringPropertyValueGen.getValue(CMPStringPropertyValueGen.java:217)
         at oracle.wh.repos.impl.properties.CMPStringPropertyValue.getValue(CMPStringPropertyValue.java:117)
         at oracle.wh.repos.impl.extended.PropertyFactory.getStringValue(PropertyFactory.java:440)
         at oracle.wh.repos.impl.extended.CMPWBPrimitiveProperty.rawStringValue(CMPWBPrimitiveProperty.java:260)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:716)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:733)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getReferencedLocations(WBMapHelper.java:1361)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:284)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:141)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:135)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.getReferencedLocations(RuntimePlatformServiceImpl.java:1238)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.addConnectorLocations(WHRuntimeCommandUtil.java:477)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getSingleDeployLocations(WHRuntimeCommandGenerateDeploy.java:3408)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getLocationsAndNewConnectors(WHRuntimeCommandGenerateDeploy.java:3517)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doPreDeploymentActions(WHRuntimeCommandGenerateDeploy.java:3224)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2420)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$1.construct(WHRuntimeCommandHandler.java:1005)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)
    ===========
    Did anyone receive such errors?

  • Nternal ERROR: Can not find the ACL containter for object ...

    We are using OWB 10.2.0.3. We tried to introduce two basic roles to prevent user A from accessing certain parts of our project. Somehow (I cannot really say how) we ended up in the error message below whenever we want to modify the security properties of an object.
    Neither in metalink nor in the oracle forums I could find any hint about that error.
    Can anyone help??
    Thanks in advance, Maren
    Internal ERROR: Can not find the ACL containter for object:CMPMap@1ba11bc/id=2023180/owningFCO=2023180/proxyFor=(CMPMapGen@1a4d5c6/id=2023180/stname=CMPBatchMap/pname=LOAD_XML/lname=LOAD_XML/status=CLEAN/committed=true/persistent=true/propsLoaded=false)
    Internal ERROR: Can not find the ACL containter for object:CMPMap@1ba11bc/id=2023180/owningFCO=2023180/proxyFor=(CMPMapGen@1a4d5c6/id=2023180/stname=CMPBatchMap/pname=LOAD_XML/lname=LOAD_XML/status=CLEAN/committed=true/persistent=true/propsLoaded=false)
         at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:166)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2743)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:820)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1449)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:649)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:660)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:623)
         at oracle.wh.ui.common.WhSecurityHelper.securityCheck(WhSecurityHelper.java:112)
         at oracle.wh.ui.console.commands.EditObjectCmd.performAction(EditObjectCmd.java:107)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Hi Maren
    Like you I get this error and do not know what steps caused it.In my scenario I have some mappings that give the error and some that do not - the repository user gets the error but the repository owner does not.
    Thinking back over the last number of months (as this project contains 7-8 months od work - we do have exports of the project) I think the ones giving the error are those that perhaps were copied from another to start the coding but I cannot be sure.
    I have read the metalink note mentioned above as well as the the queries posted by Oleg and yourself. The queries posted are slightly different, one has a where clause
    fco.classname = 'CMPACLContainer' (Maren's)
    and the other
    fco.classname='CMPMap' (Oleg's).
    Was this intentional Maren on your behalf for your problem to be fixed?
    We are using 10.2.0.3.33 OWB client and 10.2.0.3.0 OWB repository.
    Thanks
    Edwin

  • I have a pc and am using the trial version for now.  I have readabout and seen  on other computers, but no matter where i look or follow the dirrections i can not find the mini bridge what am i doing wrong.  thank yo

    i have a pc and am using the trial version for now.  I have readabout and seen  on other computers, but no matter where i look or follow the dirrections i can not find the mini bridge what am i doing wrong.  thank you

    CC and CC2014 are the current versions of Photoshop.  CC stands for Creative Cloud.
    That being cleared up, a respectful request:
    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.

  • After downloading the new update ios 6 for the iPad , I can not find the YouTube app

    After downloading the new update ios 6 for the iPad , I can not find the YouTube app. Is there a way to get the YouTube app back?

    It's now not part of iOS 6. However, you can download the YouTube app at http://itunes.apple.com/app/youtube/id544007664.
     Cheers, Tom

  • Since 8.0 update on my ipad, I can't find autocomplete settings, which used to work for all apps. So much for new and improved.

    Since 8.0 update on my ipad, I can't find autocomplete settings, which used to work for all apps. So much for new and improved.

    Settings > General > Keyboard

  • Got scammed. Iphone4 instead of 4s. Was in a 4s box looked brand new. I knew nothing about the diff between them. The imei number on the box is diff to the phone. Can I find the owner of the box cause imei is on box

    My 12 year old son wanted a 4s so the I said to him you have to earn it. My poor baby worked everyday after school for one month around the house doing odd jobs. As promised after the month I said to him lets go buy one. He said he found one on gum tree. It was $650. So I rang this guy and he told me I could meet him on his break at worked at the shopping centre. So I went and met him.  He Had a box with iPhone 4s on it and opened it and it llooked brand new as advertised. I know nothing about iPhones or the difference. So I gave him the $650. When my son gets home from school he opens it and tells me its an iPhone 4 not the 4s. My question is. The imei on the box must be linked to someone as its different to the phone. Can I find out who bought the 4s box....so I can kick the living %#*£ out of him. Thanks.

    Thanks for the replies. I have checked the serial number of the 4s box. It's says sorry it's a replacement phone. His mobile number has been disconnected. I found out it was a Vodafone number. The girl at Vodafone told me it was a Vodafone number. I could only get the suburb of where he lived out of her. It's right next to the shop I met him at. I have checked the maps and there is only two roads that lead to the shop. So it's stakeout time. He had a blue Vespa scooter. I know it's only two hundred dollars but I will catch the little runt. And it might take time but the look on his face when I tap him on the shoulder......priceless!!!

  • I downloaded an audio book, received the invoice, i can't find the book

    i downloaded an audio book.  i have received the invoice.. i can't find the downloaded audiobook...I can see it as a sample in ibooks.

    open itunes on your phone, click purchased, and choose books or audio books. it should be there.

  • After the install I can't find the Run Time

    This seems ridiculous.  I generated an executable with the installer (2009) and installed it on a pc and everything worked great.  I now tried to install on a 2nd pc and although the N.I. Run Time folders are apparent, I can't find the button to push to get the Run Time running.  Is there a main file that I should be clicking?
    Solved!
    Go to Solution.

    ahhah wrote:
    This seems ridiculous.  I generated an executable with the installer (2009) and installed it on a pc and everything worked great.  I now tried to install on a 2nd pc and although the N.I. Run Time folders are apparent, I can't find the button to push to get the Run Time running.  Is there a main file that I should be clicking?
    Your statement makes little sense, maybe you can clarify it for us. (What are "N.I Run Time folders"? What is the meaning of "apparent"?, etc.)
    The run-time engine is not something that needs to be started by pressing a button. All you do is run the executable applications, and it will silently and automatically find and use the correct run time engine. Could you show us a screenshot on what you are looking for?
    (Also, built LabVIEW applications should not show the toolbar with the run button of the development system, because they should run when openend and close when done.)
    LabVIEW Champion . Do more with less code and in less time .

  • HT2729 I transfer my music videos from iTunes to my iPad. I have the music but can't find the video.

    Does any one know where my iTunes video that I transfered from the pc to iPad go. I have the music but can't view the video.

    Look in the Videos app. That is where they should be.

  • 6280 All-in-One printer - changing from USB to Ethernet connection - error - can't find the printer

    I am trying to reinstall my C6280 All-in-One printer from the product CD - my original installation was for a USB connection, I would now like to reinstall to an Ethernet connection for use on our wireless nework. I have gone through the HP -Installing the Product Software in Windows XP for a Wired (Ethernet) Network Connection - instructions but keep getting the error message - Can't locate the Printer.   I have connected the ethernet cable in the ethernet port of the computer and the router (Airlink 101).  Any suggestions on what I might be doing wrong?
    This question was solved.
    View Solution.

    Hi,
    You can use the following link to setup the printer over a wired n/w.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01708573&tmp_task=setupCategory&lc=en&dlc=en&cc...
    Just to confirm..Make sure that you connect the "Printer and Router using the ethernet cable"
    To make sure that your printer is found during the installation, after connecting the ethernet cable, make sure that your printer is getting a valid IP address.
    Setup Menu--Network--View Settings--Display Wired Summary.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • Help: error: can not find the main class!

    when I run the class, the following error message comes up:
    java.lang.NoClassDefFoundError: j2sdk1/4/1
    and also a dialogue window (title is "java virtual machine launcher") comes up: could not find the main class, program will exit! After I click ok button, another error message shows up: Exception in thread "main" .
    Could anyone help me figure out what's wrong with my program? If you need any other informaiton, please email me: [email protected], Thanks a lot!!!

    Hi, thank you very much for your reply. Here is the program:
    import java.sql.*;
    import java.io.*;
    import java.util.*;
    import java.lang.Object;
    public class CatalogConnect{
    Statement stmt, st, mast, ques;
    ResultSet rset, orgset,maset, quesset;
    String organization = null;
    String sponsor = null;
    String interMethod = null;
    String year = null;
    String collection = null;
    String country = null;
    String countryName = null;
    String archNO = null;
    String codeBook = null;
    String td = null;
    String todate = null;
    String month = null;
    int studyID, quesID, sponsorID, orgID;
    public CatalogConnect(){
    connect();
    makeXMLFile();
    public CatalogConnect(String codeBk){
    codeBook = codeBk;
    connect();
    makeXMLFile();
    public void connect(){
    try{
    // DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Class.forName(oracle.jdbc.driver.OracleDriver);
    Connection conn =
    DriverManager.getConnection ("jdbc:oracle:thin:@137.99.37.146:1521:ipoll",
    "catalog", "catalog");
    stmt = conn.createStatement ();
    st = conn.createStatement ();
    mast = conn.createStatement ();
    Connection conn2 =
    DriverManager.getConnection ("jdbc:oracle:thin:@137.99.36.171:1521:ipolljr2",
    "catalog", "catalog");
    ques = conn2.createStatement ();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    public static void main (String args[]){
    CatalogConnect c = new CatalogConnect();
    public void makeXMLFile() {
    PrintWriter out = null;

  • When I open a website or a link, a window opens up with multiple tabs with the messages "Firefox can't find the server at xn--9ca960n." and "Index of file:///C:/Program Files/Mozilla Firefox/" , and other similar messages. I have deleted the cookies, hist

    Every time i open a new window, search something in google, or click a link, a firefox window with four tabs comes up.
    The first tab has: http://xn--9ca960n/
    The second: file:///C:/Program%20Files/Mozilla%20Firefox/
    The third: http://xn--depe5-era1e2dt998a/
    The fourth: http://xn--jr2dqm-ekaby3owwwa1bgb4bh1dw4lgao61m/
    We have also lost our windows XP theme for the desktop at the same time. I did fix that issue, but the theme keeps disappearing again and is becoming a hassle.
    I have run a virus scan with trend micro but nothing was found.
    I also deleted cookies, caches and the whole history
    would appreciate your help. thanks
    == This happened ==
    Every time Firefox opened
    == out of the blue, early this week. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)

    Hello Susanne.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Since downloading Firefox 5 last week, we cannot access the internet. The message "server not found" pops up along with the statement "firefox can't find the server at (whatever webpage you enter). How can this problem be fixed..other browsers stink.

    as stated above. I don't know what else to say.

     (The annoying error) Internet Explorer cannot display this page  Solved
    This problem can be solved in seconds with just 8 or 10 clicks of your mouse. As you are reading this you are already in Internet explorer. At the top left hand side of your screen you should see the below words.
    File   Edit   View   Favourites   Tools   Help 
    If you can't see the above words then right click on any blank area on the third bar from the top of your screen and click on menu bar
    Now click on Tools then click on Internet Options.  Then click on the Advanced tab at the top right hand side of that page.  Now click on the Reset button near the bottom right hand side. Now close and then re-open your Internet explorer.
    That's it folks you're all done!  Best regards to you all, PROBE

  • What is the latest on the iPhone 5 can't-find-the-wifi disease?

    Just bought my brand New iPhone 5; my first iPhone ever.  I have successfully used wifi at home and at work and now I am at a hotel where the wifi is open, my macbook sees the wifi and can connect and iPhone can't find it.  Why is this and what may I do?  This is a drag.

    Hello Addfire9,
    Thanks for using Apple Support Communities.
    The display resolution for the iPhone 5 can be seen below.
    1136-by-640-pixel resolution at 326 ppi
    iPhone 5 - Technical Specifications
    Take care,
    Alex H.

Maybe you are looking for

  • Text Fields of an External Content Type come across as Multiple Line of Text

    In SharePoint 2013 I have an external content type that consists of a couple of short (nvarchar)  fields (no more that 15 characters). When I use this ECT in a custom list the fields from the ECT end up as a "Note" type instead of "Text". I am not su

  • Validation for partner bank type

    Hi Experts, My client wants a functionality that partner bank type and document Currency should be the same, if it is not same user should not allow to post. Can any one tell me is there any validation. How to wirte validation give step by step proce

  • Cant save or save as or export in motion 3!!!

    this ***** I cant save or save as or export in motion 3!!! what is the deal anyone know how to fix this problem???

  • Importing FCP Movie Causes DVDSP to Freeze

    I have captured video from a Canon Mini DV GL2 to FCP. When I export the video using ANY format, DVC Video Pro, using current settings, or changing them, making self contained, recompressing all video or not... nothing matters... DVDSP locks up. The

  • Photoshop elements 9 will load on my mac but won't open the Edit portion

    Adobe Photoshop Elements 9 Mac os 10.6.8 E9 loaded on my mac fine the first time (about 1 year ago) but recently it refused to open the edit feature. I was advised that file were missing from the application. I did an uninstall and reloaded the mac d