# ClassNotFoundException - GroovyStarter

```
Error: Could not find or load main class org.codehaus.groovy.tools.GroovyStarter
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.tools.GroovyStarter
```

<figure><img src="/files/hOFBuf4gCZVF7fSV2n30" alt=""><figcaption><p>ClassNotFoundException - GroovyStarter</p></figcaption></figure>

This error message appears when you try to run a process- or map-script directly.&#x20;

<figure><img src="/files/6GA6mlJgbzVW9EDaBPnP" alt=""><figcaption></figcaption></figure>

You must start the `Test_` (as the script host), not the script itself -> [Concepts](/boomi-scriptease/general.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boomi.markusschmidt.pro/boomi-scriptease/troubleshoot/classnotfoundexception-groovystarter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
