Hi,
I keep getting this errormessage:
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalStateException: No container found for your server: Unknown
...
Caused by: java.lang.NullPointerException
at com.googlecode.psiprobe.controllers.apps.ListWebappsController.handleRequestInternal(ListWebappsController.java:46)
i tried the following versions
- 2.4.0
- 3.0.0.RC1
- fresh build from master branch
Every version gives me the same error.
Is there any kind of workaround for this?
--
patrick