On Feb 9, 4:43 pm, whatever <
q329...@lordandtaylor.com> wrote:
> Our development team is having issues while running a java program on
> our NS1200 (2 CPU's, 4 GB memory). We are running H06.22 with Java 6
> Update 20. Let me also note that the program runs fine under both
> Windows and AIX (within a few seconds).
>
> This java program is using Axis to connect to a webservice and
> retrieve some data. I ran it in verbose mode and it seems to be
> spending about 20 seconds while loading these classes:
>
> Loaded java.net.InetAddress$1 from /usr/tandem/java/jre/lib/rt.jar
> Loaded java.net.Inet4Address from /usr/tandem/java/jre/lib/rt.jar
>
> This is the line of code that is having the issue:
>
> org.apache.axis.client.Call _call = createCall();
>
> It does not appear to be a DNS issue or anything like that as we are
> using the IP address to connect to the webservice. We also changed the
> resolver order to use the hosts file only and added the entry to the
> hosts file.
>
16 ports per node). Apparently, Java uses the local hostname for the
gethostbyname and gethostbyaddr functions. I added a hostname to the
The random seed generator is slow. HP claims that in ABZ they have
fixed this. I have not tried it yet, but will next week.