On Mon, Mar 24, 2008 at 3:15 PM, P Kishor <punk.kish@anonymised.com> wrote:
On Mon, Mar 24, 2008 at 1:44 PM, Jeroen Ticheler
<Jeroen.Ticheler@anonymised.com> wrote:
> Hi Kishor,
> Please use the RC2 release of GeoNetwork 2.2.0. That should be more
> comforting I think
Thanks, this seems to be a bit better, but not too much.
Now when I go to geonetwork, I get a broken image in the little map
viewer in the top left of the browser, and the following in my Firebug
console
<?xml version="1.0" encoding="UTF-8"?>
<response>
<imgUrl>/intermap/tmp/null</imgUrl>
<scale>761,952,768</scale>
<extent minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0" />
<width>200</width>
<height>100</height>
</response>
Fwiw, I am on a Linux RHEL ES3 with Java 1.6 and Tomcat 6. Once again,
the Tomcat manager shows that all three apps, geonetwork, geoserver,
and intermap are running.
Interestingly, now even geoserver is not coming up successfully for
me. When I go to webserver:8080/geoserver, I get the welcome page
fine, I am able to log in as admin/geoserver, and then I click on demo
and get the demo page. But, when I click on any of the demos, I get a
page with all the map controls but no map. Once again, Firebug reveals
the following --
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE
ServiceExceptionReport SYSTEM "http
://localhost:8080/geoserver/schemas//wms/1.1.1/WMS_exception_1_1_1.dtd">
<ServiceExceptionReport version
="1.1.1"> <ServiceException>Could not initialize class
sun.awt.X11GraphicsEnvironment
Could not initialize class
sun.awt.X11GraphicsEnvironment</ServiceException>
</ServiceExceptionReport
>
> Ciao,
> Jeroen
>
>
>
> On Mar 24, 2008, at 4:10 PM, P Kishor wrote:
>
> > On 3/24/08, P Kishor <punk.kish@anonymised.com> wrote:
> >> Greetings,
> >>
> >> I installed geonetwork 2.1.0 on a RHEL ES3 box with Java 1.6 and
> >> Tomcat 6. As far as I can tell, geonetwork [1] itself and geoserver
> >> [2] are working fine, but intermap [3] is kaput. Whatever the reason,
> >> the geonetwork experience is less than satisfying right now. Any
> >> assistance in getting past this first step would be much welcome.
> >>
> >> [1] http://speedy.ersc.wisc.edu:8080/geonetwork
> >> [2] http://speedy.ersc.wisc.edu:8080/geoserver
> >> [3] http://speedy.ersc.wisc.edu:8080/intermap
> >>
> >> Many thanks in advance,
> >>
> >>
> >> --
> >> Puneet Kishor
> >>
> >
> >
> > I should add here that I really don't know what I am talking about
> > because I know less than nothing about Java. Fwiw, the tomcat manager
> > status page tells me that intermap is launched and working fine. I am
> > basing my above diagnosis on what Firebug is telling me. When I go to
> > my geoserver page, Firebug tries to call on
> >
> > http://speedy.ersc.wisc.edu:8080/intermap/srv/en/map.update?width=200&height=100&northBL=90&eastBL=180&southBL=-90&westBL=-180
> >
> > but croaks with the message that
> >
> > <form target="_top" action="/intermap/srv/en/map.getMain"
> > method="post" name="form">
> > <table height="90%" width="900">
> > <tr>
> > <td valign="middle" align="center">
> > <table cellpadding="6">
> > <tr>
> > <td><b>The requested operation could not be performed.</b></td>
> > </tr>
> > <tr>
> > <td align="center"><input width="100" type="submit" style="width:65"
> > value="Ok"></td>
> > </tr>
> > </table>
> > </td>
> > </tr>
> > </table>
> > </form>
> >
I should reiterate that Geonetwork seems to work fine when started
with Jetty. By the way, there is a typo on the start-geonetwork.sh
file. Instead of
mv log/geonetwork.log.* log/archive
mv log/intermap.log.* log/archive
it should say
mv log/geonetwork.log* log/archive
mv log/intermap.log* log/archive
(note the period after log in the provided file is wrong).
So, it seems to be an issue in conjunction with the Tomcat setup.
In the meantime, can someone tell me how to run Geonetwork with Jetty
without having to start Jetty from the command line? Right now, when I
log out of the computer, Jetty quits and Geonetwork stops working. Of
course, ideally, I would like it to work with Tomcat, but in the
meantime, I can continue with this if I can figure out how to keep
jetty running.
Thanks,
Puneet.