Jump to content

Gaby38

Members
  • Posts

    255
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by Gaby38

  1. Other people have already got this trouble. One of them said that the trouble could be fixed by adding the plugin "XML and Schema". I did it and that fixed my problem.

    Do a search on this forum with "UTF-8" and I think you will retreave all the threads about that.

    With the next release (iReport NB 3.1.2) I get a similar problem but the fix seems not to work. For the moment, I consider this new release as unusable.

  2. Hello,

    I don't know if it is the same kind of problem, but when I started using Jasperserver I first used as object names French names with accent (é,è,..) and I got troubles : jasperserver seemed to be unable to recognize them. So I stopped to use French accentued words as names and all was right.

    For the labels, there is no problem.

    For your info

    Gaby

  3. Hello guys,

    This morning, for the 1st time ,I tried to access my jasperserver site with IE from another PC than mine (on my PC I use only Firefox) and I was surprised to see that some hyperlinks inside raports were not working and lead me to the login page.

    After search, it seemed to be due to some cookies and the level of control of IE.

    In the Confidentiality tab, after clicking on "Sites", I added the network domain of my server (which is hosted at a distant provider site) in the trusted domains and after that all was working well.

    So , perhaps it is not the same kind of trouble in your case, but have a look about the filtering options of IE and try a test with no control at all.

    Hope this helps

    Gaby

     edit : sorry I didn't see your last post and that you tried to change IE security parameters



    Post Edited by Gabriel Entressangle at 11/27/08 12:50
  4. I don't fully understand the mechanism between the context.xml and jasperserver.xml files. As far as I remember, the updates done in the context.xml files do not affect tomcat which is based on the $HOMETomcat/conf/Catalina/localhost/jasperserver.xml file. What I do (as far as I remember) is :

    - stop Tomcat

    - modify context.xml

    - delete $HOMETomcat/conf/Catalina/localhost/jasperserver.xml

    - restart Tomcat

    The context.xml file is copied as $HOMETomcat/conf/Catalina/localhost/jasperserver.xmlwith the updates

  5. In fact, the modules you download from internet are somewhere (I don't exactly remember where but I saw them) on your machine connected to internet. Perhaps you can copy them on the other and have to "activate" them through the same menu "Plugin" ( list of loaded modules) but without needing to be connected.

  6. Rosa,

    In SQL, a null value is not equivalent to a "zero" value and the reaction of iReport is normal.

    If you want that a null value be considered as a "zero" value, you can use in your SQL the nvl function :

    SELECT nvl(FIELD, FIELD,0) which will return ( we suppose that FIELD is numeric) else FIELD (if not null) else 0

    If FIELD is a string you write : SELECT nvl(FIELD, FIELD,'') where ''(two single quotes) is the empty chain which is different from the null value for the database.

     

  7. I don't know what is the exact content of your "$P{pSequence} but if there are strings, I fear that the expansion which takes care of type adds some quots.

    Try using "$P!{pSequence} (notice the "!")which will expand the parameter as is.

    Hope this helps

  8. Hello,

    I also got this trouble. If you do a search on this forum you will find some posts about that.

    Just to say that one people gave a work-around : load the plugin-module : "XML and schema" from the "Plugin" menu and this will upgrade iReport in the good way. I did it and it was OK for me.

    You can also see on this forum (previous pos) that I have encountered the same kind of error when migrating from 3.1.1 to 3.1.2 and the work-around doesn't work !!

  9. Hello,

    When migrating from ireport 3.1.0 to 3.1.1 and running a 3.1.0 created report in iReport 3.1.1 I already got a "utf-8 out of sequence character" error. There are some posts about that on this forum and one guy provided a work-around that was to load the plugin "XML and schema". I did that and all is working right.

    Now I am trying to migrate from 3.1.1 to 3.1.2. I get the same kind of trouble : when I edit a 3.1.1 created report, and save it without change in 3.1.2 and try to run it, I get an error :

    ava.lang.Exception: 1 - org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'jasperReport'.      at com.jaspersoft.ireport.jasperserver.ws.WSClient.runReport(WSClient.java:402)      at com.jaspersoft.ireport.jasperserver.ws.WSClient.runReport(WSClient.java:319)      at com.jaspersoft.ireport.jasperserver.ReportRunner.run(ReportRunner.java:70)      at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)      at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)  

    It is no more "UTF8" error but it sounds like the same scenario.

    Have other people got the same problem ??

    Code:
    java.lang.Exception:Â1Â-Âorg.xml.sax.SAXParseException:Âcvc-elt.1:ÂCannotÂfindÂtheÂdeclarationÂofÂelementÂ'jasperReport'. ÂÂÂÂatÂcom.jaspersoft.ireport.jasperserver.ws.WSClient.runReport(WSClient.java:402) ÂÂÂÂatÂcom.jaspersoft.ireport.jasperserver.ws.WSClient.runReport(WSClient.java:319) ÂÂÂÂatÂcom.jaspersoft.ireport.jasperserver.ReportRunner.run(ReportRunner.java:70) ÂÂÂÂatÂorg.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561) ÂÂÂÂatÂorg.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986) 
  10. "The only thing i did was updating my system from ubuntu 8.04 to 8.10 but i dont think that this is the problem."

    Logicaly, if it is really the only thing you did and if after it was not working, this should be due to this upgrade.

    In the updating, has something changed on network filtering : Firewall setup? new filtering software?

    On windows, I got a lot of strange things with iReport access due to the Kaspersky anti-virus.

  11. I confirm that installing the plugin XML and Schema fixed the problem for me. Previously "corrupted" reports can now be loaded in editor.As already said, this installation forces the upgrade of the IDE environment.

    In fact my error was "Invalid byte 2 of 3-byte UTF-8 sequence" and not "1 of 1-byte UTF-8 sequence" but I think that the troublr source is the same.

  12. I already got this trouble. In my case, it was always due to the fact that I forgot to define the corresponding input control. Even if your parameter is always transmitted by URL, you need to define an input control with the same name else your parameter wile be "null".

    Hope this helps

  13. Nobody has encountered this interrogation?

    In my case, I have defined specific roles to which I mapped specific home pages. But if I add the role "ROLE_USER" for instance to a user which has always a specific role, then the home page becomes the "standard" repository tree of the user role.

    So I think that some roles are "privilegied".

    Has anybody an idea about that metaphysic question?

  14. I saw on this forum (or IReport forum) that this could be due to the version of Jasperreports. I upgraded the jar of jasperreports to 3.1.0 in the lib directory of WEB-INF in jasperserver and I always get the same error if I update a report created under IReport 3.0.0.

×
×
  • Create New...