Jump to content

[Solved] Jasperserver integration in Liferay does not work?


f_chas01

Recommended Posts

Problem is solved. Do not try to use JapserReportServer-4.0.0-Portlet with Liferay 6.x Version. It supports per default only the 5.2.3 Version.

---------

I was trying to get the Liferay-5.2.3-JasperReportsServer-4.0.0-Portlet.zip working with my JasperReport Server.

I managed to put Liferay 6.0.5 online and add the JasperReport Server portlet. I also configured the Jasperserver and the portlet as mantioned in the documentation. My Problem is that the portlet does not display any content. It looks like this:

http://img26.imageshack.us/img26/6701/liferaysilent.png

Here is what I've done.

- Liferay is on the different machine. Both machines: the one with Jasperserver and the other one with Liferay are in the same local network and can ping each other.

- applicationContext-security-web.xml is configured with:

<property name="trustedIpAddress">
      <list>
           <value>192.168.5.112</value> <!--ip of the Liferay machine -->
       </list>

</property>

-applicationContext-multiTenancy-web.xml is configured with:

    <bean id="mtPortletAuthenticationProcessingFilter" parent="portletAuthenticationProcessingFilter"
        [...]
        <property name="portletOrganizationId" value="10494"/> <!-- id of the Liferay organization I wold like to use-->
    </bean>

- portlet.xml (of the JasperReport Server portlet) is configured with:

<init-param>
    <name>jasperserver_repository_ws_url</name>
    <value>http://192.168.6.136:8484/jasperserver-pro/services/repository</value> <!-- url to the Jasperserver Repository Web Service-->
</init-param>

-------

I dont see Liferay trying to connect to Jasperserver and I cannot fint the way to trace it. Can anybody please give me hint where to look or what to modify?

 

With regards,

 

Friedrich

 



Post Edited by f_chas01 at 06/10/2011 12:21



Post Edited by f_chas01 at 06/10/2011 13:00
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...