Ticket #366 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Error in template sample

Reported by: idbr Owned by: jgou
Priority: minor Milestone: 0.4
Component: modules/kauri-template Version:
Keywords: Cc: kauri-discuss@…

Description (last modified by idbr) (diff)

The 'helloworld' page ('Via Representation Builder and Custom Resource') in the template sample gives a 500 (in r1705). The relevant part in the console output is:

Caused by: org.kauriproject.template.TemplateException: Error parsing XML(mode) from snip.xml: java.lang.NullPointerException
        at org.kauriproject.template.InsertBlock$StartStep.executeAndProceed(InsertBlock.java:131)

Change History

comment:1 Changed 3 years ago by idbr

  • Description modified (diff)

comment:2 Changed 3 years ago by jgou

  • Status changed from new to accepted
  • Milestone set to 0.4

comment:3 Changed 3 years ago by jgou

  • Type changed from task to defect

comment:4 Changed 3 years ago by jgou

  • Status changed from accepted to closed
  • Resolution set to fixed

(In [1711]) closes #366
the characterset of a representation might be unknown and thus null

Note: See TracTickets for help on using tickets.