Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 使用SP24 for Eclipse运行Crystal报表时出现NullPointerException_Java_Eclipse_Crystal Reports 2016 - Fatal编程技术网

Java 使用SP24 for Eclipse运行Crystal报表时出现NullPointerException

Java 使用SP24 for Eclipse运行Crystal报表时出现NullPointerException,java,eclipse,crystal-reports-2016,Java,Eclipse,Crystal Reports 2016,我们正在尝试升级到Crystal Report for Eclipse的SP24,但发现我们的一些报告在生成报告时出现NullPointerException错误。我已经包括了下面的堆栈跟踪-有没有人知道什么可能是错误的或有任何解决办法,请 Changing Main Report Table Connection Info Changing Sub Report Table Connection Info Setting Parameters of Main Reports Starting

我们正在尝试升级到Crystal Report for Eclipse的SP24,但发现我们的一些报告在生成报告时出现NullPointerException错误。我已经包括了下面的堆栈跟踪-有没有人知道什么可能是错误的或有任何解决办法,请

Changing Main Report Table Connection Info
Changing Sub Report Table Connection Info
Setting Parameters of Main Reports
Starting Verify database
Completed Verify database
Setting Parameters of Sub Reports
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- Error code:-2147467259 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:238)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:148)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:129)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:112)
    at us.nm.state.hsd.aspen.business.batch.rp.crystal.RpJRCExportReport.runReportExport(RpJRCExportReport.java:742)
    at us.nm.state.hsd.aspen.business.batch.rp.crystal.RpScheduleReportRun.process(RpScheduleReportRun.java:177)
    at us.nm.state.hsd.aspen.business.batch.rp.crystal.RpScheduleReportRun.drive(RpScheduleReportRun.java:263)
    at us.nm.state.hsd.aspen.business.batch.rp.crystal.RpScheduleReportRun.main(RpScheduleReportRun.java:286)
Caused by: java.lang.NullPointerException
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.d.a(SourceFile:154)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:332)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:250)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.a(SourceFile:922)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.e(SourceFile:784)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.f.e(SourceFile:383)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.for(SourceFile:242)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.aa.a(SourceFile:64)
...

@Home是我获取CI的地方-网页找不到错误。我在使用java-8-openjdk运行时遇到了相同的问题,我切换到jdk-1.8.2并正常工作。@Home是我获取CI的地方-网页找不到错误。我在使用java-8-openjdk运行时遇到了相同的问题,我切换到jdk-1.8.2并正常工作。