Tomcat打报表报错NullPointerException.求解
以下是错误提示:Missing Permissions manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Codebase manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Application-Name: manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Permissions manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Codebase manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Application-Name: manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Permissions manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Codebase manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/ZktrReport/ReportEmitter?rpt=fxwz%2Fdanju%2Flld.brt&emitter=toobj&brf=false&pagecap=-1¶ms=Ywdj_ID%3D34759&vars=null
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at bios.report.web.print.WebPrintApplet.init(Unknown Source)
at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Missing Application-Name: manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Permissions manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Codebase manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Application-Name: manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Permissions manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Codebase manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Application-Name: manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Permissions manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
Missing Codebase manifest attribute for: http://localhost:8080/ZktrReport/ReportPrint.jar
java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/ZktrReport/ReportEmitter?rpt=fxwz%2Fdanju%2Flld.brt&emitter=toobj&brf=false&pagecap=-1¶ms=Ywdj_ID%3D34759&vars=null
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at bios.report.web.print.WebPrintApplet.init(Unknown Source)
at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
在下是小白,请各位好心的大大能用通俗语言解答,谢谢:) --------------------编程问答-------------------- 别的先不说,光就这提问的态度。。。提问最起码好好准备下,给个图片,描述清楚是吧。
这个空指针异常最常见的 学习下debug跟下 --------------------编程问答-------------------- applet 打印啊,打签名了没
补充:Java , Web 开发