• Bug
  • Status: Closed
  • 3 Minor
  • Resolution: Duplicate
  • Build & Test
  • interfaces
  • Reporter: juris
  • March 03, 2008
  • 0
  • Watchers: 0
  • July 27, 2012
  • April 08, 2008

Description

An NPE occurs if the version attribute of a tag in the section of a tc-config is not supplied. To recreate, in tc-config create a section and configure a module to load:

The error message when you attempt to run the client will be:

‘Unable to initialize modules runtime; null’

Which isn’t very helpful. This is actually an NPE. A similar error will occur if the name attribute is omitted. We can fix this by making the version and name attribute for the tag required in the terracotta configuration’s XSD file [PREFERRED] - alternatively we can check for incoming null values in the Resolver.

Comments

Fiona OShea 2008-03-05

Pacheco bug fix time.

Alex Miller 2008-04-08

Dup of CDV-691