You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/developing/debug/overview.mdx
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,26 +204,31 @@ If you find that you've added your local hostname entry and the error is still o
204
204
**Question**: What is the JRE requirement for running the debug service?
205
205
**Answer**: A Java 11 JRE is required to run IBM i Debug Service on IBM i below 7.6. A Java 17 JRE is required to run IBM i Debug Service on IBM i 7.6. You can use the **JAVA_HOME** environment variable to specify a runtime JRE. If **JAVA_HOME** is not set, the following runtime JREs will be used:
206
206
207
-
/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit (IBM i below 7.6)
208
-
/QOpenSys/QIBM/ProdData/JavaVM/jdk17/64bit (IBM i 7.6)
207
+
/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit (IBM i below 7.6)
208
+
/QOpenSys/QIBM/ProdData/JavaVM/jdk17/64bit (IBM i 7.6)
209
209
210
210
**Question**: How can I start IBM i Debug Service?
211
211
**Answer**: You can start IBM i Debug Service using one of the following solutions:
On IBM i 7.6, you need to change "export JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit" to "export JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk17/64bit".
227
232
228
233
**Question**: What port numbers are used by the debug service?
229
234
**Answer**: IBM i Debug Service uses three port numbers: the debug daemon port (default is 8001), the secure debug port (default is 8005) and the service entry point daemon port (default is 8008). The secure debug port is used by the secure communication between the debug service and the debug client. The debug daemon port is only used to stop the debug service. The service entry point daemon port is used for service entry point communication.
@@ -268,9 +273,9 @@ You need to restart the debug service after changing a port number.
268
273
**Question**: I am getting the error that the startDebugServiceNavigator.log file cannot be created when starting debug service.
269
274
**Answer**: You can use the "DSPAUT OBJ('ifs_path')" command to verify the authority of the following IFS folders:
270
275
271
-
/QIBM
272
-
/QIBM/UserData
273
-
/QIBM/UserData/IBMiDebugService
276
+
/QIBM
277
+
/QIBM/UserData
278
+
/QIBM/UserData/IBMiDebugService
274
279
275
280
You should have *PUBLIC *RX authority on /QIBM and /QIBM/UserData, and *PUBLIC *RWX authority on /QIBM/UserData/IBMiDebugService.
0 commit comments