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 .
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 .
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
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).
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?