shevett / congo

CONGO Event Management System
GNU Affero General Public License v3.0
3 stars 1 forks source link

When registering, clicking 'print' causes crash #286

Open shevett opened 10 years ago

shevett commented 10 years ago

If you are registering someone at-con, and you process the invoice after clicking "Print Badge"/"Check In", CONGO crashes with an NPE.

shevett commented 10 years ago

_Imported from trac issue 286. Created by shevettadmin on 2013-01-20T18:03:14, last modified: 2013-03-12T17:46:48

shevett commented 10 years ago

_Trac comment by shevettadmin on 2013-03-12 17:46:48:

Problem accessing /congo/coconut/invoiceProcess. Reason:

null/6623.pdf (No such file or directory)

Caused by:

java.io.FileNotFoundException: null/6623.pdf (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:194) at java.io.FileOutputStream.(FileOutputStream.java:84) at com.stonekeep.congo.util.SystemBadge.printIt(SystemBadge.java:73) at com.stonekeep.congo.coconut.Invoices.process(Invoices.java:230) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)