Java on HP-UX 11i Frequently Asked Questions
records in excess of 100000. What probable location should I start looking at for
debugging? ...................................................................................................................10
Q: Are gdb's capabilities for debugging Java documented anywhere? .......................11
Q: I have set java -Djava.rmi.server.logCalls=true, and also the system
property java.rmi.serever.logCalls to true, and I do not see the log files on
the machine. ..................................................................................................................11
Q: I have been unsuccessful in getting my shared library to load. I discovered using
"ldd" that there were numerous unsolved symbols in the Java library. Running ldd
on libjawt.sl indicates unresolved symbols. The symbol entry points appear to
be located in libmawt.sl but this library is not linked with libjawt.sl .............11
Q: Our application is leaking threads. I notice that when I tune up maxdsize from
the default 64MB to 1GB, the thread issue disappears. Is this possible?......................11
Q: I can load a library from Java using LoadsLibrary, but when my Java class is
initiated from a C++ main (nonjavacallingjava), I receive an error: .............................11
Q: I downloaded Java and got the error: "Unable to initialize threads -- cannot find
class java/lang/thread". What should I do? ..................................................................12
Q: I'm trying to establish a bare socket connection from a client machine to a server
machine on another network through a firewall. How do I do this?...........................12
Q: When I start swinstall and try to install the depot file, I get the message: "You
do not have the required permissions to perform this SD operation." How can this
be, if I am logged in as root? .........................................................................................12
Q: I have a program with many threads, and I suspect there is some lock contention
between the threads which is slowing down the performance. Can you recommend
a tool which will help me identify potential lock contentions?....................................13
4 Table of Contents