Found a JS inconsitency

in the example found on this page
http://www.java2s.com/Tutorial/JavaScript/0420__HTML-Tags/BodyonScrollevent.htm
<body onScroll="alert("message")> works in all browsers
however when i copy the code into dreamweaver and make my own file it wont work in IE (other browser are fine)
and when i write my own body onScroll event handler from scatch it also does not work in IE, dispite the code being exactly the same (i spell checked it)
whats going on?

function(){return A.apply(null,[this].concat($A(arguments)))}
altruistic gramps wrote:
yeah i do have a problem actually
on my screen that page does not need any scroll bars so i cant scroll
You could have made the browser window so that a scrollbar does appear. I have added more text so that you should now see the scrollbar.
also i noticed that the click me and click me again links have ID attributes
these are referenced to in one of the included js files and the code seams to imply that the trigger the same function that you said scrolling triggers
The functions are encapsulated in a load listener function to ensure that the functions are being recognised. There are other ways to achieve the same result.
but they do not
i click on them and they do nothing
If I understand you correctly, the click me and click me again buttons do not work? This is very embarrasing. Which OS and browser are you using?
Gramps
windows 7 64 bit
internet explorer 64 (latest version)

Similar Messages

  • BCS Breakdown Check - how to adjust individual records?

    Hi all,
    I just arrived at a new client and have found several thousand inconsitent records.
    Breakdown check shows us how many there are and also allows entry of a vlue for missing subassignments.
    However, there is no option to adjust individual lines (not even to differentiate between totals records and journal entries), eg Item 800210 now requires breakdown by Partner Unit, however, there are 15 records with a blank value but only one line in breakdown check in which to enter a partner.
    Obviously the user wants to enter different partners depending on further details (eg cons unit, amount, other breakdown values etc.),
    where/how can such selections be made?

    Thanks Dan,
    Here is a response from SAP developers themselves:
    If a customer introduces a new breakdown later and adopts old data, it
    is very appropriate a fair to fill the newly introduced breakdown by one fixed value in all old data records. Otherwise, we would project a
    degree of detail into historic data records, which was not available at
    the time when these records were created.
    So, this requirement does not make really sense, and we cannot support
    it. For historic records, we only support entering one fix breakdown
    value for all affected records. From that time on, the customer can of
    course maintain a higher degree of detail on new postings.

  • "File could not be found"

    Hi!  I have been trying to figure out what's going on here.  Some files (not all files or all file types) are not opening properly.  I get the following message:
    "Could not complete your request because the file could not be found."
    This is happening more often with more files.   I don't think that the files are corrupt, as I can re-create the files and I still get the same error message.  Also, it is happening inconsitantly in terms of location, file type, and file names.  I tried deleting the prefernces for Photoshop to no avail.  The files are on the harddrive that Photoshop is on, so it is not a virtual harddrive which has lost connection.
    Any suggestions?
    Thanks in advance.

    It probably seems really clear to you what you're doing, but keep in mind none of us are sitting with you watching what you're doing...
    Please list the steps you are taking, so that rather than assuming you're starting Photoshop and doing File - Open, or maybe right-clicking the image in Bridge and opening in Photoshop, or maybe double clicking the image in Explorer, or whatever, we can know where you're seeing problems.
    Please list the exact steps you're taking.
    Please list the exact error message you're seeing.  Ideally grab the screen showing the error just when it happens and post it here as a  JPEG.
    -Noel

  • OALL8 is in an inconsitent state

    I am having a problem with a sql query, that i execute through JDBC. I get a SQLJ exception with the message "OALL8 is in an inconsitent state"
    It only happens when I execute this particular query. All the other queries i execute, return normally.
    Can anyone help me with this problem?
    Further info:
    On my Oracle 11G server i get the following message in my alert log:
    Mon Aug 17 12:48:38 2009
    Exception \[type: ACCESS_VIOLATION, UNABLE_TO_READ\] \[ADDR:0x2ED94D98\] \[PC:0x7B11692, kggfaDoKghAlloc()+122\]
    Errors in file c:\oracle11g\diag\rdbms\epjdb4\epjdb4\trace\epjdb4_ora_284.trc (incident=5768):
    ORA-07445: undtagelse fundet: core dump \[kggfaDoKghAlloc()+122\] \[ACCESS_VIOLATION\] \[ADDR:0x2ED94D98\] \[PC:0x7B11692\] \[UNABLE_TO_READ\]
    from the trace fil i find that the SQL i am executing looks like this:
      WITH services AS (
        SELECT y.pk, y.guid
          FROM actions y
         WHERE y.personlink = :1
           AND (y.endtime >= :2  OR y.endtime IS NULL)
           AND y.id LIKE 'CLINICAL.ACTION%'
           AND NOT (y.status = 4)
           AND (
                 ( y.decisiontime <= :3
                   AND NOT y.id = 'CLINICAL.ACTION.MEDICATION'
                 OR
                   y.id = 'CLINICAL.ACTION.FOLDER'
      SELECT y.pk pk FROM services y
      UNION
      SELECT folder.pk FROM Actions folder WHERE folder.guid IN (SELECT folderLnk.FROMLINK FROM links folderLnk
        START WITH
          folderLnk.TOLINK in (SELECT y.GUID FROM services y) AND
          folderLnk.ID = 'CLINICAL.ACTION.FOLDER.CONTENTS'
        CONNECT BY PRIOR folderLnk.FROMLINK = folderLnk.TOLINK and folderLnk.ID = 'CLINICAL.ACTION.FOLDER.CONTENTS')
      UNION
      SELECT aps.pk pk
        FROM services y, links l, actions aps
       WHERE l.fromlink = y.guid
         AND (   l.id = 'CLINICAL.ACTION.PLANNING'
              OR l.id = 'CLINICAL.ACTION.STATUS.HISTORY')
         AND l.tolink = aps.guidpfile setup:
    db_block_size=8192
    open_cursors=300
    db_domain=""
    db_name=EPJDB4
    control_files=("C:\Oracle11g\oradata\EPJDB4\control01.ctl", "C:\Oracle11g\oradata\EPJDB4\control02.ctl", "C:\Oracle11g\oradata\EPJDB4\control03.ctl")
    compatible=11.1.0.0.0
    diagnostic_dest=C:\Oracle11g
    memory_target=7387217920
    nls_language="DANISH"
    nls_territory="DENMARK"
    local_listener=LISTENER_EPJDB4
    processes=150
    audit_file_dest=C:\Oracle11g\admin\EPJDB4\adump
    audit_trail=db
    remote_login_passwordfile=EXCLUSIVE
    dispatchers="(PROTOCOL=TCP) (SERVICE=EPJDB4XDB)"
    undo_tablespace=UNDOTBS1
    Edited by: user11797103 on 2009-08-17 05:09

    Hello damorgan,
    The firs select statement only return one value, the primary key of y. The select which does in fact return two values is the one inside the "WITH x AS SELECT..." statement. The query actually works on another Oracle 11G DB server.
    I just found out that any change in the phrasing of the statement, even introducing an extra new line character, makes the problem go away.
    A collegue of mine suggests that the server has somehow cached the statement and done some kind of unhealthy optimization of its execution plan.
    The oracle error code give in the alert log apparently indicates an internal oracle error. I will try creating a service request on metalink, as soon as I can get access.
    Best regards
    Søren

  • Item cost not found for one or more items - Inventory Posting

    Good Day Mentors,
    My user has encountered an error during Inventory Posting and its "Item cost not found for one or more items".
    The specific Message ID from SAP's System Message Log is 10001287.
    I found a similar post which addresses this error here.
    But unfortunately it did not help me solve my user's problem.
    I already checked if the items had a defined "Item Cost" in the Item Master Data Inventory Tab, and they all have "Item Cost" defined.
    I'm not sure if this will help, but below is the Inventory Audit Report of one of the items that is throwing the "Item cost not found" error.
    I am not a business consultant neither am I literate in accounting, so thanks for the patience.
    SAP Version: 9.0 PL5
    Valuation Method: Moving Average
    Thanks in advance!
    Sean

    Hi Augusto and Raviraj,
    I've already verified in our production database the points you made:
    - Is the "Manage Item cost per warehouse" selected in the Basic Initialization Screen?
    YES
    - Is the "Manage Inventory by Warehouse" ticked/checked in the "Inventory Data" tab of the "Item Master Data" screen?
    YES
    * I apologize for not have been able to give this information upfront.
    Anyway, the database only has one warehouse at the moment.
    I've checked the items, like the item in the screen shot above, and it does have an item cost.
    Below is the screenshot of the sample item from my original post,
    Thanks in advance!
    Sean

  • Malicious or not? Message popped up: Mozilla security found (something like too much, forget exact word) activity on your computer so it will do a fast scan of system file. With OK button.

    I was looking at youtube.com, which always tells me my browser is not supported and recommends I download Firefox, but that is what I was using, so I went to Firefox to check for updates. (I think I also had freecycle.org open.) Then this message popped up in a new page: Mozilla security found (something like "too much", forget exact word) activity on your computer so it will do a fast scan of system file. There was an OK button. The page address was: http://update17.stegner.ce.ms/index.php?Q7Lhl9ShbRxGJXpkM1VLSi4ZE8H4pTedoVPySgeppM3VpC+thEspcFG7qxHgn1pdsC2h5ygPGWI3t5hXqMzL9EQaZZ3J1e3CKXgCb0Qp. I did not click OK but copied the link and closed the window which closed the internet. I have never seen this before and would like to know if it is really Mozilla or possibly something malicious. Thank you.

    Good catch. That almost certainly is an invitation to download malware.
    There are a lot of infected web sites pushing "fake antivirus" software. If you have any doubts about whether your system might have become infected, you can supplement your regular security software with these two highly regarded scanners:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/mbam.php
    SUPERAntiSpyware : http://www.superantispyware.com/

  • Songs that I have purchased are missing in iTunes (file not found/exclmation point), and do not show up in the iTunes Store for download.

    I have a laptop that has (or had) pretty much all of my music, both burned from CDs and downloaded from iTunes. My 17 year old son on occasion syncs his iPhone and iPad with this laptop. As of the last sync (as best I can determine), many songs that I purchased in the past few years are now missing, in that they have an exclamation point to the left of the song title, and when I try to play the song, I get an error message that says "The song could not be used because the original file could not be found" or something to that effect. As it turns out, the file seems to be erased. This has happened multiple times, and I could be wrong, but I believe that there are some songs that had the exclmation point last time he synced that now don't, and vice-versa. There is not an obvious correlation or grouping as to why these songs are missing (e.g,. they were not all purchased on the same date, not all songs from one artist are missing, etc.).
    Since most of these songs have been purchased through iTunes through my account, my reaction was to go to the iTunes store, log in with my account, and re-download them. Problem is, all of these songs instead ask me to purchase the song, instead of displaying a "cloud" logo. Therefore, it appears that I have to re-purchase these songs, which does not sound correct.
    Questions: Does anyone know, most importantly (to get an immediate fix):
    1. How can I re-download these songs and why doesn't iTunes Store recognize that I have already purchased them?
    and perhaps as important (more of a long-term question):
    2. Why does this happen and how can I prevent this from happening again (since it has happened multiple times)?
    Thanks.

    1. iTunes won't offer cloud downloads for songs that it "thinks" are in your library, even if it "knows" the files are missing. If you've exhaustively searched for the missing files and there is no prospect of repair by restoring to them to their original locations, or connecting to new ones, then delete that tracks that display both the missing exclamation mark and are of media kind Purchased/Protected AAC audio file. Don't hide from iTunes in the cloud when asked, close iTunes, then reopen. You can download from the cloud links or iTunes Store > Quicklinks > Purchased > Music > Not on this computer > All songs > Download all.
    2. Why? Not sure, perhaps 3rd party tools or accidental key presses combined with previously hidden warning messages when trying to organize the library. There is a hint that using the feature to downsample media as it is synced to a device may also be involved, though I've not replicated it. Whatever the reason a backup would protect your media.
    tt2

  • I've just found that three movies I've bought from iTunes on on my iPad are not showing up on Apple TV or anywhere other than that iPad.  What's up with that and will I lose these films if I reset this iPad?

    I've just found that three movies I've bought from iTunes on on my iPad are not showing up on Apple TV or anywhere other than that iPad.  What's up with that and will I lose these films if I reset this iPad?

    Thanks.  The reason this has become an issue is that I recently bought a new Macbook Air that the iPad is not synced to.  The one is was synced to was stolen.  If I want to sync this iPad to the new Air, won't it be wiped before I'm able to copy these films or am I wrong about that?

  • My iphone wont let me play songs that I bought from iTunes. It says "The requested URL was not found on this server" How can i play my music also my music videos again?

    I bought a few songs and music videos from iTunes, then all of a sudden it wouldn't play and would just skip to the next song. With the music videos it would do the same. Also, this message would show up " The Requested URL could not be found on this server" What does that exactly mean? And what do I need to do to play my music/videos again?

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • Itunes wont open at all, error message : quicktime was not found .... please reinstall ... i did that but no luck this only seems to have happened since the 10.4 update, im on windows 7 ..

    itunes wont open at all, error message : quicktime was not found .... please reinstall ... i did that but no luck this only seems to have happened since the 10.4 update, im on windows 7 ..

    Can you start QuickTime on your computer?
    You'll probably have to search for the Windows Installer Cleanup Utility and use it to remove QuickTime Player and iTunes. Then download and install the iTunes again.

  • External Display not being found

    Hey i posted this under macbook display but no one really goes in there so can you guys help??
    Hi recently i borrowed a friends official apple mini-dvi to video adapter to watch a movie with my macbook. He uses the cable with his iMac. I tried plugging it in, the screen flashes blue then nothing appears on the tv. no picture nothing. i tried restarting with it plugged in, restart without, putting it to sleep plugging it in then waking it and nothing works. so i thought maybe the cable is broken. so i go to my friend and we hook it up the same way i was with his iMac and it works so we unplug his and plug it in to mine and it still does not work. HELP???

    Your display may not be on the "approved" list, or was removed from it.
    Apple's new MacBook lines includes a form of digital copy protection that will prevent protected media, such as DRM-infused iTunes movies, from playing back on devices that aren't compliant with the new priority protection measures.
    The Intel-developed technology is called High-bandwidth Digital Content Protection (HDCP) and aims to prevent copying of digital audio and video content as it travels across a variety of display connectors, even if such copying is not in violation of fair use laws.
    Among the connectors supported by the technology are the Mini DisplayPort found on Apple's latest MacBook, MacBook Pro, and MacBook Air, in addition to others such as Digital Visual Interface (DVI), High-Definition Multimedia Interface (HDMI), Gigabit Video Interface (GVIF), and Unified Display Interface (UDI).
    Apple has apparently acquired a license for the technology and is now using it across its DisplayPort-enabled MacBook lines to to prevent transmission of purchased iTunes content (and some DVDs) to devices that don't include support for HDCP.

  • I was updating Firefox from version 6 to version 7, after updating I tried to open Firefox and the message I got is this: This application has failed to start because xul.dll was not found. How can I fix this?

    I was updating Firefox to the newest version 7.0.1 from version 6.0.2 I think it was, I clicked the restart Firefox button that always comes up after updating. It started updating and then Firefox never restarted like it was supposed to after it was done updating. I then tried to open Firefox and it told me "This application has failed to start because xul.dll was not found." I did have Firefox crash on maybe about 30 minutes or so earlier which bothered me because I have been using Firefox for years and never had it crash on me before but I didn't think much of it at the time it happened because I was able to go back onto Firefox and finish what I had been working on. A while later I checked for updates and updated. The first time I tried to update it didn't work though so I had to shutdown Firefox and reopen Firefox and start the update a second time. It was after the second time that when I tried to open Firefox I got that message about failing to start because xul.dll can't be found. I filed a crash report when my Firefox crashed. This would have been around 1am-2am in the morning that Firefox first crashed and then wouldn't allow me to open it after updating. I have a DELL laptop running the Windows XP operating system but the laptop is probably at least 6 or 7 years old. The laptop will no longer charge so I always have to have it plugged into an outlet. Both my laptop hard drive and my external hard drive give me messages that I am running out of disk space on my hard drive. I bought this laptop 6 or 7 years ago second hand so it could be even older. In short it's a piece of crap and it gives me all kinds of issues but I currently can't afford a new one, but I have never had any problems with Firefox and I use Firefox more than any other aspect of my laptop so it's really really bothering me. May you please help me fix it?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • G/L Cleared document in back date which table i found?

    I have posted a G/L Document on 01/02/2014 and cleared the same document on 10/03/2014. The g/l open Items are stored in BSIS Table and Cleared items are stored in BSAS Table. Now i want see the value in table level on 10/02/2014 (Back date) in which table i found the values.

    HI Satheesh,
    You can get these values in BSEG table and FAGLFLEXT table for line items details. BKPF for header details.
    Thanks & Regards
    Ravinder Kumar

  • Discoverer Report  returning ' no data  found '

    Hi  ...
    i  have an issue with one discoverer  report  .
    Discoverer report  name : EDI Price Exception Report.
    when i ran the report  in Discoverer  Desktop edition  It is returning 'No Data Found ' But  i am taken the  Query from admin edition  and tried to  ran in  PL/SQL Developer/TOAD  by setting  Org_id condition
    it's returning Data  . the Desktop Edition of Discoverer for  some specific date  Range  it's giving Data  But  from last month on wards  it's not returning any Data.
    in Discoverer Report  Desktop  it's not retuning the Data from  November to till date
    Oracle  Applications  11i
    Discoverer 4i
    Oracle Data base :9i 
    OS : Windows.
    Attached the Sql  which i used to generate the Report :
    I HAVE USED THE FOLLOWING  :-for initialize the profile options
    EXEC FND_GLOBAL.APPS_INITIALIZE (0,52163,660);
    EXEC APPS.FND_CLIENT_INFO.SET_ORG_CONTEXT(2922);
      SELECT A.CUST_PO_NUMBER,
             A.ORDER_NUMBER,
             A.ORDERED_DATE,
             A.ORDER_TYPE,
             -- C.CUSTOMER_ID,
             C.CUSTOMER_NUMBER,
             C.CUSTOMER_NAME,
             B.LINE_NUMBER,
             B.ORDERED_ITEM,
             MSI.SEGMENT1 ACCO_ITEM,                               -- GRW 20060407
             MSI.DESCRIPTION,
             -- MSI.INVENTORY_ITEM_ID,
             (SELECT MCI.CUSTOMER_ITEM_NUMBER
                FROM MTL_CUSTOMER_ITEMS MCI,
                     MTL_CUSTOMER_ITEM_XREFS MCIX,
                     MTL_SYSTEM_ITEMS_B MSIB
               --  MTL_PARAMETERS          MP
               WHERE     MCI.CUSTOMER_ID = C.CUSTOMER_ID                 --1814924
                     AND MCI.CUSTOMER_ITEM_ID = MCIX.CUSTOMER_ITEM_ID
                     AND MCIX.INVENTORY_ITEM_ID = MSIB.INVENTORY_ITEM_ID
                     AND MSIB.INVENTORY_ITEM_ID = MSI.INVENTORY_ITEM_ID   --869899
                     AND MSIB.ORGANIZATION_ID = MTP.ORGANIZATION_ID --MP.ORGANIZATION_ID
                     AND MTP.ORGANIZATION_CODE = 'BRM'
                     AND MCI.CUSTOMER_ITEM_NUMBER = B.ORDERED_ITEM
                     AND NVL (mci.inactive_flag, 'N') <> 'Y'
                     AND NVL (mcix.inactive_flag, 'N') <> 'Y')
                CUSTOMER_ITEM,
                     XXAB_ITEM_XREFS.GET_GBC_ITEM_NUM (B.ORDERED_ITEM) GBC_ITEM_NUMBER,
             B.ORDERED_QUANTITY,
             B.PRICE_LIST,
             B.UNIT_SELLING_PRICE,
             B.UNIT_LIST_PRICE,
                   TO_NUMBER (B.ATTRIBUTE7) CUST_SENT_PRICE,
             apps.XXAB_CUST_SENT_PRICE_CONV_SO (C.customer_number,
                                                B.ordered_item,
                                                B.header_id,
                                                B.line_number,
                                                B.unit_selling_price,
                                                B.attribute7,
                                                B.pricing_quantity_uom,
                                                B.attribute4)
                CUST_SENT_PRICE_CONVERTED,
             ABS ( (B.UNIT_SELLING_PRICE
                    - apps.XXAB_CUST_SENT_PRICE_CONV_SO (C.customer_number,
                                                         B.ordered_item,
                                                         B.header_id,
                                                         B.line_number,
                                                         B.unit_selling_price,
                                                         B.attribute7,
                                                         B.pricing_quantity_uom,
                                                         B.attribute4)))
                DIFFERENCE,
                      MTP.ORGANIZATION_CODE,
             B.SHIP_TO_LOCATION
        FROM OE_ORDER_HEADERS_V A,
             OE_ORDER_LINES_V B,
             RA_CUSTOMERS C,
             MTL_PARAMETERS MTP,
             MTL_SYSTEM_ITEMS_B MSI
       WHERE     A.HEADER_ID = B.HEADER_ID
             AND A.SOLD_TO_ORG_ID = C.CUSTOMER_ID
             -- Added by Gati on 19-Oct-2012, tkt - INC000000118962
             AND ROUND (TO_NUMBER (apps.XXAB_CUST_SENT_PRICE_CONV_SO (
                                      C.customer_number,
                                      B.ordered_item,
                                      B.header_id,
                                      B.line_number,
                                      B.unit_selling_price,
                                      B.attribute7,
                                      B.pricing_quantity_uom,
                                      B.attribute4)),
                        2) <> B.UNIT_SELLING_PRICE
             --AND ROUND(TO_NUMBER(B.ATTRIBUTE7), 2) <> B.UNIT_SELLING_PRICE
             --AND     a.ship_from_org_id = mtp.organization_id
             AND B.SHIP_FROM_ORG_ID = MTP.ORGANIZATION_ID          -- GRW 20060413
             --AND     a.ship_from_org_id = msi.organization_id
             AND B.SHIP_FROM_ORG_ID = MSI.ORGANIZATION_ID          -- GRW 20060413
             AND B.INVENTORY_ITEM_ID = MSI.INVENTORY_ITEM_ID       -- GRW 20060407
             AND A.ORDER_SOURCE_ID = 6
             AND A.ORG_ID = B.ORG_ID
             AND TO_CHAR (A.ordered_date, 'DD-MON-YYYY') between  '01-NOV-2013' and  '03-NOV-2013'
             and mtP.organization_code='BRM'
                      AND A.ORG_ID = (SELECT HOU.ORGANIZATION_ID
                               FROM HR_OPERATING_UNITS HOU
                              WHERE HOU.NAME = '50 ACCO Canada')
             AND B.cancelled_flag <> 'Y'
             AND B.flow_status_code <> 'CANCELLED'
             AND B.ORDERED_ITEM <> 'INVALID_ITEM'
    ORDER BY a.order_number

    Hi,
    Assuming your initialization matches your discoverer login, it is pretty weird that you get no data.
    I am not sure how you got the SQL but i suggest you trace the session to get the exact SQL ran by the discoverer.
    You may find another condition or join that limits your data.
    Also another thing that you should try is to initial the session by using all the parameters (including the security group as you have in your discoverer login):
    begin
      fnd_global.APPS_INITIALIZE(user_id =>, resp_id =>, resp_appl_id =>, security_group_id =>);
    end

  • JBO:33001 bc4j.xcfg file not found in class path

    Hi,
    I am yet another victim of the age-old error JBO:33001 bc4j.xcfg file not found in class path, When i have my BC4JApp.jar in Tomcat Web-inf/lib directory. All the other jar files and class files in my webserver-application web-inf classes and lib directory works.
    But Tomcat server is not able to read this bc4j.xcfg file. I can see in my jar file that this bc4j.xcfg exists and in the specified package directory. still the problem persists. My BC4JApp.jar is perfectly working when i use JDeveloper. but not when i use tomcat4.0 and call a JSP using BC4JApp.jar from browser (My environment is Jdeveloper3.2, Tomcat4.0+IIS in middle tier and oracle 8i as DB, everything on windows2k)
    I have gone through almost all the threads possible that relates to this error in this form. None of them have a answer except to say "put the file in classpath". and last reply is "will fix in jDeveloper 9i. So what happens to us who are working in Jdeveloper 3.2?
    1. I have this file in my jar file.
    2. I also tried creating a seperate directory manually, with the same name as my package under web-inf/classes, web-inf/lib , just under web-inf directory and atlast under approot directory also. I tried having my package directory containing bc4j.xcfg in these folders one at a time and also tried having this directory in all these folders at the same time.
    Still no solution.
    Itz frustrating that neither proper documentation nor a right url page nor i am aware of available addressing this. page links given in above threads only gives me the wonderful page of ie's "Page cannot be displayed".
    Is there a answer to this error and my problem. If this doesn't work, then i have to all the way develop from scratch creating my jsp using JDBC calls and Stored packages etc.
    I don't want to give up on this Jdeveloper at this final moment because if this bc4j.xcfg file is found, my application will work perfectly. on these final moments, if this doesn't work, i am frightened to imagine to develop my application in standard way. Atlast, if thatz the option left,we have to do that bcos our production date is close by.
    Please can some one in this forum or Jdeveloper help me to solve this problem. I am desperate and very urgent.
    Waiting for a reply from Jdev team very much...
    ( I just posted in the other thread which is pretty old, dated backto May 2001, which was relevant to this error. Just to make sure it is noticed, I am posting it seperately too)
    Thanks
    Hari(2/3/02)

    Hi All,
    For those who are following this thread, I got a solution for this error with the help of Jdev Team.
    This solution may work, if you have deployed your application in Tomcat4.0.1. This is the environment in which I work and tested.
    As you may be aware, Tomcat ignores value in CLASSPATH variable.
    To see any files that are existing or newly deployed, it has it own way of detecting it.
    Addition information on Tomcat working, you can follow this link,
    http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html
    Coming to point, Tomcat has got five classloaders and each classloader invoked, looks in their related directories for files in following order.
    1. /WEB-INF/classes of your web-application
    2. /WEB-INF/lib/*.jar of your web application
    3. BootStrap classes of your JVM (Tomcat's $JAVA_HOME/jre/lib/ext)
    4. System class loader classes($CATALINA_HOME/bin/bootstrap.jar,CATALINA_HOME/lib/tools.jar)
    5. $CATALINA_HOME/common/classes
    6. $CATALINA_HOME/common/lib/*.jar
    7. $CATALINA_HOME//classes
    8. $CATALINA_HOME/lib/*.jar
    So All your individual application related files should be deployed in your application's WEB-INF/classes or WEB-INF/lib directory accordingly.
    If your application files are unpacked, they should be deployed or copied under WEB-INF/classes directory
    if the files are within a jar, they should be under WEB-INF/lib directory.
    If your Jar-files contains bc4j components, then those jar files should be deployed under WEB-INF/lib directory. Also,do the next step to copy all relavant BC4J runtime libraries under lib directory.
    IMPORTANT: Please remember to copy and paste all the required BC4j runtime libraries in the Same WEB-INF/lib directory along with your application jar files. This is the real reason which can solve this JBO:33001 to disappear. It worked for me.
    To configure your directory for tag-lib uri's, use web.xml to set the taglib-uri attribute.
    Put your web.xml and DataTags.tld in the WEB-INF directory.
    Your simple web.xml may look like as follows.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <taglib>
              <taglib-uri>
                   /webapp/DataTags.tld
              </taglib-uri>
              <taglib-location>
                   /WEB-INF/DataTags.tld
              </taglib-location>
         </taglib>
    </web-app>
    You may then modify this web.xml to suit further requirements of your application.
    Remember to stop and restart the Tomcat Server (service) by using shutdown and startup scripts after updating any jar files/class files/ JSP or source files deployed in Tomcat.
    Sometimes, only this helps even though your context's reloadable attribute is set to true in Tomcat Server's server.xml file.
    Hope this above information helps you to solve this error in Tomcat environment. My Sincere thanks once again to Juan and Jdev team for their help and efforts to solve this problem.
    Thanks
    Hari

Maybe you are looking for

  • Why does GB screw with my recorded AIFFs?

    So, after all this time, I finally decide to see what that little guitar icon on my dock does. Because my mini has no audio input, I devise an elaborate way to record my guitar - I record it using a mic plugged into a handycam, hooked up to final cut

  • Making an ESS Field Mandatory

    Does anyone know how to make an ESS Field mandatory? I've looked at this thread, and tried it, but it doesn't appear to work... [Customizing V_T588MFPROPC to be in agree to T588M |Customizing V_T588MFPROPC to be in agree to T588M; By selecting "Manda

  • Referencing _root.Button  from a movie loaded inside another movie

    I have the following situation MainMove.swf is doing a loadmovie of SecondMovie.swf The Button that loads SecondMovie.swf also disables other buttons in MainMovie.swf on (release) {     _root.intro_btn.enabled = flase;     loadMovieNum("SecondMovie.s

  • Sort version  issue

    Dear all          i need to know how to add more than 5 fields in a sort version path img-Asset Accounting -Information System -Define Sort Versions for Asset Reports here my sort version is 0001 here already 5 tables & 5 fields are avilable . I want

  • Cannnot find libjava.so in Linux x86 machine

    I googled all answers but the problem is still there. I added path, java_home, and the lib in .bashrc file: JAVA_HOME=/home/tony/download/jdk1.5.0_05 export JAVA_HOME PATH="$PATH:$JAVA_HOME/bin:." export PATH export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$