I am having problems with Geoserver 1.5.3. I think I may have said remember login on this machine, and now I can't get access to the config page. When I click on Config, I get the following message:
Login to GeoServer (user: admin and password: geoserver is the default, you can change it from Config->Server->Password).
I also get an error in Tomcat, which I will paste at the bottom of this message, but from looking around, I believe something got set somewhere outside of Geoserver that is trying to be read when I access a page that requires a login. I'm not sure how to fix it, and want to know if anyone has any ideas. I have tried reinstalling Geoserver and this does not work. I also tried it with Geoserver 1.6, and I do not have the problem.
Any help?
Here's the error:
14 Oct 14:09:31 ERROR [tiles.InsertTag] - ServletException in '/WEB-INF/pages/Lo
gin.jsp': javax.servlet.jsp.JspException: Missing message for key "label.remembe
rLogin"
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet
.jsp.JspException: Missing message for key "label.rememberLogin"
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer
vletWrapper.java:541)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:417)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
20)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
Hi Amy,
Sorry for the delayed reply to your previous post. I am a bit baffled by
this one... i have never seen this error before. However, i do notice
something odd about your description. You say that you are using 1.5.x
but clicked the "Remember login" button. Unless I am mistaken this
feature is only available on 1.6.x, and not on 1.5.x.
So my guess is that you probably have two different GeoServer
installations tripping over each other. It almost seems like a previous
version is trying to run jsp's that have been compiled by the later version.
I would suggest trying to completely clean out your installation and try
again. Like if you are using tomcat completely "undeploy" the GeoServer
application, when redeploy the new one. You also said that the problem
occurred with Jetty as well?
Hopefully that helps a bit.
-Justin
Amy Johnson wrote:
I am having problems with Geoserver 1.5.3. I think I may have said
remember login on this machine, and now I can't get access to the config
page. When I click on Config, I get the following message:
Login to GeoServer (user: admin and password: geoserver is the default,
you can change it from Config->Server->Password).
I also get an error in Tomcat, which I will paste at the bottom of this
message, but from looking around, I believe something got set somewhere
outside of Geoserver that is trying to be read when I access a page that
requires a login. I'm not sure how to fix it, and want to know if anyone
has any ideas. I have tried reinstalling Geoserver and this does not
work. I also tried it with Geoserver 1.6, and I do not have the problem.
Any help?
Here's the error:
14 Oct 14:09:31 ERROR [tiles.InsertTag] - ServletException in
'/WEB-INF/pages/Lo
gin.jsp': javax.servlet.jsp.JspException: Missing message for key
"label.remembe
rLogin"
org.apache.jasper.JasperException: javax.servlet.ServletException:
javax.servlet
.jsp.JspException: Missing message for key "label.rememberLogin"
at
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer
vletWrapper.java:541)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:417)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
20)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:4007,4712943b116091096210785!
--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org
Hi,
I just installed Geoserver 1.6 beta 3 on two Windows XP computers.
Changing the admin password should be possible with the configuration
utility from Config -> Server -> Password. However, I do not see any
"password" option there.
-Jukka Rahkonen-
I can confirm that the link is missing from the config->server page (but it was there in Geoserver 1.5).
A work-around can be to go to geoserver/config/loginEdit.do to get to the page manually.
I opened an issue for this: http://jira.codehaus.org/browse/GEOS-1400
-- Chris Whitney
On Oct 15, 2007, at 12:23 AM, Rahkonen Jukka wrote:
Hi,
I just installed Geoserver 1.6 beta 3 on two Windows XP computers.
Changing the admin password should be possible with the configuration
utility from Config -> Server -> Password. However, I do not see any
"password" option there.
-Jukka Rahkonen-
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Chris Whitney ha scritto:
I can confirm that the link is missing from the config->server page (but it was there in Geoserver 1.5).
A work-around can be to go to geoserver/config/loginEdit.do to get to the page manually.
I opened an issue for this: http://jira.codehaus.org/browse/GEOS-1400
Sorry for the late response. The ability is simply no more there
because the security subsystem changed, it's now multirole and multiuser, but has no UI to interact with its configuration.
More information here:
http://docs.codehaus.org/display/GEOSDEV/Geoserver+security+implementation,+initial+version
The current situation is less than ideal, we'll try to discuss
it on the ml or in tomorrow's IRC meeting.
Cheers
Andrea
Hi,
Andrea Aime wrote:
Chris Whitney ha scritto:
I can confirm that the link is missing from the config->server page (but it was there in Geoserver 1.5).
A work-around can be to go to geoserver/config/loginEdit.do to get to the page manually.
I opened an issue for this: http://jira.codehaus.org/browse/GEOS-1400
Sorry for the late response. The ability is simply no more there
because the security subsystem changed, it's now multirole and multiuser, but has no UI to interact with its configuration.
It may be multi-user, but shouldn't there be a root user, a SysAdmin, a Master (or whatever you may want to call it
that's the sole ruler of my geoserver universe?
I mean, consider such a thing as editing the capabilities, or changing the log level. Not every user should do that. In fact, I think only the sys admin should do that.
On the other hand, it makes a lot of sense to have a sec.-system that allows user A to do GetMap, but no GetFeatureInfo; or a user B that may GetMap and GetFeature, but may not update/delete/insert, etc.
More information here:
http://docs.codehaus.org/display/GEOSDEV/Geoserver+security+implementation,+initial+version
Is currently down 
Cheers,
Ugo
The current situation is less than ideal, we'll try to discuss
it on the ml or in tomorrow's IRC meeting.
Cheers
Andrea
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Ugo Taddei
Fraunhofer Institut Intelligente Analyse- und Informationssysteme (FhG IAIS)
http://www.iais.fraunhofer.de
Department Knowledge Discovery - IAIS.KD -
Working Group Spatial Decision Support
http://www.iais.fraunhofer.de/kd.html
phone (+49)2241-14-2184 fax (+49)2241-14-2072
Schloss Birlinghoven, D-53754 Sankt Augustin, Germany
------------------------------------------------------
Visit our thematic mapping tool CommonGIS: http://www.commongis.de
Ugo Taddei ha scritto:
Hi,
Andrea Aime wrote:
Chris Whitney ha scritto:
I can confirm that the link is missing from the config->server page (but it was there in Geoserver 1.5).
A work-around can be to go to geoserver/config/loginEdit.do to get to the page manually.
I opened an issue for this: http://jira.codehaus.org/browse/GEOS-1400
Sorry for the late response. The ability is simply no more there
because the security subsystem changed, it's now multirole and multiuser, but has no UI to interact with its configuration.
It may be multi-user, but shouldn't there be a root user, a SysAdmin, a Master (or whatever you may want to call it
that's the sole ruler of my geoserver universe?
I mean, consider such a thing as editing the capabilities, or changing the log level. Not every user should do that. In fact, I think only the sys admin should do that.
On the other hand, it makes a lot of sense to have a sec.-system that allows user A to do GetMap, but no GetFeatureInfo; or a user B that may GetMap and GetFeature, but may not update/delete/insert, etc.
That's more or less like that in fact, which the difference that we
can have more than one ruler. Every user associated with the "ROLE_ADMINISTRATOR" role is an admin, can login to the configuration
part of the UI, and change at will.
Everyone else cannot.
As for the services, yes, we also have service/request security
based on role, but a very simple one (you either have the required
role or you cannot do anyting, it's a black and white config now).
Cheers
Andrea
I tried that. I went ahead and did it again though and I still can’t get the thing to let me into Config. Maybe it’s out to get me. 
Justin Deoliveira wrote:
Amy Johnson ha scritto:
I tried that. I went ahead and did it again though and I still can't get the thing to let me into Config. Maybe it's out to get me. 
Amy, are you deploying in tomcat maybe?
If so, stop tomcat, wipe out the content of tomcat's "work" directory
and try again.
Cheers
Andrea
Andrea,
Thanks!! I had forgotten that quirk in Tomcat, and it fixed it. Thanks so much for your help. I'll pay more attention to that in the future.
Best regards,
Amy
Andrea Aime wrote:
Amy Johnson ha scritto:
I tried that. I went ahead and did it again though and I still can't get the thing to let me into Config. Maybe it's out to get me. 
Amy, are you deploying in tomcat maybe?
If so, stop tomcat, wipe out the content of tomcat's "work" directory
and try again.
Cheers
Andrea