Help me! digester has error MalForme URL ".." unknown protocol: classloader

I have used validator which link to digester and error occured like this..
13-04-07 08:18:59.840 ERROR - java.lang.IllegalArgumentException: Malformed URL
'classloader:/org/apache/commons/digester/xmlrules/digester-rules.dtd' : unknown protocol: classloader :(ValidatorOperator.java:71)[HttpRequestHandler-5984162]
13-04-07 08:18:59.855 DEBUG - ******************************************* :(ValidatorOperator.java:72)[HttpRequestHandler-5984162]
this line comes from new ValidatorResources(inputstream in)
which I already checked that inputstream is not null
Please help!!

I just think that it's related to what an URL is and that whatever you provided there isn't a valid one because there is no such protocol as "classloader". Which the error message already said.
From the URL API docs:
Protocol handlers for the following protocols are guaranteed to exist on the search path :-
http, https, ftp, file, and jar
Further:
Protocol handlers for additional protocols may also be available.
In other words, if there actually is a protocol named "classloader", you will have to have some JAR in the classpath that'll provide that information. Read the Digester docs to find out which one that might be.

Similar Messages

  • How to fix error malformed URL?

    How to fix error malformed URL?

    Can you give more details where you see this error message?
    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

  • No help available, wwv_flow_help has errors

    hi all,
    after upgrading to 1.6 the online-help is not available.
    apaches error_log tells me
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "FLOWS_010600.WWV_FLOW_HELP" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 8
    when i try to compile the body (using toad, otherwise i don't know, what to do), i get the following error
    PACKAGE BODY FLOWS_010600.WWV_FLOW_HELP
    On line: 110
    PL/SQL: ORA-00942: table or view does not exist
    but i can't find a line# 110
    any idea ? ? ?
    thanks in advance
    rainer

    the solution was, that oracle-text must be installed (and it wasn't previously, because it wasn't mentioned in the installation requirements).
    regards
    rainer

  • Help - Software Updates has error, "No repository found"

    I just launched Flash Builder 4.7 (latest version) for the first time and went to Help -> Software Updates and get this error.
    "'Contacting Software Sites' has encountered a problem. No repository found at http://aesplugins.adobe.com/aes/tooling/plugin/10.0."
    Really sloppy, Adobe. Put this in your QA checklist!!

    So agree! Cobwebs are gathering fast on FB.

  • Please help.  ITUNES has error 2093.  re-install ITUNES has error code 3.

    Hi,
    My daughter and son have TUNES libraries. Clicking on ANY of the 2 libraries gets an error -2093 and the comment to reinstall. I reinstall and this gets an error code of -3. I saw a thread where someone had NORTON ( I don't). I use Microsoft, CA, and Spyware Doctor. Never had a problem before, but you've heard that one. Please help Does anyone know how this can be fixed? Short of a hammer to the computer, I can/will do anything it needs, but I don't have a clue what to do. THANKS !!!!

    Do a QuickTime standalone install. That usually fixes the 2093 error.
    http://www.apple.com/quicktime/download/standalone.html
    Save it to your your hard drive - don't install over the internet.

  • When I attempt to connect to iTunes Store, I receive the following error message: An unknown error has occurred (0x80090318).  Any help appreciated!

    When I attempt to connect to iTunes Store, I receive the following error message: An unknown error has occurred (0x80090318).  Any help appreciated!

    Hey there Dan256162,
    I understand that you are receiving a specific error code when attempting to connect to the iTunes Store, error 0x80090318. I have an article for you that references this code and links you to another article for troubleshooting to address this issue. Here is the article that references the error code:
    iTunes: Possible iTunes Store errors - Apple Support
    http://support.apple.com/en-us/HT203174
    And here is the linked troubleshooting article that will help you resolve the issue:
    Apple software on Windows: May see performance issues and blank iTunes Store - Apple Support
    http://support.apple.com/en-us/TS4123
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • BIP notification E-mail has malformed URL; user can't see his output

    We're using the standalone BI Publisher 10.1.3.2.
    When a user schedules a job, he can set a notification E-mail to tell him when the job is completed (and alternately if it has a warning or error). Inside the completion E-mail is a URL that is supposed to take the user to his output.
    Unfortunately, the notification E-mail is plain text, and the address, because of the names of our reports and folders, has spaces in it. Outlook takes its best guess at changing this into a URL, but stops converting as soon as it hits the first space character.
    This malformed URL tries to take the user to a folder to which he does not have access, and instead of seeing his report, he get's an "Unauthorized Access" error.
    Is there a way to configure the notification E-mail to use HTML, or else substitute the "%20" string for the blanks so the link becomes functional? I don't want to have to go back through all our reports and folders and insert a bunch of unsightly underscores just to correct this.

    Hi,
    You can use the following inside the xapi:message element to format the Email as HTML:
          <xapi:email server="${C_XX_SMTP_SERVER}" port="${C_XX_SMTP_PORT}" from="${C_XX_FROM_EMAIL}" reply-to="${C_XX_FROM_EMAIL}">
            <xapi:message id="email_mem_card_letters" to="${C_TO_EMAIL_ADDR}" attachment="true" content-type="text/html" subject="Card Letters"><![CDATA[
                        <html>
                             <head>
                                  <style type="text/css">
                                       body {font-family:Arial}
                                  </style>
                             </head>
                        <body>
                        <img src="http://www.somedomain.co.uk/main/library/w-home_title.gif"/><br/><br/>
    <h1>Card Letters</h1>
    Attached are the Card Letters from XML Publisher.<br/><br/>
    Regards<br/><br/>
    Letter Generation Team
    </body></html>]]></xapi:message>
          </xapi:email>I hope this helps.
    Regards,
    Cj

  • URL object with https string throws malformed url exception: unknown protocol: https

    In WebLogic I am trying to connect to an HTTPS url by passing that url
    string into the contructor for URL object. This throws a Malformed URL
    Exception : unknown protocol: https.
    When i run this same block of code outside of weblogic (in a stand-alone
    app), it runs perfectly. (not exceptions when creating the URL object).
    why do i get this exception in weblogic?
    could weblogic be loading its own URL class rather than the java.net.URL
    class (which supports ssl)? if so how do i override that classloading?
    is there a weblogic security "feature" that prevents opening an ssl
    connection?
    thanks for any help
    mike
    [email protected]

    You need to modify your weblogic.policy file to allow you to change the
    the property java.protocol.handler.pkgs ... and any other properties
    that you may probably change using JSSE (for example:
    javax.net.ssl.trustStore for storing certificates of servers that you
    want to connect to from WLS )
    Regards,
    John Salvo
    Michael Harrison wrote:
    >
    thanks for the help dennis, but still get the "unknown protocol https".
    the URL object sees that the URLStreamHandler ==null and get the value for
    java.protocol.handler.pkgs (which should be
    com.sun.net.ssl.internal.www.protocol) then it tries to load that class. i
    believe that the GetPropertyAction("java.protocol.handler.pkgs","") is not
    returning com.sun.net.ssl.internal.www.protocol. therefore the class is not
    getting loaded
    i think that my classpath is set up properly for classpath and
    weblogic_classpath so i think that i me calling
    System.setProperty("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol"); is not effective.
    do you know anyway i can trouble shoot this.
    thanks
    mike
    Dennis O'Neill <[email protected]> wrote in message
    news:39d23c28$[email protected]..
    Https is an add-in so to speak. Try this before you create your url:
    System.setProperty ("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol");
    // add the default security provider (again, in JSSE1.0.1)
    int iap = java.security.Security.addProvider(new
    com.sun.net.ssl.internal.ssl.Provider() );
    dennis

  • TS3694 My iPad is in recovery mode, however when I attempt to restore it through iTunes I get an error message: "an unknown message occured, Error 40", which apple has no current information on. Any thoughts or suggestions on how to correct this is appcia

    My iPad is currently in recovery mode. When i attempt to restore it through iTunes, I get an error message: "an unknown error has occured, error 40", Help is appreciated!

    SadisticIron wrote:
    i just baught my first iphone and it is a jalbroken
    Buzz! Thank you for playing!
    Discussing jailbroken devices is forbidden here by the Terms of Service.
    You can not get help here.

  • My purchases show partially downloaded. When I attempt to resume the download I recieve an error message " an unknown error occurred -50" Itunes has charged for the download and sent a reciept however the shows wont play?

    My Purchases show partially downloaded. When I attempt to resume the download I recieve an error message: "an unknown error occurred -50". I tunes has charged for the download and sent a reciept however the shows wont play?

    I had the same problem so (assuming under the Purchased items in the Store you have a song stuck at 'Downloading'):
    I went to Music, then Artists.
    From there I chose the album.
    The song that failed to download had the cloud symbol next to it.
    I clicked the cloud symbol and the song completed the download for me.
    (Please note this was in iTunes for Windows - I expect it to be similar in iTunes for Apple)
    Message was edited by: UbergeekRFC - parenthetical note added
    Message was edited by: UbergeekRFC - added note about song stuck as downloading

  • I cannot install latest itunes to my Sony notebook which is running on traditional chinese windows 7 64-bit, the error message is something like unrecognized windows package, can any one help me or has similar experience? Thanks.

    I cannot install latest itunes to my Sony notebook which is running on traditional chinese windows 7 64-bit, the error message is something like unrecognized windows package, can any one help me or has similar experience? Thanks.

    iTunes 9.0.x is certainly compatible with Win7 64 bit since I use that exact setup on 3 different PCs. Two suggestions for your installation problems:
    1)Download a new copy of the 64 bit installer from Apple then, instead of just running the itunes installer right click on it and try 'run as adminstrator'. In my experience that clears up a world of problems with program installation in Win7 and Vista. This is necessary even if you're already logged in as an administrator.
    2) Try the previous version of iTunes (9.0.3). You can get a copy at http://www.oldapps.com/itunes.php?old_itunes=54 again right click on the file and "run as administrator"
    Good luck, hope this helps.
    Lil

  • Error in upgrading SharePoint Server 2013 with SP1 : "Task upgradebootstrap has failed with an unknown exception"

    I has successfully setup new Dev ENV of SarePoint server 2013 in VMware with 2 servers running om OS: win server 2008 R2 Ent SP1, AD + Central Admin Application Server.
    After that the configuration of SharePoint App and WorkFlow Manager completed as well and many projects run perfectly,
    And after installing SP1 of SharePoint server 2013, and running the SharePiont Configuration wizard to complete the configuration of the SharePoint Farm the Upgrade has fialed on Step2 with the following Error from the Log file:
    Task upgradebootstrap has failed with an unknown exception 
    01/04/2015 00:43:30  11  ERR                  Exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: Exception of type 'Microsoft.SharePoint.Upgrade.SPUpgradeException' was thrown.
       at Microsoft.SharePoint.Upgrade.SPManager.BootStrap(Guid sessionId, SPUpgradeOperationFlags flags)
       at Microsoft.SharePoint.PostSetupConfiguration.UpgradeBootstrapTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    Also after that I was not able to create like before a new site , and this creating end with error message as follows:
    Failed to call GetTypes on assembly Microsoft.Office.TranslationServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. Method not found: 'Microsoft.Office.Web.Common.ProcessImageInfo.
    Is there any solution to my problem with SharePoint server 2013 SP1, this supposed not to cause any bug in stable environment.
    Basel Badr ,SharePoint Specialist ,MCAD ,MCTS.

    Hi Daniel,
    Thanks for replying on my post, actually I have downloaded the  kb2880552 sp1 for
    enterprise edition from the link 
    https://support.microsoft.com/kb/2880552 , and this has been experienced with me before since I had my Standalone Dev machine first installation, and the issue only occurred when the SP1 installed though.
    Anyway, I've tried to install CU Nov 2013 http://support.microsoft.com/kb/2889944
    but still facing the same issue,
    I run the Setup of SP2013 from the CD to repair the SharePoint and error message appears,
    The issue related to "Microsoft.Office.TranslationServices" is also related to running
    the repair successfully which leads to the same error message above.
    The Version of SP 2013 from the program file is : 15.0.4571.1502
    The Update snapshot is as below:
    Is there a problem with my sharepoint media file?
    Basel Badr ,SharePoint Specialist ,MCAD ,MCTS.

  • The upload has failed. An unknown server error occurred during processing. Please try again

    I keep getting this message when I try to upload a folio "The upload has failed. An unknown server error occurred during processing. Please try again". It happens every time, some articles do upload but some not.

    Thanks Automator21 I manage to upload most of my articles successfully by starting again the whole process. But I have 4 articles that I can't upload, all of this articles have big size videos (one 50mb, other one with 70mb, other with 4 small 30mb videos). I could upload those articles by taking the videos out, but I want those videos on my articles.
    I use Adobe Media Encoder to compress the videos and they are not in high quality, for example the 70mb file is an 640x480 8 min. long video. And they are all with H.264 encoding and .mp4.
    Do you know how can I fix this problem.
    Thanks!

  • Icloud 'Buy More Storage error message 'an unknown error has occurred."

    I'm getting this error message, "an unknown error has occurred." when trying to buy extra storage space from my iPad. I have money on my itunes account. What am I doing wrong??

    You must have a valid credit or debit card account to purchase iCloud storage.
    Can't be done with a gift card.

  • Error 1413 "An unknown error has occurred"....Can't update/restore my nano!

    When I try to update or restore my nano, i get the error message "An unknown error has occurred" followed by error number 1413. I've tried all 3 solutions to fix it, and none have worked. Anyone have any insight into this? Thanks.

    I haven't seen a 1413 for a while.
    Doublechecking something. Do you have an older version of SpyCatcher (or a copy of GhostSurf Platinum 2006, which contained the problematic version of SpyCatcher in this context) installed on that PC?

Maybe you are looking for

  • VGA Monitor Issue

    has anyone had a problem with VGA monitor with late 2011 MacBook Pro running Lion?

  • HT1424 why does my ipod wifi say no wifi

    my wifi is working but on my ipod it is telling me there is no wifi and it won't even let me check if there is wifi.  Also my bluetooth isn't working.

  • Change in which values are allowed for Product Ads conditions?

    Hi, According to https://msdn.microsoft.com/en-US/library/bing-ads-product-ads-guide.aspx#conditions, the following Product Ads condition values are allowed: New Used Refurbished Remanufactured Collectable Open Box But, around 3/14, all by the top th

  • Install Reader 11.0.9 using SCUP

    Hi We use SCCM 2012 and have just started to use SCUP recently, we have used it update Flash player without problems, so we know the setup is working. We have Reader 11.0.8 on all our workstations (installed via application package in SCCM 2012). But

  • My iPod show total white screen as soon as I connect it to my PC and cannot syncronize

    My iPod nano 6th generation cannot syncronize anymore to the PC (I tried with three different PC with latest iTunes installed) and as soon as I connect it to the PC the icons on the screen disappear and it shows total blank white sreen. And it has lo