Re: [Geoserver-users] Geoserver not running

2021-12-21 Thread Mauricio Vieira Cardoso Filho
good morning everyone. How are you?

I found out that my geoserver problem occurs if connection with database in
postgresql is enabled.

When I close connection with the bank, geoserver works normally. But when I
enable connection, my geoserver crashes.

I think my settings in jdbcstore (plugin) are right:
#enabled=true
#initdb=false
#initScript=jdbcstore/scripts/init.postgres.sql
#import=false
#jdbcUrl=jdbc\:postgresql\://192.168.0.119\:5433/geoserver_v
#driverClassName=org.postgresql.Driver
#username=postgres
#password=Fe0lo2yr
#pool.minIdle=4
#pool.maxActive=10
#pool.poolPreparedStatements=true
#pool.maxOpenPreparedStatements=50
#pool.testOnBorrow=true
#pool.validationQuery=SELECT now()
#deleteDestinationOnRename=true
#ignoreDirs=data,jdbcstore,jdbcconfig,temp,tmp,logs

I'm running Geoserver 2.15.1 (war) and gs-jdbcconfig-2.15-SNAPSHOT.jar /
gs-jdbcstore-2.15-SNAPSHOT.jar plugins.

Could it be a problem between versions? (it worked, but stopped
unexpectedly)

Best regards,

Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


Em sex., 17 de dez. de 2021 às 21:45, Brad Hards 
escreveu:

> On Friday, 17 December 2021 10:00:35 PM AEDT Mauricio Vieira Cardoso Filho
> wrote:
> > As I've been trying to solve it for a few days, I may be letting
> something
> > go by without noticing it out of tiredness.
> >
> > Any guidance they can give me, what settings can I review?
>
> You should enable logging (if not already done) and inspect the tomcat and
> geoserver logs. Please don't paste it all, but do look for errors and
> warnings.
>
> Brad
>
>
>
>
>
>
> ___
> 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
>
___
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] Geoserver not running

2021-12-17 Thread Mauricio Vieira Cardoso Filho
Hi, Good morning people,

I believe I am close to finding a solution.

I will explain in more detail the current problem scenario.

On the server, I have two instances of Geoserver installed: Geoserverv and
Geoserveri.

Both instances are in the same root directory "/dados" (/dados/geoserverv/
and /dados/geoserveri/).

When I run Geoserveri from the address http://192.168.0.119:8089/geoserveri
, it works perfectly.

When I run Geoserverv from the address http://192.168.0.119:8102/geoserverv,
it doesn't work, showing the return page "404"
(http status 404 - Not Found
Type: Status Report
Message: /geoserverv/web/
Description The origin server did not find a current representation for the
target resource or is not willing to describe that one exists)

I took the following test:
- Deleted all content from /datos/geoserverv folder and copied all
Geoserveri content to it.

After that, the geoserverv worked perfectly, however, loading the same data
as the geoserveri, which would be obvious as it is the base of the other
geoserver.

When I returned the original geoserverv content, it returned the same 404
error.

With this test, it is clear that it is just a changed configuration file
either inside the contents of the /dados/geoserverv folder, or inside the
geoserver or tomcat in /var/lib.

One thing I noticed is that, after comparing files inside the data folders
of the two instances, inside the geoserveri workspace I have a
"default.xml" file. I couldn't find this file in the geoserveri workspace.

The geoserveri has a connection to postgresql. We tested the database
connection settings, and it is working (we created a new database and
executed the connection with the option to create new tables, and it worked
perfectly).

In light of these tests, I think it's either a configuration I'm not
looking at in the case of geoserverv, or it's a file that has been deleted
by someone else.

As I've been trying to solve it for a few days, I may be letting something
go by without noticing it out of tiredness.

Any guidance they can give me, what settings can I review?

Best regards,

Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


Em qui., 16 de dez. de 2021 às 15:11, Mauricio Vieira Cardoso Filho <
mcard...@topocart.com.br> escreveu:

> Thanks for answering
> Even inserting the path dir in the service execution file, it doesn't work.
>
> Are there any more config files I could be looking at? - I think I've
> exhausted my options...
>
>
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
>
>
> Em qui., 16 de dez. de 2021 às 08:55, Russ Hore 
> escreveu:
>
>> I am coming to this late but have you checked the tomcat.service file in
>> /usr/lib/systemd/system
>>
>> Is there a line something like;
>>
>> ReadWritePaths=/data/
>>
>> for wherever your data directory is?
>>
>> Russ
>>
>> On 16 Dec 2021, at 11:30, Mauricio Vieira Cardoso Filho <
>> mcard...@topocart.com.br> wrote:
>>
>> Hi, A good day to all.
>>
>> Problem with connection to the bank is solved. Simply reconnected.
>> However, when I direct the geoserver to read the specific data directory
>> (/dados/geoserverv), it cannot load the data from this directory, giving an
>> error 404.
>> But if you leave the default path
>> (/var/lib/tomcat8v/webapps/geoserverv/WEB-INF/data), it works just fine.
>>
>> I've already looked at the permissions of the destination directory
>> (owner and group are tomcat8) as well as already applied 750, 770, 755 and
>> 777 in folders, but it still doesn't load.
>>
>> Apart from the web.xml on the geoserver, should I configure it elsewhere?
>>
>> Att.,
>>
>> Maurício Vieira Cardoso Filho
>> Gerente TI Infra
>> Tel: +556137995051
>> email : mcard...@topocart.com.br;
>> skype: mauricio.cardoso1974
>>
>>
>> Em qua., 15 de dez. de 2021 às 10:58, Mauricio Vieira Cardoso Filho <
>> mcard...@topocart.com.br> escreveu:
>>
>>> Hi,
>>>
>>> I recently started a request for help, however, I had to be away from
>>> the service due to other issues. But now I returned and the problem got
>>> worse.
>>>
>>> In addition to not being able to read the data directory specified in
>>> the web.xml, now I have another problem that the geoserver cannot connect
>>> to the postgree database.
>>>
>>> I use jdbc extension, and nothing in the configuration has changed.
>>> Simply all geoserver stopped runni

Re: [Geoserver-users] Geoserver not running

2021-12-16 Thread Mauricio Vieira Cardoso Filho
Thanks for answering
Even inserting the path dir in the service execution file, it doesn't work.

Are there any more config files I could be looking at? - I think I've
exhausted my options...


Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


Em qui., 16 de dez. de 2021 às 08:55, Russ Hore 
escreveu:

> I am coming to this late but have you checked the tomcat.service file in
> /usr/lib/systemd/system
>
> Is there a line something like;
>
> ReadWritePaths=/data/
>
> for wherever your data directory is?
>
> Russ
>
> On 16 Dec 2021, at 11:30, Mauricio Vieira Cardoso Filho <
> mcard...@topocart.com.br> wrote:
>
> Hi, A good day to all.
>
> Problem with connection to the bank is solved. Simply reconnected.
> However, when I direct the geoserver to read the specific data directory
> (/dados/geoserverv), it cannot load the data from this directory, giving an
> error 404.
> But if you leave the default path
> (/var/lib/tomcat8v/webapps/geoserverv/WEB-INF/data), it works just fine.
>
> I've already looked at the permissions of the destination directory (owner
> and group are tomcat8) as well as already applied 750, 770, 755 and 777 in
> folders, but it still doesn't load.
>
> Apart from the web.xml on the geoserver, should I configure it elsewhere?
>
> Att.,
>
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
>
>
> Em qua., 15 de dez. de 2021 às 10:58, Mauricio Vieira Cardoso Filho <
> mcard...@topocart.com.br> escreveu:
>
>> Hi,
>>
>> I recently started a request for help, however, I had to be away from the
>> service due to other issues. But now I returned and the problem got worse.
>>
>> In addition to not being able to read the data directory specified in the
>> web.xml, now I have another problem that the geoserver cannot connect to
>> the postgree database.
>>
>> I use jdbc extension, and nothing in the configuration has changed.
>> Simply all geoserver stopped running. (see image below):
>>
>> 
>>
>> What can I say on the subject:
>>
>> - All permissions on the pointed data folder are for tomcat user and
>> group;
>> - All content is readable;
>> - username and password to connect to the bank is ok (credentials are
>> correct)
>> - the bank is on the same server as the application (it was trying to
>> address it by ip address and by localhost).
>> - I have a base of two geoservers in the same directory
>> (/dados/geoserverv and /dados/geoserveri), one of which is working
>> perfectly with the same settings.
>> - I've deployed a new war many times.
>>
>> Attached, I'll send my catalina.out if it's any help in assessing the
>> issues and the possibility of sending some guidance.
>> Maurício Vieira Cardoso Filho
>> Gerente TI Infra
>> Tel: +556137995051
>> email : mcard...@topocart.com.br;
>> skype: mauricio.cardoso1974
>>
> ___
> 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
>
>
>
___
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] Geoserver not running

2021-12-16 Thread Mauricio Vieira Cardoso Filho
Hi, A good day to all.

Problem with connection to the bank is solved. Simply reconnected.
However, when I direct the geoserver to read the specific data directory
(/dados/geoserverv), it cannot load the data from this directory, giving an
error 404.
But if you leave the default path
(/var/lib/tomcat8v/webapps/geoserverv/WEB-INF/data), it works just fine.

I've already looked at the permissions of the destination directory (owner
and group are tomcat8) as well as already applied 750, 770, 755 and 777 in
folders, but it still doesn't load.

Apart from the web.xml on the geoserver, should I configure it elsewhere?

Att.,

Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


Em qua., 15 de dez. de 2021 às 10:58, Mauricio Vieira Cardoso Filho <
mcard...@topocart.com.br> escreveu:

> Hi,
>
> I recently started a request for help, however, I had to be away from the
> service due to other issues. But now I returned and the problem got worse.
>
> In addition to not being able to read the data directory specified in the
> web.xml, now I have another problem that the geoserver cannot connect to
> the postgree database.
>
> I use jdbc extension, and nothing in the configuration has changed. Simply
> all geoserver stopped running. (see image below):
>
> [image: Captura de tela de 2021-12-15 10-42-52.png]
>
> What can I say on the subject:
>
> - All permissions on the pointed data folder are for tomcat user and group;
> - All content is readable;
> - username and password to connect to the bank is ok (credentials are
> correct)
> - the bank is on the same server as the application (it was trying to
> address it by ip address and by localhost).
> - I have a base of two geoservers in the same directory (/dados/geoserverv
> and /dados/geoserveri), one of which is working perfectly with the same
> settings.
> - I've deployed a new war many times.
>
> Attached, I'll send my catalina.out if it's any help in assessing the
> issues and the possibility of sending some guidance.
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
>
___
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] Geoserver not running

2021-12-15 Thread Mauricio Vieira Cardoso Filho
Oliver...sorry...when I just put ip:port, it lands on a tomcat page (only
text, no admin panel)

It works !

If you're seeing this page via a web browser, it means you've setup Tomcat
successfully. Congratulations!

This is the default Tomcat home page. It can be found on the local
filesystem at: /var/lib/tomcat8/webapps/ROOT/index.html

Tomcat8 veterans might be pleased to learn that this system instance of
Tomcat is installed with CATALINA_HOME in /usr/share/tomcat8 and
CATALINA_BASE in /var/lib/tomcat8, following the rules from
/usr/share/doc/tomcat8-common/RUNNING.txt.gz.

You might consider installing the following packages, if you haven't
already done so:

*tomcat8-docs*: This package installs a web application that allows to
browse the Tomcat 8 documentation locally. Once installed, you can access
it by clicking here <http://192.168.0.119:8102/docs/>.

*tomcat8-examples*: This package installs a web application that allows to
access the Tomcat 8 Servlet and JSP examples. Once installed, you can
access it by clicking here <http://192.168.0.119:8102/examples/>.

*tomcat8-admin*: This package installs two web applications that can help
managing this Tomcat instance. Once installed, you can access the manager
webapp <http://192.168.0.119:8102/manager/html> and the host-manager webapp
<http://192.168.0.119:8102/host-manager/html>.

NOTE: For security reasons, using the manager webapp is restricted to users
with role "manager-gui". The host-manager webapp is restricted to users
with role "admin-gui". Users are defined in /etc/tomcat8/tomcat-users.xml.
Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


Em qua., 15 de dez. de 2021 às 13:53, Olivier Gagnon 
escreveu:

> Mauricio,
>
> If you call 192.168.0.119:8102 without /geoserverv, why do you get it the
> in the 404 page's Message section ?
>
> Do you have a redirection in index.jsp ?
>
>
>
> Envoyé à partir d’Outlook <http://aka.ms/weboutlook>
>
> --
> *De :* Mauricio Vieira Cardoso Filho 
> *Envoyé :* 15 décembre 2021 10:59
> *À :* Olivier Gagnon 
> *Cc :* geoserver-users 
> *Objet :* Re: [Geoserver-users] Geoserver not running
>
> thanks for answering. When I call the address 192.168.0.119:8102, it
> loads the 404 error page.
> ( HTTP Status 404 – Not Found
> --
>
> *Type* Status Report
>
> *Message* /geoserverv
>
> *Description* The origin server did not find a current representation for
> the target resource or is not willing to disclose that one exists.
>
> )
> All permissions are set for tomcat user. The system I use is Ubuntu Server
> 18.
>
> Regarding the data source, it is accessible.
>
> Really a mystery.
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
>
>
> Em qua., 15 de dez. de 2021 às 12:37, Olivier Gagnon 
> escreveu:
>
> Mauricio,
>
> What happens if you go to 192.168.0.119:8102 ?
>
> Do you get the Tomcat console ?
>
> Also in catalina.out we can see :
>
> Caused by: java.lang.IllegalStateException: SelectQuery Failed
> ... 39 more
> Caused by: java.sql.SQLException: Data source is closed
>
> Could you validate that the data source is reachable.
>
> Do the permissions been given to the user executing tomcat's service in
> windows services ?
>
>
> Envoyé à partir d’Outlook <http://aka.ms/weboutlook>
>
> --
> *De :* Mauricio Vieira Cardoso Filho 
> *Envoyé :* 15 décembre 2021 08:58
> *À :* geoserver-users 
> *Objet :* [Geoserver-users] Geoserver not running
>
> Hi,
>
> I recently started a request for help, however, I had to be away from the
> service due to other issues. But now I returned and the problem got worse.
>
> In addition to not being able to read the data directory specified in the
> web.xml, now I have another problem that the geoserver cannot connect to
> the postgree database.
>
> I use jdbc extension, and nothing in the configuration has changed. Simply
> all geoserver stopped running. (see image below):
>
> [image: Captura de tela de 2021-12-15 10-42-52.png]
>
> What can I say on the subject:
>
> - All permissions on the pointed data folder are for tomcat user and group;
> - All content is readable;
> - username and password to connect to the bank is ok (credentials are
> correct)
> - the bank is on the same server as the application (it was trying to
> address it by ip address and by localhost).
> - I have a base of two geoservers in the same directory (/dados/geoserverv
> and /dados/geoserv

Re: [Geoserver-users] Geoserver not running

2021-12-15 Thread Mauricio Vieira Cardoso Filho
I believe there are problems with jdbc extensionsbut I can't identify
this extension in the Geoserver extensions list. Reinstalling and
reconfiguring jdbc might be a solution, as I believe I have already done
everything I could to solve the problem, within my knowledge.

Can anyone tell me a valid link to download jdbcconfig-plugin.zip ?

Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


Em qua., 15 de dez. de 2021 às 12:37, Olivier Gagnon 
escreveu:

> Mauricio,
>
> What happens if you go to 192.168.0.119:8102 ?
>
> Do you get the Tomcat console ?
>
> Also in catalina.out we can see :
>
> Caused by: java.lang.IllegalStateException: SelectQuery Failed
> ... 39 more
> Caused by: java.sql.SQLException: Data source is closed
>
> Could you validate that the data source is reachable.
>
> Do the permissions been given to the user executing tomcat's service in
> windows services ?
>
>
> Envoyé à partir d’Outlook <http://aka.ms/weboutlook>
>
> --
> *De :* Mauricio Vieira Cardoso Filho 
> *Envoyé :* 15 décembre 2021 08:58
> *À :* geoserver-users 
> *Objet :* [Geoserver-users] Geoserver not running
>
> Hi,
>
> I recently started a request for help, however, I had to be away from the
> service due to other issues. But now I returned and the problem got worse.
>
> In addition to not being able to read the data directory specified in the
> web.xml, now I have another problem that the geoserver cannot connect to
> the postgree database.
>
> I use jdbc extension, and nothing in the configuration has changed. Simply
> all geoserver stopped running. (see image below):
>
> [image: Captura de tela de 2021-12-15 10-42-52.png]
>
> What can I say on the subject:
>
> - All permissions on the pointed data folder are for tomcat user and group;
> - All content is readable;
> - username and password to connect to the bank is ok (credentials are
> correct)
> - the bank is on the same server as the application (it was trying to
> address it by ip address and by localhost).
> - I have a base of two geoservers in the same directory (/dados/geoserverv
> and /dados/geoserveri), one of which is working perfectly with the same
> settings.
> - I've deployed a new war many times.
>
> Attached, I'll send my catalina.out if it's any help in assessing the
> issues and the possibility of sending some guidance.
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
> ___
> 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
>
___
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] Geoserver not running

2021-12-15 Thread Mauricio Vieira Cardoso Filho
thanks for answering. When I call the address 192.168.0.119:8102, it loads
the 404 error page.
(HTTP Status 404 – Not Found
--

*Type* Status Report

*Message* /geoserverv

*Description* The origin server did not find a current representation for
the target resource or is not willing to disclose that one exists.

)
All permissions are set for tomcat user. The system I use is Ubuntu Server
18.

Regarding the data source, it is accessible.

Really a mystery.
Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


Em qua., 15 de dez. de 2021 às 12:37, Olivier Gagnon 
escreveu:

> Mauricio,
>
> What happens if you go to 192.168.0.119:8102 ?
>
> Do you get the Tomcat console ?
>
> Also in catalina.out we can see :
>
> Caused by: java.lang.IllegalStateException: SelectQuery Failed
> ... 39 more
> Caused by: java.sql.SQLException: Data source is closed
>
> Could you validate that the data source is reachable.
>
> Do the permissions been given to the user executing tomcat's service in
> windows services ?
>
>
> Envoyé à partir d’Outlook <http://aka.ms/weboutlook>
>
> --
> *De :* Mauricio Vieira Cardoso Filho 
> *Envoyé :* 15 décembre 2021 08:58
> *À :* geoserver-users 
> *Objet :* [Geoserver-users] Geoserver not running
>
> Hi,
>
> I recently started a request for help, however, I had to be away from the
> service due to other issues. But now I returned and the problem got worse.
>
> In addition to not being able to read the data directory specified in the
> web.xml, now I have another problem that the geoserver cannot connect to
> the postgree database.
>
> I use jdbc extension, and nothing in the configuration has changed. Simply
> all geoserver stopped running. (see image below):
>
> [image: Captura de tela de 2021-12-15 10-42-52.png]
>
> What can I say on the subject:
>
> - All permissions on the pointed data folder are for tomcat user and group;
> - All content is readable;
> - username and password to connect to the bank is ok (credentials are
> correct)
> - the bank is on the same server as the application (it was trying to
> address it by ip address and by localhost).
> - I have a base of two geoservers in the same directory (/dados/geoserverv
> and /dados/geoserveri), one of which is working perfectly with the same
> settings.
> - I've deployed a new war many times.
>
> Attached, I'll send my catalina.out if it's any help in assessing the
> issues and the possibility of sending some guidance.
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
> ___
> 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
>
___
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] Fwd: Help please!!!!

2021-12-06 Thread Mauricio Vieira Cardoso Filho
Hi Ian... thanks for response.

Yes.. user tomcat, group tomcat...

Is a mistery...750 permissions (tested with 777 too.. 755...).. but, not
resolve...



Em seg., 6 de dez. de 2021 13:20, Ian Turton  escreveu:

> Are you sure you are running tomcat as the tomcat user? Look to see who
> owns the default working directory
>
> Ian
>
> On Mon, 6 Dec 2021 at 15:44, Mauricio Vieira Cardoso Filho <
> mcard...@topocart.com.br> wrote:
>
>>
>> Maurício Vieira Cardoso Filho
>> Gerente TI Infra
>> Tel: +556137995051
>> email : mcard...@topocart.com.br;
>> skype: mauricio.cardoso1974
>>
>>
>> -- Forwarded message -
>> De: Mauricio Vieira Cardoso Filho 
>> Date: dom., 5 de dez. de 2021 às 17:48
>> Subject: Help please
>> To: 
>>
>>
>> Hi Claudius, how are you?
>>
>> Dear, I have a problem on the geoserver, which I've been trying to solve
>> for 5 days and I can't find any kind of solution.
>>
>> I can't make the server read the data directory I point to.
>>
>> In the logs, I get this message:
>>
>> 2021-12-05 19:42:38,249 WARN [geoserver.platform] - Found Servlet context
>> parameter GEOSERVER_DATA_DIR set to /var/lib/geoserverv , which is not
>> writeable
>> 2021-12-05 19:42:38,250 INFO [geoserver.platform] - Falling back to
>> embedded data directory: /var/lib/tomcat9/webapps/geoserversg/data
>>
>> I already set permissions on the folder to tomcat:tomcat (750).
>>
>> Wherever I put the data folder on the server, I always have the same
>> message (whether on a secondary disk, on the root, or anywhere).
>>
>> I've already tried to insert the path in the tomcat9.service file, but
>> the problem persists.
>>
>> I have installed tomcat9, java 11.
>>
>> What else can I check to try to solve this problem?
>>
>> Please give me some tips, possibilities to solve this problem. I don't
>> know what else to look at here. Any guidance, suggestion or observation, I
>> know will have a great effect.
>>
>> Best regards.
>>
>> Maurício Vieira Cardoso Filho
>> Gerente TI Infra
>> Tel: +556137995051
>> email : mcard...@topocart.com.br;
>> skype: mauricio.cardoso1974
>> ___
>> 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
>>
>
>
> --
> Ian Turton
>
___
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


[Geoserver-users] Fwd: Help please!!!!

2021-12-06 Thread Mauricio Vieira Cardoso Filho
Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


-- Forwarded message -
De: Mauricio Vieira Cardoso Filho 
Date: dom., 5 de dez. de 2021 às 17:48
Subject: Help please
To: 


Hi Claudius, how are you?

Dear, I have a problem on the geoserver, which I've been trying to solve
for 5 days and I can't find any kind of solution.

I can't make the server read the data directory I point to.

In the logs, I get this message:

2021-12-05 19:42:38,249 WARN [geoserver.platform] - Found Servlet context
parameter GEOSERVER_DATA_DIR set to /var/lib/geoserverv , which is not
writeable
2021-12-05 19:42:38,250 INFO [geoserver.platform] - Falling back to
embedded data directory: /var/lib/tomcat9/webapps/geoserversg/data

I already set permissions on the folder to tomcat:tomcat (750).

Wherever I put the data folder on the server, I always have the same
message (whether on a secondary disk, on the root, or anywhere).

I've already tried to insert the path in the tomcat9.service file, but the
problem persists.

I have installed tomcat9, java 11.

What else can I check to try to solve this problem?

Please give me some tips, possibilities to solve this problem. I don't know
what else to look at here. Any guidance, suggestion or observation, I know
will have a great effect.

Best regards.

Maurício Vieira Cardoso Filho
Gerente TI Infra
Tel: +556137995051
email : mcard...@topocart.com.br;
skype: mauricio.cardoso1974


geoserver(2).log
Description: Binary data
___
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