The problem seems to be
/var/lib/tomcat6/geonetwork.lock.db, Permission denied
Enter:
ps -ef | grep java
to see which user is used for tomcat (first column).
I assume the user is "tomcat".
Enter:
groups tomcat
to see the groups of tomcat. I assume there is also a group named "tomcat".
Enter:
chown -R tomcat:tomcat /var/lib/tomcat6
Restart tomcat
Cheers
Christian
Zitat von alextc <alex.tao.chen@anonymised.com>:
Hi all,
I am having problem with suspecious database issues.
I checked out the latest GN code from SVN and used Maven to compile and
build it. All worked OK.
And I deployed it on Tomcat 6.0. It was successfully deployed.
Then I go to "http://localhost:8080/geonetwork"\. It threw out the following
error on the screen.
http://osgeo-org.1803224.n2.nabble.com/file/n6926940/GN_Error_screenshot1.jpg
I am new to GN. Could anyone give me an idea please? Thanks!!!
Alex
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Database-error-when-running-the-latest-GN-2-7-tp6926940p6926940.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@anonymised.com Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.