FAQ / Troubleshooting
Common questions and errors, along with suggested fixes.
Common issues
Run Gateway
- Coordinator missing:
Run Gatewayfails fast ifJARVIS_RUN_COORDINATOR_URLis not set. Set it to theRun Coordinatorbase URL (example:http://127.0.0.1:8081). - 401 / missing bearer token: Auth is enabled by default in most JARVIS services. For local dev, set
ARP_AUTH_PROFILE=dev-insecure(dev only) or configure your STS issuer/audience properly.
Run Coordinator
- Deny-by-default: When
PDPis not configured, the coordinator defaults to deny unlessJARVIS_POLICY_PROFILE=dev-allowis set (dev only). - Internal stores unavailable:
Run CoordinatorrequiresRun Store,Event Stream, andArtifact StoreURLs (JARVIS_RUN_STORE_URL,JARVIS_EVENT_STREAM_URL,JARVIS_ARTIFACT_STORE_URL).
Selection / Composite execution
-
Selection cannot produce candidates: In JARVIS v0.3.x,
Selectionreturns an error rather than silently guessing. EnsureNode Registryis reachable and hasNodeTypes seeded. -
LLM profile issues: By default, JARVIS expects the
arp-llmOpenAI profile (openai). Configure:ARP_LLM_API_KEYARP_LLM_CHAT_MODEL- (optional)
ARP_LLM_PROFILE=openai
For offline/no-network development, explicitly opt into the deterministic mock:
ARP_LLM_PROFILE=dev-mock(optional; not the default)
Contact / support
Report issues in the repo that owns the behavior:
- Docs site:
https://github.com/AgentRuntimeProtocol/ARP_Docs/issues - ARP Standard:
https://github.com/AgentRuntimeProtocol/ARP_Standard/issues - Run Gateway:
https://github.com/AgentRuntimeProtocol/JARVIS_RunGateway/issues - Run Coordinator:
https://github.com/AgentRuntimeProtocol/JARVIS_RunCoordinator/issues - Atomic Executor:
https://github.com/AgentRuntimeProtocol/JARVIS_AtomicExecutor/issues - Composite Executor:
https://github.com/AgentRuntimeProtocol/JARVIS_CompositeExecutor/issues - Node Registry:
https://github.com/AgentRuntimeProtocol/JARVIS_NodeRegistry/issues - Selection Service:
https://github.com/AgentRuntimeProtocol/JARVIS_SelectionService/issues - PDP:
https://github.com/AgentRuntimeProtocol/JARVIS_PDP/issues