| Auszug |
|---|
|
Nuclos IDE errors: ajc, org.nuclos.schema, mvn clean, spring-instrument, AspectJ, NullPointerException, Autowired, VM arguments. |
Language: Deutsch · English
Problems and error messages with the IDE
Troubleshooting for Nuclos development – fix compiler, server, client and runtime errors.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
Common errors during Nuclos development in the IDE and how to fix them.
When compiling
| Error | Fix |
|---|
ajc: The import org.nuclos.schema.* cannot be resolved | nuclos-schema → Maven → Generate Sources and Update Folders. |
ajc: * cannot be resolved to a type | nuclos → Maven → Reimport. |
When starting the server
BeanCreationException … A universal match pattern ('/**') is defined before other patterns …: run mvn clean in the terminal.
| Warnung |
|---|
|
For mvn clean to take effect, the war must be listed as a module in the pom.xml. This is given for the Nuclos core; for extension projects you may need to add it. |
When starting the client
Error creating bean 'internalAspectJWeavingEnabler' … (form freezes after login): place the spring-instrument-*.jar somewhere and reference it in the client configuration under VM arguments.
Runtime
Unexpected NullPointerException (e.g. on @Autowired fields): Nuclos needs the AspectJ compiler. Make sure Ajc is active in the Maven import.
Related pages
Tutorial: integrating Nuclos into IntelliJ IDEA
IntelliJ.
Open →