jrbean.jar not showing up in developer

Hey ,

I am trying to play around with JRbean .( I am assuming it might be compatible) . I have update my jasper reports plugin , With The Latest Charts and Script plugin . is there anything i am missing . Since its not showing the bean in the developer .

What version of Servoy are you using?

Regards,
Andrei

The latest 6.1.4

Are there any errors in the workspace log? You are using also the latest bean jar, correct?

Regards,
Andrei

yes the jrbean is latest , I downloaded the latest version from servoyforge . and i am using Chart and Script Jasper Report , do i need advance or basic for this to work .

Hi,

I suppose you are using latest Chart and Script version of the plugin as well; but do you have any errors reported in the server or workspace log?

Regards,
Andrei

Yup everything is updated .

Please check the following two log files and let me know if there are any errors in there:

  • /path/to/servoy/application_server/servoy_log.txt
  • /path/to/workspace/.metadata/.log

Regards,
Andrei

Atlast i get this error log after uninstalling browsersuit , i dont know how they are related . but here is the server log

2013-05-21 11:23:35,676 ERROR [pool-3-thread-1] com.servoy.j2db.util.Debug - Couldn't get remote service: 'servoy.IJasperReportService' for a not authenticated client: '4F94EAC0-F4BF-46B5-8918-449BF319B4C8',  see admin page for setting: servoy.application_server.trustedRemotePlugins [ ]
2013-05-21 11:23:35,677 ERROR [pool-3-thread-1] com.servoy.j2db.util.Debug - Error ocured initializing plugin: jasperPluginRMI [ ]
com.servoy.j2db.plugins.PluginException: java.lang.RuntimeException: Couldn't get remote service: 'servoy.IJasperReportService' for a not authenticated client
	at com.servoy.plugins.jasperreports.JasperReportsPlugin.initialize(JasperReportsPlugin.java:82)
	at com.servoy.j2db.smart.plugins.PluginManager.initClientPluginsEx(PluginManager.java:422)
	at com.servoy.j2db.smart.plugins.PluginManager.initClientPlugins(PluginManager.java:281)
	at com.servoy.j2db.smart.J2DBClient$13.run(J2DBClient.java:1125)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Couldn't get remote service: 'servoy.IJasperReportService' for a not authenticated client
	at com.servoy.j2db.server.main.Zl.getRemoteService(Zl.java:65)
	at com.servoy.j2db.server.main.Zn.getRemoteService(Zn.java:9)
	at com.servoy.j2db.ClientState.getServerService(ClientState.java:868)
	at com.servoy.j2db.plugins.ClientPluginAccessProvider.getRemoteService(ClientPluginAccessProvider.java:347)
	at com.servoy.j2db.debug.DebugJ2DBClient$5.getRemoteService(DebugJ2DBClient.java:854)
	at com.servoy.j2db.plugins.ClientPluginAccessProvider.getServerService(ClientPluginAccessProvider.java:342)
	at com.servoy.plugins.jasperreports.JasperReportsPlugin.initialize(JasperReportsPlugin.java:77)
	... 6 more

Hi,

For fixing the error in the stack you added, what you need to do is check the admin page to see if servoy.application_server.trustedRemotePlugins property has any value set. If it is not set, please add servoy.IJasperReportService as the value of the (or add servoy.application_server.trustedRemotePlugins=servoy.IJasperReportService in the properties file).

Regards,
Andrei

We also have a lot of entries of “Couldn’t get remote service: ‘servoy.IJasperReportService’ for a not authenticated client: ” in our server log, although we added the recommended value in the property list and started the server new (see screenshot).
Is there any other thing we could do?

jasper.png