I downloaded and installed xwiki on my desktop. I was trying the FAQ tutorial and getting exceptions thrown. XWikiClasses page did exist, however ClassItemSheet and ClassItemTemplate were not. Hence I copied the page code from xwiki. When I filled in classname and clicked Create this Class button following exception is thrown. Error number 3202 in 3: Exception while reading document XWiki.ClassTemplate If I click on ClassTemplate link on class editor, following exception page appears. Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Invocation of method 'parseContent' in class com.xpn.xwiki.api.XWiki threw exception class java.lang.NullPointerException : null ${doc.fullName} $msg.get("login") $msg.get("register") XWiki Version 0.9.840 $msg.get("problemoccured") $msg.get("detailedinformation"): I am unable to get to ClassTemplate content just to revise its content from xwiki. Please help. Thanks, Patrick -- Sent from the XWiki- Users forum at Nabble.com: http://www.nabble.com/ClassTemplate-t733043.html#a1919920
Looks like single quote in comment lines is causing this exception. In ClassTemplate, I removed the single quote around Save and it created the class. Now I am facing similar exception for ArticleClass, while trying to Edit the newly created class for adding properties. ArticleClass also has similar 'Save'. How do I go above removing this single quote issue in one shot? -- Sent from the XWiki- Users forum at Nabble.com: http://www.nabble.com/ClassTemplate-t733043.html#a1935701
participants (1)
-
PatrickJ (sent by Nabble.com)