Nuclos IDE errors: ajc, org.nuclos.schema, mvn clean, spring-instrument, AspectJ, NullPointerException, Autowired, VM arguments. |
Language: Deutsch · English
Troubleshooting for Nuclos development – fix compiler, server, client and runtime errors.
Auf dieser Seite |
Common errors during Nuclos development in the IDE and how to fix them.
| 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. |
BeanCreationException … A universal match pattern ('/**') is defined before other patterns …: run mvn clean in the terminal.
For |
Error creating bean 'internalAspectJWeavingEnabler' … (form freezes after login): place the spring-instrument-*.jar somewhere and reference it in the client configuration under VM arguments.
Unexpected NullPointerException (e.g. on @Autowired fields): Nuclos needs the AspectJ compiler. Make sure Ajc is active in the Maven import.