Jump to content

ramnik

Members
  • Posts

    231
  • 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 ramnik

  1. This issue to related to one style file .Have u followed the upgrade instructions in install guide ?

    please upgrade using instruction :- js-upgrade-samedb and DO NOT USE - js-upgrade-newdb

     

    Ramnik Kaur

    Senior QA Engineer

  2. Sorry for the all issues.

    This is BUG in 4.0. which is fixed in 4.0.1

    Please use this to solve the issue. It is minor configuration setting that will help you fix the issue :-

    Please update the \WEB-INF\js.quartz.propertiesorg.quartz.jobStore.clusterCheckinInterval = 15 minExplanation:-This value sets the interval(from start time of executing job) at the end ofwhich the recover job will fire. It is very import in the case of clustering:Ifjob will failed on the one cluster node(For example in the case of applicationstopped on the node) then it will be successfully recovered on the othernode(per clusterCheckinInterval).I increased this value to 15 min because for complex report(time executing isbig) time of job executing will be able more than 10 min and then recoveringjob will result the problems (such as in bugs#22057, 22045, 22058). So, for cutomer we will documented it and in additionally:"..When you have smaller or bigger executing report time than 15 you willdecrease or increase appropriately this value for correct job recoveringwork.." [/code]

     

    hope it helps,

    Ramnik Kaur

    Senior QA Engineer

  3. It works in general and in samples

    In your example, the issue seems to me is the mapping between the parameter names in JRXML and parameter name you mentioned while you are creating the input control.

    they needs to be same.

    Any input control you create has parameter name which should match the parameter nae you have in repository

    Ramnik Kaur

    Senior QA Engineer


  4. This is side effect of new cluster job scheduler in JS Pro 4.0

    But YOU can EASILY FIX it

    Details:-

    1. Go to {JS_INSTALL_DIR}/tomcat/webapp/jasperserver_pro/WEB_INF

    2. edit the file - js.quartz.base.properties

    3. change org.quarts.jobStore.clusterCheckinInterval = 900 000 msec

    Description:-

    increase the org.quartz.jobStore.clusterCheckinInterval to 900 000 msec=15 min.
    This value sets the interval(from start time of executing job) at the end of
    which the recover job will fire. It is very import in the case of clustering:If
    job will failed on the one cluster node(For example in the case of application
    stopped on the node) then it will be successfully recovered on the other
    node(per clusterCheckinInterval).
    I increased this value to 15 min because for complex report(time executing is
    big) time of job executing will be able more than 10 min and then recovering
    job will result the problems (such as in bugs#22057, 22045, 22058).

    In addition
    "..When you have smaller or bigger executing report time than 15 you will
    decrease or increase appropriately this value for correct job recovering
    work.."

     

    It will surely solve the issue and this setting has been tested and verified internally ..

    Ramnik Kaur

    Senior QA Engineer


  5. 1. regd the sh file - please go to directory where jasperserver-pro installed. Check for the file - ctlscript.sh

    type:- ./ctlscript.sh start

    Note - the file changed from jasperctl.sh to ctlscript.sh in 4.0. I will howvere check what is documented and will make sure it is correct

    2. Just type the name of your machine Or IP adress in URL. It should work ok.

     

     

     

     

    Ramnik Kaur

    Senior QA Engineer

  6. 1. Yes you can set up display set from two join trees . But it wont be recomended

    2. But you cannot use fields from two joins in our report. When we try to add field from on join, the other join set is disabled.

     

    Ramnik Kaur

    Senior QA Engineer

  7. Where u have installed the License?

    - Please try to provide exact license path in the app server

    It will be good idea to check the INSTALL GUIDE as it provides trouble shooting instruction to help with license expired messages

     

     

    Ramnik Kaur

    Senior QA Engineer

  8. 1. jasperserver 4 is using spring 2.5

    2. and Yes , there are migration steps . the Upgrade path u have to follow is JS 2.1 -> JS 3.0 -> JS 3.5 -> JS 3.7 -> JS 4.0. There is not direct path to upgrade from JS 2.1 -> JS 4.0

    [ Install guide has all the steps for upgrade ]

     

    hope it helps ,

    Ramnik Kaur

    Senior QA Engineer

  9. It seems to me that you have right permission for the reports ..But not on the resources reports are accessing.

    Please check permission on all the resources -> Datatypes , Input Control, Images report is referencing...all resources should have at least Read Only Permisison for report to run Ok

     

    thanks

    Ramnik Kaur

    Senior QA Engineer

×
×
  • Create New...