How to schedule reports containing parameters on JasperServer?

I am able to schedule the report containing parameter on jasperserver community edition 4.7 but I am not able to set parameter value while scheduling report on jasper server 5.5 ?

 

aamitt06's picture
393
Joined: Jun 23 2014 - 5:48am
Last seen: 7 years 4 months ago

That's not enough information to go on...which API are you using? Can you post any error you got?

ernestoo - 9 years 1 week ago

I am using Ireport5.6 for making reports and jasperreports-server community edition 5.5 .In my report there are two parameters I am able to set parameter value in  jasperreports-server community edition 4.7 but in version 5.5 parameter option is disabled therefore the report is unable to schedule.

aamitt06 - 9 years 1 week ago


aamitt06 - 9 years 1 week ago

2 Answers:

Try upgrading to 5.6.1. 5.5.0 was kind of buggy.

hozawa's picture
190409
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

I have limitation to use community edition is jasper server 5.6.1 community edition ?

aamitt06 - 9 years 1 week ago

As of September 17th, 2014, only JasperReports Server Community Edition v5.6.0 is available. But, v5.6.1 will be available shortly (within days).

djohnson53 - 9 years 1 week ago

I tried installing JasperReports Server 5.6.0 but it is giving errors on post installation ,If any of you guys are using jasper server 5.6.0 then please guide me too

aamitt06 - 9 years 6 days ago
show 4 more...

sorry aamitt06 - generic help for installation is hard to do - what is the issue? anything in the installation log you can share?

ernestoo - 9 years 6 days ago

SEVERE: Failed to initialize end point associated with ProtocolHandler ["ajp-apr-8009"]
java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:446)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:981)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:814)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.startup.Catalina.load(Catalina.java:640)
at org.apache.catalina.startup.Catalina.load(Catalina.java:665)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:455)

Sep 18, 2014 10:52:55 PM org.apache.catalina.core.StandardService initInternal
SEVERE: Failed to initialize connector [Connector[AJP/1.3-8009]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:814)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.startup.Catalina.load(Catalina.java:640)
at org.apache.catalina.startup.Catalina.load(Catalina.java:665)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:455)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
at org.apache.catalina.connector.Connector.initInternal(Connector.java:983)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
... 12 more
Caused by: java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:446)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:981)
... 13 more

aamitt06 - 9 years 3 days ago

It just seems that you're trying to run two versions of tomcat side by side, on the same ports...they are racing each other. Turn one off!

ernestoo - 9 years 3 days ago

Thanks ernestoo I made changes in server.xml changed the ports and the issue was resolved.

aamitt06 - 9 years 2 days ago

Add input controls to report for parameters which you want to pass.

Puneet09's picture
Joined: Nov 20 2014 - 1:41am
Last seen: 8 years 2 months ago
Feedback