[GeoNetwork-users] Lost my intermap connection using tomcat

Everything was working fine running Tomcat 6. GN, GS, and Intermap were all
connecting and opening windows.

yesterday I came into work and Intermap no long connected. I have read that
it may have issues running on Tomcat, but it was working fine.

Any ideas on how to troubleshoot this problem or experience on what may
cause intermap to stop linking when I connect to GN. Still building and
connecting through 8080 localhost.

Have searched forums but not finding answers that apply, or things that are
way above my knowledge base.

Let me know what other info is needed.

In the Tomcat webapps/
    Geonetwork
    Intermap
    geoserver (from geoserver.war)

in the conf/catalina/localhost folder I added the XML files for each app

<Context
ath="/geonetwork" docBase="/web/geonetwork"
privileged="true" antiResourceLocking="false"
antiJARLocking="false">
</Context>

Thanks for any help

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Lost-my-intermap-connection-using-tomcat-tp5321769p5321769.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi,

Which GN version are you working on?
(FYI, Intermap was removed from trunk few days ago.)

In any case did you try to restart your Tomcat container?
Any other information in logs?

Cheers,

Mathieu

On Wed, Jul 21, 2010 at 6:28 PM, Divy <kivy@anonymised.com> wrote:

Everything was working fine running Tomcat 6. GN, GS, and Intermap were all
connecting and opening windows.

yesterday I came into work and Intermap no long connected. I have read that
it may have issues running on Tomcat, but it was working fine.

Any ideas on how to troubleshoot this problem or experience on what may
cause intermap to stop linking when I connect to GN. Still building and
connecting through 8080 localhost.

Have searched forums but not finding answers that apply, or things that are
way above my knowledge base.

Let me know what other info is needed.

In the Tomcat webapps/
   Geonetwork
   Intermap
   geoserver (from geoserver.war)

in the conf/catalina/localhost folder I added the XML files for each app

<Context
ath="/geonetwork" docBase="/web/geonetwork"
privileged="true" antiResourceLocking="false"
antiJARLocking="false">
</Context>

Thanks for any help

--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Lost-my-intermap-connection-using-tomcat-tp5321769p5321769.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

have restarted Tomcat container several times.

GN 2.4.2

Does this mean they are ready to replace intermap with OpenLayers?

If that is the case, I have other stuff to worry about before making this
live.

But that hole in my GN page is annoying.

Thanks for reply

Keith

NCDENR GIS
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Lost-my-intermap-connection-using-tomcat-tp5321769p5321914.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi,

On Wed, Jul 21, 2010 at 7:00 PM, Divy <kivy@anonymised.com> wrote:

have restarted Tomcat container several times.

GN 2.4.2

Ok just checking you were not working on the head trunk.

Does this mean they are ready to replace intermap with OpenLayers?

Yes, Intermap was replaced by Openlayers.
This will be available in Geonetwork 2.6, comming in few weeks
(FYI, release candidate process started few days ago).

If that is the case, I have other stuff to worry about before making this
live.

But that hole in my GN page is annoying.

Check your logs or anything that can help to understand what's happen with
intermap webapp.
Do you also have Javascript error on the home page?

Cheers,

Mathieu

Great news on the openlayers replacing intermap. Been waiting for that.

Thanks for offering to help with the intermap issue but for now just going
to wait for openlayers to be incorporated into GN.

Plenty of other issues to work on in getting this GN and GS project live.

Thanks
Keith
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Lost-my-intermap-connection-using-tomcat-tp5321769p5326401.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Almost ready to put this on the live server and don't want the blank intermap
frame.

Here is part of the intermap.log

2010-07-21 12:30:57,265 ERROR [jeeves.engine] - Raised exception while
starting appl handler. Skipped.
2010-07-21 12:30:57,265 ERROR [jeeves.engine] - Handler :
org.wfp.vam.intermap.Intermap
2010-07-21 12:30:57,265 ERROR [jeeves.engine] - Exception :
java.lang.Exception: Invalid temp directory
'C:\Tomcat6\webapps\intermap\/httpCache/'
2010-07-21 12:30:57,265 ERROR [jeeves.engine] - Message : Invalid temp
directory 'C:\Tomcat6\webapps\intermap\/httpCache/'
2010-07-21 12:30:57,265 ERROR [jeeves.engine] - Stack :
java.lang.Exception: Invalid temp directory
'C:\Tomcat6\webapps\intermap\/httpCache/'

It appears to be looking for an intermap folder in the Tomcat webapps. I am
connecting to intermap via an XML file in the catalina/localhost folder.

intermap.xml
<?xml version="1.0" encoding="UTF-8"?>
<Context
docBase="C:/geonetwork/web/intermap"
privileged="true" antiResourceLocking="false" antiJARLocking="false" />

There are no errors when Tomcat loads the descriptors

If this is the problem, I do not know how to repair the connection to the
intermap/tmp folder

Thanks

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Lost-my-intermap-connection-using-tomcat-tp5321769p5330732.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.