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: docs/NODE_TROUBLESHOOTING_PLAYBOOK.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Use this playbook when `@jongodb/memory-server` startup or test-runtime integrat
16
16
|`No launcher runtime configured`| neither binary nor Java classpath resolved | set `binaryPath` / `JONGODB_BINARY_PATH`, or set `classpath` / `JONGODB_CLASSPATH`|
17
17
|`Binary launch mode requested but no binary was found`|`launchMode: "binary"` but executable is not resolvable | provide explicit `binaryPath` or set `JONGODB_BINARY_PATH`|
18
18
|`Java launch mode requested but Java classpath is not configured`|`launchMode: "java"` without classpath | pass `classpath` option or export `JONGODB_CLASSPATH`|
19
+
|`Classpath auto-discovery probe failed`| Gradle classpath probe command/cwd is invalid or unavailable | set explicit `classpath`/`JONGODB_CLASSPATH`, or fix `classpathDiscoveryCommand`/`classpathDiscoveryWorkingDirectory`|
19
20
|`Failed to start jongodb with available launch configurations`| all launch candidates failed (binary/java) | inspect aggregated `[binary:...]` / `[java:...]` messages and fix per candidate |
20
21
|`Launcher emitted empty JONGODB_URI line`| launcher started but did not emit valid URI contract | verify launcher command args/env; update runtime/binary to a compatible build |
21
22
|`Requested topologyProfile=singleNodeReplicaSet but URI is missing replicaSet query`| topology profile and emitted URI are mismatched | ensure launcher emits `?replicaSet=<name>` or switch to `topologyProfile: "standalone"`|
@@ -34,6 +35,13 @@ Resolve Java classpath in repo:
0 commit comments