Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
4.5
-
None
Description
I created a workspace with the latest Magnolia CE 4.5-SNAPSHOT
When I start the empty-web-app it's working fine.
The problem comes when I want to add the module STK (but I guess I will have the same problem if I want to add another module).
I add these lines in the pom of the webapp:
<dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-module-standard-templating-kit</artifactId> <version>2.0-SNAPSHOT</version> </dependency> <dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-module-dms</artifactId> <version>1.5.2</version> </dependency>
And then when I restart the webapp I find several errors like that
2011-08-31 13:58:47,594 ERROR info.magnolia.module.InstallContextImpl : > Could not install or update inplace-templating module. Task 'Setup module repositories' failed. (NullPointerException: ) info.magnolia.module.delta.TaskExecutionException: Could not bootstrap workspace: null
See attached the complete log.
Checklists
Acceptance criteria
Attachments
Issue Links
- depends upon
-
MGNLRES-35 Update resources to new security
-
- Closed
-
-
MGNLSTK-792 Update STK to new security API
-
- Closed
-