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

huwtrimet.org

Members
  • Posts

    75
  • 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 huwtrimet.org

  1. With the new release of JS 4.0, there are lots of changes to the way how the GUI was done.  I was hoping to see a updated document on Customizing and Rebranding the Jaspersoft User Interface.

    Thanks in advance.

     

  2. I have installed JS 3.7.1 CE Linux server against Postgresl Repository, the startup log showed following Warnings, please help to point at the right direction as how to fix them, thanks in advance.

     

    Code:
    2011-03-16 11:00:44,274  WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate.RepoUser]; using defaults.2011-03-16 11:00:44,476  WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate.RepoRole]; using defaults.2011-03-16 11:00:44,496  WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate.RepoTenant]; using defaults.2011-03-16 11:00:44,691  WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [org.hibernate.cache.UpdateTimestampsCache]; using defaults.2011-03-16 11:00:44,696  WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [org.hibernate.cache.StandardQueryCache]; using defaults.2011-03-16 11:00:45,370  WARN PermissionsListProtectionDomainProvider,main:61 - A security manager has not been configured for the JVM. The protection domain set for the reports will NOT be effective.
  3. I just installed the jasper server 3.7 communuty release on Windows platform, and after login as jasperadmin/jasperadmin, the "old" toolbar used to add reports, create folders are gone.  I know I can still add the resources through the right mouse click on the repo tree, was wondering if the toolbar is intended to be removed as this release? 

     

    Thanks in advance

  4. I think you can.

     

    1. Create a subreport

    2. Main report's subreport properties, use Connection/Data Source Expression like below:

    java.sql.DriverManager.getConnection("jdbc:oracle:thin:@//XXXXXX:1521/XXXX", "username", $P{param_password})

    3. Make a Parameter "param_password" and set to always prompt

     

    I have tested it works...

  5. I think this may be a bug.

    I can set the SHA encrypted password like the jasperadmin in the database, and I can login just fine.

    But, when I use the user manager interface to change the password to ''mypassword", then the clear text is stored in the database, then I can not login use the password because the login page uses the password Encoder.

     

  6. I need to set up a JDBC datasource to connect to our secured PCI credit card database, people in the database group prefers me not saving the password in the JDBC datasource profile. 

    What else could be the alternatives?

    Can I have the report prompt for password during runtime?

     

    Thanks in advance.

  7. I have recently developed a ACD report against the Cisco Voip database which is running on a Windows 2003 server using MS SQL server version 2000, the database was set up to accept named pipe connection only, No TCP/IP.

    I was using the jtds jdbc driver from here: https://sourceforge.net/projects/jtds/

    I was able to connect to the database using iReport datasource like this:

    Jdbc:jtds:sqlserver://ipcccs1/db_cra;namedPipe=true;instance=CRSSQL;user=HelpDeskReports;password=password!;domain=companyname.com

    And, the report preview works just fine, it ran for about 90 seconds.  My PC is a Windows XP machine.

    After I uploaded the acd.jrxml and try to run it on the JS CE 3.5, it keeps timeout at 30 seconds.  After a week long back and forth with the guy from JTDS, I learned I have to set the following property in the JS CE BIN directory in the catalina.sh file to make the JCIFS timeout values to increase to the amount needed.

    Add this to the catalina.sh in the start section

    -Djcifs.smb.client.responseTimeout=300000 \

    -Djcifs.smb.client.soTimeout=300000 \

    Now my report runs just fine on JS CE 3.5.

    I hope this will help others.

     

  8. Code:
    I just installed iReport 3.6.1 and noticed the fontpath library does not exist anymore.

    I tried to upgrade the jasperreport3.6.1.jar to my JS CE 3.5, when I run my reports, it shows the following error:

    net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is not available to the JVM
  9. Hi gurus, I need to connect from my Linux based JS 3.5 to a MDB file to get some data.  What are the best ways or open source jdbc driver out there would work with hibernate also, so I can connect to it?  I understand the JDBC ODBC bridge will not work because it requires windows environment.  Thanks in advance.

×
×
  • Create New...