Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Georeport problems displaying sample data

14 views
Skip to first unread message

Archaeogeek

unread,
Aug 18, 2009, 8:33:02 AM8/18/09
to geobi
Hi,

I have finally managed to set up georeport with the original pentaho
instructions (it has taken me a while...) and have got to the stage
where the mapfish map displays when I go to
http://localhost:8080/pentaho/Dashboards?dashboard=GeoBI

Geoserver is set up on http://localhost:8070/geoserver, and the layers
are correctly set up there, in that the map preview shows the features
and I can do wms/wfs requests and get valid data. I can connect to the
data in postgresql directly, and I can load the feature data in my
desktop gis.

But while the mapfish map loads up, the sample data does not display.
A "loading data" notice appears in the left-hand Chloropleths panel
and in the right-hand layer tree I can see "watson" with a tick box
next to it, nothing happens if I tick it.

When I look at the source code for the map, I can see a URL for the
layer that looks like this:
'url': '/pentaho/MapOl?layer=capoluoghi&id=gid',
So I tried loading that directly but got a jboss http status 500
error:

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

org.apache.jasper.JasperException: org.apache.jasper.JasperException:
Unable to load class for JSP
org.apache.jasper.servlet.JspServletWrapper.getServlet
(JspServletWrapper.java:156)
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:323)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:265)
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke
(FilterSecurityInterceptor.java:107)
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter
(FilterSecurityInterceptor.java:72)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter
(ExceptionTranslationFilter.java:124)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter.doFilter
(SwitchUserProcessingFilter.java:341)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.SecurityStartupFilter.doFilter
(SecurityStartupFilter.java:76)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)

org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter
(AnonymousProcessingFilter.java:125)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter
(RememberMeProcessingFilter.java:142)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.RequestParameterAuthenticationFilter.doFilter
(RequestParameterAuthenticationFilter.java:164)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter
(BasicProcessingFilter.java:174)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.AbstractProcessingFilter.doFilter
(AbstractProcessingFilter.java:271)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:
110)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.HttpSessionReuseDetectionFilter.doFilter
(HttpSessionReuseDetectionFilter.java:130)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter
(HttpSessionContextIntegrationFilter.java:249)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)

org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter
(SecurityContextHolderAwareRequestFilter.java:81)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.util.FilterChainProxy.doFilter
(FilterChainProxy.java:149)
org.acegisecurity.util.FilterToBeanProxy.doFilter
(FilterToBeanProxy.java:98)
org.pentaho.core.system.SystemStatusFilter.doFilter
(SystemStatusFilter.java:53)
org.pentaho.ui.servlet.SetCharacterEncodingFilter.doFilter
(SetCharacterEncodingFilter.java:112)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)

root cause

org.apache.jasper.JasperException: Unable to load class for JSP
org.apache.jasper.JspCompilationContext.load
(JspCompilationContext.java:600)
org.apache.jasper.servlet.JspServletWrapper.getServlet
(JspServletWrapper.java:144)
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:323)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:265)
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke
(FilterSecurityInterceptor.java:107)
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter
(FilterSecurityInterceptor.java:72)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter
(ExceptionTranslationFilter.java:124)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter.doFilter
(SwitchUserProcessingFilter.java:341)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.SecurityStartupFilter.doFilter
(SecurityStartupFilter.java:76)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)

org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter
(AnonymousProcessingFilter.java:125)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter
(RememberMeProcessingFilter.java:142)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.RequestParameterAuthenticationFilter.doFilter
(RequestParameterAuthenticationFilter.java:164)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter
(BasicProcessingFilter.java:174)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.AbstractProcessingFilter.doFilter
(AbstractProcessingFilter.java:271)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:
110)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.HttpSessionReuseDetectionFilter.doFilter
(HttpSessionReuseDetectionFilter.java:130)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter
(HttpSessionContextIntegrationFilter.java:249)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)

org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter
(SecurityContextHolderAwareRequestFilter.java:81)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.util.FilterChainProxy.doFilter
(FilterChainProxy.java:149)
org.acegisecurity.util.FilterToBeanProxy.doFilter
(FilterToBeanProxy.java:98)
org.pentaho.core.system.SystemStatusFilter.doFilter
(SystemStatusFilter.java:53)
org.pentaho.ui.servlet.SetCharacterEncodingFilter.doFilter
(SetCharacterEncodingFilter.java:112)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)

root cause

java.lang.ClassNotFoundException: org.apache.jsp.jsp.MapOl_jsp
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
java.security.AccessController.doPrivileged(Native Method)
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:
134)
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:
66)
org.apache.jasper.JspCompilationContext.load
(JspCompilationContext.java:598)
org.apache.jasper.servlet.JspServletWrapper.getServlet
(JspServletWrapper.java:144)
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:323)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:265)
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke
(FilterSecurityInterceptor.java:107)
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter
(FilterSecurityInterceptor.java:72)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter
(ExceptionTranslationFilter.java:124)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter.doFilter
(SwitchUserProcessingFilter.java:341)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.SecurityStartupFilter.doFilter
(SecurityStartupFilter.java:76)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)

org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter
(AnonymousProcessingFilter.java:125)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter
(RememberMeProcessingFilter.java:142)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.RequestParameterAuthenticationFilter.doFilter
(RequestParameterAuthenticationFilter.java:164)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter
(BasicProcessingFilter.java:174)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.AbstractProcessingFilter.doFilter
(AbstractProcessingFilter.java:271)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:
110)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
com.pentaho.security.HttpSessionReuseDetectionFilter.doFilter
(HttpSessionReuseDetectionFilter.java:130)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter
(HttpSessionContextIntegrationFilter.java:249)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)

org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter
(SecurityContextHolderAwareRequestFilter.java:81)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter
(FilterChainProxy.java:275)
org.acegisecurity.util.FilterChainProxy.doFilter
(FilterChainProxy.java:149)
org.acegisecurity.util.FilterToBeanProxy.doFilter
(FilterToBeanProxy.java:98)
org.pentaho.core.system.SystemStatusFilter.doFilter
(SystemStatusFilter.java:53)
org.pentaho.ui.servlet.SetCharacterEncodingFilter.doFilter
(SetCharacterEncodingFilter.java:112)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)

note The full stack trace of the root cause is available in the
JBossWeb/2.0.0.GA logs.

Can you help?

Many thanks

Jo


Fabio D'Ovidio

unread,
Aug 19, 2009, 5:49:28 AM8/19/09
to ge...@googlegroups.com
Hello,
which version of pentaho are you using?
May be you installed a different version of pentaho respect MapOl.jsp update.
If you are using pentaho 2.x or 3.x, please download MapOl.jsp from here [1]

[1] http://geobi.googlecode.com/svn/trunk/updates/georeport-cdf/

Thank you very much!
Let me know!

Bye

Fabio D'Ovidio


2009/8/18 Archaeogeek <jo.k...@googlemail.com>

Jo Kaye

unread,
Aug 19, 2009, 6:01:30 AM8/19/09
to ge...@googlegroups.com
Hi,

It's Pentaho 1.7.1 as per the instructions in http://geobi.googlecode.com/files/GeoR_install_notes_v1.pdf

Thanks

Jo
--
===================================
Jo Kaye (nee Cook)
Email: jo.k...@googlemail.com
Blog: www.archaeogeek.com/blog
Photos: www.flickr.com/photos/barryandjo
===================================

Fabio D'Ovidio

unread,
Aug 19, 2009, 6:56:22 AM8/19/09
to ge...@googlegroups.com

Hello,
tomorrow I will come back from holidays and help you in more details :-)
Thank you very much.

Fabio

2009/8/19 Jo Kaye <jo.k...@googlemail.com>

Fabio D'Ovidio

unread,
Aug 20, 2009, 9:06:18 AM8/20/09
to ge...@googlegroups.com
Hello,
which browser are u using to display data?
Did you register MapOl.jsp in your web.xml?

Thank you!

--
Fabio D'Ovidio
Geospatial solutions

Inova S.r.l.
Web : http://www.inovaos.it
GeoBI Blog: www.geobi.org
Tel.: 081 197 57 600
mail: fabiod...@gmail.com, f.do...@inovaos.it
skype: dovidio_fa



Jo Kaye ha scritto:
> Hi,
>
> It's Pentaho 1.7.1 as per the instructions in
> http://geobi.googlecode.com/files/GeoR_install_notes_v1.pdf
>
> Thanks
>
> Jo
>
> On Wed, Aug 19, 2009 at 10:49 AM, Fabio D'Ovidio
> <fabiod...@gmail.com <mailto:fabiod...@gmail.com>> wrote:
>
> Hello,
> which version of pentaho are you using?
> May be you installed a different version of pentaho respect
> MapOl.jsp update.
> If you are using pentaho 2.x or 3.x, please download MapOl.jsp
> from here [1]
>
> [1] http://geobi.googlecode.com/svn/trunk/updates/georeport-cdf/
>
> Thank you very much!
> Let me know!
>
> Bye
>
> Fabio D'Ovidio
>
>
> 2009/8/18 Archaeogeek <jo.k...@googlemail.com
> <mailto:jo.k...@googlemail.com>>
> JBossWeb/2.0.0.GA <http://2.0.0.GA> logs.
>
> Can you help?
>
> Many thanks
>
> Jo
>
>
>
>
>
>
>
>
>
>
> --
> ===================================
> Jo Kaye (nee Cook)
> Email: jo.k...@googlemail.com <mailto:jo.k...@googlemail.com>
> Blog: www.archaeogeek.com/blog <http://www.archaeogeek.com/blog>
> Photos: www.flickr.com/photos/barryandjo
> <http://www.flickr.com/photos/barryandjo>
> ===================================
>
> >

Fabio D'Ovidio

unread,
Aug 20, 2009, 9:12:11 AM8/20/09
to ge...@googlegroups.com
Hello again,
did you set the correct Geoserver address in your template.html file?

Is geojsonUrl: "localhost:8070"?


Thank you!

--
Fabio D'Ovidio
Geospatial solutions

Inova S.r.l.
Web : http://www.inovaos.it
GeoBI Blog: www.geobi.org
Tel.: 081 197 57 600
mail: fabiod...@gmail.com, f.do...@inovaos.it
skype: dovidio_fa



Archaeogeek ha scritto:

Jo Kaye

unread,
Aug 20, 2009, 9:55:36 AM8/20/09
to ge...@googlegroups.com
Hi Fabio,

In answer to your first question, yes I registered Dashboards.jsp and MapOl.jsp in web.xml. I'm confused by the second email though, because in the instructions I have, there is no mention of a template.html file, or geojsonUrl, just the geobi.xml that is created in ${PENTAHO_DIR}/pentaho-solutions/system/GeoBI. In that, I have the IP and port for geoserver set to localhost:8070.

Note I'm not using the CDF version, I'm using the original georeport instructions (GeoR_install_notes_v1).

Thanks

Jo
--
===================================
Jo Kaye (nee Cook)
Email: jo.k...@googlemail.com

Fabio D'Ovidio

unread,
Aug 20, 2009, 10:23:42 AM8/20/09
to ge...@googlegroups.com
Hello,

Jo Kaye ha scritto:
> Hi Fabio,
>
> In answer to your first question, yes I registered Dashboards.jsp and
> MapOl.jsp in web.xml. I'm confused by the second email though, because
> in the instructions I have, there is no mention of a template.html
> file, or geojsonUrl, just the geobi.xml that is created in
> ${PENTAHO_DIR}/pentaho-solutions/system/GeoBI. In that, I have the IP
> and port for geoserver set to localhost:8070.
>
> Note I'm not using the CDF version, I'm using the original georeport
> instructions (GeoR_install_notes_v1).

The instructions you are using are for Pentaho 1.6 and they are very
old. In order to use GeoReport for Pentaho 1.7.x or 2.x you must install
CDF or use natively it in Pentaho 3.x.
The instructions you must use are here [1] or here [1-bis] and not here [2].

[1] http://geobi.googlecode.com/svn/trunk/georeport-cdf/ (Pentaho 1.7.x)
[1-bis] http://geobi.googlecode.com/svn/trunk/updates/georeport-cdf/
(Pentaho 2.x & Pentaho 3.x)
[2] http://code.google.com/p/geobi/downloads/list (Pentaho 1.6.x)

Please, let me know!

Bye!

--
Fabio D'Ovidio
Geospatial solutions

Inova S.r.l.
Web : http://www.inovaos.it
GeoBI Blog: www.geobi.org
Tel.: 081 197 57 600
mail: fabiod...@gmail.com, f.do...@inovaos.it
skype: dovidio_fa


>
> Thanks
>
> Jo
>
> On Thu, Aug 20, 2009 at 2:12 PM, Fabio D'Ovidio
> <fabiod...@gmail.com <mailto:fabiod...@gmail.com>> wrote:
>
>
> Hello again,
> did you set the correct Geoserver address in your template.html file?
>
> Is geojsonUrl: "localhost:8070"?
>
>
> Thank you!
>
> --
> Fabio D'Ovidio
> Geospatial solutions
>
> Inova S.r.l.
> Web : http://www.inovaos.it
> GeoBI Blog: www.geobi.org <http://www.geobi.org>
> Tel.: 081 197 57 600
> mail: fabiod...@gmail.com <mailto:fabiod...@gmail.com>,
> f.do...@inovaos.it <mailto:f.do...@inovaos.it>
> > JBossWeb/2.0.0.GA <http://2.0.0.GA> logs.
> >
> > Can you help?
> >
> > Many thanks
> >
> > Jo
> >
> >
> >
> > >
> >
> >
>
>
>
>
>
>
> --
> ===================================
> Jo Kaye (nee Cook)

Jo Kaye

unread,
Aug 20, 2009, 10:31:58 AM8/20/09
to ge...@googlegroups.com
OK,

I'll give that a go, although the instructions definitely say Pentaho 1.7.1 rather than 1.6...

Jo

Fabio D'Ovidio

unread,
Aug 20, 2009, 10:42:33 AM8/20/09
to ge...@googlegroups.com
Hi,

Jo Kaye ha scritto:
> OK,
>
> I'll give that a go, although the instructions definitely say Pentaho
> 1.7.1 rather than 1.6...

you could use that also for pentaho 1.7.1 but they are very old because
the don't use the new CDF MapFish Component...
GeoBI project was going on respect what you read and the use of cdf has
much improved GeoReport performance so I suggest you to use Pentaho
1.7.x or Pentaho 2.x with CDF and following the correct GeoReport CDF
install notes.

Thank you very much for your interest in the project.

Please, let me know and ask me for any othe questions\problems.

PS: What are you working with Georeport? Do you know GeOLAP module and
GSoC 2009 project on GeoBI?

--
Fabio D'Ovidio
Geospatial solutions

Inova S.r.l.
Web : http://www.inovaos.it
GeoBI Blog: www.geobi.org
Tel.: 081 197 57 600
mail: fabiod...@gmail.com, f.do...@inovaos.it
skype: dovidio_fa




>
> GeoBI Blog: www.geobi.org <http://www.geobi.org>
> Tel.: 081 197 57 600
> mail: fabiod...@gmail.com <mailto:fabiod...@gmail.com>,
> f.do...@inovaos.it <mailto:f.do...@inovaos.it>
> skype: dovidio_fa
>
>
> >
> > Thanks
> >
> > Jo
> >
> > On Thu, Aug 20, 2009 at 2:12 PM, Fabio D'Ovidio
> > <fabiod...@gmail.com <mailto:fabiod...@gmail.com>
> <mailto:fabiod...@gmail.com <mailto:fabiod...@gmail.com>>>
> wrote:
> >
> >
> > Hello again,
> > did you set the correct Geoserver address in your
> template.html file?
> >
> > Is geojsonUrl: "localhost:8070"?
> >
> >
> > Thank you!
> >
> > --
> > Fabio D'Ovidio
> > Geospatial solutions
> >
> > Inova S.r.l.
> > Web : http://www.inovaos.it
> > GeoBI Blog: www.geobi.org <http://www.geobi.org>
> <http://www.geobi.org>
> > Tel.: 081 197 57 600
> > mail: fabiod...@gmail.com <mailto:fabiod...@gmail.com>
> <mailto:fabiod...@gmail.com <mailto:fabiod...@gmail.com>>,
> > f.do...@inovaos.it <mailto:f.do...@inovaos.it>
> <mailto:f.do...@inovaos.it <mailto:f.do...@inovaos.it>>
> > > JBossWeb/2.0.0.GA <http://2.0.0.GA> <http://2.0.0.GA> logs.
> > >
> > > Can you help?
> > >
> > > Many thanks
> > >
> > > Jo
> > >
> > >
> > >
> > > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> > --
> > ===================================
> > Jo Kaye (nee Cook)
> > Email: jo.k...@googlemail.com
> <mailto:jo.k...@googlemail.com> <mailto:jo.k...@googlemail.com

Jo Kaye

unread,
Aug 20, 2009, 10:45:35 AM8/20/09
to ge...@googlegroups.com
Hi Fabio,

I'm struggling with the cdf instructions because I'm trying to install on ubuntu 9.04 server, with no gui, and I can't figure out how to run the cdf installer jar file. I think that's why I went back to the original instructions.

Thanks

Jo

Jo Kaye

unread,
Aug 21, 2009, 10:55:32 AM8/21/09
to ge...@googlegroups.com
Hi Fabio,

OK, I managed to get cdf installed by running it on a machine with a gui and copying the extracted files over to hopefully the correct directories. I hopefully managed to transfer everything to the cdf installation, following the instructions in the links you sent. However, when I start the map, I get as far as the loading page, but the map never appears. When I look at the source code for the page it seems to be looking for all the mapfish code in the folder /pentaho/js/mapfish/client rather than /pentaho/cdf/js/mapfish/client.

Where would that be set?

Thanks

Jo

Javier Martinez Canillas

unread,
Aug 21, 2009, 11:44:33 AM8/21/09
to ge...@googlegroups.com
Jo,

Probably the problem is in the CDF resources.txt file located at:
${JBOSS_HOME}/server/default/deploy/pentaho.war/cdf/

Did you copy the file distributed with GeoReport
(/trunk/georeport-cdf/pentaho.war/cdf/resources.txt) ?

If so look if the paths are correct.

Are there any reasons why you can't upgrade to BI Server 3.X ?

CDF is fully integrated since BI Server 3 and should be easier to
install GeoReport on it.

Best regards,

-----------------------------------------
Javier Martínez Canillas
+595 981 88 66 58

Fabio D'Ovidio

unread,
Aug 21, 2009, 12:10:56 PM8/21/09
to ge...@googlegroups.com
Hello,

Javier Martinez Canillas ha scritto:
> Jo,
>
> Probably the problem is in the CDF resources.txt file located at:
> ${JBOSS_HOME}/server/default/deploy/pentaho.war/cdf/
>
Yes,
I think the problem is related to resources.txt, too

See you.

Let me know!

Jo Kaye

unread,
Aug 21, 2009, 12:31:55 PM8/21/09
to ge...@googlegroups.com
Hi,

Hmm, I'm confused. If I navigate to the map page by going to solutions/cdf/samples/GeoReport/Inova GeoBI Dashboard, then I end up at this page: http://localhost:8080/pentaho/Dashboards?solution=cdf-samples&path=20-samples/GeoBI. The mapfish map is floating over the cdf page, but it works. It looks very odd though!


If I then close that map, and on the CDF dashboard page, I choose samples, georeport, I end up here:
http://localhost:8080/pentaho/Dashboards?solution=dashboards&path=GeoBI and the map never gets past the loading page.

The two attached screenshots show you what I mean.

I have checked resources.txt and there is one line (47) where the path is as follows:

mapScript=\
js/mapfish/mapnew.js,js/OpenMap/open_map.js,js/jsr_class.js,\
js/OpenStreetMap.js

But everywhere else it is set to /pentaho/cdf/js/mapfish

Thanks

Jo
pentaho1.jpg
pentaho2.jpg

Fabio D'Ovidio

unread,
Aug 26, 2009, 3:55:48 AM8/26/09
to ge...@googlegroups.com
Hello,
did you gon on?
Does GeoReport work?


Thank you


Jo Kaye ha scritto:
> Hi,
>
> Hmm, I'm confused. If I navigate to the map page by going to
> solutions/cdf/samples/GeoReport/Inova GeoBI Dashboard, then I end up
> at this page:
> http://localhost:8080/pentaho/Dashboards?solution=cdf-samples&path=20-samples/GeoBI
> <http://localhost:8080/pentaho/Dashboards?solution=cdf-samples&path=20-samples/GeoBI>.
> GeoBI Blog: www.geobi.org <http://www.geobi.org>
> Tel.: 081 197 57 600
> mail: fabiod...@gmail.com <mailto:fabiod...@gmail.com>,
> f.do...@inovaos.it <mailto:f.do...@inovaos.it>
> skype: dovidio_fa
>
>
> >
> >
> > On Fri, Aug 21, 2009 at 10:55 AM, Jo
> Kaye<jo.k...@googlemail.com <mailto:jo.k...@googlemail.com>>
> <fabiod...@gmail.com <mailto:fabiod...@gmail.com>>
> >>>> GeoBI Blog: www.geobi.org <http://www.geobi.org>
> >>>> Tel.: 081 197 57 600
> >>>> mail: fabiod...@gmail.com <mailto:fabiod...@gmail.com>,
> f.do...@inovaos.it <mailto:f.do...@inovaos.it>
> >>>> skype: dovidio_fa
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>> Jo
> >>>>>
> >>>>> On Thu, Aug 20, 2009 at 3:23 PM, Fabio D'Ovidio
> >>>>> <fabiod...@gmail.com <mailto:fabiod...@gmail.com>
> <http://www.geobi.org>
> >>>>> Tel.: 081 197 57 600
> >>>>> mail: fabiod...@gmail.com
> <mailto:fabiod...@gmail.com> <mailto:fabiod...@gmail.com
> <mailto:fabiod...@gmail.com>>,
> >>>>> f.do...@inovaos.it <mailto:f.do...@inovaos.it>
> <mailto:f.do...@inovaos.it <mailto:f.do...@inovaos.it>>
> >>>>> skype: dovidio_fa
> >>>>>
> >>>>>
> >>>>> >
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------

Jo Kaye

unread,
Aug 26, 2009, 11:45:36 AM8/26/09
to ge...@googlegroups.com
Hi Fabio,

 Other than getting to the stage that I outlined in my previous message, where the two different URLs give me two different responses, I haven't taken it any further yet- it's something I'm trying to do in my spare time at the moment.

Thanks

Jo

ELKHATTABI Imane

unread,
Apr 20, 2015, 9:06:41 AM4/20/15
to ge...@googlegroups.com, jo.k...@googlemail.com
Hello,

This conversation is old, but i hope you don't mind me asking.

But i'd like to know if it's possible to use GeoReport and Pentaho ce in order to display spatial dimensions (represented with their geometry properties on Postgis)

Any help would be apreciated!

Thanks in advance
Reply all
Reply to author
Forward
0 new messages