[prev in list] [next in list] [prev in thread] [next in thread] 

List:       postgis-users
Subject:    Re: [postgis-users] postgis-users Digest, Vol 199, Issue 4
From:       Aaron Edwards <aedwards () b3insight ! com>
Date:       2018-09-13 15:05:47
Message-ID: DM5PR1301MB2058D30A46CB792FFC3348F9911A0 () DM5PR1301MB2058 ! namprd13 ! prod ! outlook ! com
[Download RAW message or body]

Thanks, Regina.  That was actually it.  It was a bug in a Windows update, that \
Microsoft patched a week later, but we didn't know about it.  We installed the patch \
and port 80 is now available again.

Aaron

-----Original Message-----
From: postgis-users <postgis-users-bounces@lists.osgeo.org> On Behalf Of \
                postgis-users-request@lists.osgeo.org
Sent: Tuesday, September 11, 2018 1:00 PM
To: postgis-users@lists.osgeo.org
Subject: postgis-users Digest, Vol 199, Issue 4

Send postgis-users mailing list submissions to
	postgis-users@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.osgeo.org/mailman/listinfo/postgis-users
or, via email, send a message with subject or body 'help' to
	postgis-users-request@lists.osgeo.org

You can reach the person managing the list at
	postgis-users-owner@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than "Re: \
Contents of postgis-users digest..."


Today's Topics:

   1. GEOS 3.7.0 is released (Regina Obe)
   2. Address Already In Use: bind (Aaron Edwards)
   3. Re: [EXTERNAL]  Address Already In Use: bind (Thomas, Cord)
   4. Re: Address Already In Use: bind (Regina Obe)


----------------------------------------------------------------------

Message: 1
Date: Tue, 11 Sep 2018 01:21:38 -0400
From: "Regina Obe" <lr@pcorp.us>
To: "'GEOS Development List'" <geos-devel@lists.osgeo.org>
Cc: "'PostGIS Development Discussion'"
	<postgis-devel@lists.osgeo.org>, "'PostGIS Users Discussion'"
	<postgis-users@lists.osgeo.org>, <discuss@lists.osgeo.org>
Subject: [postgis-users] GEOS 3.7.0 is released
Message-ID: <001901d4498f$5140cfe0$f3c26fa0$@pcorp.us>
Content-Type: text/plain;	charset="us-ascii"

The GEOS development team is proud to finally release GEOS 3.7.0.
After many years of soul searching, we finally got out a release.
Note this is the first release to require a C++11 compiler to compile.

Source code can be downloaded from:
https://download.osgeo.org/geos/geos-3.7.0.tar.bz2

3.7.0 changes
2018-09-10
- New things:
  - CAPI: GEOSDistanceIndexed (#795, Dan Baston)
  - CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
  - CAPI: GEOSGeom_getXMin, GEOSGeom_getXMax,
          GEOSGeom_getYMin, GEOSGeom_getYMax (#871, Dan Baston)
  - CAPI: GEOSFrechetDistance (#797, Shinichi SUGIYAMA)
  - CAPI: GEOSReverse (#872, Dan Baston)
  - CAPI: GEOSGeomGetZ (#581, J Smith)

- Improvements
  - Interruptible snap operation (Paul Ramsey)
  - Numerous packaging, doc, and build changes
    (Debian group: Bas Couwenberg, Francesco Paolo Lovergine)
    (NetBSD: Greg Troxel)
  - Allow static library with C API for CMake builds (#878, Dakota Hawkins)

- C++ API changes:
  - Require defining USE_UNSTABLE_GEOS_CPP_API for use without
    warnings.
  - Make C++11 required (Mateusz Loskot)
  - Use C++11 unique_ptr, nullptr, and override constructs
    (Mateusz Loskot)
  - C++11 standard delete on noncopyable
    (#851, Vicky Vergara)
  - Fix CommonBits::getBit to correctly handle i >= 32
    (#834, Kurt Schwehr)

Thanks,
GEOS Development Team



------------------------------

Message: 2
Date: Tue, 11 Sep 2018 15:29:31 +0000
From: Aaron Edwards <aedwards@b3insight.com>
To: "postgis-users@lists.osgeo.org" <postgis-users@lists.osgeo.org>
Subject: [postgis-users] Address Already In Use: bind
Message-ID:
	<DM5PR1301MB2058193A257D9879A9AA1E9491040@DM5PR1301MB2058.namprd13.prod.outlook.com>
	
Content-Type: text/plain; charset="utf-8"

Hi,

We're running Geoserver 2.11.2 on Windows, under Jetty.

We configured the service to listen on Port 80, instead of 8080.

Now we can't restart the service: we get the error: Address Already In Use: bind.  \
There is nothing else listening on port 80.

We can, however, restart the server, and then the Geoserver service starts up \
correctly.  But if we just restart the Geoserver service, it won't come back up.

Thanks.

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20180911/3af6283d/attachment-0001.html>


------------------------------

Message: 3
Date: Tue, 11 Sep 2018 15:37:51 +0000
From: "Thomas, Cord" <cthomas@rand.org>
To: PostGIS Users Discussion <postgis-users@lists.osgeo.org>
Subject: Re: [postgis-users] [EXTERNAL]  Address Already In Use: bind
Message-ID: <F13DACF9-F551-4626-9C26-2199F91042E7@rand.org>
Content-Type: text/plain; charset="utf-8"

Wild guess about port 80 reporting in use- depending on Windows version, there may be \
a patch installed that causes this issue – summarized nicely here

https://kb.tableau.com/articles/Issue/kb4338818-windows-update-causing-tableau-server-to-become-unstable


See table at bottom for versions of patches causing problems and where resolved.

Cord

From: postgis-users <postgis-users-bounces@lists.osgeo.org> on behalf of Aaron \
                Edwards <aedwards@b3insight.com>
Reply-To: PostGIS Users Discussion <postgis-users@lists.osgeo.org>
Date: Tuesday, September 11, 2018 at 8:30 AM
To: "postgis-users@lists.osgeo.org" <postgis-users@lists.osgeo.org>
Subject: [EXTERNAL] [postgis-users] Address Already In Use: bind

Hi,

We're running Geoserver 2.11.2 on Windows, under Jetty.

We configured the service to listen on Port 80, instead of 8080.

Now we can't restart the service: we get the error: Address Already In Use: bind.  \
There is nothing else listening on port 80.

We can, however, restart the server, and then the Geoserver service starts up \
correctly.  But if we just restart the Geoserver service, it won't come back up.

Thanks.

Aaron
__________________________________________________________________________

This email message is for the sole use of the intended recipient(s) and may contain \
information that is sensitive, proprietary, and/or privileged. Any unauthorized \
review, use, disclosure or distribution is prohibited. If you are not the intended \
recipient, please contact the sender by reply email and destroy all copies of the \
                original message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20180911/ef52ad5d/attachment-0001.html>


------------------------------

Message: 4
Date: Tue, 11 Sep 2018 13:19:48 -0400
From: "Regina Obe" <lr@pcorp.us>
To: "'PostGIS Users Discussion'" <postgis-users@lists.osgeo.org>
Subject: Re: [postgis-users] Address Already In Use: bind
Message-ID: <002f01d449f3$a5396670$efac3350$@pcorp.us>
Content-Type: text/plain; charset="utf-8"

Found this on stack that might be your problem.

 

https://gis.stackexchange.com/questions/200568/why-cant-i-run-the-opengeosui
te-on-port-80

 

I know Tomcat isn't Jetty but might be a similar thing, that you need admin rights to \
run on lower ports.

What account is your geoserver service running under?  Maybe switch it to higher \
level account.

 

Hope that helps,

Regina

From: postgis-users [mailto:postgis-users-bounces@lists.osgeo.org] On Behalf Of Aaron \
                Edwards
Sent: Tuesday, September 11, 2018 11:30 AM
To: postgis-users@lists.osgeo.org
Subject: [postgis-users] Address Already In Use: bind

 

Hi,

 

We're running Geoserver 2.11.2 on Windows, under Jetty.

 

We configured the service to listen on Port 80, instead of 8080.

 

Now we can't restart the service: we get the error: Address Already In Use:
bind.  There is nothing else listening on port 80.

 

We can, however, restart the server, and then the Geoserver service starts up \
correctly.  But if we just restart the Geoserver service, it won't come back up.

 

Thanks.

 

Aaron

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20180911/93135855/attachment-0001.html>


------------------------------

Subject: Digest Footer

_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users

------------------------------

End of postgis-users Digest, Vol 199, Issue 4
*********************************************
_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic