saw it, but thought: let's wait if Mike picks it up ;).. ede

On 23.02.2016 16:53, Stefan Steiniger wrote:
> fyi, Ede :)
> 
> 
> -------- Forwarded Message --------
> Subject:     [jump-pilot:bugs] #330 Postgis fails to connect for 1.6.3 (rev. 
> 3576)
> Date:     Tue, 23 Feb 2016 05:17:03 +0000
> From:     John L. Poole <jlpo...@users.sf.net>
> Reply-To:     [jump-pilot:bugs] <3...@bugs.jump-pilot.p.re.sf.net>
> To:     [jump-pilot:bugs] <3...@bugs.jump-pilot.p.re.sf.net>
> 
> 
> 
> Just a "heads up": here I am in 2016 using OpenJUMP-1.9.0-r4795 againt 
> PostgreSQL 9.5 with PostGIS and ran into the same problem and found this 
> ticket and fixed my problem by adding around line 214 in bin/oj_windows.bat:
> 
> 
> ~~~~
> rem -- 2/22/2016 jlpoole:  added:
> rem                         -Djava.net.preferIPv4Stack=true 
> -Djava.net.preferIPv6Addresses=false
> rem
> rem -- essential options, don't change unless you know what you're doing --
> set JAVA_OPTS=%JAVA_OPTS% -Dlog4j.configuration="%LOG4J_CONF%" 
> -Dlog.dir="%LOG_DIR%" -Djump.home="%JUMP_HOME%" %JAVA_MEM% 
> -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false
> ~~~~
> 
> 
> 
> ---
> 
> ** [bugs:#330] Postgis fails to connect for 1.6.3 (rev. 3576)**
> 
> **Status:** closed-fixed
> **Labels:** postgis
> **Created:** Mon Aug 26, 2013 02:43 PM UTC by John L. Poole
> **Last Updated:** Tue Nov 18, 2014 04:27 PM UTC
> **Owner:** nobody
> 
> 
> Postgis fails to connect for 1.6.3 (rev. 3576)
> 
> I downloaded and installed OpenJUMP-Installer-1.6.3-r3576-PLUS.exe on 
> 8/25/2013.  I select "File-SQL run Datastore Query" and I am presented with 
> the "Run Datasotre Query" dialog.  I click the database icon to create a new 
> connection, I get the "Connection Manager" dialog and I click "Add".  I then 
> fill in the dialog "Add Connection" with 1) name "Test", 2) leave deafult 
> picklist item of "PostGIS", 3) a recognized server (also tried the IP of my 
> server), 4) "5432", 5) a known database, 6) confirmed user account, 7) 
> confirmed password.  After clicking "OK", I then select my newly created 
> entry in Connection Manager and then I click "Connect".
> 
> I get a window titled "PSQL Exception" with "The connection attempt failed 
> (PSQL Exception)".  The Java stack trace reflected in the "Details" child 
> window will be attached hereto.
> 
> 
> 
> 
> 
> ---
> 
> Sent from sourceforge.net because you indicated interest in 
> <https://sourceforge.net/p/jump-pilot/bugs/330/>
> 
> 
> 
> To unsubscribe from further messages, please visit 
> <https://sourceforge.net/auth/subscriptions/>
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> 
> 
> 
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

-- 
public class WhoDidIt{ // A comment. I love comments 
  private static Person sender;

  public static void main (String[] foo){

  sender = new Person();
  sender.setName(new String[]{"Edgar", "Soldin"});

  Address address = new Address();
  address.setStreet("Stadtweg 119");
  address.setZip(39116);
  address.setCity("Magdeburg");
  address.setCountry("Germany");

  sender.setAddress(address);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" ed...@soldin.de ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to