Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Help decoding an error.

Subject: perfsonar development work

List archive

Re: [pS-dev] Help decoding an error.


Chronological Thread 
  • From: Joe Metzger <>
  • To:
  • Cc:
  • Subject: Re: [pS-dev] Help decoding an error.
  • Date: Tue, 29 Aug 2006 15:38:25 -0500

Jason,
I tracked down my problem starting with the deploy script.

As part of the process to cleanup my install, my server was upgraded
to FreeBSD 6.1. The new kernel supports IPV6. The Java/Tomcat/Axis
port to FreeBSD does not support IPV6. I needed to add a couple of
options to every invocation of Java to prevent any socket open attempt
from generating an exception.
-Djava.net.preferIPv4Stack=true
-Djava.net.preferIPv4Addresses

So, I am now up and running with JDK 1.5.0, Tomcat 5.5.17 and Axis 1.4.1.

Hopefully getting my config moved into exist won't take quite as much
effort.

--Joe



Archive powered by MHonArc 2.6.16.

Top of Page