Jump to content
We've recently updated our Privacy Statement, available here ×

rmartony

Members
  • Posts

    10
  • 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

Posts posted by rmartony

  1. Hi, I have installed JasperServer 3.7 CR on a JBoss 4.2.2 server using Oracle 10g database and Java 1.5.

    The problem is that many times happens that after logging in JasperServer, the reports list in repository brwoser does not get displayed.
    I have to logoff and login again or select to another menu and go back to get the list displayed.

    Also when the reports list finally gets displayed, accessing a simple report also takes some time to load. After the reports loads pagination does respond fast.

    We also have other applications running on same server but we do not notice performance problems.

     

    Any help would be appreciated, thanks,

    Rafael.

    Code:
    JVM settingsJAVA_OPTS="-Xms512m -Xmx768m -XX:PermSize=128m -XX:MaxPermSize=256m -Xss2m"JAVA_OPTS="$JAVA_OPTS -Doracle.jdbc.defaultNChar=true"JAVA_OPTS="$JAVA_OPTS -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled "
  2. Any Ideas how to do sorting by clicking on the column header?

    I tried to pass the column number as a parameter and then do an 'order by' in the SQL Query but it didn't work.
    The order by does nothing. I'm using Jasperserver 3 and Oracle 10g.

    Thanks,
    Rafael.

  3. Hi gludington, could you please post the link to (or attach) the openflashchart.xsd file?
    I couldn't find the file and I get the 404 error.

    Thanks in advance, regards,
    Rafael.

     

    gludington
    Wrote:

    Of course, that was not it..the issue was that the internal openflashchart.xsd was not copied over to the build/classes classpath area that use used by subsequent targets. When I moved that over manually, the template compiled and the rest of the tasks ran.
×
×
  • Create New...