Re: [Geoserver-users] Notification Community plugin issue

2021-11-29 Thread Jody Garnett
I have not used that plugin myself, please be sure to reach out via the
user list for geoserver questions.
There is of course commercial support, many organizations (including my
employer) are reachable for one on one support: http://geoserver.org/support


One tip I can offer is to find the code in geoserver github repository, and
look in the pom.xml to see if a developer or company is associated with the
work. You may also look at the history to see if specific groups have a
knowledge of the codebase. This is very good research to do when choosing
commercial support.

In this case
https://github.com/geoserver/geoserver/tree/main/src/community/jms-cluster
is a community module, so it is being shared in the hopes of collaboration
with other developers such as yourself. You may also wish to look at the
test cases for a working example of how to configure.
--
Jody Garnett


On Wed, 24 Nov 2021 at 02:56, Gianni Contino 
wrote:

> Hi Jody,
> I assume you are the development manager of the notification plugin for
> geoserver, so I have a question for you, if you can help me.
> The plugin is great and I was able to make it work with RabbitMQ as
> fanout,
> but I'm experiencing an issue just as I want messages to be sent to a
> topic on *ActiveMQ*.
>
> This XML setting works well with RabbitMQ and sends a message to queue
> "changes" on "exchange1"
>
> 
>   1000
>   10
>   type='Data'
>   
>   
>   guest
>   guest
>   localhost
>   5672
>   /
>   exchange1
>   changes
>   
>   
>
> Instead for *Apache ActiveMQ *I'm trying to make geoserver send message to a 
> topic named "topic.geoserver", so I replaced  with 
> <*topicSender*> and I filled others like this:
>
> 
>   1000
>   10
>   type='Data'
>   
>   <*topicSender*>
>   admin
>   admin
>   localhost
>   5672
>   /
>   topic.geoserver
>   topic.geoserver
>   
>   
> 
>
> But it doesn't send message to AMQP server,
>
> it raises an error as follows:
>
> 24 nov 11:41:15 ERROR [geoserver.notification] -
> java.lang.NullPointerException
> at 
> org.geoserver.notification.common.DefaultNotificationProcessor.process(DefaultNotificationProcessor.java:38)
> at 
> org.geoserver.notification.MessageProcessor$WorkerThread.run(MessageProcessor.java:80)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.base/java.lang.Thread.run(Thread.java:829)
>
>
> Probably I'm not setting the XML in the correct way. Can you help me to solve 
> this issue?
>
> Thanx very much,
>
> Regards,
>
> Gianni
>
>
>
>
>
___
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] trying to encrypt passwd in datastore.properties

2021-11-29 Thread Ashley Mort via Geoserver-users
I think this is a problem on my end.

It seems like if my BrowseImageMosaicStore.properties (“primary configuration 
file”) exists, then my DB table for that layer needs to already exist.  If it 
doesn’t the table won’t be auto created and it won’t have anywhere to find the 
data.

If that BrowseImageMosaicStore.properties file does not exist, then it will try 
to auto create the appropriate table in my DB.  It will fail if the DB table 
already exists.

The fix seems to be to either avoid the above 2 scenarios or do: drop table, 
delete BrowseImageMosaicStore.properties, and restart GeoServer.  Then 
everything seems to get created properly.


Ashley Mort
Sr. Software Engineer
972-638-6317 office
814-571-3039 cell

From: Ashley Mort via Geoserver-users 
Sent: Monday, November 29, 2021 6:29 AM
To: GeoServer Mailing List List 
Subject: [External] Re: [Geoserver-users] trying to encrypt passwd in 
datastore.properties

I am seeing an error like this now.  It seems to work the first time (it 
creates a table inside my DB for my Store) but then when I restart GeoServer 
(or try to re-save my Store) and try to layer preview my layer, I get the 
following error.

I have tried deleting the BrowseImageMosaicStore table in my DB but still get 
the error.  Any ideas on this one?

My BrowseImageMosaicStore datastore.properties just has:
StoreName=ArchiveQuery:ImageMosaicPostGIS

That ImageMosaicPostGIS Store seems to connect successfully.


29 Nov 12:13:26 INFO [gce.imagemosaic] - Now indexing file seedImage.jpg 29 Nov 
12:13:26 DEBUG [gce.imagemosaic] - Thread Name qtp1279149968-162 class 
org.geotools.gce.imagemosaic.ImageMosaicEventHandlers Now indexing file 
seedImage.jpg 29 Nov 12:13:26 DEBUG [gce.arcgrid] - ArcGridFormatFactory is 
available. 29 Nov 12:13:26 DEBUG [gce.arcgrid] - Creating a new ArcGriFormat. 
29 Nov 12:13:26 DEBUG [gce.image] - Unable to find crs, continuing with default 
CRS 29 Nov 12:13:26 TRACE [util.factory] - ENTRY (FeatureTypeFactory, 
FEATURE_TYPE_FACTORY) 29 Nov 12:13:26 TRACE [util.factory] - RETURN 
(FeatureTypeFactory, FEATURE_TYPE_FACTORY): found implementation Optional. 29 
Nov 12:13:26 ERROR [gce.imagemosaic] - Schema 'BrowseImageMosaicStore' already 
exists java.lang.IllegalArgumentException: Schema 'BrowseImageMosaicStore' 
already exists at 
org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:723) at 
org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:146) at 
org.geotools.gce.imagemosaic.catalog.AbstractGTDataStoreGranuleCatalog.createType(AbstractGTDataStoreGranuleCatalog.java:614)
 at 
org.geotools.gce.imagemosaic.catalog.RepositoryDataStoreCatalog.createType(RepositoryDataStoreCatalog.java:38)
 at 
org.geotools.gce.imagemosaic.catalog.CachingDataStoreGranuleCatalog.createType(CachingDataStoreGranuleCatalog.java:92)
 at 
org.geotools.gce.imagemosaic.RasterManager.createStore(RasterManager.java:1446) 
at 
org.geotools.gce.imagemosaic.ImageMosaicReader.createCoverage(ImageMosaicReader.java:1147)
 at 
org.geotools.gce.imagemosaic.ImageMosaicConfigHandler.updateConfiguration(ImageMosaicConfigHandler.java:1592)
 at 
org.geotools.gce.imagemosaic.ImageMosaicWalker.handleFile(ImageMosaicWalker.java:255)
 at 
org.geotools.gce.imagemosaic.ImageMosaicDirectoryWalker$MosaicDirectoryWalker.handleFile(ImageMosaicDirectoryWalker.java:96)
 at org.apache.commons.io.DirectoryWalker.walk(DirectoryWalker.java:367) at 
org.apache.commons.io.DirectoryWalker.walk(DirectoryWalker.java:335) at 
org.geotools.gce.imagemosaic.ImageMosaicDirectoryWalker$MosaicDirectoryWalker.(ImageMosaicDirectoryWalker.java:117)
 at 
org.geotools.gce.imagemosaic.ImageMosaicDirectoryWalker.run(ImageMosaicDirectoryWalker.java:203)
 at org.geotools.gce.imagemosaic.Utils.createMosaic(Utils.java:517) at 
org.geotools.gce.imagemosaic.Utils.checkSource(Utils.java:1512) at 
org.geotools.gce.imagemosaic.ImageMosaicReader.initReaderFromURL(ImageMosaicReader.java:534)
 at 
org.geotools.gce.imagemosaic.ImageMosaicReader.(ImageMosaicReader.java:487)
 at 
org.geotools.gce.imagemosaic.ImageMosaicFormat.getReader(ImageMosaicFormat.java:586)
 at 
org.geotools.gce.imagemosaic.ImageMosaicFormat.getReader(ImageMosaicFormat.java:111)
 at 
org.geoserver.catalog.ResourcePool.getGridCoverageReader(ResourcePool.java:1567)
 at 
org.geoserver.catalog.ResourcePool.getGridCoverageReader(ResourcePool.java:1513)
 at 
org.geoserver.catalog.ResourcePool.getGridCoverageReader(ResourcePool.java:1500)
 at 
org.geoserver.web.data.store.CoverageStoreEditPage.onSave(CoverageStoreEditPage.java:125)

Ashley Mort
Sr. Software Engineer
972-638-6317 office
814-571-3039 cell

From: Ashley Mort via Geoserver-users 
mailto:geoserver-users@lists.sourceforge.net>>
Sent: Friday, November 26, 2021 10:22 AM
To: GeoServer Mailing List List 
mailto:geoserver-users@lists.sourceforge.net>>
Subject: [External] Re: [Geoserver-users] trying to encrypt passwd in 
datastore.properties

Oh I see.  That is now working for me.  Thanks again!

Ashley Mort
Sr.

Re: [Geoserver-users] Loose bbox per layer, instead of Store (Oracle NG (JNDI))

2021-11-29 Thread Nuno Oliveira
Hi Tiago,
I see your point, at the moment it's not possible to have this option
enabled per layer and switch at runtime per request.

Thinking out loud, this could be implemented by creating a new hint on the
Oracle data store and then binding it in GeoServer to WMS and WFS as a
vendor parameter.

Kind regards,
Nuno Oliveira

On Mon, Nov 29, 2021 at 5:39 PM Tiago Vieira  wrote:

> Hi,
>
> In an "Oracle NG (JNDI)" Store, we've the option to check "Loose bbox", to
> change the query filter from SDO_RELATE to SDO_FILTER. When we're able to
> use it, it increases the database performance.
>
> My question is, if there is some parameter for WMS or WFS requests that
> overrides the Store property.
> Another solution will be having the "loose bbox" property available on
> each layer, instead of the whole store.
>
>
> [image: image.png]
>
> Thanks,
> Tiago Vieira
> ___
> 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
>


-- 

Regards,

Nuno Oliveira

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Technical Lead / Project Manager


GeoSolutions Group
phone: +39 0584 962313
fax:  +39 0584 1660272

https://www.geosolutionsgroup.com/
http://twitter.com/geosolutions_it
---


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
___
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] Loose bbox per layer, instead of Store (Oracle NG (JNDI))

2021-11-29 Thread Tiago Vieira
Hi,

In an "Oracle NG (JNDI)" Store, we've the option to check "Loose bbox", to
change the query filter from SDO_RELATE to SDO_FILTER. When we're able to
use it, it increases the database performance.

My question is, if there is some parameter for WMS or WFS requests that
overrides the Store property.
Another solution will be having the "loose bbox" property available on each
layer, instead of the whole store.


[image: image.png]

Thanks,
Tiago Vieira
___
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] App-schema services with jdbcMultipleValue attribute mappings throw exception for GetFeatureInfo request [SEC=UNOFFICIAL]

2021-11-29 Thread Nuno Oliveira
Great that you found a solution, in the future, you may want o to have a
look at the GeoServer Features Templating plugin
,
it avoids that type of situation by decoupling features building, querying,
and output representation.


On Wed, Nov 24, 2021 at 5:08 AM Michael Sexton 
wrote:

> Resolved this problem using a solution posted to the mailing list by Kathi
> Schleidt
>
>
>
> Re: [Geoserver-users] App Schema jdbcMultipleValue without targetValue -
> null error (mail-archive.com)
> 
>
>
>
> Which itself was work done by Jorge Samuel Mendes de Jesus.
>
>
>
> The jdbcMultipleValue still has problems but this is a nice alternative
> solution.
>
>
>
> *From:* Michael Sexton 
> *Sent:* Monday, 22 November 2021 10:05 AM
> *To:* 'geoserver-users@lists.sourceforge.net' <
> geoserver-users@lists.sourceforge.net>
> *Subject:* [Geoserver-users] App-schema services with jdbcMultipleValue
> attribute mappings throw exception for GetFeatureInfo request
> [SEC=UNOFFICIAL]
>
>
>
> Hi all
>
>
>
> GeoServer version: 2.19.2
>
> Database type: Oracle
>
>
>
> When clicking a point on a WMS that delivers a complex feature data
> standard, if the app-schema mapping file contains a jdbcMultipleValue
> mapping, the application throws an exception.
>
>
>
> The GetFeatureInfo request:
>
>
>
>
> http://localhost:8080/er/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&FORMAT=image%2Fpng&TRANSPARENT=true&QUERY_LAYERS=er%3AMineralOccurrence&STYLES&LAYERS=er%3AMineralOccurrence&exceptions=application%2Fvnd.ogc.se_inimage&INFO_FORMAT=text%2Fhtml&FEATURE_COUNT=50&X=50&Y=50&SRS=EPSG%3A4283&WIDTH=101&HEIGHT=101&BBOX=116.85058593750001%2C-32.6953125%2C125.72753906250001%2C-23.818359375
>
>
>
> The exception:
>
>
>
> 2021-11-22 09:55:05,661 ERROR [org.geoserver.ows] -
> org.geoserver.platform.ServiceException: Failed to run GetFeatureInfo on 
> layer er:MineralOccurrence
>at org.geoserver.wms.GetFeatureInfo.execute(GetFeatureInfo.java:87)
>at org.geoserver.wms.GetFeatureInfo.run(GetFeatureInfo.java:38)
>at 
> org.geoserver.wms.DefaultWebMapService.getFeatureInfo(DefaultWebMapService.java:260)
>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>at java.lang.reflect.Method.invoke(Method.java:498)
>at 
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
>at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
>at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>at 
> org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:38)
>at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>at 
> org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:50)
>at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>at 
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
>at com.sun.proxy.$Proxy114.getFeatureInfo(Unknown Source)
>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>at java.lang.reflect.Method.invoke(Method.java:498)
>at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:876)
>at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:265)
>at 
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:177)
>at 
> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
>at 
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
>at 
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
>at 
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
>at 
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
>at 
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
>at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>at 
> org.apache.catalina.core.ApplicationFilt

Re: [Geoserver-users] trying to encrypt passwd in datastore.properties

2021-11-29 Thread Ashley Mort via Geoserver-users
I am seeing an error like this now.  It seems to work the first time (it 
creates a table inside my DB for my Store) but then when I restart GeoServer 
(or try to re-save my Store) and try to layer preview my layer, I get the 
following error.

I have tried deleting the BrowseImageMosaicStore table in my DB but still get 
the error.  Any ideas on this one?

My BrowseImageMosaicStore datastore.properties just has:
StoreName=ArchiveQuery:ImageMosaicPostGIS

That ImageMosaicPostGIS Store seems to connect successfully.


29 Nov 12:13:26 INFO [gce.imagemosaic] - Now indexing file seedImage.jpg 29 Nov 
12:13:26 DEBUG [gce.imagemosaic] - Thread Name qtp1279149968-162 class 
org.geotools.gce.imagemosaic.ImageMosaicEventHandlers Now indexing file 
seedImage.jpg 29 Nov 12:13:26 DEBUG [gce.arcgrid] - ArcGridFormatFactory is 
available. 29 Nov 12:13:26 DEBUG [gce.arcgrid] - Creating a new ArcGriFormat. 
29 Nov 12:13:26 DEBUG [gce.image] - Unable to find crs, continuing with default 
CRS 29 Nov 12:13:26 TRACE [util.factory] - ENTRY (FeatureTypeFactory, 
FEATURE_TYPE_FACTORY) 29 Nov 12:13:26 TRACE [util.factory] - RETURN 
(FeatureTypeFactory, FEATURE_TYPE_FACTORY): found implementation Optional. 29 
Nov 12:13:26 ERROR [gce.imagemosaic] - Schema 'BrowseImageMosaicStore' already 
exists java.lang.IllegalArgumentException: Schema 'BrowseImageMosaicStore' 
already exists at 
org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:723) at 
org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:146) at 
org.geotools.gce.imagemosaic.catalog.AbstractGTDataStoreGranuleCatalog.createType(AbstractGTDataStoreGranuleCatalog.java:614)
 at 
org.geotools.gce.imagemosaic.catalog.RepositoryDataStoreCatalog.createType(RepositoryDataStoreCatalog.java:38)
 at 
org.geotools.gce.imagemosaic.catalog.CachingDataStoreGranuleCatalog.createType(CachingDataStoreGranuleCatalog.java:92)
 at 
org.geotools.gce.imagemosaic.RasterManager.createStore(RasterManager.java:1446) 
at 
org.geotools.gce.imagemosaic.ImageMosaicReader.createCoverage(ImageMosaicReader.java:1147)
 at 
org.geotools.gce.imagemosaic.ImageMosaicConfigHandler.updateConfiguration(ImageMosaicConfigHandler.java:1592)
 at 
org.geotools.gce.imagemosaic.ImageMosaicWalker.handleFile(ImageMosaicWalker.java:255)
 at 
org.geotools.gce.imagemosaic.ImageMosaicDirectoryWalker$MosaicDirectoryWalker.handleFile(ImageMosaicDirectoryWalker.java:96)
 at org.apache.commons.io.DirectoryWalker.walk(DirectoryWalker.java:367) at 
org.apache.commons.io.DirectoryWalker.walk(DirectoryWalker.java:335) at 
org.geotools.gce.imagemosaic.ImageMosaicDirectoryWalker$MosaicDirectoryWalker.(ImageMosaicDirectoryWalker.java:117)
 at 
org.geotools.gce.imagemosaic.ImageMosaicDirectoryWalker.run(ImageMosaicDirectoryWalker.java:203)
 at org.geotools.gce.imagemosaic.Utils.createMosaic(Utils.java:517) at 
org.geotools.gce.imagemosaic.Utils.checkSource(Utils.java:1512) at 
org.geotools.gce.imagemosaic.ImageMosaicReader.initReaderFromURL(ImageMosaicReader.java:534)
 at 
org.geotools.gce.imagemosaic.ImageMosaicReader.(ImageMosaicReader.java:487)
 at 
org.geotools.gce.imagemosaic.ImageMosaicFormat.getReader(ImageMosaicFormat.java:586)
 at 
org.geotools.gce.imagemosaic.ImageMosaicFormat.getReader(ImageMosaicFormat.java:111)
 at 
org.geoserver.catalog.ResourcePool.getGridCoverageReader(ResourcePool.java:1567)
 at 
org.geoserver.catalog.ResourcePool.getGridCoverageReader(ResourcePool.java:1513)
 at 
org.geoserver.catalog.ResourcePool.getGridCoverageReader(ResourcePool.java:1500)
 at 
org.geoserver.web.data.store.CoverageStoreEditPage.onSave(CoverageStoreEditPage.java:125)

Ashley Mort
Sr. Software Engineer
972-638-6317 office
814-571-3039 cell

From: Ashley Mort via Geoserver-users 
Sent: Friday, November 26, 2021 10:22 AM
To: GeoServer Mailing List List 
Subject: [External] Re: [Geoserver-users] trying to encrypt passwd in 
datastore.properties

Oh I see.  That is now working for me.  Thanks again!

Ashley Mort
Sr. Software Engineer
972-638-6317 office
814-571-3039 cell

From: Andrea Aime 
mailto:andrea.a...@geosolutionsgroup.com>>
Sent: Thursday, November 25, 2021 12:48 PM
To: Ashley Mort mailto:ashley_c_m...@raytheon.com>>
Cc: GeoServer Mailing List List 
mailto:geoserver-users@lists.sourceforge.net>>
Subject: [External] Re: [Geoserver-users] trying to encrypt passwd in 
datastore.properties

Hi Ahsley,
there is no way to encrypt credentials in those property files... but there is 
another possible approach.
You can configure the postgis connection as a datastore in GeoServer (that 
encrypts the password)
and then refer to it from the properties file, see the StoreName property 
here.
Support for that property has been added sometimes in 2017, it's not available 
in old GeoServer versions.

Cheers
Andrea


On Thu, Nov 25, 2021 at 3:53 PM Ashley Mort via Geoserver-users 
mailto:geoserver-users@lists.sourceforge.net>>
 wrote:
I have an

Re: [Geoserver-users] Translation workflow improvement

2021-11-29 Thread Alexandre Gacon
Hi,

I managed to reach the helpdesk of Transifex and I already got a reply: to
complete the integration configuration, the last step of the configuration
(in Transifex) must be done by the same GitHub user than the one who
installs and configures the App on GitHub (Andrea in our case).

I can see several options to solve or work around this issue:
- Add Andrea as Transifex organization admin to let him finalize the
configuration
- Add myself as GitHub organization admin to do the configuration on both
sides (my least favorite option)
- Setup a fork on my account with an automatic sync and connect transifex
to the fork

What do you think?

Regards
Alexandre

Le ven. 26 nov. 2021 à 14:12, Alexandre Gacon  a
écrit :

> I will have a look this weekend.
>
> Alexandre
>
> Le ven. 26 nov. 2021 à 12:26, Andrea Aime <
> andrea.a...@geosolutionsgroup.com> a écrit :
>
>> Does transifex have any helpdesk or user forum where you can ask for
>> directions?
>>
>> Cheers
>> Andrea
>>
>> On Fri, Nov 26, 2021 at 8:32 AM Alexandre Gacon <
>> alexandre.ga...@gmail.com> wrote:
>>
>>> Hello,
>>>
>>> I am still unable to activate the integration : I don't know if it is
>>> because I already made a try with another account and Transifex is not able
>>> to make the change afterward. I will investigate.
>>>
>>> Alexandre
>>>
>>> Le jeu. 25 nov. 2021 à 20:34, Alexandre Gacon 
>>> a écrit :
>>>
 Invitation received. I will give it a try tomorrow.

 Le jeu. 25 nov. 2021 à 19:43, Andrea Aime <
 andrea.a...@geosolutionsgroup.com> a écrit :

> On Tue, Nov 23, 2021 at 9:03 PM Alexandre Gacon <
> alexandre.ga...@gmail.com> wrote:
>
>> My GitHub id is AlexGacon (https://github.com/AlexGacon).
>>
>
> Invitation sent.
>
>
>> I need to have enough access to pull files from GitHub and to create
>> PR I think : the requirements are not clearly described.
>>
>
> Hum... that's something anyone can do actually.
> Let's see if getting you in the organization is going to allow some
> progress.
>
> Cheers
> Andrea
>
> ==
> GeoServer Professional Services from the experts!
>
> Visit http://bit.ly/gs-services-us for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions Group
> phone: +39 0584 962313
>
> fax: +39 0584 1660272
>
> mob:   +39  333 8128928
>
> https://www.geosolutionsgroup.com/
>
> http://twitter.com/geosolutions_it
>
> ---
>
> Con riferimento alla normativa sul trattamento dei dati personali
> (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati 
> “GDPR”),
> si precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of 
> this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, 
> please
> notify us immediately by telephone or e-mail
>

>>>
>>> --
>>> Alexandre Gacon
>>>
>>
>>
>> --
>>
>> Regards,
>>
>> Andrea Aime
>>
>> ==
>> GeoServer Professional Services from the experts!
>>
>> Visit http://bit.ly/gs-services-us for more information.
>> ==
>>
>> Ing. Andrea Aime
>> @geowolf
>> Technical Lead
>>
>> GeoSolutions Group
>> phone: +39 0584 962313
>>
>> fax: +39 0584 1660272
>>
>> mob:   +39  333 8128928
>>
>> https://www.geosolutionsgroup.com/
>>
>> http://twitter.com/geosolutions_it
>>
>> ---
>>
>> Con riferimento alla normativa sul trattamento dei dati personali (Reg.
>> UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
>> precisa che ogni circostanza inerente alla presente email (il suo
>> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
>> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
>> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
>> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>>
>> This email is intended only for the person or entity to which it is
>> addressed and may contain information that is privileged, confidential or
>> otherwise protected from disclosure. We remind that - as provided by
>> European Regulation