#937 Correct debug message in 'pkiconfig.py' . . .
Closed: Fixed None Opened 10 years ago by mharmsen.

Whenever the following variable is set to true:

[Tomcat]
pki_enable_java_debugger=True

the installation will be paused so that the JAVA_OPTS variable may be edited in the instance-specified file.

Change the current message:

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

The following 'JAVA_OPTS' MUST be enabled (uncommented) in
'/etc/sysconfig/pki-tomcat':

    JAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,"
              "address=8000,server=y,suspend"

Enable external java debugger 'JAVA_OPTS' and press return to continue  . . .

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

to:

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

The following 'JAVA_OPTS' MUST be edited in
'/etc/sysconfig/pki-tomcat':

    JAVA_OPTS="-DRESTEASY_LIB=/usr/share/java/resteasy "
              "-Xdebug -Xrunjdwp:transport=dt_socket,"
              "address=8000,server=y,suspend=n "
              "-Djava.awt.headless=true -Xmx128M"

Enable external java debugger 'JAVA_OPTS' and press return to continue  . . .

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

Per CS/DS meeting of 03/31/2014 - 10.2 backlog - easy/quick fix.

fixed in feedba90f57abf8d303145d0b1fd6a5a747d23ed

Metadata Update from @mharmsen:
- Issue assigned to ftweedal
- Issue set to the milestone: 10.2 Backlog

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1503

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata