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

eldonlee

Members
  • Posts

    27
  • 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 eldonlee

  1. Dear all,

     

    I have installed jaspersoft report server and than create oracle jdbc source and then put the report into report server. The report was run successfully.

     

    But after the windows rebooted, the report could not be run after login as jsaperadmin.

    It keeps showing error message please contact site administrator as shown below: 

    Error Message

    There was an error on the server. Try again or contact site administrators. (Error UID: d5efcfa7-3d14-48f8-a6ae-8fe353c91ad7)

     

    Please advise

     

     

     

  2. Dear all,

     

    I have installed jaspersoft report server and than create oracle jdbc source and then put the report into report server. The report was run successfully.

     

    But after the windows rebooted, the report could not be run after login as jsaperadmin.

    It keeps showing error message please contact site administrator as shown below: 

    Error Message

    There was an error on the server. Try again or contact site administrators. (Error UID: d5efcfa7-3d14-48f8-a6ae-8fe353c91ad7)

     

    Please advise

     

     

     

  3. Dear all,

     

    I edit the data source, it return the error

    Error Message

    There was an error on the server. Try again or contact site administrators. (Error UID: 30c6f2b4-5aad-40d2-84f9-9f9c68cf47c7)

     

    I also delete a user, it returns the error

    There was an error on the server. Try again or contact site administrators. (Error UID: 743eced2-eb3b-4372-b7e0-41e7a9f29fd6)

     

    It seems that the Jaspsersoft report server got something crash

    I am using the jasperReports Server CE v7.8.0

    Please help

    Regards,

    Eldon

     

  4. I installed jasperserver 3.5 for windows. I would like to set up report notification in report scheduler.

     

    I have modified C:\Program Files\jasperserver-3.5.0\apache-tomcat\webapps\jasperserver\WEB-INF\js.quartz.properties

    but I still could not receive any notification.

    I have searched the forums about similar issues. It seems that most of people got the same problem.

    I would like to know if this function is working or not in the jasperserver free version.

     

    Attached file is the screen shot of error

     

     

     

     

     

  5. I just installed jasperserver 3.5 (free version) for windows in which there is no ireport document but it got jasperserver user guide.pdf  attached

    It shows me how to schedule ireport on session 3.2 Using iReport scheduler. I have followed its instruction but I can't receive any report notificaion. I have attached the screen shot for your reference

    Do you know what is the problem?

    BTW, I got some queries

    Questions

    1) how does JapserServr send email notification to me because the guide does not show me how I can configure my company's email server or etc..?

    2) In jasperserver 3.5 , I can't find any iReport document as you mentioned . Do you know where I can download full iReport document with free of charge?

     

     

  6. yes I have followed the JasperServer user's guide.pdf. but I still could not get the email notification

    Moreover,I just wonder how jasperserver could send an email because I don't have configured smpt in jasperserver.

     

  7. 1) Do you mean ROLE_USER must be needed?

    2) Could you please see my attachment that no folders I could see after removing ROLE_USER from user account even I assigned read only permission to REPORT folder.

     

    please help

  8. How can I set a user who can see REPORT folder only not others?

    After I created a new user and assigned a new role and then removed the "ROLE_USER" role from that user account and

    modified folder permission for new role,I could not see any folder afters  logging in as the user.

    Please help

     

     

     

     

  9. I created a report job that I want it to be sent to users.  I could not get the report notifiation after inputing a email in report scheduler.

    I also checked that I have not inputted any smtp as well for jasperserver

    Could you help me to configure report email notification..

  10. I could create a report which can be accessed by other user via other pc.

    I have some queries as below:

    Q1) I have to create many reports which are for different users. How can I configure or set the permission of the reports for different users

     

    Q2) Now I was creating some dummy reports , I would like to delete them from "Welcome to iReport " screen's Recent reports (see attachment)

    but I can't find any functions to remove it

     

    please help.

     

     

     

  11. I have installed JasperServer including iReport. JasperServer or iReport could connect to oracle DB.  I can create very very simple report

    Now I would like to know:

    1) how can I make the report available to end users through their pc ?

    2) what other procedures or configuration should I do such as privilege?

    Does any people have any pdf or docuemnt which shows me how to use iReport completely and distribute reports to end users ...etc?

  12. Thank you for your help. I can create a simple report.

     

    Questions

    1) how can I make the report available to end users through their pc?

    2) what other procedures or configuration should I do?

    Do you have any pdf or docuemnt which shows me how to use iReport completely and distribute reports to end users ...etc?

  13. Dear Christina

     

    Could you please elaborate on it in detail? It seems that I don't see any OPTION directories under ireport of jasperserver-3.5.0

    BTW, I am using jasperserver 3.5 window free version.

    Please see the screen shot of attachment

    Please help

     

  14. I have installed JasperServer 3.5 and then I also copied ojdbc14.jar for my oracle db 10g connection.

    After that, I chose "Start iReport" In start menu of JasperServer 3.5.0 , the window of iReport 3.5.0 was popped up.

    At the left hand side of the iReport 3.5.0, I could log in the oracle DB through the oracle jdbc driver and see the tables.

    But, on the right hand side, I would like to create a simple report by following step1 , 2, 3.

    When I followed the step 1 of "create a database connection" and filled in database JDBC connection option, I could not make a connection  to oracle database. Error are as shown below.

    I am using jasperServer 3.5 free version.

     

    Does any people know why I can't make a connection to DB in the steps of creating report while I could connect to DB on the services of database?

     

    Please help!!!!

     

     

     

     

    ClassNotFoundError!
    Msg: oracle.jdbc.driver.OracleDriver
    Possible not found class: oracle.jdbc.driver.OracleDriver
    ...


    Exception
     


    Message:
        java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    Level:
        SEVERE
    Stack Trace:
    oracle.jdbc.driver.OracleDriver
        com.jaspersoft.ireport.designer.connection.JDBCConnection.loadDriver(JDBCConnection.java:72)
        com.jaspersoft.ireport.designer.connection.JDBCConnection.getConnection(JDBCConnection.java:135)
        com.jaspersoft.ireport.designer.connection.JDBCConnection.test(JDBCConnection.java:456)
        com.jaspersoft.ireport.designer.connection.gui.ConnectionDialog.jButtonTestActionPerformed(ConnectionDialog.java:316)
        com.jaspersoft.ireport.designer.connection.gui.ConnectionDialog.access$300(ConnectionDialog.java:25)
        com.jaspersoft.ireport.designer.connection.gui.ConnectionDialog$4.actionPerformed(ConnectionDialog.java:271)
        javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
        javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
        javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
        javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
        javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
        java.awt.Component.processMouseEvent(Component.java:5488)
        javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
        java.awt.Component.processEvent(Component.java:5253)
        java.awt.Container.processEvent(Container.java:1966)
        java.awt.Component.dispatchEventImpl(Component.java:3955)
        java.awt.Container.dispatchEventImpl(Container.java:2024)
        java.awt.Component.dispatchEvent(Component.java:3803)
        java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
        java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
        java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
        java.awt.Container.dispatchEventImpl(Container.java:2010)
        java.awt.Window.dispatchEventImpl(Window.java:1778)
        java.awt.Component.dispatchEvent(Component.java:3803)
        java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
        java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
        java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
        java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
        java.awt.Dialog$1.run(Dialog.java:517)
        java.awt.Dialog$2.run(Dialog.java:545)
        java.security.AccessController.doPrivileged(Native Method)
        java.awt.Dialog.show(Dialog.java:543)
        java.awt.Component.show(Component.java:1300)
        java.awt.Component.setVisible(Component.java:1253)
        com.jaspersoft.ireport.designer.welcome.QuickStartPanel.jButton1ActionPerformed(QuickStartPanel.java:282)
        com.jaspersoft.ireport.designer.welcome.QuickStartPanel.access$200(QuickStartPanel.java:37)
        com.jaspersoft.ireport.designer.welcome.QuickStartPanel$2.actionPerformed(QuickStartPanel.java:111)
        javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
        javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
        javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
        javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
        javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
        java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
        java.awt.Component.processMouseEvent(Component.java:5488)
        javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
        java.awt.Component.processEvent(Component.java:5253)
        java.awt.Container.processEvent(Container.java:1966)
        java.awt.Component.dispatchEventImpl(Component.java:3955)
        java.awt.Container.dispatchEventImpl(Container.java:2024)
        java.awt.Component.dispatchEvent(Component.java:3803)
        java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
        java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
        java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
        java.awt.Container.dispatchEventImpl(Container.java:2010)
        java.awt.Window.dispatchEventImpl(Window.java:1778)
        java.awt.Component.dispatchEvent(Component.java:3803)
        java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
        java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
        java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
        java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
        java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
        java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

×
×
  • Create New...