Skip to content

Commit df75a7d

Browse files
committed
Update text about Java 11 defective PTF's
1 parent 0dcf35a commit df75a7d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/content/docs/developing/debug/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Guide
2+
title: Guide
33
---
44
import { Aside, CardGrid, Card, Icon, Tabs, TabItem } from '@astrojs/starlight/components';
55

@@ -91,12 +91,12 @@ To make use of the Debug Service, you need the following PTFs:
9191

9292
* Java 11 information:
9393
* `/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
94-
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
94+
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
9595

96-
<Aside type="danger">
97-
Two defective PTF's are included in IBM i 7.5 [Java PTF Group SF99955 level 15](http://www.ibm.com/support/docview.wss?uid=nas4SF99955), released on 2025-07-03: **SJ05893 and SJ05889**.
98-
99-
After applying these PTFs, the debug service will no longer start. Please remove these PTFs for the debug service to work again.
96+
<Aside type="note">
97+
IBM i 7.5 Java PTF Group SF99955 level 15 and IBM i 7.4 Java PTF Group SF99665 level 28 contained two defective PTF's for Java 11. These PTF's has now been superceded by newer PTF's included in PTF Group SF99955 level 16 for 7.5 and PTF Group SF99665 level 29 for 7.4.
98+
99+
For more information, read [this IBM Support document](https://www.ibm.com/support/pages/node/7239287)
100100
</Aside>
101101

102102
</TabItem>
@@ -109,7 +109,7 @@ To make use of the Debug Service, you need the following PTFs:
109109
* 7.3 PTF SJ02996
110110
* Java 11 is required via LPP 5770JV1 Option 19 (not Java from Yum)
111111
* `/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
112-
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
112+
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
113113
* 5770WDS option 60 is required
114114
* Workstation Tools - Base
115115

@@ -122,7 +122,7 @@ To make use of the Debug Service, you need the following PTFs:
122122
* IBM i 7.3 PTF SI85976 and SI82198
123123
* Java 11 is required via LPP 5770JV1 Option 19 (not Java from Yum)
124124
* `/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
125-
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
125+
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
126126
* 5770WDS option 60 is required
127127
* Workstation Tools - Base
128128

@@ -144,15 +144,15 @@ After you have installed the PTFs, the connection inside of Visual Studio Code w
144144
## Configuring & starting the service
145145

146146
This must be done with user that has *ALLOBJ and *SYSADM privlages.
147-
Below are the base requirements to configure the certificate:
147+
Below are the base requirements to configure the certificate:
148148
- Master key 1 is set (this can be done in Navigator for IBM i under Security > Cryptographic Services Key Management > Manage Master Keys)
149149
- *SYSTEM store is populated with a valid certificate (this can be done in Digital Certificate Manager)
150150

151151
1. On Navigator for IBM i, go to Network > Servers > TCP/IP Servers
152152
2. Scroll down to System Debugger and right click
153153
3. Hover over Stop Instance, select Debug Service
154154
![](image-4.png)
155-
4. Right click System Debugger again, select Regenerate Debug Service Trust Store
155+
4. Right click System Debugger again, select Regenerate Debug Service Trust Store
156156
![](image-3.png)
157157
5. Enter in the password for the *SYSTEM store, click OK
158158
![](image-1.png)

0 commit comments

Comments
 (0)