XSQL XML demos not finding relative URLs

I finally have the XML demos running under OAS 4.0.8.1 (while waiting for IAS on NT) but none of the relative URL references in the demo files work unless I map a virtual path to every directory.
Mapping /demo to e:\xsql\demo allows me to bring up the demo page listing all demos but none will work.
If I then map /airport to e:\xsql\demo\airport the airport demo will work form the demo page.
What is the proper set of virtual paths to map.
Thanks,
Rick Post
null

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rick Post:
I finally have the XML demos running under OAS 4.0.8.1 (while waiting for IAS on NT) but none of the relative URL references in the demo files work unless I map a virtual path to every directory.
Mapping /demo to e:\xsql\demo allows me to bring up the demo page listing all demos but none will work.
If I then map /airport to e:\xsql\demo\airport the airport demo will work form the demo page.
What is the proper set of virtual paths to map.
Thanks,
Rick Post
<HR></BLOCKQUOTE>
IAS 1.0 has Apache 1.3.x + Jserv 1.1, you could download this version for Windows NT from Apache Web Site. There aren't differences from IAS to Apache on windows NT except for Oracle iCache.
Regards, Marcelo.
null

Similar Messages

  • Siri not finding relations in address book

    I have today purchased the new iPhone4S 64GB because I think Siri is very usefull.
    I have assigned relationships to people by talking to Siri such as "Emma Davies is my sister" successfully.  However when I ask Siri to "Call my sister" it translates the relationship to the name but then says "I don't see 'Emma Davies' in your address book."
    I have tried with other relations, restarted the phone, and re-set the phone to no avail so far.  It's not stopping my usage nor dose it anoy me that it isn't working.  I'm just posting this information incase anyone else is experiancing the same problem and/or maybe has a fix.
    Thanks,

    Yup, me too. This started out as a custom group I'd created, then later wanted to delete ... I can't find it in Address Book, yet it's still showing up when I sync my iPhone with iTunes.

  • Jazn.xml DTD not available (broken URL)

    In OC4J 9.0.2 production and 9.0.3 preview the file j2ee/home/config/jazn.xml has the following DOCTYPE tag:
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn.dtd">
    Presently--May 16, 2002--the URL http://xmlns.oracle.com/ias/dtds/jazn.dtd does not exist on Oracle's website. I don't know if it was there before or not, but you better put it there soon!

    Scott,
    Thanks for bringing this to our attention. We'll put it up shortly.
    -Lee

  • Xsql-servlet: can not find xsql-wtg.bat

    hi,
    i have unzipped the file xsqlservlet_v1.0.2.0.zip.
    now i should start xsql-wtg.bat, but this file is not in the zip-file....
    instruction in the application developers guide xml:
    Running the xsql-wtg.bat script in the .\xsql directory.
    i could doubleclick xsql.bat ..... ??
    another problem is:
    after starting a xsql-file i get an error message:
    Oracle XDK Java 9.2.0.4.0 Production
    XSQL-007: Cannot acquire a database connection to process page.
    E/A-Exception: The Network Adapter could not establish the connection
    who can help me??
    thanks a lot

    These instructions are out of date. The WTG (Web To Go) server was part of early XSQL releases, but the latest 9.2.0.X releases that come with the XML Developer's Kit for Java no longer include a web server in the installation. You'll need to install the servlet into your favorite servlet engine to run it.
    Full online doc for XSQL is here:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/appdev.920/a96621/adx09xsq.htm

  • RSS feed in iWeb 09 not finding my url

    i've been using iweb for ages to publish my website.
    when i upgraded to iweb 09 it suddenly stopped being able to subscribe to my podcast.
    it says i need to put a url in the publish settings which i have done but it still isnt working.
    any ideas?

    i've put http://www.harvestcroydon.org but it still says i need to put in a url?

  • How to find the URL of deployed Web services?

    Hi,guys. I have created a Web service, and deployed to WAS.But where is the accessing URL? WAS has created several WSDLs for the serviece, but I can not find the URL in the files.
    I think that the URL looks like "http://localhost:50000/XISOAPAdapter/MessageServlet?channel=:WAS2:CC_GIS_Equipment_Create_SOAPOUT&version=3.0&Sender.Service=WAS2&Interface=urn%3Azpepc%3Agis%3Aequipment%3Amaintenance%5EMI_GIS_Equipment_Create"

    my accessing code is:
    public class VacationClient {
         public static void main(String[] args) throws Exception {
              System.out.println("SOAP call start");
              VacationClient helloSOAPClient = new VacationClient();
              String resultValue = helloSOAPClient.doSOAPRequest(
                        "VacationCheckerService", "getVacationDays",
                        "employed_years", 20);
         public String doSOAPRequest(String _strURI, String _strMethodName,
                   String _strName, int _strValue) throws Exception {
              Call call = new Call();
              call.setTargetObjectURI("urn:" + _strURI);
              call.setMethodName(_strMethodName);
              call.setEncodingStyleURI(Constants.NS_URI_SOAP_ENC);
              Vector params = new Vector();
              params.addElement(new Parameter(_strName, Integer.class, new Integer(
                        _strValue), null));
              call.setParams(params);
              System.out.println("&#24320;&#22987;");
              Response resp = call
                        .invoke(
                                  new URL(
                                            "http://10.136.31.121:50000/TestWeb_Config1_SoapServlet"),
              if (resp.generatedFault()) {
                   Fault fault = resp.getFault();
                   System.out.println("failed&#65281;");
                   return "failed&#65281;";
              } else {
                   Parameter result = resp.getReturnValue();
                   System.out.println("sucessful&#65281;"+result.getValue().toString());
                   return result.getValue().toString();
    But the URL is not correct ,and an exception is throwed:
    Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Software caused connection abort: recv failed; targetException=java.net.SocketException: Software caused connection abort: recv failed]
         at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:358)
         at org.apache.soap.rpc.Call.invoke(Call.java:248)
         at test.VacationClient.doSOAPRequest(VacationClient.java:44)
         at test.VacationClient.main(VacationClient.java:18)

  • XSQL Demos not working ...

    I am trying to run the xsql demos by typing following line in browser:
    http://crz3k055/xsql/demo/airport.xsql
    On Netscape communicator 4.7 I get message:
    Not Found
    The requested URL /servlets/oracle.xml.xsql.XSQLServlet was not found on this server.
    Apache/1.3.6 Server at crz3k055.mcom.com Port 80
    O Internet explorer 5.0, I get the message:
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the crz3k055 home page, and then look for links to the information you want.
    Click the Back button to try another link.
    Click Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer
    Please help.
    Thanks
    Shri

    I am using Apache web server and Apache JServ.
    I modified the Jserv.properties file and added following lines:
    wrapper.classpath=C:\Program Files\Apache Group\Apache JServ\ApacheJServ.jar
    # Oracle XSQL Servlet
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\oraclexsql.jar
    # Oracle JDBC (8.1.5)
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\classes111.zip
    # Oracle XML Parser V2 (with XSLT Engine)
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\xmlparserv2.jar
    # Oracle XML SQL Components for Java
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\oraclexmlsql.jar
    # XSQLConnection.xml File location
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib
    In mod_jserv.conf added:
    ApJServAction .xsql /servlets/oracle.xml.xsql.XSQLServlet
    And appended mod_jserv.conf in httpd.conf
    Restarted the apache webserver, but still I am getting this error on http://crz3k055/xsql/demo/helloworld.xsql
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Apache/1.3.6 Server at crz3k055.mcom.com Port 80
    Your help is appreciated.
    Thanks
    Shri
    null

  • Pop-up today, FF couldn't down load,suggested URL to get manual down load. Could not find.

    See above. When the pop up appeared I asked it to proceed with the update (I think it was security related). It tried, could do the update but not why and suggested I check in with this URL: www.firefox.com. Now, that didn't work either and I think that it may have said .org rather than dot com since when I used it I went to the FireFox web site which is Mozilla not that of a Fire Fox news site which it said was not the Mozilla site for dealing with the browser. The pop up has not recurred. I opened another FF browser window and still no pop up. I was hoping to find a list of recent up offered up dates would be listed but could not find that either.

    See above. When the pop up appeared I asked it to proceed with the update (I think it was security related). It tried, could do the update but not why and suggested I check in with this URL: www.firefox.com. Now, that didn't work either and I think that it may have said .org rather than dot com since when I used it I went to the FireFox web site which is Mozilla not that of a Fire Fox news site which it said was not the Mozilla site for dealing with the browser. The pop up has not recurred. I opened another FF browser window and still no pop up. I was hoping to find a list of recent up offered up dates would be listed but could not find that either.

  • Not able to create XML from an existing relational database

    Hi,
    I am trying to create and xml from an existing relational database. I am not able to get any XML data, I receive "XMLTYPE()" as the result.
    Here's the query -
    SQL> select o.order_id, XMLELEMENT("order", XMLATTRIBUTES(o.order_id as ID)) AS "result" from order_
    info o where order_id=2793;
    ORDER_ID
    result()
    +2793+
    XMLTYPE()
    I was expecting to get +<order id=2793 />+ instead of XMLTYPE().
    I am using -
    SQLPlus: Release 9.0.1.0.1*
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    I have also run some checks to confirm XML DB installation -
    SQL> select 1 from all_users where username  = 'XDB';
    +1+
    +1+
    SQL> desc RESOURCE_VIEW;
    Name                                      Null?    Type
    RES                                                SYS.XMLTYPE
    ANY_PATH                                           VARCHAR2(4000)
    RESID                                              RAW(16)
    I think, I have something wrong with installation or configuration.
    Any idea about what have I done wrong here?

    Works fine now. Got the result "<order ID="2793"></order>".
    Thanks. :-)

  • Through my iCal calendar I decided to share my entries with my husband and I thought I was doing everything that was prompted of me to do but not only can I not find "us" or the URL address in the internet but I no longer have ANY CALENDAR ENTRIES!grrrrr

    If there is anybody out there who can help me find my iCal entries from this week forward I would soooo appreciate it!  I decided to "share" calendars with my husband and in doing so I have lost my appointments and can't find the URL or http:// blah,blah anywhere.  I looked through my Time Capsule and of course nothing is there (it shows what exists now in the calendar which is nothing), I looked in iCloud and I don't know how to retrieve my stuff.  Thank you in advance for your help.  I really don't like these things because I am not very good at them.  What I would think is simple every time becomes a huge mess and wasted life.

    As iCloud does not have your calendars we have two options:
    Contact Apple ASAP and ask them to see if they have a backup copy of your calendar data which they can restore from the server to iCloud.  It's not Apple's responsibility to maintain backups of your data but most servers have a backup of some type.  The challenge is that those backups probably get refreshed fairly quickly so you need to contact them fast so they can put a request in to whoever manages the iCloud servers (it might not be possible but its worth asking).  http://www.apple.com/support/icloud/contact/
    Something you can do right now:If you have a Time Capsule that suggests you are running Time Machine which backs up your entire computer (else why have a Time Capsule).
    Make an iCal backup of what you still have:  Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    Go to Calendars > Go Offline
    Go to iCal > Quit iCal
    Quit all open applications
    Click anywhere on your desktop
    Go to the "Go" menu at the top of the screen and hold down the "option / alt" key on your keyboard.
    Click on the "library" option in the menu.
    While in the Library go to the Time Machine menu at the top right corner of your computer screen (Little clock face with an arrow going around it in a circle) and click "Enter Time Machine".
    In Time Machine click on the the time line running down the right hand side of the screen to choose a date / time when you are 100% confident that iCal had the events you are looking for.
    Once you've gone to the date you want, highlight the "Calendars" folder in the Library window.
    Click the button that says "restore" in the bottom right.
    Once the restore is complete, open iCal and see if your events are there.
    If the events are there, Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to your desktop.
    If the events are not there, go back into Time Machine and try an earlier date.
    Once the calendars are restored to iCal and you've exported a copy out, go to Calendars > Go online
    If the events vanish you can re-import them from the copies you exported to the desktop.

  • XML Template could not find error when submitting for other than English

    Hi All,
    When I try to submit my custom xml report through SRS window, in NON english language, I get following error
    "The simultaneous application program could not find an xml template for the program. Check the configuration of the data and information medianate template for the program administrator the responsibility to xml editor" --- (Transalted from spanish message by me)
    and then giving FRM-41072:can not create the group req_layout
    error.
    I have other xml report for which I have no this type of problem
    Please help me.
    Edited by: DharV on Oct 30, 2011 10:42 PM

    Hi,
    I have a template created using UI Shell and have 2 fragments being used as a dynamic region. So far so good. All is well and when i run the application i can see the regions.
    Don't know what this has to do with the problem and its solution. Its confusing.
    Now i created a custom template (.jspx) file and tried to use the same fragments in this template.
    Assume you meant that you used the same task flow reference - correct ?
    If you set definition="public" , does it make a difference ?
    Frank

  • Adobe Flex 4 Plug-in for HP Quick Test Pro could not find  any Flex environment fields (TEAFlex*.xml

    Hello all,
    When compiling Flex project with QTP automation libraries included (Flash Builder version is 4.5. QTP is 11, Adobe Flex 4.5 Plugin for HP QuickTest Pro is installed) the message as below pops up
    Adobe Flex 4 Plug-in for HP Quick Test Pro
    Adobe Flex 4 Plug-in for HP Quick Test Pro could not find
    any Flex environment fields (TEAFlex*.xml).
    OK
    After accepting it there is Flex application shown in IE8.
    Trying to record actions in the application gives no effect while TEAPluginIE.dll and TEAPluginQTP.dll are loaded during that.
    What could it be providing that TEAFlex.xml is in the directory where the TEA* dlls reside?
    Have a nice day!

    Adobe's official exam guide outlines exactly what you need to know:
    http://www.adobe.com/devnet/flex/pdfs/ace_exam_guide_flex4.pdf
    I took the Flex 3 ACE recently and found that the guide represents the exam content very well. It looks like there aren't a whole lot of changes in the Flex 4 ACE guidelines.
    To answer your questions:
    LCDS is not on the exam.
    What they expect you to know about the AIR library is very basic. It amounts to simple operation of an AIR app, file system operations, customizing the native window, drag-and-drop, and security. I've never developed an AIR app and got by just fine.
    Before taking the exam, I was already quite comfortable with much of Flex. Along the way I learned a few things that I haven't had a reason to touch. I found the exam to be quite easy, but I'm also a computer science guy and has also just experience Java certification which is much more difficult.
    I breezed through the Training From The Source book and was happy with it. However, you will do just as well with the LiveDocs for free.

  • JWSDP 2.0/ JAX-WS 2.0: can not find com.bea.xml.stream.MXParserFactory

    Hi,
    when I invoke wsimport with Ant to create the client artifacts with the custom-client-binding file I always get an error like "javax.xml.stream.FactoryConfigurationError, can not find provider class com.bea.xml.stream.MXParserFactory".
    I can not find the BEA provider in the JWSDP 2.0.
    Who can help me?
    wolfgang

    You need an implementation of the JSR-173 API on your classpath, e.g. sjsxp.jar from the JWSDP.

  • ERROR: XML parse error: Error on line 1 of document: cvc-elt.1: Can not find the declaration of element 'model'. Nested exception: Can not find the declaration of element 'model'.

    I have install flash builder 4 beta 2 + blazeds 4.00.7548. While try to connect to data service and face a problem.
    When i use a beta 1 that no such probem. please help.
    ERROR: XML parse error: Error on line 1 of document: cvc-elt.1: Can not find the declaration of element ‘model’. Nested exception: Can not find the declaration of element ‘model’.

    Hello All!
    I'm just getting started with Flash Builder 4 and BlazeDS and I'm having this same issue.     I have installed the FlashBuilder 4 beta 2  Build 253292, and Blaze 4  ( blazeds-turnkey-4.0.0.14341 ).       I have also installed the livecycle_dataservices3_modelerplugin_100509.      Upon clicking Data-Connect to data/service and then Blazeds,   I can see my DAO object listed.   However, if I select it I receive the dreaded error.       Now if I code in the remote object manually, in the  .mxml file and run it, all works just fine.        It's only while trying to use the object within Flashbuilder that I have the problem.     I see lots of ideas kicked around for this, and it seems that various solutions have worked for different users.    Can somebody put together a 'cookbook' of just exactly how to set things up to make this work? 
    Thanks

  • XSQL-003: Failed to find 'XSQLConfig.xml' file in server CLASSPATH.

    Hi,
    I'm trying to make the Tomcat 1.3.2 to work with xsql servlet, and have followed the instructions on how to do it, but i get the : XSQL-003: Failed to find 'XSQLConfig.xml' file in server CLASSPATH. - error.
    What am I doing wrong?
    null

    Forget it...
    I had pasted in:
    set CLASSPATH=%CLASSPATH%;directory_where_XSQLConfig.xml_resides
    istead of:
    set CLASSPATH=%CLASSPATH%;C:\xsql\lib
    works now....
    null

Maybe you are looking for