History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: HAUS-1036
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Jody Garnett
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Haus Chores

Upgrade breaks pages

Created: 03/Jan/06 12:06 PM   Updated: 22/Jan/06 04:42 AM
Component/s: Confluence
Affects Version/s: short-term
Fix Version/s: short-term

Time Tracking:
Not Specified

Environment: GEOTOOLS, GEOS


 Description  « Hide
We have a problem that is preventing developers from working ... some of our pages are no longer accessable after the recent upgrade. And they don't produce an error message (best bet is to look at the logs while requesting one).

BLOCKER

No content is displayed, no breadcrumbs, just the header (not even an error message).

I had a couple of guesses:

  • some macro is no longer supported, like children, but pages that use children do display
  • thought it may be the includes macro, but once again some pages that use includes do display

(We really need the developers guide as it is preventing new users from making use of our library).

IMPROVEMENT

These sites use a custom layout, and often require some visual tweaking after an major upgrade.
Jody



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jody Garnett - 03/Jan/06 01:32 PM
Okay the white background is fixed:

<div id="Content"> is now <div id="PageContent">


Jody Garnett - 03/Jan/06 01:36 PM
This is really messed up:

Does not work by itself, but when included in another page you can see it!

I am at a loss to know what is going on here.


Ben Walding - 03/Jan/06 02:52 PM
This is the error we see in the logs when rendering that page.

@4000000043bac7c2295a921c 2006-01-03 13:51:36,687 ERROR [confluence.util.velocity.VelocityUtils] getRenderedTemplate Error occurred rendering template: /GEOTOOLS/decorators/page.vmd
@4000000043bac7c2295aa1bc org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getUserFullName' in class com.atlassian.confluence.pages.actions.ViewPageAction threw exception class java.lang.NullPointerException : null
@4000000043bac7c2295aad74 at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:309)
@4000000043bac7c2295b41e4 at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:207)
@4000000043bac7c2295b45cc at org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:337)
@4000000043bac7c2295b49b4 at org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:84)
@4000000043bac7c2295b5184 at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
@4000000043bac7c2295c10ec at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:94)
@4000000043bac7c2295c14d4 at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:109)
@4000000043bac7c2295c1ca4 at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271)
@4000000043bac7c2295c5f0c at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:215)
@4000000043bac7c2295c62f4 at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:153)
@4000000043bac7c2295c6ac4 at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271)
@4000000043bac7c2295c6eac at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:215)
@4000000043bac7c2295c95bc at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:153)
@4000000043bac7c2295c9d8c at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:94)