tiziano
1
I've installed geonetwork on my ubuntu following this how-to:
http://geonetwork-opensource.org/documentation/how-to/installation-on-ubuntu/view?set_language=es
But when I try to login I have this message
The requested operation could not be performed.
Maybe a problem with tomcat? Is there anybody that fixed it?
Thanks a lot.
Tiziano
Hello Tiziano,
It's look like a Database problem.
Look at your config.xml file to the WEB-INF directory to check your
configuration
<resources>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- mckoi standalone -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<resource enabled="false">
<name>main-db</name>
<provider>jeeves.resources.dbms.DbmsPool</provider>
<config>
<user>GiN6RGJk</user>
<password>AY1bdNLN</password>
<driver>com.mckoi.JDBCDriver</driver>
<url>jdbc:mckoi://localhost:9157/</url>
<poolSize>10</poolSize>
</config>
...
Either Check your Database and Database content,
Have also a look at the Tomcat Catalina.log and Jeeve.log
Have a nice day.
Fabien Bachraty
tiziano-5 wrote:
I've installed geonetwork on my ubuntu following this how-to:
http://geonetwork-opensource.org/documentation/how-to/installation-on-ubuntu/view?set_language=es
But when I try to login I have this message
The requested operation could not be performed.
Maybe a problem with tomcat? Is there anybody that fixed it?
Thanks a lot.
Tiziano
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
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
--
View this message in context: http://www.nabble.com/login-problem-%3A-The-requested-operation-could-not-be-performed.-tp14733750s18419p14734113.html
Sent from the geonetwork-users mailing list archive at Nabble.com.