Hi,
We have been trying now for 4 days to try and hook up the hibernate datastore into Geoserver and no luck yet. Can anyone provide some light on this situation. It is really hurting us right now.
--
Kind Regards
Clint Lewis
Hi,
We have been trying now for 4 days to try and hook up the hibernate datastore into Geoserver and no luck yet. Can anyone provide some light on this situation. It is really hurting us right now.
--
Kind Regards
Clint Lewis
We tried,
The first thing we tried to do was just add the jars to lib/ like in 1.3. This no longer possible in 1.4 due to maven + mvn jetty6:run process (do you have link whats actually occurring here?).
Next we tried to add the jars by adding to the classpath in eclipse (see the 1.4 debug run instructions - instead of just adding the maven jar, we also add all ours). This was very strange; we had to also include gt2-main jars (etc) even though they are already used by geoserver. We also had to add the apache logging system (commons-logging), and that caused problems because there were then 2 of them (I assume geoserver also has one) -- the logger started throwing errors.
We've done a large number of other things, and we are pretty much out of ideas. We did get it partially running by adding the files to the web-inf/lib directory for the .exe installer. But, geoserver is not behaving properly and we need to debug why it keeps creating the DS multiple times and keeps throwing errors randomly - we'd like to run it in the debugger!
Kind Regards
Clint Lewis
Clint Lewis wrote:
Hi Brent,
Thanks for the reply, we trying just drop our hibernate data store into geoserver, but there are like 20 jars and under mvn / spring there is now way to say take these jar and getting it work in the debugger. But it works for our test-case, that is the funny thing.
Kind Regards
Clint LewisBrent Owens wrote:
Can you tell us more of what steps you have taken?
I don't know much about the hibernate datastore but if it is like the
others you should just be able to build it with geotools and drop the
jar into geoserver. Just like the oracle, mysql datastores.
theoreticallyBrent
On 9/14/06, Clint Lewis <louiecw@anonymised.com> wrote:
Hi,
We have been trying now for 4 days to try and hook up the hibernate
datastore into Geoserver and no luck yet. Can anyone provide some light
on this situation. It is really hurting us right now.--
Kind Regards
Clint Lewis-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Another thing we did was to add a bunch of dependencies in the web/pom.xml in geoserver but then transitive dependencies caused problems cause it need lots of other jars in the poms of there dependencies added. These dependencies have spring beans in then that are unused by geoserver, but geoserver is trying to initialize them.
Kind Regards
Clint Lewis
Clint Lewis wrote:
We tried,
The first thing we tried to do was just add the jars to lib/ like in 1.3. This no longer possible in 1.4 due to maven + mvn jetty6:run process (do you have link whats actually occurring here?).
Next we tried to add the jars by adding to the classpath in eclipse (see the 1.4 debug run instructions - instead of just adding the maven jar, we also add all ours). This was very strange; we had to also include gt2-main jars (etc) even though they are already used by geoserver. We also had to add the apache logging system (commons-logging), and that caused problems because there were then 2 of them (I assume geoserver also has one) -- the logger started throwing errors.We've done a large number of other things, and we are pretty much out of ideas. We did get it partially running by adding the files to the web-inf/lib directory for the .exe installer. But, geoserver is not behaving properly and we need to debug why it keeps creating the DS multiple times and keeps throwing errors randomly - we'd like to run it in the debugger!
Kind Regards
Clint LewisClint Lewis wrote:
Hi Brent,
Thanks for the reply, we trying just drop our hibernate data store into geoserver, but there are like 20 jars and under mvn / spring there is now way to say take these jar and getting it work in the debugger. But it works for our test-case, that is the funny thing.
Kind Regards
Clint LewisBrent Owens wrote:
Can you tell us more of what steps you have taken?
I don't know much about the hibernate datastore but if it is like the
others you should just be able to build it with geotools and drop the
jar into geoserver. Just like the oracle, mysql datastores.
theoreticallyBrent
On 9/14/06, Clint Lewis <louiecw@anonymised.com> wrote:
Hi,
We have been trying now for 4 days to try and hook up the hibernate
datastore into Geoserver and no luck yet. Can anyone provide some light
on this situation. It is really hurting us right now.--
Kind Regards
Clint Lewis-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Try the following.
1. Build the web module with 'mvn install war:war'
2. Copy your hibernate data store plugin into 'target/geoserver/WEB-INF/lib'
3. Then run with 'jetty:runWar' instead of 'jetty:run'
Let me know if that works.
-Justin
Clint Lewis wrote:
We tried,
The first thing we tried to do was just add the jars to lib/ like in
1.3. This no longer possible in 1.4 due to maven + mvn jetty6:run
process (do you have link whats actually occurring here?).
Next we tried to add the jars by adding to the classpath in eclipse (see
the 1.4 debug run instructions - instead of just adding the maven jar,
we also add all ours). This was very strange; we had to also include
gt2-main jars (etc) even though they are already used by geoserver. We
also had to add the apache logging system (commons-logging), and that
caused problems because there were then 2 of them (I assume geoserver
also has one) -- the logger started throwing errors.We've done a large number of other things, and we are pretty much out of
ideas. We did get it partially running by adding the files to the
web-inf/lib directory for the .exe installer. But, geoserver is not
behaving properly and we need to debug why it keeps creating the DS
multiple times and keeps throwing errors randomly - we'd like to run it
in the debugger!Kind Regards
Clint LewisClint Lewis wrote:
Hi Brent,
Thanks for the reply, we trying just drop our hibernate data store
into geoserver, but there are like 20 jars and under mvn / spring
there is now way to say take these jar and getting it work in the
debugger. But it works for our test-case, that is the funny thing.Kind Regards
Clint LewisBrent Owens wrote:
Can you tell us more of what steps you have taken?
I don't know much about the hibernate datastore but if it is like the
others you should just be able to build it with geotools and drop the
jar into geoserver. Just like the oracle, mysql datastores.
theoreticallyBrent
On 9/14/06, Clint Lewis <louiecw@anonymised.com> wrote:
Hi,
We have been trying now for 4 days to try and hook up the hibernate
datastore into Geoserver and no luck yet. Can anyone provide some light
on this situation. It is really hurting us right now.--
Kind Regards
Clint Lewis-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel!DSPAM:1004,450930b8147009771116852!
--
Justin Deoliveira
jdeolive@anonymised.com
The Open Planning Project
http://topp.openplans.org
I tried this but got the following error. We are currently using 1.4.0-M0 and this uses Jetty6 plugin not Jetty so I tried mvn jetty6:runWar and this goal does not exsists.
C:\java\1.4.0-M1\web>mvn jetty:runWar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] artifact org.apache.maven.plugins:maven-jetty-plugin: checking for updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-jetty-plugin: checking for updates from central
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Sep 14 13:50:53 GMT 2006
[INFO] Final Memory: 4M/7M
[INFO] ------------------------------------------------------------------------
C:\java\1.4.0-M1\web>mvn jetty6:runWar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty6'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Required goal not found: jetty6:runWar
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Thu Sep 14 13:51:03 GMT 2006
[INFO] Final Memory: 3M/7M
[INFO] ------------------------------------------------------------------------
Kind Regards
Clint Lewis
Justin Deoliveira wrote:
Try the following.
1. Build the web module with 'mvn install war:war'
2. Copy your hibernate data store plugin into 'target/geoserver/WEB-INF/lib'
3. Then run with 'jetty:runWar' instead of 'jetty:run'Let me know if that works.
-Justin
Clint Lewis wrote:
We tried,
The first thing we tried to do was just add the jars to lib/ like in 1.3. This no longer possible in 1.4 due to maven + mvn jetty6:run process (do you have link whats actually occurring here?).
Next we tried to add the jars by adding to the classpath in eclipse (see the 1.4 debug run instructions - instead of just adding the maven jar, we also add all ours). This was very strange; we had to also include gt2-main jars (etc) even though they are already used by geoserver. We also had to add the apache logging system (commons-logging), and that caused problems because there were then 2 of them (I assume geoserver also has one) -- the logger started throwing errors.We've done a large number of other things, and we are pretty much out of ideas. We did get it partially running by adding the files to the web-inf/lib directory for the .exe installer. But, geoserver is not behaving properly and we need to debug why it keeps creating the DS multiple times and keeps throwing errors randomly - we'd like to run it in the debugger!
Kind Regards
Clint LewisClint Lewis wrote:
Hi Brent,
Thanks for the reply, we trying just drop our hibernate data store into geoserver, but there are like 20 jars and under mvn / spring there is now way to say take these jar and getting it work in the debugger. But it works for our test-case, that is the funny thing.
Kind Regards
Clint LewisBrent Owens wrote:
Can you tell us more of what steps you have taken?
I don't know much about the hibernate datastore but if it is like the
others you should just be able to build it with geotools and drop the
jar into geoserver. Just like the oracle, mysql datastores.
theoreticallyBrent
On 9/14/06, Clint Lewis <louiecw@anonymised.com> wrote:
Hi,
We have been trying now for 4 days to try and hook up the hibernate
datastore into Geoserver and no luck yet. Can anyone provide some light
on this situation. It is really hurting us right now.--
Kind Regards
Clint Lewis-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel!DSPAM:1004,450930b8147009771116852!
Sorry, I spelled it wrong, its mvn jetty:run-war
Clint Lewis wrote:
I tried this but got the following error. We are currently using
1.4.0-M0 and this uses Jetty6 plugin not Jetty so I tried mvn
jetty6:runWar and this goal does not exsists.C:\java\1.4.0-M1\web>mvn jetty:runWar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] artifact org.apache.maven.plugins:maven-jetty-plugin: checking
for updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-jetty-plugin: checking
for updates from central
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not
exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Sep 14 13:50:53 GMT 2006
[INFO] Final Memory: 4M/7M
[INFO]
------------------------------------------------------------------------C:\java\1.4.0-M1\web>mvn jetty6:runWar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty6'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Required goal not found: jetty6:runWar
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Thu Sep 14 13:51:03 GMT 2006
[INFO] Final Memory: 3M/7M
[INFO]
------------------------------------------------------------------------Kind Regards
Clint LewisJustin Deoliveira wrote:
Try the following.
1. Build the web module with 'mvn install war:war'
2. Copy your hibernate data store plugin into
'target/geoserver/WEB-INF/lib'
3. Then run with 'jetty:runWar' instead of 'jetty:run'Let me know if that works.
-Justin
Clint Lewis wrote:
We tried,
The first thing we tried to do was just add the jars to lib/ like in
1.3. This no longer possible in 1.4 due to maven + mvn jetty6:run
process (do you have link whats actually occurring here?).
Next we tried to add the jars by adding to the classpath in eclipse
(see the 1.4 debug run instructions - instead of just adding the
maven jar, we also add all ours). This was very strange; we had to
also include gt2-main jars (etc) even though they are already used by
geoserver. We also had to add the apache logging system
(commons-logging), and that caused problems because there were then 2
of them (I assume geoserver also has one) -- the logger started
throwing errors.We've done a large number of other things, and we are pretty much out
of ideas. We did get it partially running by adding the files to the
web-inf/lib directory for the .exe installer. But, geoserver is not
behaving properly and we need to debug why it keeps creating the DS
multiple times and keeps throwing errors randomly - we'd like to run
it in the debugger!Kind Regards
Clint LewisClint Lewis wrote:
Hi Brent,
Thanks for the reply, we trying just drop our hibernate data store
into geoserver, but there are like 20 jars and under mvn / spring
there is now way to say take these jar and getting it work in the
debugger. But it works for our test-case, that is the funny thing.Kind Regards
Clint LewisBrent Owens wrote:
Can you tell us more of what steps you have taken?
I don't know much about the hibernate datastore but if it is like the
others you should just be able to build it with geotools and drop the
jar into geoserver. Just like the oracle, mysql datastores.
theoreticallyBrent
On 9/14/06, Clint Lewis <louiecw@anonymised.com> wrote:
Hi,
We have been trying now for 4 days to try and hook up the hibernate
datastore into Geoserver and no luck yet. Can anyone provide some
light
on this situation. It is really hurting us right now.--
Kind Regards
Clint Lewis-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel!DSPAM:1004,4509445c152007731818748!
--
Justin Deoliveira
jdeolive@anonymised.com
The Open Planning Project
http://topp.openplans.org
We figured this out thanks
Kind Regards
Clint Lewis
Justin Deoliveira wrote:
Sorry, I spelled it wrong, its mvn jetty:run-war
Clint Lewis wrote:
I tried this but got the following error. We are currently using
1.4.0-M0 and this uses Jetty6 plugin not Jetty so I tried mvn
jetty6:runWar and this goal does not exsists.C:\java\1.4.0-M1\web>mvn jetty:runWar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] artifact org.apache.maven.plugins:maven-jetty-plugin: checking
for updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-jetty-plugin: checking
for updates from central
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not
exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Sep 14 13:50:53 GMT 2006
[INFO] Final Memory: 4M/7M
[INFO]
------------------------------------------------------------------------C:\java\1.4.0-M1\web>mvn jetty6:runWar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty6'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Required goal not found: jetty6:runWar
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Thu Sep 14 13:51:03 GMT 2006
[INFO] Final Memory: 3M/7M
[INFO]
------------------------------------------------------------------------Kind Regards
Clint LewisJustin Deoliveira wrote:
Try the following.
1. Build the web module with 'mvn install war:war'
2. Copy your hibernate data store plugin into
'target/geoserver/WEB-INF/lib'
3. Then run with 'jetty:runWar' instead of 'jetty:run'Let me know if that works.
-Justin
Clint Lewis wrote:
We tried,
The first thing we tried to do was just add the jars to lib/ like in
1.3. This no longer possible in 1.4 due to maven + mvn jetty6:run
process (do you have link whats actually occurring here?).
Next we tried to add the jars by adding to the classpath in eclipse
(see the 1.4 debug run instructions - instead of just adding the
maven jar, we also add all ours). This was very strange; we had to
also include gt2-main jars (etc) even though they are already used by
geoserver. We also had to add the apache logging system
(commons-logging), and that caused problems because there were then 2
of them (I assume geoserver also has one) -- the logger started
throwing errors.We've done a large number of other things, and we are pretty much out
of ideas. We did get it partially running by adding the files to the
web-inf/lib directory for the .exe installer. But, geoserver is not
behaving properly and we need to debug why it keeps creating the DS
multiple times and keeps throwing errors randomly - we'd like to run
it in the debugger!Kind Regards
Clint LewisClint Lewis wrote:
Hi Brent,
Thanks for the reply, we trying just drop our hibernate data store
into geoserver, but there are like 20 jars and under mvn / spring
there is now way to say take these jar and getting it work in the
debugger. But it works for our test-case, that is the funny thing.Kind Regards
Clint LewisBrent Owens wrote:
Can you tell us more of what steps you have taken?
I don't know much about the hibernate datastore but if it is like the
others you should just be able to build it with geotools and drop the
jar into geoserver. Just like the oracle, mysql datastores.
theoreticallyBrent
On 9/14/06, Clint Lewis <louiecw@anonymised.com> wrote:
Hi,
We have been trying now for 4 days to try and hook up the hibernate
datastore into Geoserver and no luck yet. Can anyone provide some
light
on this situation. It is really hurting us right now.--
Kind Regards
Clint Lewis-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel!DSPAM:1004,4509445c152007731818748!