To All Oracle ACEs

Hi,
since no one replies to my previous thread [solved] why xml-25022 cannot load serializer class I need to ask another question here.
My situation is that I used to use xsql + serializer + FOP0.20.5 to produce PDF report. My application was developed with Jdev 10.1.3.0.0 and ran on ias 10.1.3.1.(Window 64bit server) The application ran beautifully on the pdf part.
Because of some other bugs of Jdev10.1.3.0.0 we have to upgrade our Jdev to Jdev 10.1.3.3.0.4157. Now the problem comes and pdf can no longer be produced for the error of XML-25022 cannot load serializer class.
I searched the web and found no clue of what causes this error. Oracle documentation just puts this error under "Java Server Page Error Message" without telling anything about it. There was only one post on one of the otn forum mentioning that it might be something else (logger thing) with misleading message.
Then I notice that even the most latest Oracle XML Developer Kit can only work and certified with FOP 0.20.3. Guess what happened? it is a version dated back in 2003 !!!! we have no where to fint it nor download it. It does not even exist in Apache's archive, because FOP has already gone through two more versions !!!!
So, Oracle ACEs, what can I do? It is like telling people you just relased Jdev 11g which can only run on windows 3.0 !!!!

Frank, thank you for your reply. I solved the problem.
I don't know why I still need to add all FOP's jars to Tool->Embedded OC4J Server Preferences --> Library, even though I had them already added 1) to my viewcontroller project property --> library 2) physically to my public_html\WEB-INF\lib 3) in my app deployment file's dependent list 4) in my app deployment file's file include list.
Can you explain to me?

Similar Messages

  • To all  Oracle ACE Member and others

    Hi there Oracle ACE Member and forum members.
    I have need an answer to the real question of the moment.
    What is the best technology in the chapter of performance?
    - Toplink
    - Business Components
    What are the advantages of each technology and which are u using and why?
    Thanks

    You cant say one is more performant than the other - you can write fast/slow applications in each. The choice is down to, not performance, but other features like development experience, expectations, development styles.
    Shay does a nice summary in his blog so instead of repeating I'll just point you to here
    http://blogs.oracle.com/shay/2006/03/10
    Regards
    Grant Ronald
    Oracle Product Management

  • It's my 3000 post – Oracle ACE and Oracle employees

    Hello,
    So, this is my post number 3000. In this forum, it’s not so unique, but still I decided to dedicate it to the subject of Oracle ACE and Oracle employees.
    Recently, Joel blogged about Carl awarded Oracle ACE (http://joelkallman.blogspot.com/2009/02/carl-backstrom-oracle-ace.html), after special efforts made by Sharon, because “the folks at the Oracle Technology Network decided that Oracle employees could no longer be awarded the ACE designation”. I truly wish I could write that Carl is a living proof of this decision being misguided. Unfortunately, I can’t. However, Carl’s case paints the situation in strong colors. Only after his death, Carl was honored with something that I’m sure seems so obvious to most of us.
    I’m thinking that if this decision, not to award Oracle employees with Oracle ACE, was made sooner, people like Scott and Joel would not have awarded Oracle ACE, not to mention Tom Kyte, and probably others I’m not familiar with. Scott and Joel deals with APEX all day long, as part of their job, and this forum is not part of their day job description. Still, they find the time to help us all. Just look at the post counter of Scott. I’m amazed each time I see it. Scott, with all his experience, doesn’t limit himself to only the most complicated issues. You can see his replies, to the most basic issues, almost every day. Joel never failed helping me, and many others on this forum, every time there is an issue only he can help with. Scott and Joel were lucky, and have been awarded Oracle ACE, prior to this decision. Carl was less lucky, and as Joel wrote, I can’t think of anyone who better represent the true meaning and spirit of the Oracle ACE program.
    The point I’m trying to make is that Oracle ACE should not be left for luck and timing, or place of work, for that matter. I’m sure that the OTN folks had best intensions when making this decision. I can understand that people might suspect favoritism toward Oracle employees; however, the solution shouldn’t be the easy one – no to every Oracle employee.
    While writing, I can think of Tyler. He’s no longer a member of the APEX team, but we can still enjoy his wisdom and experience on this forum, not to mention his APEX dedicated blog entries, were he covers special and more complex aspects of working with this tool. I don’t know if Tyler qualifies to become Oracle ACE (and, of course, I’m only using him as an example) but it seems wrong to me not to even consider it, just because he happens to work for Oracle. I’m sure there are others like Tyler, in the other forums. I believe that this kind of behavior, by Oracle employees, should be encouraged, and not taken for granted. Certainly, they shouldn’t be penalized.
    So, what all of this has to do with my 3000 posts? I believe I earned the right to call myself a frequent poster on this forum. As such, I know how time consuming this forum can be, not to mention the hard and tedious job of keep repeating the same answers to the same questions, keep pointing to old references, and such. So, I want to take this opportunity to thank all the active participants of this forum, Oracle employees and others. In spite of all the hardship, this forum can also be very rewarding, and at least for me, a very educated experience. I learned a lot in my attempts to help others. I can all heartedly recommend it to everyone who enjoys helping others, and enriching him /her self in the process.
    Regards,
    Arie.

    If I understand you correctly, you ought to reinstall. At this point, even if you're able to resurrect this installation, it might be severely unstable. Mostly because of my proclivity for messing around with settings until I screw something up, I have a tremendous amount of experience with the recovery console, and my success rate is not inspiring. If you have data you need on the drive, your best course of action is to reinstall to a different boot drive, and once you’re able to boot, archive the files you want from the corrupted installation. Then you can wax both drives, restore the data and get everything back the way you want it. Getting your data back from the recovery console is basically a lost cause since it doesn't support wildcards (as in, you'd have to copy every freaking file one at a time).
    I re-read the above paragraph, and it's not the clearest thing I've ever written, so if you need clarification on anything, let me know.

  • How to use paradown (MSWord) in client_ole2 (Oracle Ace Experts, help plz)

    Hi all
    (Well...Oracle ACE Experts, please rescue us)
    We are trying to convert ole2 to client_ole2 and we are facing problems in finding exact replacements for many word functionalities. Please help us in this. Wat is the replacement for paradown in client_ole2, i read as MoveDown but it is not working, please thow some light on this.
    procedure paradown (n in number) is
    arglist ole2.list_type;
    begin
    arglist := ole2.create_arglist;
    ole2.add_arg (arglist, n);
    ole2.invoke (obj_hnd, 'paradown', arglist);
    ole2.destroy_arglist (arglist);
    end;
    Thnx again
    Sriram

    Hi...thnx for the reply. We use Word 2000 only.
    Rightly as u said we have changed lot of OLE2 calls like word.basic to word.application.....
    I also tried to record macro for this ParaDown (CTRL + Down Arrow Key) and this is what the macro gives:
    Selection.MoveDown Unit:=wdParagraph, Count:=1
    In forms, we tried giving Unit and Count as parameters but gettting bad parameter errors. A simple call client_ole2.invoke (selection, 'MoveDown'); without any argument makes the cursor to move 1 line down. I hope i have explained clearly.
    Please help me in this, i got stuck very badly ;(
    Code:
    selection := CLIENT_OLE2.GET_OBJ_PROPERTY(obj_hnd, 'Selection');
    arglist := client_ole2.create_arglist;
    client_ole2.add_arg (arglist, n);
    client_ole2.invoke (selection, 'MoveDown',arglist);
    client_ole2.destroy_arglist (arglist);
    Thnx again
    Sriram

  • Oracle ACE - Congratulation to Scott Spadafore

    Scott,
    Congratulation on your new title – Oracle ACE.
    I understand that this title is rewarded by some kind of a nomination committee, which means it's not enough just to have all this professional knowledge, but you need to gain your colleagues appreciation and respect.
    As a novice user in the Oracle world, I received a lot of priceless help from you (and the others on the HTML DB team) through this forum, and I'm sure I'm not alone in this. So this is a good opportunity to say thanks.
    Best Regards,
    Arie.

    Here is some more information about the ACE program:
    http://www.oracle.com/technology/community/oracle_ace/index.html
    Scott is definitely in good company, and deservedly so.
    Joel

  • Oracle ACE: HJR

    From the Oracle ACE FAQ:
    "These individuals are technically proficient (when applicable) and willingly share their knowledge and experiences." My emphasis.
    Given that HJR has closed his hitherto much-visited, quoted, used, etc. Oracle-focussed site, and put the following on his new site's Home Page:
    "There is no Oracle-related material on this website.
    Well, OK: there is. But it’s for my own use only, and I’m not making it accessible to anyone. The reasons for that change in policy can be read here. http://tinyurl.com/yvypmj
    The menus behind which my Oracle material resides are all password protected. Please do not write asking for the password, because I won’t be giving it to anyone.
    You are welcome to see what music I’ve been listening to lately, but that’s about it."
    then, is he still worthy of the ACE award?
    I realize that the ACE award is also a "Thank You" for past efforts, but doesn't this sort of behaviour bring even more discredit to the Program? That's discredit like the discredit HJR brought to the Progarm not too long ago when he whined about other ACEs?

    Hans: Have a look through many of HJR's answers to
    Members' questions. A lot of them refer to the now
    unusable Dizwell site. Also, quite a few answers
    provided by other Members (myself included) have,
    likewise, referred to Dizwell. Fat lot of good they
    are now.
    And a fair number of his comments do NOT refer to his site. They way I read your post, no recognition for those either - that baby has been tossed out with the bath water.
    Your original post seems to imply that when people give freely (on a voluntary basis), then they MUST continue to do so in the same way, or they will be punished, ostracized, or otherwise stripped of recognition. That, I simply so not understand.
    So, if I may say so: I am amazed by your
    comment. That tells me a lot about you in
    particular. i.e. you applied about 1% of an ant's
    brain power to your knee-jerk reaction.You are welcome to use that interpretation if you wish.
    Since I apparently have significantly less brain power than you, I offer no further comment to this, or any of your other posts.

  • Is there a List of all Oracle R12 EBS Standard/Seeded Reports?

    Hey,
    Does anyone have a list of all Oracle R12_ EBS Seeded Reports in the system?
    - Particularly for Finance and/or Purchasing modules
    - Ideally with additional information and details regarding what each report contains (a general description or all the fields it includes).
    I can only assume there should be a document that lists them all out by module, and includes details of each report. I dug through the document library, but was not able to find anything like that.
    Even a list of report names per module would be nice?
    If there is a perfect query that brings in the exact Active Report Names and associated Application Name / Module Name that would work too... (emphasis on perfect: Comprehensive, correct, and includes names of relevent Application and/or module)
    Thanks,
    -Ayyad

    try the below to get the list.
    "Concurrent Programs report"
    "Concurrent Program Details report"
    Also, here is the purchasing list
    Reschedule Requisitions Purchasing
    Location Listing Purchasing
    New Vendor Letter Report Purchasing
    Purchase Order Detail Report Purchasing
    Vendors on Hold Report Purchasing
    Receipt Adjustments Report Purchasing
    Receiving Exceptions Report Purchasing
    Savings Analysis Report(by Buyer) Purchasing
    Purchase Order and Releases Detail Report Purchasing
    Vendor Price Performance Analysis Report Purchasing
    Buyer's Requisition Action Required Report Purchasing
    Item Summary Listing Purchasing
    Blanket and Planned PO Status Report Purchasing
    Purchase Order Distribution Detail Report Purchasing
    Purchase Price Variance Report Purchasing
    Expected Receipts Report Purchasing
    Matching Holds Report by Buyer Report Purchasing
    Vendor Purchase Summary Report Purchasing
    Unordered Receipts Report Purchasing
    Standard Notes Listing Purchasing
    Requisition Activity Register Purchasing
    Buyer Listing Purchasing
    Quality Code Listing Purchasing
    RFQ Action Required Report Purchasing
    Unit of Measure Class Listing Purchasing
    Printed RFQ Report(Landscape) Purchasing
    Printed RFQ Report(Portrait) Purchasing
    Overshipments Report Purchasing
    Purchasing Activity Register Purchasing
    Encumbrance Detail Report Purchasing
    Item Detail Listing Purchasing
    Open Purchase Orders Report(by Cost Center) Purchasing
    Purchase Agreement Audit Report Purchasing
    Printed Purchase Order Report(Landscape) Purchasing
    Printed Purchase Order Report(Portrait) Purchasing
    Open Purchase Orders Report(by Buyer) Purchasing
    Invoice Price Variance Report Purchasing
    Printed Requisitions Report Purchasing
    Purchase Requisition Status Report Purchasing
    Receipt Traveler Purchasing
    Substitute Receipts Report Purchasing
    Purchase Summary Report By Category Purchasing
    Overdue Vendor Shipments Report Purchasing
    Quotation Action Required Report Purchasing
    Requisition Distribution Detail Report Purchasing
    Internal Requisition Status Report Purchasing
    Cancelled Requisition Report Purchasing
    Requisitions on Cancelled Order Report Purchasing
    Internal Requisitions/Deliveries Discrepancy Report Purchasing
    Vendor Volume Analysis Report Purchasing
    Vendor Quality Performance Analysis Report Purchasing
    Vendor Service Performance Analysis Report Purchasing
    Printed Change Orders Report (Portrait) Purchasing
    Cancelled Purchase Orders Report Purchasing
    Purchase Order Commitment By Period Report Purchasing
    Savings Analysis Report(by Category) Purchasing
    Receiving Value Report by Destination Account Purchasing
    Printed Change Orders Report (Landscape) Purchasing
    Receiving Value Report Purchasing
    Receiving Transactions Register Purchasing
    Purchasing Database Adminstration Purchasing
    Send Notifications for Purchasing Documents Purchasing
    Upgrade Notifications To Release 11 Purchasing
    Country of Origin (By Supplier) Report Purchasing
    Country of Origin (By Item) Report Purchasing
    Mass Update of Buyer Name on Purchasing Documents Purchasing
    PO Output for Communication Purchasing
    Purchasing Packing Slip Inventory
    Accrual Reconciliation Load Run Bills of Material
    Accrual Write-Off Report Bills of Material
    Summary Accrual Reconciliation Report Bills of Material
    Miscellaneous Accrual Reconciliation Report Bills of Material
    AP and PO Accrual Reconciliation Report Bills of Material
    Receipt Accruals - Period-End Bills of Material
    Uninvoiced Receipts Report Bills of Material
    Create Accounting - Receiving Bills of Material
    Transfer Journal Entries to GL - Receiving Bills of Material

  • Where can I get a list of all Oracle products available in the Cloud?

    All Oracle Products available in the Cloud can be viewed here
    Applications can be accessed under dedicated "Knowledge Zones" where you can have insightful information about the product, how to develop, implement, market and sell the solutions. Also, under "Join the discussion" tab, you can engage with Oracle and follow the discussion on dedicated social media channels.

    LOL what a useless doc.  Maybe https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=612452503286937&id=1337394.1&_afrWindowMode=0&_adf.ctrl-…
    is a bit better, but good luck trying to be Itanium specific.
    Edit:  Well, so much for trying to paste in an MOS doc link.  It's called 10.2.0.5 Patch Set Updates - List of Fixes in each PSU [ID 1337394.1]

  • How to uninstall all oracle and get a clean install?

    how can I uninstall all oracle files and get a clean install?
    the installer does not let u delete the installer program and some other components.
    i installed 8lite first then uninstalled as much as i could.
    Then i installed 8.1.6 personal as oracle home 2 and it did not install properly.
    Now i had 2 homes, so I uninstalled 8iPersonal and deleted all the folders from the C: drive.
    How do i remove the registries without corrupting anything else?
    Is there an easy way to remove Oracle?
    Thanks

    do the following:
    stop all the oracle services:
    delete the oracle folder..then go to regedt32
    and look for HKEY_LOCAL_MACHINE
    under softuser delete all the key related to oracle...and under services delete all the key related to oracle..
    then restart you machine...and you should be
    good to go..
    Good Luck
    Shah

  • How to Close all Oracle services on Win XP?

    While I was trying to install Dev/2k on Win XP, I got a message to close all Oracle services before I proceed with the installation. In Windows NT, I simply open Services folder from the control panel and shut down the desired srvice, but there is no such a thing on Win XP...
    Any input would be helpful.
    Thank you much in advance.

    Go to Control Panel --> Administrative Tools --> Services and find all the service names starting with Oracle and right click to manually stop each one.

  • How to setup em for all oracle database templetas X86/X86_64 /10g/11g

    Hi: everyone know about Oracle database templates X86/X86_64 /10g/11g all not setup em.
    I have builder all Oracle database templates X86/X86_64 can not start em
    https://hostname:1158/em
    $emctl start dbconsole
    to display Oc4j configurate issue......
    I have do
    $emca -repos create
    $emca -config dbcontrol db
    $emctl start dbconsole
    but still not login em.
    Everyone can test it,why can not running.
    How to config about em.
    thank.

    Hi:
    $emctl status dnconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996,2007 Oracle Corporation .All righs reserved.
    https://majin148:5500/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running
    I am also to try:
    #chkconfig iptables off
    https://192.168.100.148:5500/em

  • Getting All Oracle

    Dear All
    Getting All Oracle Instances SIDs
    How can we get It
    Thanx In advance

    For Database Created with DBCA, $ORACLE_BASE/admin typically has directories for all of the databases. The directory name is typically the sid.
    ORACLE_HOME/network/admin/listner.ora or lsnrctl status
    Linux/unix
    The oratab file, ps -ef | grep pmon
    Windows:
    The Services control will list the Oracle processes. The database process has the SID in the name. You can also use the Administration Assistant for Windows.

  • Is there set of basic oracle type wich are exists in all oracle versions

    hello
    i want to ask is there some set of type wich are avilable for all oracle versions ?

    784633 wrote:
    so the base type set is:
    blob, clob, date, number, varcher2
    i want to create replication betwen oracle and db2 and i need the section betwen basic types of the oracle and db2Ok, so NOW we know the business problem -- or are at least closer to it.. You need to replicate data between various versions of oracle (Most de-supported versions) and DB2. And of course we don't know if you mean DB2-UDB or DB2-z/os . Having worked with both I know for a fact that, in spite of IBM's marketing, they are NOT interchangeable.
    Maybe if you backed up and explained in a bit more detail the real business problem you'd get better answers.

  • Few people are "Oracle ACE" and "Java Champion"

    Few people are "Oracle ACE" and "Java Champion"
    What's whose icon ?:|
    I think that icon should not be only one.
    For instance,I am Pro (I have 570 points) and "Oracle ACE".
    Therefore I hope that My icons are "Pro" and "Oracle ACE".

    BluShadow wrote:
    can't you create an icon with the Java character holding an Ace?It reminds me of award icons (achievements) one gets on Steam and Xbox Live. My favourite - the award of getting a fair number of WW2 tank commanders that pop head-out-of-turret, as an infantry rifleman (with a puny bolt action rifle). Satisfaction getting the commander of a crew that that hides inside the belly of an armoured beast, that tries to turn my comrades and me into roadkill or a 1000 pieces exploding bits (or pixels to be more accurate)... ;-)
    One option here could be a signature line - that lay bares one's claim to fame, knowledge and experience. This is often standardise by community agreement on some web forums (the gamer ones often include clan tags and titles with h/w specs). Or something like GeekCode.
    Never really fancied that myself - but it could be fun putting an Oracle based geekcode together. ;-)

  • Stop all Oracle Services

    I am upgrading/patching my test 10g database. While upgrading it ask you stop all oracle services in order to continue the upgrade. I did that but it is still asking to stop all oracle services. Now what do I do, anybody have experience with that.

    First, make sure you don't have any thing automatically started, and don't use even sqlplus, as a client it will load several dll's and when the upgrade process starts it will mark several dll's as being used.
    I've been working with win2003 several upgrade processes, I don't know exactly why, but several dll's are still marked as being used, even if the host was restarted with the service set to manual start. The exact list of dlls that are in this situation correspond to those used by an oracle client.
    The workaround I found for my specific case was to rename the dll's and let OUI to write the new version.

Maybe you are looking for

  • Error while using the Optimize_index

    Hi, We are trying to use the Optimize_index option with OPTLEVEL=>'FULL' and degree as 2, and getting the below error messages, Error : 1) ORA-20000: Oracle Text error: DRG-50857: oracle error in drvddl.IndexOptimizePar ORA-12801: error signaled in p

  • ME51N update MPN Material field in the table control

    Hi Gurus, My requirement is to update the field MPN Material in the table control of tcode ME51N as soon as i enter the material this field should get updated. Please give me suggestions. Regards, Milind

  • Check spelling - is it just me...?

    Does anyone else find it quite tricky to see where spelling mistakes/queries actually are on the page when you run run Edit > Spelling > Check Spelling ? I would find it a lot easier to use if it had an option where it pointed at the word in question

  • Trade in value, 10 month old Macbook Pro Retina w/ WIFI issues?

    I have a late 2013 Macbook Pro, Retina, upgraded memory from base model, 256 of awesome Samsung PCI-IE storage with the apparently very common wireless card issue. Web pages don't load, erratic ping times and high packet loss. It was purchased at an

  • Disable characteristics used in a VC class

    Dear Gurus, We have a general VC class - time period class with type 300. It has be used and shared among several type of materials. Among about 10 characteristics, there are two unhidden characteristics named "start date" and "end date" with the des