Jasper Report Errors in Server Logs

I am receiving a heep of errors in my server error log associated with Jasper reports plugin, servoy version 3.58, licenced version of Jasper reports Plugin, how do I fix them and what is it?

2009-02-20 09:44 	RMI TCP Connection(19057)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null data1(java.lang.String): Total (EX GST)
2009-02-20 09:44 	RMI TCP Connection(19057)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null whereParam(java.lang.String): quotesid = 10731
2009-02-20 09:44 	RMI TCP Connection(19057)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null SUBREPORT_DIR(java.lang.String): C:/Program Files/Servoy/jr_reports/
2009-02-20 09:44 	RMI TCP Connection(19057)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null quoteID(java.lang.Integer): null
2009-02-20 09:26 	RMI TCP Connection(19002)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null data1(java.lang.Double): 1802.21
2009-02-20 09:26 	RMI TCP Connection(19002)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null whereParam(java.lang.String): quotesid = 10729
2009-02-20 08:49 	RMI TCP Connection(18948)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null data1(java.lang.String): Total (EX GST)
2009-02-20 08:49 	RMI TCP Connection(18948)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null whereParam(java.lang.String): quotesid = 10201
2009-02-20 08:49 	RMI TCP Connection(18948)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null SUBREPORT_DIR(java.lang.String): C:/Program Files/Servoy/jr_reports/
2009-02-20 08:49 	RMI TCP Connection(18948)-192.168.1.72 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null quoteID(java.lang.Integer): null
2009-02-20 08:48 	RMI TCP Connection(18939)-192.168.1.87 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null data1(java.lang.Double): 430.56
2009-02-20 08:48 	RMI TCP Connection(18939)-192.168.1.87 	ERROR 	com.servoy.j2db.util.Debug 	Paramter used null whereParam(java.lang.String): quotesid = 10727
2009-02-20 07:06 	RMI TCP Connection(18863)-192.168.1.111 	ERROR 	com.servoy.j2db.util.Debug 	Throwable

What version of the jasper reports plugin is this? Did you get the latest from the Google code site?
The error message looks like you passed in a null parameter - do you have the correct parameter sequence when calling the plugin?

Hi,
I was under the impression that the latest code was not compatible with servoy 3.5 ??

I am unsure what version of the plugin I am using ??, what is the latest ver that is compatable with Servoy Ver3.58 and I will install.

You are trying to run a report without specifying the required parameters.

No matter which version of the plugin you would use, it would show these messages in the log.

Paul

Note: Questions and issues related to the JasperReports plugin for Servoy are best registered at: http://code.google.com/p/servoy-jasperr … ssues/list