Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get the following:
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get the following:
SERVICE_UNAVAILABLE
RequestURI=/geoserver
Hi Robert. This is not the first time I've heard of the 503 error. Could you please detail your setup and/or include your log files? Any additional info would be helpful.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Robert Webb wrote:
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get the following:HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
/Powered by jetty:// <http://jetty.mortbay.org/>/
Again, this is on a 32 bit windows server 2008 box. <mailto:geoserver-users@anonymised.com>
------------------------------------------------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Mike,
Thanks for the reply. I had a couple of minutes to play with the setup and found the following.
I am running the 32 bit version of Server 2008 and used the new installer. Service would start but was getting the dreaded 503 error. On a whim, I changed the logon user for the service to my user account which has admin priveliges on the server.
After restarting the the service, I can get to the admin web page and login. So it appears that it might be a permission issue with something. The service had installed itself using the "Network Service" user for the logon user. Not sure if it might be a permissions issue on the files somewhere.
I am working on the system remotely and will have to wait until sometime the weekend to get the log files uploaded to the list. If I see anything in them in the meantime, I will be sure to post what I find.
Robert
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Wednesday, June 17, 2009 10:10 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)
Hi Robert. This is not the first time I've heard of the 503 error. Could you please detail your setup and/or include your log files? Any additional info would be helpful.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Robert Webb wrote:
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get
the following:HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
/Powered by jetty:// <http://jetty.mortbay.org/>/
Again, this is on a 32 bit windows server 2008 box.
<mailto:geoserver-users@anonymised.com>------------------------------------------------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Just to update something below that I put in incorrectly. The service gets installed as a system service not a Network Service.
I think what is going to have to happen is that if possible in the installer, or just in some instructions, we are going to have to setup a different username for the service to run as. Just need to figure out just what least permissions are needed in order to accomplish this.
Robert
________________________________________
From: Robert Webb [rwebb@anonymised.com]
Sent: Wednesday, June 17, 2009 4:49 PM
To: Mike Pumphrey
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)
Mike,
Thanks for the reply. I had a couple of minutes to play with the setup and found the following.
I am running the 32 bit version of Server 2008 and used the new installer. Service would start but was getting the dreaded 503 error. On a whim, I changed the logon user for the service to my user account which has admin priveliges on the server.
After restarting the the service, I can get to the admin web page and login. So it appears that it might be a permission issue with something. The service had installed itself using the "Network Service" user for the logon user. Not sure if it might be a permissions issue on the files somewhere.
I am working on the system remotely and will have to wait until sometime the weekend to get the log files uploaded to the list. If I see anything in them in the meantime, I will be sure to post what I find.
Robert
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Wednesday, June 17, 2009 10:10 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)
Hi Robert. This is not the first time I've heard of the 503 error. Could you please detail your setup and/or include your log files? Any additional info would be helpful.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Robert Webb wrote:
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get
the following:HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
/Powered by jetty:// <http://jetty.mortbay.org/>/
Again, this is on a 32 bit windows server 2008 box.
<mailto:geoserver-users@anonymised.com>------------------------------------------------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hi Robert. Does it work when you run the service as NetworkService? We currently don't specify a user in the wrapper.conf file, but according to this thread [1] it looks very possible. Example:
wrapper.ntservice.account=NT AUTHORITY\NetworkService
Our installer bombs out if not running as admin, so we shouldn't have any problems setting as a different user. Fingers crossed.
[1] http://www.nabble.com/Installing-service-as-Network-Service-td21096489.html
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Robert Webb wrote:
Just to update something below that I put in incorrectly. The service gets installed as a system service not a Network Service.
I think what is going to have to happen is that if possible in the installer, or just in some instructions, we are going to have to setup a different username for the service to run as. Just need to figure out just what least permissions are needed in order to accomplish this.
Robert
________________________________________
From: Robert Webb [rwebb@anonymised.com]
Sent: Wednesday, June 17, 2009 4:49 PM
To: Mike Pumphrey
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Mike,
Thanks for the reply. I had a couple of minutes to play with the setup and found the following.
I am running the 32 bit version of Server 2008 and used the new installer. Service would start but was getting the dreaded 503 error. On a whim, I changed the logon user for the service to my user account which has admin priveliges on the server.
After restarting the the service, I can get to the admin web page and login. So it appears that it might be a permission issue with something. The service had installed itself using the "Network Service" user for the logon user. Not sure if it might be a permissions issue on the files somewhere.
I am working on the system remotely and will have to wait until sometime the weekend to get the log files uploaded to the list. If I see anything in them in the meantime, I will be sure to post what I find.
Robert
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Wednesday, June 17, 2009 10:10 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Hi Robert. This is not the first time I've heard of the 503 error. Could you please detail your setup and/or include your log files? Any additional info would be helpful.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.orgRobert Webb wrote:
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get
the following:HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
/Powered by jetty:// <http://jetty.mortbay.org/>/
Again, this is on a 32 bit windows server 2008 box.
<mailto:geoserver-users@anonymised.com>------------------------------------------------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hi Mike,
Thanks for the tip. I just set the service to logon as a NetworkService and everything seems to be running. I have not gone past just loading the web admin screen, but that does load and I am no longer getting the 503 error. So it seems that the logon user should be set as NetworkService during the install.
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Thursday, June 18, 2009 11:03 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)
Hi Robert. Does it work when you run the service as NetworkService? We currently don't specify a user in the wrapper.conf file, but according to this thread [1] it looks very possible. Example:
wrapper.ntservice.account=NT AUTHORITY\NetworkService
Our installer bombs out if not running as admin, so we shouldn't have any problems setting as a different user. Fingers crossed.
[1] http://www.nabble.com/Installing-service-as-Network-Service-td21096489.html
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Robert Webb wrote:
Just to update something below that I put in incorrectly. The service gets installed as a system service not a Network Service.
I think what is going to have to happen is that if possible in the installer, or just in some instructions, we are going to have to setup a different username for the service to run as. Just need to figure out just what least permissions are needed in order to accomplish this.
Robert
________________________________________
From: Robert Webb [rwebb@anonymised.com]
Sent: Wednesday, June 17, 2009 4:49 PM
To: Mike Pumphrey
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Mike,
Thanks for the reply. I had a couple of minutes to play with the setup and found the following.
I am running the 32 bit version of Server 2008 and used the new installer. Service would start but was getting the dreaded 503 error. On a whim, I changed the logon user for the service to my user account which has admin priveliges on the server.
After restarting the the service, I can get to the admin web page and login. So it appears that it might be a permission issue with something. The service had installed itself using the "Network Service" user for the logon user. Not sure if it might be a permissions issue on the files somewhere.
I am working on the system remotely and will have to wait until sometime the weekend to get the log files uploaded to the list. If I see anything in them in the meantime, I will be sure to post what I find.
Robert
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Wednesday, June 17, 2009 10:10 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Hi Robert. This is not the first time I've heard of the 503 error. Could you please detail your setup and/or include your log files? Any additional info would be helpful.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.orgRobert Webb wrote:
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get
the following:HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
/Powered by jetty:// <http://jetty.mortbay.org/>/
Again, this is on a 32 bit windows server 2008 box.
<mailto:geoserver-users@anonymised.com>------------------------------------------------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hi Robert. How did you make the username switch? I'm testing with an RC copy of Windows 7 (which I assume is close enough to Vista), and the installer yields a 503 as we expect. But when I edit the service to LogOn as NetworkService and then restart the service, I get a 404.
I just want to make sure that NT AUTHORITY\NetworkService is the right username to use before I commit these changes to GeoServer.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Robert Webb wrote:
Hi Mike,
Thanks for the tip. I just set the service to logon as a NetworkService and everything seems to be running. I have not gone past just loading the web admin screen, but that does load and I am no longer getting the 503 error. So it seems that the logon user should be set as NetworkService during the install.
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Thursday, June 18, 2009 11:03 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Hi Robert. Does it work when you run the service as NetworkService? We currently don't specify a user in the wrapper.conf file, but according to this thread [1] it looks very possible. Example:
wrapper.ntservice.account=NT AUTHORITY\NetworkService
Our installer bombs out if not running as admin, so we shouldn't have any problems setting as a different user. Fingers crossed.
[1] http://www.nabble.com/Installing-service-as-Network-Service-td21096489.html
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.orgRobert Webb wrote:
Just to update something below that I put in incorrectly. The service gets installed as a system service not a Network Service.
I think what is going to have to happen is that if possible in the installer, or just in some instructions, we are going to have to setup a different username for the service to run as. Just need to figure out just what least permissions are needed in order to accomplish this.
Robert
________________________________________
From: Robert Webb [rwebb@anonymised.com]
Sent: Wednesday, June 17, 2009 4:49 PM
To: Mike Pumphrey
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Mike,
Thanks for the reply. I had a couple of minutes to play with the setup and found the following.
I am running the 32 bit version of Server 2008 and used the new installer. Service would start but was getting the dreaded 503 error. On a whim, I changed the logon user for the service to my user account which has admin priveliges on the server.
After restarting the the service, I can get to the admin web page and login. So it appears that it might be a permission issue with something. The service had installed itself using the "Network Service" user for the logon user. Not sure if it might be a permissions issue on the files somewhere.
I am working on the system remotely and will have to wait until sometime the weekend to get the log files uploaded to the list. If I see anything in them in the meantime, I will be sure to post what I find.
Robert
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Wednesday, June 17, 2009 10:10 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Hi Robert. This is not the first time I've heard of the 503 error. Could you please detail your setup and/or include your log files? Any additional info would be helpful.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.orgRobert Webb wrote:
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get
the following:HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
/Powered by jetty:// <http://jetty.mortbay.org/>/
Again, this is on a 32 bit windows server 2008 box.
<mailto:geoserver-users@anonymised.com>------------------------------------------------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Mike,
I did it like you did. However, make sure that the NetworkService has access to the directory where the files are located. For testing, just give everyone full access to the entire directory for Geoserver.
-----Original Message-----
From: Mike Pumphrey [mailto:mike@anonymised.com]
Sent: Friday, June 19, 2009 12:19 PM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)
Hi Robert. How did you make the username switch? I'm testing with an RC copy of Windows 7 (which I assume is close enough to Vista), and the installer yields a 503 as we expect. But when I edit the service to LogOn as NetworkService and then restart the service, I get a 404.
I just want to make sure that NT AUTHORITY\NetworkService is the right username to use before I commit these changes to GeoServer.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Robert Webb wrote:
Hi Mike,
Thanks for the tip. I just set the service to logon as a NetworkService and everything seems to be running. I have not gone past just loading the web admin screen, but that does load and I am no longer getting the 503 error. So it seems that the logon user should be set as NetworkService during the install.
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Thursday, June 18, 2009 11:03 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Hi Robert. Does it work when you run the service as NetworkService? We currently don't specify a user in the wrapper.conf file, but according to this thread [1] it looks very possible. Example:
wrapper.ntservice.account=NT AUTHORITY\NetworkService
Our installer bombs out if not running as admin, so we shouldn't have any problems setting as a different user. Fingers crossed.
[1] http://www.nabble.com/Installing-service-as-Network-Service-td21096489.html
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.orgRobert Webb wrote:
Just to update something below that I put in incorrectly. The service gets installed as a system service not a Network Service.
I think what is going to have to happen is that if possible in the installer, or just in some instructions, we are going to have to setup a different username for the service to run as. Just need to figure out just what least permissions are needed in order to accomplish this.
Robert
________________________________________
From: Robert Webb [rwebb@anonymised.com]
Sent: Wednesday, June 17, 2009 4:49 PM
To: Mike Pumphrey
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Mike,
Thanks for the reply. I had a couple of minutes to play with the setup and found the following.
I am running the 32 bit version of Server 2008 and used the new installer. Service would start but was getting the dreaded 503 error. On a whim, I changed the logon user for the service to my user account which has admin priveliges on the server.
After restarting the the service, I can get to the admin web page and login. So it appears that it might be a permission issue with something. The service had installed itself using the "Network Service" user for the logon user. Not sure if it might be a permissions issue on the files somewhere.
I am working on the system remotely and will have to wait until sometime the weekend to get the log files uploaded to the list. If I see anything in them in the meantime, I will be sure to post what I find.
Robert
________________________________________
From: Mike Pumphrey [mike@anonymised.com]
Sent: Wednesday, June 17, 2009 10:10 AM
To: Robert Webb
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Windows Installer (Again)Hi Robert. This is not the first time I've heard of the 503 error. Could you please detail your setup and/or include your log files? Any additional info would be helpful.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.orgRobert Webb wrote:
Sorry for all the noise. GOt my last issue fixed but now have a new issue.
Service starts fine but when I try and browse to the admin page I get
the following:HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/geoserver
/Powered by jetty:// <http://jetty.mortbay.org/>/
Again, this is on a 32 bit windows server 2008 box.
<mailto:geoserver-users@anonymised.com>------------------------------------------------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users