Troubleshooting

  • Capella Operational
  • tutorial
March 23, 2025
+ 12
This page addresses errors you might come across when following the Student Record System tutorial.

Authentication Error

If you get an authentication error when running Maven commands in your console, confirm that the username and password in your Java file matches the username and password you used when setting up the Capella Operational cluster in your browser.

If they do not match, you can edit the Java file to add the correct username or password and try compiling and running the Maven command again.

Unknown Host Exception

If you get an UnknownHostException error in your console, go to your Java file and confirm that the connection string matches the one provided by the Capella Operational cluster.

Other Build Errors

For any other build errors in your console, run mvn install and try the original command again.