Jump to content
Changes to the Jaspersoft community edition download ×

fgar

Members
  • Posts

    33
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by fgar

  1. Hi all , i have tried to update to new version of jasperreport my test server , i have put jasperreports-3.1.4 on mu install DIr /opt/jasperserver/apache-tomcat/webapps/jasperserver-pro/WEB-INF/lib. and after i have restart the server ... . but with no success ... the server goes up ok, but when i execute a report .. i have some error.. There is some how to for upgrade the server to new package library ? thx
  2. Hi all, i have report that is composed by one master it contain one subreport. In some situation expecially when the subreport (that execute one simple query) return no row i dont' see anything about the subreport.. my objective is to display something such "no data available"... so i have think to use the subreport expression usinh the return value REPORT_COUNT assign to a variable , and based on the return value do something like this.. $V(myreturnvalue)=0 ? "repo:showreportnodata.jrxml" : "repo:shownormalreport.jrxml"... this is my idea... Trying different expression i have see that when i have no data my variable is not 0 but is null... So i have change the expression but with no success... There is someone that know some kind of solution or tips to obtain that
  3. Hi Thilina, thx for the tips.. on slackware x64 it work fine...
  4. On ireport u can set a defined patter for your field ;right click on the field and check the property .leave the class expression as java.lang.Date and edit the pattern. Code:http://www.google.it/firefox?client=firefox-a&rls=com.ubuntu:en-US:official
  5. hi ralf same problem in Ubuntu x64 ...i have post same problem around the forum but no kind of support or help...if u find the solutions please notify me. Bye
  6. hi all, it's possibile to execute this query SELECT * FROM $P{TABLENAME} where $P{TABLENAME} is a dynamic param that have default param defined that can be the tablename present on db ?
  7. Hi Mary thx for your reply ... i believe that the professional version include all the feature ... Just one question i will ask u about ireport it's possibile to execute this query SELECT * FROM $P{TABLENAME} where $P{TABLENAME} is a dynamic param that have default param defined that can be the tablename present on db ?
  8. Hi just know if there is some kind of support after my company have buy jasperserver licence? there is something that not work on server such Foodmart Sample Analysis View SugarCRM Sample view SugarCRM Sample XMLA Analysis View all this kind of report return me this errror: Error Message: Product Feature is not licensed. Error Trace: com.jaspersoft.jasperserver.api.JSException: Product Feature is not licensed.
  9. Ciao, dopo aver scaricato la nuova versione del server jasper, volevo vedere l'integrazione dei nuovi report con Open Flash Charts, ma quando apro il report ottengo questo errore: com.jaspersoft.jasperserver.api.JSExceptionWrapper: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ofc:pieChart'. One of '{"http://jasperreports.sourceforge.net/jasperreports":component}' is expected.hai qualche idea su come si può risolvere ?
  10. Hi all, there is some way for show very low decimal value on pie3d chart. suppose that i have this dataset STATUSGREEN=98.1670% STATUSRED=1.8164% STATUSYELLOW=0.0166%. With this value the pie that result have only two color , because the STATUSYELLOW it's very low .So there is some kind of tricks to explode the pie,or increase the angle of the color ?, or some other tricks to resolve this situation? THX to all
  11. Hi Sherman, i don't understand exactly what u mean, but i beleive u talking about on the server side.The subreport is not added as local resource in the main report. If u remember how Ireport 3.0 standalone work when u upload report/subreport ireport run jrxml validator for the subreport but this in the version for netbeans don't go. On the NB plugin just the main report is loaded on server, and return the error that i say on past post. Another thing i have see that there is the new release of ireport aka version 3.1.3,but i have some problem on ireport-nb3.1.3 plugin for NB 6.5 and ireport-nb3.1.3 standalone version. On NB 6.5 after i complete setup and update of platform i load the new plugin but i receive this kind of error. org.netbeans.ProxyClassLo ader]: Will not load class org.apache.xerces.jaxp.SAXParserFactoryImpl arbitrarily from one of org.netbeans.StandardModule$OneModuleClassLoader@625db9eb[org.netbeans.libs.xerces] and org.netbeans.StandardModule$OneModuleClassLoader@1e37504d[com.jaspersoft.ireport]; see http://wiki.netbeans.org/DevFaqModuleCCE GRAVE [org.openide.util.RequestProcessor] javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:134) at org.netbeans.lib.uihandler.LogRecords.scan(LogRecords.java:127) at org.netbeans.modules.uihandler.Installer.getLogs(Installer.java:681) at org.netbeans.modules.uihandler.Installer.getThrownLog(Installer.java:933) at org.netbeans.modules.uihandler.Installer.getThrown(Installer.java:914) at org.netbeans.modules.uihandler.Installer$SubmitInteractive.createDialog(Installer.java:1814) at org.netbeans.modules.uihandler.Installer$Submit.run(Installer.java:1513) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572). And netbeans stop to work. if i work with ireport-nb3.1.3 standalone i have the same problem with subreport..... If u have any idea i will appreciate any suggest:thx Fabio
  12. trying the two different kind of the tool that i mention on subject , i have found one problem on ireport-nb3.1.3.when i work with report/subreport on subreport expression tab i can define where is the subreport file on my disk, in this way when i deploy the "main" report , the subreport to i'ts deployed on the target server.But this not happen on ireportnb-3.1.3, and only the "main" it's deployes on the server.... some kind of idea?
  13. Maybe on your server there was two instance of mysql and when u reboot it's come up the version with not the jasper database.Check on /etc/init.d if there is executable mysql, if yes remove the permission .In this situation when u reboot the initd process don't execute mysqld and u can run ./jasperctl.sh start... tricks to runjasperserver on boot ,put on bash file PATHTOJASPERSERVEREXECUTABLE start and save it on /etc/init.d and make it executable.
  14. Today i have download the new relese of ireport-nb3.1.3. As a standalone application everything work fine, but on netbeans6.5 many problem. AVVERTENZA [org.netbeans.ProxyClassLoader]: Will not load class org.apache.xerces.jaxp.SAXParserFactoryImpl arbitrarily from one of org.netbeans.StandardModule$OneModuleClassLoader@625db9eb[org.netbeans.libs.xerces] and org.netbeans.StandardModule$OneModuleClassLoader@1e37504d[com.jaspersoft.ireport]; see http://wiki.netbeans.org/DevFaqModuleCCE GRAVE [org.openide.util.RequestProcessor] javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:134) at org.netbeans.lib.uihandler.LogRecords.scan(LogRecords.java:127) at org.netbeans.modules.uihandler.Installer.getLogs(Installer.java:681) at org.netbeans.modules.uihandler.Installer.getThrownLog(Installer.java:933) at org.netbeans.modules.uihandler.Installer.getThrown(Installer.java:914) at org.netbeans.modules.uihandler.Installer$SubmitInteractive.createDialog(Installer.java:1814) at org.netbeans.modules.uihandler.Installer$Submit.run(Installer.java:1513) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997) GRAVE [global] java.lang.NullPointerException at org.netbeans.modules.editor.MainMenuAction$ShowLineNumbersAction.setMenu(MainMenuAction.java:310) at org.netbeans.modules.editor.MainMenuAction$ShowLineNumbersAction.getMenuPresenter(MainMenuAction.java:326) at org.netbeans.modules.editor.MainMenuAction.setMenu(MainMenuAction.java:190) at org.netbeans.modules.editor.MainMenuAction$ShowLineNumbersAction.setMenu(MainMenuAction.java:306) at org.netbeans.modules.editor.MainMenuAction.resultChanged(MainMenuAction.java:105) at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:111) at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:152) at org.netbeans.modules.openide.windows.GlobalActionContextImpl.propertyChange(GlobalActionContextImpl.java:133) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276) at org.netbeans.core.windows.RegistryImpl.doFirePropertyChange(RegistryImpl.java:315) at org.netbeans.core.windows.RegistryImpl.access$000(RegistryImpl.java:63) at org.netbeans.core.windows.RegistryImpl$1.run(RegistryImpl.java:167) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104) [catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121 ) someone have some idea
  15. Ciao a entrambi,visto che siamo italiani , spero di riuscire a trovare la risoluzione a un problema. Ho installato netbeans 6.5 su piattaforma linux x64,non ho nessun problema su generazione report etc etc, ireport funziona benissimo.L'unico problema nasce quando faccio il deply sul server jasper di un report che include un sottoreport.In questa situazione mi appare un messaggio di errore popup Message:Error:Null , e trasferisce sul srv jasper solamente il primo dei file report/sottoreport. Il sottoreport è indicato nella espressione sottoreport come "./nomedelsottoreport.jrxml".... avete qualche idea?
  16. Hi all, sorry if this topic is OT, but maybe i will find more answer here than to other. Since a few month ago i will produce/test and deploy report application with ireport last revision with no kind of problem .Now i will use netbeans 6.5 because i have the integration with revision system, but when i have report with subreport included, when i deploy on the server jasperpro, netbeans transfer only the first and not the subreport and return me message error such Error:null. If i look on the server i see only the first report and not the subreport. Can someone suggest me something. thx to all
  17. Hi all, As many of us know ,JasperReports puts at our disposal different predefined exporters like those for creating files in such formats as PDF, XLS, CVS, XML, and HTML. It's possible to disabled ?
  18. Hi all, Just one question about how the dasboard work. I have produce report that contains many type of information , and some of that contain working hyperlink to same report and in some case other report.Everything work fine. When i go to include this report, on dashboard and complete the deploy due JasperServer Professional when i click on hyperlink this will open a new view of the Jasperserver. Can someone help me to understand what happend, or if someone have the solutions can answer me ? Thank to all
  19. Suppongo che una vista sia utilizzata per le risposte A=Maschi e l'altra per A=Femmine... correggimi se suppongo male...cosi è molto difficile capire ciò che succede. Quindi dato per certo quello sopradescritto, io immagino che tu hai un report che rappresenta il risultato di queste viste in base ad un qualcosa ,e questo qualcosa da quello che penso è il sesso. Quindi il report deve avere come parametro di ingresso il sesso, ma come fai a dirgli di usare una vista piuttosto che un'altra? Anche se più comodo avere due viste, non puoi averne solo una che estrae i dati da te richiesti in base al sesso? Mandami + informazioni.
  20. Scusa per il ritardo nella risposta, su cosa ti serve aiuto.Utilizzo sia Ireport che jasperserver in ambiente linux, se posso esserti di aiuto + che volentieri
  21. Hi all, there is some way to put bar chart obtained from simple query on the detail band and make in way that this is not repeated. i show a set of record all in one page, become from query , if i put chart on the side of my data , this is repeated each time equal the number of the record , but i wan't show only one time. Thx to all
  22. Thx again for your replay Matt... now it working ok.
×
×
  • Create New...