首页 / 浏览问题 / 云GIS / 问题详情
超图FAQ:【iServer】iserver提示[Caused by: org.xml.sax.SAXParseException; 服务页面打不开
64,468EXP 2024年05月14日
【iServer】iserver提示[Caused by: org.xml.sax.SAXParseException; 服务页面打不开

1个回答

【问题原因】原报错详细信息是 systemId: file:/opt/TongWeb7.0.4.9/deployment/iserver/WEB-INF/tongweb-web.xml; lineNumber: 2; columnNumber: 147; 外部 DTD: 无法读取外部 DTD 'tongweb-web-app_2_5-0.dtd', 因为 accessExternalDTD 属性设置的限制导致不允许 'http' 访问。], 该报错提示系统无法读取外部的DTD文件,常见于设置访问限制导致该错误 【解决办法】调整XML解析器的属性,以允许访问外部的DTD文件,在%JAVA_HOME%jrelib 目录下,新建一个文件jaxp.properties,内容如下: javax.xml.accessExternalSchema=all javax.xml.accessExternalDTD=all
64,468EXP 2024年05月14日
热门文章
关注我们
...