XSQL v0.9.8.6 and demo's

I've downloaded v0.9.8.6 of the XSQL Servlet. When I attempt to access the demos, I keep getting the following error message:
500 Internal Server Error
The servlet named XSQLServlet at the requested URL
http://jclevela-lap/demo/helloworld.xsql
reported this exception: sun.io.CharToByteUTF-8. Please report this to the administrator of the web server.
java.lang.IllegalArgumentException: sun.io.CharToByteUTF-8 at sun.io.CharToByteConverter.getConverterClass(CharToByteConverter.java:79) at sun.io.CharToByteConverter.getConverter(CharToByteConverter.java:109) at java.io.OutputStreamWriter.(OutputStreamWriter.java:75) at com.sun.server.servlet.http.HttpResponse.getWriter(HttpResponse.java:672) at oracle.xml.xsql.XSQLServletPageRequest.setupWriter(XSQLServletPageRequest.java:129) at oracle.xml.xsql.XSQLServletPageRequest.setContentType(XSQLServletPageRequest.java:156) at oracle.xml.xsql.XSQLPageProcessor.process(Compiled Code) at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java:124) at javax.servlet.http.HttpServlet.service(HttpServlet.java:715) at javax.servlet.http.HttpServlet.service(HttpServlet.java:840) at com.sun.server.ServletState.callService(ServletState.java:226) at com.sun.server.ServletManager.callServletService(ServletManager.java:936) at com.sun.server.ProcessingState.invokeTargetServlet(ProcessingState.java:423) at com.sun.server.http.HttpProcessingState.execute(HttpProcessingState.java:79) at com.sun.server.http.stages.Runner.process(Runner.java:79) at com.sun.server.ProcessingSupport.process(Compiled Code) at com.sun.server.Service.process(Service.java:204) at com.sun.server.http.HttpServiceHandler.handleRequest(HttpServiceHandler.java:374) at com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at com.sun.server.HandlerThread.run(Compiled Code)
I got v0.9.6 to work fine, but this new version does not seem to be working (even the demo's). Any ideas?
Thanks.

In every case where this problem was reported, upgrading to either 1.1.8 or 1.2.2 of the JDK solves the problem.
Has to do with bugs in the JDK's UTF-8 character-set conversion routines which 0.9.8.6 uses now to properly handle multi-byte characters.

Similar Messages

  • Oracle OpenWorld 2008 - presentations and demos

    Hi,
    Question to Oracle people - when can we expect publishing prresentations and demos from OOW 2008? [OOW On Demand Preview|http://ondemandpreview.vportal.net/] portal is still empty.
    Kuba

    Well the presentations and sound recording are accessible form here:
    http://www.cplan.com/oracleopenworld2008/sanfrancisco/ondemandlogon
    But you'll need a user/password
    Also remember that you only get voice and slides - you don't actually get to see live demos.

  • Remote Test and Demo Systems

    Would like comments from prior users of Remote Test and Demo Systems (or DPA?) where you get remote access to an SAP maintained system for the purpose of testing your application's interfaces with SAP ERP and/or BW.
    - how do you obtain this access
    - how long does this process take
    - what's the cost
    - how well does the system work
    - do you get access to only the built-in data or you can create your own.

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • Ask-The-Expert (ATE) Questions and Demos

    You can quickly access many of the answers and demos held during our Support Model for the Channel and Their Customers Ask the Expert (ATE) session for the Business ByDesign version of FP2.6
    You can access the demo recording here; https://sap.na.pgiconnect.com/p10867840/
    Below is a time stamp (MM:SS) of the start of a question or key topic during the session.
    05:15 u2013 what are the different ways to request support and creating incidents in the system during an implementation project ?
    8:45 u2013 How to create a support incident when the Business ByDesign system is down?
    11:20 - What is the role of a key user in ByD and to get to get access as a Key User in Business ByDesign?
    13:50 u2013 Demonstration u2013 How to log a new incident in ByD?
    15:43 u2013 who dies the user gets notified if there is any issue in the system with automatic job runs ex: if the Invoice run fails?
    21:40 u2013 How to take over an incident and forward it to support in ByD?
    33:50 u2013 what is the system provisioning process for partners and how partners can request a test, prod or data migration system?
    Edited by: Imtiyaz Mohammed on Sep 19, 2011 4:09 PM

    I want to Identify the Creator of RFQ in MM Module, Please Suggest.
    Thanks

  • Illustrator video tutorials and demos

    Impossible to watch Illustrator video tutorials and demos. Sound is ok but no image. What's wrong?

    You're welcome, Babsh.

  • How to install SQL*Plus help facilities and demos.

    Hi, everyone
    It appears error message say "failure to login" during SQL*Plus
    part of the Oracle8 full installation. I knew that system want
    to install SQL*Plus help and demos through logining one of
    dba account(maybe system user account). However, due to
    password's reason, can not log in SQL*Plus, so installer can't
    execute named pupbld.sql script, result in SQL*Plus help and
    demos can not be installed.
    Now, I am intend to install these stuff lonely.
    Could anyone help me? thank a lot.
    William
    null

    Hi,
    The pupbld.sql isn't the correct script to create the help
    facility, it just creates product and user profile tables.
    The help script is at $ORACLE_HOME/sqlplus/admin/help (run as
    system)
    cd $ORACLE_HOME/sqlplus/admin/help
    sqlplus system/<password> @helptbl
    sqlldr system/<password> control=plushelp.ctl
    sqlldr system/<password> control=plshelp.ctl
    sqlldr system/<password> control=sqlhelp.ctl
    sqlplus system/<password> @helpindx
    I think it is necessary to run the pupbld.sql script, without
    this script everyone who logins in oracle with sqlplus will see
    an error message, but... Run the script again:
    $ORACLE_HOME/sqlplus/admin/pupbld.sql
    Best regards,
    Ari
    William (guest) wrote:
    : Hi, everyone
    : It appears error message say "failure to login" during SQL*Plus
    : part of the Oracle8 full installation. I knew that system want
    : to install SQL*Plus help and demos through logining one of
    : dba account(maybe system user account). However, due to
    : password's reason, can not log in SQL*Plus, so installer can't
    : execute named pupbld.sql script, result in SQL*Plus help and
    : demos can not be installed.
    : Now, I am intend to install these stuff lonely.
    : Could anyone help me? thank a lot.
    : William
    null

  • I ran MacKeeper and demo'd my wife's iPhoto archive bigtime: RAW files appear corrupted and lotsa pix w/no thumbnails or "!" marks instead. Help!

    I ran MacKeeper and demo'd my wife's iPhoto archive bigtime: RAW files appear corrupted and lotsa pix w/no thumbnails or "!" marks instead. Help!

    Should I take it that recco'd means 'recommended'? Still have no idea what demo'd means in the context you use. I've often seem it as an abbreviation for 'demonstrate' but that makes no sense. The problem with idiosyncratic abbreviations is that other people don't understand them.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Test and Demo Systems (DPA)

    Would like comments from prior users of Remote Test and Demo Systems (or DPA?) where you get remote access to an SAP maintained system for the purpose of testing your application's interfaces with SAP ERP and/or BW.
    - how do you obtain this access
    - how long does this process take
    - what's cost
    - how well does the system work
    - do you get access to only the flight data or you can create your own.

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • Qt Examples and Demos [Solved]

    Is there a reason why the Qt Demonstrations aren't available on Arch Linux?
    The Qt Demo README says:
    The launcher can be accessed via the Windows Start menu. Select the menu
    entry entitled "Qt Examples and Demos" entry in the submenu containing
    the Qt tools.
    On Unix/Linux:
    The qtdemo executable is installed alongside the other Qt tools on the path
    specified when Qt is configured.
    Or could we have a 'qt-demo' package for the demonstrations?  Just like we have the 'qt-doc' package for the documentation...
    SOLVED: The qt-docs package now seems to include the examples & demos (/bin/qtdemo)
    Last edited by k33l0r (2009-04-24 06:53:02)

    k33l0r wrote:Or could we have a 'qt-demo' package for the demonstrations?  Just like we have the 'qt-doc' package for the documentation...
    Sure thing, bro. Go ahead and make one.

  • Tutorials, Videos and Demos on Spaces Functionality

    Has anyone found any good Tutorials, Videos and Demos on Spaces Functionality? Like Using the Wiki and Blogs and the other uses of spaces?
    I loved to fine a "WOW look what spaces can do" Video.

    As for tutorials, check http://docs.oracle.com/cd/E21764_01/webcenter.htm (there is one for Spaces users)
    As for videos, there are quite a few videos available on YouTube http://www.youtube.com/results?search_query=webcenter+spaces&oq=webcenter+spaces&gs_l=youtube.3..0j0i5.1353.3846.0.4059.16.9.0.0.0.0.583.1753.2j3j0j2j0j1.8.0...0.0...1ac.1.GrKsnCAdIJw
    Check also http://download.oracle.com/otndocs/tech/webcenter/files/11gspacesdemo_viewlet_swf.html
    As for demos, there used to be a VM on PS3 - unfortunately, it's no longer available (we are at PS5). Check this link for updates: http://www.oracle.com/technetwork/middleware/webcenter/portal/downloads/owcs-portalfw-vbox-284132.html

  • Error: File does not exist (while trying to get Petstore and demos to run)

    Hi all,
    I have been trying in vain to get the Petstore demo and other servlet demo HelloWorld to run. It seems to install okay cause it creates the directories and extracts the .ear or .war files. My problem is connecting to the application. When I run http://my.host:7778/estore or http://my.host/7778/HelloWorld/HelloWorld I get and error in the Apache error_log that says: File does not exist: c:/oracle/components/apache/apache/htdocs/helloworld/helloworld and File does not exist: c:/oracle/components/apache/apache/htdocs/estore
    I have looked and searched everywhere for help but to no avail. Under the WebModule the URL Binding is /HelloWorld and /estore.
    Please help me!!! I am going crazy with this.
    Thanks,
    Grant
    PS. I am running 9iAS 9.0.2.0.1 and everything is on 1 Windows 2000 (sp1) machine. Infrastructure and Components in separate dirs with port 7777 and 7778 for each.

    I'm having the same problem under a solaris system did anyone ever find the solution to this problem. For some reason the server just wants to use the document root instead of the deployed application directory.

  • Crystal Reports has stopped working with Windows 7 and demo database

    I'm trying to get back up to speed on Crystal Reports after 10 years away. I'm running Crystal Reports 2008 Standard with the just-released Service Pack 3 (same symptom with SP2).
    So I downloaded the demo database and tried creating a new report. No problems creating a simple customer list. When I add the Orders table and link the CustomerID columns and then add the OrderDate column to the report, everything works fine. But as soon as I add the OrderID or OrderDate column, the application crashes.
    Culprit seems to be MSVCR80.dll. Here's the log:
    Faulting application name: crw32.exe, version: 12.3.0.601, time stamp: 0x4bd05d31
    Faulting module name: MSVCR80.dll, version: 8.0.50727.4927, time stamp: 0x4a2752ff
    Exception code: 0xc000000d
    Fault offset: 0x00008aa0
    Faulting process id: 0x1944
    Faulting application start time: 0x01cb0139cfafeb40
    Faulting application path: C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\crw32.exe
    Faulting module path: C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5\MSVCR80.dll
    Report Id: 3b28c990-6d2d-11df-b9d8-00080d72c9f2
    Suggestions? Thanks in advance.

    Hello,
    It may be that something was "fixed" and our default xml file falls out of the Standards now.
    Are you wanting to connect to SQL or XML?
    Go to Microsoft's site and search for C++ distribution and download and install the recommended one for windows 7. It may be that part is corrupt or our installer thinks it is there. Try doing a Repair install and custom options to select all of the DB drivers and exports types to see if that resolves the issue.
    Thank you
    Don

  • In-house test and demo license

    Some integration tests such as CA-DMI, BC-XOM, BC-SNC,etc. can not be performed via remote-access DPA systems. To overcome this problem, vendors can install SAP software on thier own sites, by purchasing a Test&Demo license.
    Here is the information for Test&Demo license:
    IDES Test & Demo License
    It has never been easier to discover and demonstrate the world of mySAP Business Suite e-business solutions than with the Internet Demonstration and Evaluation System (IDES) with its preconfigured installation of mySAP Business Suite components, populated with the data and business processes of a fictional enterprise. This model corporation consists of several companies located around the globe with clearly defined and independent business tasks.
    Interfaces, suitable for testing: AC-CCI, BC-CTS, BC-SNC, BC-SSF, BC-LDAP-USR, CA-DMI, CA-EDI, EP-IVW, FI-EDI, HR-OCI, IS-ADP, IS-B-DCH, IS-ITA, IS-T-EBC, IS-TAS, IS-TPS, IS-U-WM
    Requirements: PC with moderate power and server operating system together with trained administrator to install and run SAP system.
    How to obtain: In EMEAyou can order the Test & Demo License from the Software Partner Program (mailto:[email protected]). In the Americas, please contact SAP America at mailto:[email protected]

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • Samsung Galaxy S6 pre-order and demo unit?

    The pre-orders go up tomorrow for AT&T (and T-Mobile) but none of the stores around me have ANY information. They've also not heard anything about the demo units they are supposed to have tomorrow. According to the Samsung website both of my local stores will be getting a demo unit but neither of them have any idea about it.
    I don't care so much about the demo unit but I want to know what pre-order bonus Best Buy will be including? I've heard some talks about the wireless charger being included if you pre-order but T-Mobile is offering up on free year of Netflix if you pre-order through them. Could we get a clarification please?

    Hello DextarRogue,
    I really like it when a new device comes along that piques my interest. It really adds to the excitement of a new purchase for me. You ask really great questions about the Samsung Galaxy S6!
    About the in-store demo: I recommend keeping in touch with your local store about this issue. As for special pre-order offerings, it looks there is an offering. Please visit BestBuy.com for more information.
    I hope this helps. If you have more questions, please let me know.
    Regards,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • UIX with XSQL as XML data provider and event handler

    Hello ,
    I would like to bind XML data to messageinput elements of a form element
    as values to be presented before entering (data provider)
    as well as input values to be persisted after completing the form (event handler).
    My impression (as a newbee) is that only for BC4J integration there is a bidirectional binding with view objects.
    Can i use 'include' to bind a static xml file as data source for output?
    How can i use XSQL to be bound as data for input as well as for output of a form?
    A last question concerning a page with 3 tabs:
    do i need 3 different pages and requests to get the data of the 3 tabs
    or is it possible to get the whole data of the page in one request
    and distribute it over the 3 tabs.
    Any help appreciated
    Thanks
    Klaus Dreistadt

    You could do this, but we don't provide any tools to make this easy.
    You'd have to write an implement of the DataObject interface
    that gives your UI access to the XML document, and write custom
    event handlers to perform the "set" side of things. The Data Binding
    and UIX Controller chapters of the UIX developer's guide will give you
    a high-level view of how to accomplish this, but nothing specifically
    about reading or writing to XML documents.

Maybe you are looking for

  • How do you double underline in pages 5.2

    I am not able to find how to double underline in the pages update 5.2  Making documents previously I was able to select a colour for text then single or double underline in a different colour.  It seems now that there is only the option of  text and

  • Powerbook won't sleep after OS install and update

    I replaced the original hard drive with a new drive, installed OS 10.4 from the boot disk, updated to 10.4.11, replaced original apps and user folder via Carbon Copy Cloner. Machine runs great, but won't Sleep, either from Apple menu or closing the l

  • Error message R6034 with itunes download

    Tried to update my itunes ... keep getting error message R6034

  • LE 8 Master Template - Apple Plug In for "Air"

    I am purchasing Ozone but was wondering if anyone had any success with any of the plug ins available in LE8, to put more "air" in my mastered mixes? I am positive nothing like Ozone exists in LE8, but just curious if anyone has tried anything within

  • Youtube videos are imprinting in the upper left corner of my screen.

    When I have a youtube video playing in one tab, and I'm looking at another tab and bringing up a notepad text file or Spider Solitaire, the youtube video will imprint itself over the upper left corner of my screen and won't go away unless I refresh t