This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Apr 14, 2011, 10:43 AM
14 Posts
topic has been resolvedResolved

Debug Java & HTTP task issue

  • Category: Debugging
  • Platform: All
  • Release: 8.5.2
  • Role:
  • Tags: debug,debug remote,debugging,Java,http task
  • Replies: 2
Hi  @all,
 
I'm trying to setup my domino environment for java debuging like explained by Niklas Heidloff (http://www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-8CCDTQ)
 
So I wrote this two lines into my notes.ini:
JavaEnableDebug=1
JavaDebugOptions=transport=dt_socket,server=y,suspend=y,address=8000
 
and restarted my server. At the console appeared the info:
JVM: WARNING: Remote Java Debugging is enabled, resulting in decreased performance and potentially compromised security
>Listening for transport dt_socket at address: 8000

 
The problem is, that the http task does not start. The status is still at: HTTP Server: Initializing

The typical lines for the http task start did not appear in the console:
JVM: Java Virtual Machine initialized.
HTTP Server: Java Virtual Machine loaded
XSP Command Manager initialized
HTTP Server: Started

 
If I remove the two Java debug lines, everything works fine.

Any idea how to get the server into the debug mode w/o this issue? I tryed this with 8.5.2 w/o fixpack, FP1 & FP2
 
Thx Jan
Apr 14, 2011, 1:09 PM
39 Posts
Re: Debug Java & HTTP task issue
I had that issue too, there is a misprint somewhere out there on the interweb, the correct line has suspend = n
 
JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000

This should fix your issue.
 
Thanks
-Toby
Apr 14, 2011, 1:56 PM
14 Posts
Re: Debug Java & HTTP task issue
Hi Toby,
 
big thx for your anwser. Now it works great! I reviewed the video and there is the right line in the howto, so it was my fault.
 
Thx again Jan

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal