This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271409 - NullPointerException at com.jaspersoft.ireport.designer.JrxmlEditorSupport.saveDocument
Summary: NullPointerException at com.jaspersoft.ireport.designer.JrxmlEditorSupport.sa...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-31 01:46 UTC by Alex-92
Modified: 2018-03-21 14:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228607


Attachments
stacktrace (461 bytes, text/plain)
2017-08-31 01:46 UTC, Alex-92
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex-92 2017-08-31 01:46:22 UTC
Build: NetBeans IDE 8.2 (Build 201610071157)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
Alex-92: <No me guarda el reporte y no me ejecuta el programa>

GUEST: java.lang.NullPointerException
	at com.jaspersoft.ireport.designer.JrxmlEditorSupport.saveDocument(JrxmlEditorSupport.java:259)
	at com.jaspersoft.ireport.designer.JrxmlEditorSupport$1.save(JrxmlEditorSupport.java:71)
	at org.netbeans.core.NbLifecycleManager.saveAll(NbLifecycleManager.java:97)
	at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:470)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)

GUEST: <Please provide a description of the problem or the steps to reproduce>
Java null poineter exception

GUEST: k

GUEST: <Please provide a description of the problem or the steps to reproduce>nn

GUEST: Ao utilizar o Ireport




Stacktrace: 
java.lang.NullPointerException
   at com.jaspersoft.ireport.designer.JrxmlEditorSupport.saveDocument(JrxmlEditorSupport.java:259)
   at com.jaspersoft.ireport.designer.JrxmlEditorSupport$1.save(JrxmlEditorSupport.java:71)
   at org.netbeans.core.NbLifecycleManager.saveAll(NbLifecycleManager.java:97)
   at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:470)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
Comment 1 Alex-92 2017-08-31 01:46:24 UTC
Created attachment 165061 [details]
stacktrace