Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
jdb error

3004
Member Posts: 204,171 Green Ribbon
hi,
i have a simple java-programm, that lists the folders of the ifs. it works fine. but if i start the java-debugger jdb and run the programm, the following occurs:
(db1 is a script setting up classpath etc.. and starting the jdb)
$ db1 com.pegas.guzsvany.test.ifs.folderlist.Main
Initializing jdb...
0xec9df580:class(com.pegas.guzsvany.test.ifs.folderlist.Main)
running ...
main[1] You must install a Solaris patch to run the native threads version of the
Java runtime. The green threads version will work without this patch.
Please check the native threads release notes for more information.
Exiting.
The communications channel closed.
com.pegas.guzsvany.test.ifs.folderlist.Main exited
$
i installed the latest libthread-patch, but the message is still there.
my system is a Sun Solaris 2.6 and a jdk 1.1.6.
thanks,
alex
i have a simple java-programm, that lists the folders of the ifs. it works fine. but if i start the java-debugger jdb and run the programm, the following occurs:
(db1 is a script setting up classpath etc.. and starting the jdb)
$ db1 com.pegas.guzsvany.test.ifs.folderlist.Main
Initializing jdb...
0xec9df580:class(com.pegas.guzsvany.test.ifs.folderlist.Main)
run
run com.pegas.guzsvany.test.ifs.folderlist.Main scott tiger ServerManager foobarrunning ...
main[1] You must install a Solaris patch to run the native threads version of the
Java runtime. The green threads version will work without this patch.
Please check the native threads release notes for more information.
Exiting.
The communications channel closed.
com.pegas.guzsvany.test.ifs.folderlist.Main exited
$
i installed the latest libthread-patch, but the message is still there.
my system is a Sun Solaris 2.6 and a jdk 1.1.6.
thanks,
alex
Comments
-
There are many problems with JDK 1.1.6.
As mentioned in the Installation Guide, we have only certified JDK 1.1.8.
I would suggest you switch to 1.1.8.
This discussion has been closed.