Hey there!
After updating to the most recent confluence SDK via atlas-update, I get the following error starting the server:
com.atlassian.plugin.module.ModuleClassNotFoundException: Couldn't load the class 'de.xyz.xyz.admin.AdminServlet'. This could mean that you misspelled the name of the class (double check) or that you're using a class in your plugin that you haven't provided bundle instructions for. See https://developer.atlassian.com/x/mQAN for more details on how to fix this.
Any hints on how to solve this?
I have registered the servlet in the plugin-xml as I was supposed to:
<servlet key="admin-servlet" class="de.xyz.xyz.admin.AdminServlet">
<url-pattern>/xyz/admin</url-pattern>
</servlet>
You should probably repost your question on https://community.developer.atlassian.com/ and also use the search function there. There have been similar threads about ModuleClassNotFoundException and SDK update.
Ok, I'll do. Thanks for the heads up!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.