This XML file does not appear to have any style information...

hello,
i am a new oracle spatial developer and also i am new in XML. i want to see the demos in oracle 10g enterprise edition. i imported the necessary dump files and i created the necessary user defined as mvdemo/mvdemo. when i want to see the demos in mapviewer, i come accross this error:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
     <oms_error>
Message:[XMLHelper] xml eşleme isteği incelenirken hata.
Fri Feb 25 01:37:39 EET 2005
Severity: 0
Description:
Message:[XMLHelper] xml eşleme isteğinde geçersiz geometri.
Fri Feb 25 01:37:39 EET 2005
Severity: 0
Description:
Message:GML Geometry type Point not suppoted.
Description:
     at oracle.sdovis.JSDOGeometry.fromNodeToGeometry(JSDOGeometry.java:3185)
     at oracle.lbs.mapserver.core.XMLHelper4Mapper.parseGeoFeature(XMLHelper4Mapper.java:712)
     at oracle.lbs.mapserver.core.XMLHelper4Mapper.convert(XMLHelper4Mapper.java:223)
     at oracle.lbs.mapserver.core.XMLHelper4Mapper.convert(XMLHelper4Mapper.java:167)
     at oracle.lbs.mapserver.oms.getMapRequest(oms.java:678)
     at oracle.lbs.mapserver.oms.doPost(oms.java:314)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
     at java.lang.Thread.run(Thread.java:534)
</oms_error>
for now, i dont know what to do.. if someone recommend any useful idea, i would be greatful.
best regards..

hello,
thank you for your reply..
i made some changes and i dont see the errors that i mentioned above any more. but still some problems..
firstly, i decided to change the settings in the mapViewerConfig.xml file in order to add a new datasource. i copied it and that is the reason why you see the '!' in my explanation. the new situation in the mapViewerConfig.xml file like this:
<map_data_source name="mvdemo"
jdbc_host="c-0y5wp0jvd2bf8"
jdbc_sid="orcl"
jdbc_port="1521"
jdbc_user="mvdemo"
jdbc_password="nzKVD/KFZYkGc0uF7EL7/vPibuAPpQ9j"
jdbc_mode="thin"
number_of_mappers="3"
/>
"c-0y5wp0jvd2bf8" is my computer name. jdbc password was encrypted when i started the mapviewer. this is the new screen of the mapviewer after starting:
05/03/01 17:49:58 INFO [oracle.lbs.mapserver.oms] oms root path: C:\mapviewer10
12_qs\mv1012qs\oc4j\j2ee\home\applications\mapviewer\web\
05/03/01 17:49:58 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)
initialized
05/03/01 17:49:58 INFO [oracle.lbs.mapserver.core.MapperConfig] using default co
nfig file: C:\mapviewer1012_qs\mv1012qs\oc4j\j2ee\home\applications\mapviewer\we
b\WEB-INF\conf\mapViewerConfig.xml
05/03/01 17:49:58 WARN [oracle.lbs.mapserver.core.MapperPool] destroying ALL map
maker instances.
05/03/01 17:50:17 INFO [oracle.sdovis.CacheMgr2] Spatial Data Cache opened. Regi
on=SDOVIS_DATA.
05/03/01 17:50:17 INFO [oracle.sdovis.CacheMgr2] max_cache_size=32 MB.
05/03/01 17:50:17 INFO [oracle.sdovis.CacheMgr2] sub region sdovis_subreg_mvdemo
_jdbc:oracle:thin:@c-0y5wp0jvd2bf8:1521:orcl created in cache.
05/03/01 17:50:17 INFO [oracle.lbs.mapserver.core.MapperPool] added a mapper ins
tance to the pool [data src=mvdemo]
05/03/01 17:50:17 INFO [oracle.lbs.mapserver.core.MapperPool] added a mapper ins
tance to the pool [data src=mvdemo]
05/03/01 17:50:17 INFO [oracle.lbs.mapserver.core.MapperPool] added a mapper ins
tance to the pool [data src=mvdemo]
05/03/01 17:50:17 INFO [oracle.lbs.mapserver.core.MapperConfig] Map Recycling th
read started.
05/03/01 17:50:17 INFO [oracle.lbs.mapserver.oms] *** Oracle MapViewer started.
when i open the page ( http://localhost:8888/mapviewer/ ) and press the submit button of the "sample map request" section to see the result of the demo, i come accross this error:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
     <oms_error>
Message:[XMLHelper] xml eşleme isteği incelenirken hata.
Tue Mar 01 17:53:51 EET 2005
Severity: 0
Description:
Message:[XMLHelper] xml eşleme isteğinde geçersiz geometri.
Tue Mar 01 17:53:51 EET 2005
Severity: 0
Description:
Message:GML Geometry type Point not suppoted.
Description:
     at oracle.sdovis.JSDOGeometry.fromNodeToGeometry(JSDOGeometry.java:3185)
     at oracle.lbs.mapserver.core.XMLHelper4Mapper.parseGeoFeature(XMLHelper4Mapper.java:712)
     at oracle.lbs.mapserver.core.XMLHelper4Mapper.convert(XMLHelper4Mapper.java:223)
     at oracle.lbs.mapserver.core.XMLHelper4Mapper.convert(XMLHelper4Mapper.java:167)
     at oracle.lbs.mapserver.oms.getMapRequest(oms.java:678)
     at oracle.lbs.mapserver.oms.doPost(oms.java:314)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
</oms_error>
in addition, i use firefox as my default browser. however, i tried it in the iexplorer also but gave the same error again.
i look forward to taking a response. thank you very much for your care again.
regards

Similar Messages

  • This XML file does not appear to have any style information associated with

    Hi All,
    I have IDOC to XML file scenario.
    In SXMB_MONI, it showed the message processed successfully (checkered flag).
    I open the payload in the target, I'm able to see the XML format without error.
    then I checked in RWB the overall status is successful.
    But when I checked the detail (message content) I got the following message:
    "This XML file does not appear to have any style information associated with it".
    So physical file created is like corrupted.
    If using XML marker to open the file it show warning "Invalid Unicode Sequence".
    The thing is when rerun the whole interface again, which is mean the same idoc send from the source, the file created successfully. Sometimes need to rerun twice or more than that to get the file.
    Anyone has idea on what is wrong here?
    Thanks,
    Victor.

    Hi Baskar,
    Thanks for your reply.
    It's PI 7.0.
    Overall status is successful but when I go to RWB to check the message content i got the error message above.
    Target system is only normal FTPS server.
    XML file is created as well but it's showing error when we open it.
    The weird thing is without fixing anything if we rerun the same interface with same set of data sometimes the error is gone by itself.
    Thanks,
    Victor.

  • I keep getting the message This XML file does not appear to have any style information axxociated with it. The document tree is shown below Is this a serious problem?

    My daughter and i use same computer she uses firefox and recently we have noticed on facebook apps we get the message This XML file does not appear to have any style information axxociated with it. The document tree is shown below

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • I keep getting "This XML file does not appear to have any style information associated with it."

    I keep getting a message that reads "This XML file does not appear to have any style information associated with it. The document tree is shown below." when I try to view certain images with the document tree reading something like this:
    <Error>
    <Code>AccessDenied</Code>
    <Message>Access Denied</Message>
    <RequestId>BCC4C0545EAAB7AE</RequestId><HostId>3LxcI9VY5wksYdmblAgu2dYu9ZfkLVZJWYhDtoIdRIE4HyARxC+ogJXkApL6U+tT</HostId>
    </Error>
    I tried updating Firefox and that didn't work. All I could find was that it could be a proxy thing, but I'm set to "no proxy" in my network settings so I'm stumped.

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Using live HTTP header get This XML file does not appear to have any style information associated with it. The document tree is shown below

    Im using ReloadEvery 3.6.3 & Live HTTP Headers 0.16 plugin's for playin mobsters on myspace. After capturing the the script, editing & placing in the address bar I recieve a message: Failed Security. This XML file does not appear to have any style information associated with it. The document tree is shown below. There was nothing on the Tree. I know the script was edited correct cause it works on the other PC's. Operating system is win7 & Firefox is current. Thx.
    == The first time

    yea I got the same error for playing files on filestube and its just not that, ever since 2 days ago when I updated firefox everything have just started to ..uck up all the time, high cpu memory load without any addons and it wont terminate for another 20secs after I close it... I think I'll just reinstall with an older version, everything worked just fine then

  • TS3297 This XML file does not appear to have any style information associated with it. The document tree is shown below."

    This is the message I get on top when I used BEST BUY REWARD ZONE to access itunes.  On the bottom, I get code;this happens when I use ie7 and google chrome.  I can, so far, get into iTunes directly;but for how long is anybody's guess.  Is Apple still associated with Best Buy?

    Never heard of it, but there ain't no such thing as a free lunch. The error message from IE7 tells you pretty much all you need to know. "There is no style information which might allow the information in the XML file to be presented in a way which might make it easier for you to interpret. Here is the raw content". I no idea why you think opening the XML file is necessary. The file is a text based representation of your iTunes library designed to be read by third party applications.
    tt2

  • I got this when I clicked RSS Feed of this list: This XML file does not appear to have any style information associated with it. The document tree is shown below.

    Question:  My MacBook Pro is completely F*cked up I am aging like I used to when I used Windows ie.  I need GENus to contact me and help me with so many problems.

    yea I got the same error for playing files on filestube and its just not that, ever since 2 days ago when I updated firefox everything have just started to ..uck up all the time, high cpu memory load without any addons and it wont terminate for another 20secs after I close it... I think I'll just reinstall with an older version, everything worked just fine then

  • Hi. Unfortunately my ethernet card was not working anymore. This is the message "This computer does not appear to have any PCI Ethernet card. How can I fix it?

    Hi. Unfortunately my ethernet card was not working anymore. This is the message "This computer does not appear to have any PCI Ethernet card. How can I fix it?

    i would try an SMC reset, the following article tells how to do this:
    http://support.apple.com/kb/HT3964
    if it still gives that message, you need to take it to apple store or apple service provider to have a new card installed. the apple site gives listings of providers and stores in your area:
    https://locate.apple.com

  • HT4859 When I log onto icloud from my laptop, it does not appear to have any of my contacts.

    I am attempting to back up my phone as my ability to connect to the internet with my data connection is not working.  They have told me I need to reset my phone to get my data portion working. I can still text and make calls, connect on wifi, but can not connect to the internet via my cell/data.  I don't want to reset my phone if I don't have to.
    Erika...

    I am having the same problem; it started about 24-36 hours ago.
    I know my ID/PW combo are correct because I can access all other aspects of iCloud except mail.
    iPhone -- returns incorrect ID / Password
    iPad -- Same
    Mail.app on Mac -- returns incorrect password error
    icloud.com -- allows me to log in and use all functions accept mail.  When I try to use mail it stays on a white screen for about 60 seconds then returns a dialogue box that indicates a server error.
    I contacted Apple and they placed my iCloud account into something called "Troubleshooting" mode.  They generated a new strong password and sent it on to "Engineering."
    I suspect there are a small number ofo users like you who are affected with the same problem I am.  Too small a number for it to be reported as an outtage.  I suggest you call Apple and open a case to have your mail investigaged.
    Hope this helps...

  • This file does not appear to be a photoshop file error.

    Hello,
    I know this has been covered a few times already, but none of the previous threads about it were able to help my situation.
    Ok so here is what i did:
    Exported a JPEG from a timeline in FCP. Brought that JPEG into PS (i am using CS3), and changed the image size from 1920x1080 to 720x480. Then saved as a JPEG, didn't tick any boxes, just used default save as settings.
    I then brought those images into my Encore DVD Project, added them to the library, then placed one into a already made menu, and "sent to back".. so it became the new background. I did this with two menu's today. Note i have actually done this same exact process many times without problem. I then tried to build a dvd image of the project, and i got the "this file does not appear to be a photoshop file". Now it won't even let me open those menu's (plus another one, which i made a long time ago, and have even successfully built DVD's with), to edit them. I tried removing all the new JPEGS i added today, from the library, but still i get the same message.
    The menu's that i now can't open, took a very long time to make, and i need to have this DVD completed ASAP.. as it is being released world wide in a couple of weeks and i need to get it replicated. So i don't actually have time to remake these menu's. So if anyone can help me, that would be much appreciated, as i have studio exec's cracking down on me.
    Thanks in advance :-)

    Now, if one Imports the JPEG with its extension changed to PSD as a Menu, then the Menu is created, including the necessary Layers. The Menu is NOW a PSD, and when Opened in PS will reflect the Layer structure (try this at home). If one had constructed Buttons in the JPEG, they would now only be graphics on that one single Background Layer in the JPEG. They would not function as Buttons, but could be useful graphics for other things. One would then need to add real Button Layer Sets to the PSD to be able to add any navigation.
    Back in the post above, I suggested doing the Save_As to JPEG to see how things get changed. Use that in another test - Import that JPEG as a Menu. In Encore, try to Link to what had originally been Buttons in that Imported JPEG. What happens? Can you Link to them, even though you are now working with the created PSD?
    Now, add a Button, or two, from the Library. Choose Edit in Photoshop, and look at the Layer and Layer Set structure. Things have changed from the original JPEG, with only the Background Layer. You now have that Library Button's Layer Set structure.
    Good luck, and hope that this helps,
    Hunt
    Here are looks at the structure, using the Library Menu Business>Clock:
    The Menu in PSD with the Layers Palette Open
    Same Image With Layers Flattened to Save As a JPEG
    What the JPEG Looks Like As a Flattened JPEG
    The only way to Import that JPEG into Encore as a Menu would be to change the file extension to PSD, but what appear to be Buttons would NOT be Buttons, but just static pixels in the Background.
    Message was edited by: Bill Hunt - Added graphics

  • Error Message** This file does not appear to be a photshop file

    Okay.. so I have been researching forums and have seen this message throughout, my issue seems to be slightly different. When I am in Encore CS3 and trying to create a menu, I import my background designed in photoshop, have the buttons set up correctly, test it in the preview screen and everything works correctly, the file is recognized as a psd file, and even saves as a project in encore. When I go to build my DVD I get an error saying "This file does not appear to be a photoshop file, although when I check the properties it recognizes it as a psd.. any suggestions?

    Adam,
    Not sure that I understand this message:
    And Actually yes I do have a circle in my button to play now.
    Can you enlighten me a bit. Does this mean that En has accepted the PSD, or something else.
    If something else, I would also look closely at the Layers in the PSD. While I do not recall very small Layers creating an issue in En, they have been known to do so in PrPro. This is often something like a very small logo, on a Layer by itself, with nothing but transparency around it. In PrPro, a message, similar to yours is offered up, but that is in Import, and you got it only with the Build.
    Too bad that the Check Project function is not a full pre-flight test of all Assets, like in InDesign, but it falls short, as it only checks for DVD-compliance in the navigation. I've filed Feature Request for more, but since En is built on the Sonic AuthorCore modules, I suppose that it's not as easy, as I would have hoped for.
    Good luck, and help me understand the above,
    Hunt

  • "This file does not appear to be a Photoshop file"

    Ok, I used the first edition of Encore in the past, but I just installed the version that came with Premiere CS3. I used Photoshop 6.0 to do my menus in the past, but just installed the trial of Photoshop CS3.
    Two things:
    My old menus I created in Photoshop 6.0 won't import into the new Encore.
    The new menus (I opened my old menus with CS3 and saved them out.) won't import into Encore either. In both cases, Encore says:
    "This file does not appear to be a photoshop file."
    The files are indeed all photoshop .PSD files and the Photoshop 6.0 files are actually menu files that were in the same .ncor project I used on the old Encore and opened on the new one.
    Why won't Encore read these?
    Thanks!

    Bummer,
    I hoped that I had helped.
    Let's play 20 Questions:
    The PSD files were originally created in PS 6, and you have Opened them in PS-CS3, from which they were Saved. Correct?
    Did CS3 throw any error messages?
    You state that they were Menus in Encore. Which version, and did they function perfectly there?
    I assume that when used in a previous ver. of Encore, they did function, but now you have Opened, worked on and Saved from PS-CS3. What changes were made?
    Was the Color Mode, or Bit-Depth changed, or were Alpha Channels introduced?
    Has your OS been changed?
    Will these files still Open fine in PS-CS3?
    I'm trying to find the point that they ceased to Import, as they should and find out what might have changed with them. You might want to do a bit of a timeline on the life of these files, i.e. 1.) created in PS6. 2.) used as Menus in Encore2. 3.) Opened and changed in PS-CS3 by doing X. 4.) Saved out as PSDs and attempted to Import into Encore CS3 with above error message...
    Something has to have changed, and the task is to find out what that is/was.
    Hunt

  • I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    what files (names and extensions) did you download?
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

  • Attempting to update iphone software via pc.  itunes engaged.  back up does not appear to have occurred.  device now locked requesting restore action.  anyway to save photos in this status?  or restore after ?

    attempting to update iphone software via pc. itunes engaged. back up does not appear to have occurred.  device now locked. requesting restore action.  anyway to save photos in this status? or restore after?

    it was just the biggest mistake of today, not my life :P
    restoration steps i took were:
    1. connect the dead phone to another pc with itunes turned on
    2. follow the notifications on that itunes
    3. restore the phone
    4. disconnect the phone after the restoration without clicking any buttons of that itunes
    5. connect the phone to my own pc
    6. my own pc can recognize the phone and itunes will try to restore the backup of my phone
    7. restore from the backup on my pc
    8. sync everything (tick all the apps in itunes manually since there is no such button to select all) and reorganize all the apps
    9. after ca. 25 min, the phone is back to the previous sw version

  • HT2480 My e-mail, exchange account, on iphone, displays an out of date signature.  My Outlook displays the correct signature but this does not appear to have replicated to my iphone.

    My e-mail, exchange account, on iphone, displays an out of date signature.  My Outlook displays the correct signature but this does not appear to have replicated to my iphone.  The standard signature still says "sent from my iphone" which is fine but I need desperately to change the exchange signature as the office address is incorrect.

    I have already tried that and this doesn't work.  The signature is pulling incorrectly from exchange but I don't know how.

Maybe you are looking for

  • Getting "Secured Connection Failed" error message on a website that always worked previously

    Displays error: The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem. Site could always be accessed previously and can be

  • Help! Can't access the DVD drive on laptop

    When selecting the D:/ drive, I get an error message that says D:/ not accessible.  Access Denied.  The DVD drive won't read music or data disks.  The light comes on and the disk spins but then the dialog box comes up and says not accessible, access

  • How to adjust vendor amt in one co cd to customer amt in another co cd

    Hi experts, I have made intercompany inter company transaction config via OBYA and trying to adjust the vendor in one co cd to customer in anotehr company through T code F-02, Doc type SA. It was working fine in classic GL but when New GL is configur

  • Equipment card has valid contracts   [Message 3676-12]

    Hi, Expert, We have recently upgrade to SAP Business One 2007 A (8.00.178)  SP: 00  PL: 42, we found out there is a spelling mistake in Customer Name in Customer Equipment Card, we try to amend the mistake but somehow the system does not allow us to

  • Update trigger ...problem

    ... i have following requirement for the update of person table 1) if address field is changed then i want to store old address information in one table and then replace the new address in person table 2) if fields other than address are changed then