[MAGNOLIA-3818] Cannot install Magnolia Modules Created: 01/Sep/11  Updated: 13/Mar/12  Resolved: 18/Nov/11

Status: Closed
Project: Magnolia
Component/s: core
Affects Version/s: 4.5
Fix Version/s: 4.5

Type: Bug Priority: Neutral
Reporter: Samuel Schmitt Assignee: Philipp Bärfuss
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File log.txt    
Issue Links:
dependency
depends upon MGNLRES-35 Update resources to new security Closed
depends upon MGNLSTK-792 Update STK to new security API Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled

 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.


Generated at Mon Feb 12 03:49:58 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.