Re: [Geoserver-users] cannot login to geoserver

2018-03-31 Thread William Graves
So, I wanted to thank everyone who helped.  I finally got GeoServer to boot
using the following formula:

1. Do the direct install...the one based upon an <*.exe> file.  Be sure you
are administrator. Do this on top of Windows 10 without TomCat.  I will try
to get the TomCat version working next.
2. Be sure to use Java 8...Java 10 fails.
3. Be sure to offset the TCP port number.  The default: 8080, interferes
with Skype or some such thing. People seem to be using <
http://localhost:1025/geoserver> to initiate their admin session.
4. When you log in as administrator, don't use Firefox the first time.
Explorer works for the first login, after which Firefox seems to start
working.

Thanks again for the help.

Bill


On Mon, Mar 26, 2018 at 1:36 AM, Christian Mueller <
christian.muel...@os-solutions.at> wrote:

> Hi
>
> Did you add the plain text password with the proper prefix  plain:  like so
>
> plain:mypassword
>
> Cheers
>
> On Mon, Mar 26, 2018 at 9:35 AM, William Graves 
> wrote:
>
>> Thanks, Brad.  I just tried it with tomcat 8.5...same behavior. Java is
>> version 8 build 161, which is passing the install filters.  Machine is Win
>> 10.Pro X64 bit version. 24 GB of Ram, so that can't be it.  Likewise
>> terabyte SSD as main drive, so shouldn't be problems there.  We manually
>> move the <*.war> file into the  directory, where it is
>> successfully recognized by the JVM resulting in the automatic creation of
>> the  directory containing the data space.
>>
>> I'm unfamiliar with .  Will it do  anything useful if I can't
>> get by the login for geoserver?
>>
>> Bill
>>
>>
>> On Sun, Mar 25, 2018 at 11:32 PM,  wrote:
>>
>>> I can’t say I’ve seen this – although not tried with Tomcat 9. Can you
>>> try it with Tomcat 8 or 8.5?
>>>
>>>
>>>
>>> Do you have any other authentication modules (e.g. geofence) loaded?
>>>
>>>
>>>
>>> Brad
>>>
>>>
>>>
>>
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-req
>> uesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
>
> --
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] cannot login to geoserver

2018-03-26 Thread bradh
The geofence module is a complicating factor if you had it installed. Not a 
consideration in this case if you don’t have it installed.

 

Do you see anything relevant (messages, exceptions) in the tomcat or geoserver 
logs?

 

Brad

 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] cannot login to geoserver

2018-03-26 Thread Christian Mueller
Hi



is correct.

Do you see some java stack trace in catalina.out when you try to login ?

Cheers




On Mon, Mar 26, 2018 at 11:20 AM, William Graves  wrote:

> Hi Christian,
>
> We did make the following substitution for test purposes:  no joy.
>
> For the file:  <../webapps>geoserver>data>security>usergroup>default>
> users.xml
> --->Content:
>
> 
>
> we substituted:
>
> 
>
> So we tried.  Did we get the  in the wrong place or something?
>
> From the Tomcat manager, after a couple of attempts, we could stop the
> geoserver, but it was more difficult (i.e., took a few tries) before it
> would restart again.
> Bill
>
>
>
>
>
> On Mon, Mar 26, 2018 at 1:36 AM, Christian Mueller  solutions.at> wrote:
>
>> Hi
>>
>> Did you add the plain text password with the proper prefix  plain:  like
>> so
>>
>> plain:mypassword
>>
>> Cheers
>>
>> On Mon, Mar 26, 2018 at 9:35 AM, William Graves 
>> wrote:
>>
>>> Thanks, Brad.  I just tried it with tomcat 8.5...same behavior. Java is
>>> version 8 build 161, which is passing the install filters.  Machine is Win
>>> 10.Pro X64 bit version. 24 GB of Ram, so that can't be it.  Likewise
>>> terabyte SSD as main drive, so shouldn't be problems there.  We manually
>>> move the <*.war> file into the  directory, where it is
>>> successfully recognized by the JVM resulting in the automatic creation of
>>> the  directory containing the data space.
>>>
>>> I'm unfamiliar with .  Will it do  anything useful if I can't
>>> get by the login for geoserver?
>>>
>>> Bill
>>>
>>>
>>> On Sun, Mar 25, 2018 at 11:32 PM,  wrote:
>>>
 I can’t say I’ve seen this – although not tried with Tomcat 9. Can you
 try it with Tomcat 8 or 8.5?



 Do you have any other authentication modules (e.g. geofence) loaded?



 Brad



>>>
>>>
>>> 
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-req
>>> uesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>>
>>
>>
>> --
>> DI Christian Mueller MSc (GIS), MSc (IT-Security)
>> OSS Open Source Solutions GmbH
>>
>>
>


-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] cannot login to geoserver

2018-03-26 Thread William Graves
Hi Christian,

We did make the following substitution for test purposes:  no joy.

For the file:
<../webapps>geoserver>data>security>usergroup>default>users.xml
--->Content:



we substituted:



So we tried.  Did we get the  in the wrong place or something?

>From the Tomcat manager, after a couple of attempts, we could stop the
geoserver, but it was more difficult (i.e., took a few tries) before it
would restart again.
Bill





On Mon, Mar 26, 2018 at 1:36 AM, Christian Mueller <
christian.muel...@os-solutions.at> wrote:

> Hi
>
> Did you add the plain text password with the proper prefix  plain:  like so
>
> plain:mypassword
>
> Cheers
>
> On Mon, Mar 26, 2018 at 9:35 AM, William Graves 
> wrote:
>
>> Thanks, Brad.  I just tried it with tomcat 8.5...same behavior. Java is
>> version 8 build 161, which is passing the install filters.  Machine is Win
>> 10.Pro X64 bit version. 24 GB of Ram, so that can't be it.  Likewise
>> terabyte SSD as main drive, so shouldn't be problems there.  We manually
>> move the <*.war> file into the  directory, where it is
>> successfully recognized by the JVM resulting in the automatic creation of
>> the  directory containing the data space.
>>
>> I'm unfamiliar with .  Will it do  anything useful if I can't
>> get by the login for geoserver?
>>
>> Bill
>>
>>
>> On Sun, Mar 25, 2018 at 11:32 PM,  wrote:
>>
>>> I can’t say I’ve seen this – although not tried with Tomcat 9. Can you
>>> try it with Tomcat 8 or 8.5?
>>>
>>>
>>>
>>> Do you have any other authentication modules (e.g. geofence) loaded?
>>>
>>>
>>>
>>> Brad
>>>
>>>
>>>
>>
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-req
>> uesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
>
> --
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] cannot login to geoserver

2018-03-26 Thread Christian Mueller
Hi

Did you add the plain text password with the proper prefix  plain:  like so

plain:mypassword

Cheers

On Mon, Mar 26, 2018 at 9:35 AM, William Graves  wrote:

> Thanks, Brad.  I just tried it with tomcat 8.5...same behavior. Java is
> version 8 build 161, which is passing the install filters.  Machine is Win
> 10.Pro X64 bit version. 24 GB of Ram, so that can't be it.  Likewise
> terabyte SSD as main drive, so shouldn't be problems there.  We manually
> move the <*.war> file into the  directory, where it is
> successfully recognized by the JVM resulting in the automatic creation of
> the  directory containing the data space.
>
> I'm unfamiliar with .  Will it do  anything useful if I can't
> get by the login for geoserver?
>
> Bill
>
>
> On Sun, Mar 25, 2018 at 11:32 PM,  wrote:
>
>> I can’t say I’ve seen this – although not tried with Tomcat 9. Can you
>> try it with Tomcat 8 or 8.5?
>>
>>
>>
>> Do you have any other authentication modules (e.g. geofence) loaded?
>>
>>
>>
>> Brad
>>
>>
>>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: http://geoserver.org/comm/
> userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-
> requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] cannot login to geoserver

2018-03-26 Thread William Graves
Thanks, Brad.  I just tried it with tomcat 8.5...same behavior. Java is
version 8 build 161, which is passing the install filters.  Machine is Win
10.Pro X64 bit version. 24 GB of Ram, so that can't be it.  Likewise
terabyte SSD as main drive, so shouldn't be problems there.  We manually
move the <*.war> file into the  directory, where it is
successfully recognized by the JVM resulting in the automatic creation of
the  directory containing the data space.

I'm unfamiliar with .  Will it do  anything useful if I can't get
by the login for geoserver?

Bill


On Sun, Mar 25, 2018 at 11:32 PM,  wrote:

> I can’t say I’ve seen this – although not tried with Tomcat 9. Can you try
> it with Tomcat 8 or 8.5?
>
>
>
> Do you have any other authentication modules (e.g. geofence) loaded?
>
>
>
> Brad
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] cannot login to geoserver

2018-03-26 Thread bradh
I can’t say I’ve seen this – although not tried with Tomcat 9. Can you try it 
with Tomcat 8 or 8.5?

 

Do you have any other authentication modules (e.g. geofence) loaded?

 

Brad

 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users