首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

jdom异常:java.net.MalformedURLException: unknown protocol

2014-01-26 
九月 2005 10:53:03,078 [http8081-Processor20] DEBUG com.ldtec.safety.view.action.SQLReportAction -

九月 2005 10:53:03,078 [http8081-Processor20] DEBUG com.ldtec.safety.view.action.SQLReportAction - ===预
  gconfigfilepath-->F:\81端口演示\csl\tomcat\webapps\rebis_jf\WEB-INF\i2conf\report\svgconfig.xml   
  java.net.MalformedURLException: unknown protocol: f
  at java.net.URL.<init>(URL.java:544)
  at java.net.URL.<init>(URL.java:434)
  at java.net.URL.<init>(URL.java:383)
  at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
  at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  at org.jdom.input.SAXBuilder.build(SAXBuilder.java:455)
  at org.jdom.input.SAXBuilder.build(SAXBuilder.java:888)
  at com.ldtec.svg.ParseSvgConfig.getRoot(ParseSvgConfig.java:85)
  at com.ldtec.svg.ParseSvgConfig.getSvgType(ParseSvgConfig.java:70)
  at com.ldtec.safety.view.action.SQLReportAction.execute(SQLReportAction.java:88)
  at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
  at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
  at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)


------解决方法--------------------------------------------------------
unknown protocol: f
  常见protocol: http https ftp .....
  好象还有file或者files  
 
------解决方法--------------------------------------------------------
url格式错误。

        

热点排行