Re: [Hypercontent-users] Exception occured
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-03-14 13:05:14
|
Hi Tom, Are there any errors in the log? It looks like some kind of error getting the vCard. It is possible to silence this error by changing the catch() on line 45 of User.java to catch all Exceptions (currently it only catches HyperExceptions), but I suspect there may be other errors that led up to this one. Alex On Mar 14, 2007, at 12:50 AM, tom tom wrote: > Hi, > > Before it goes to UAT, I asked one of my core > developers to install HC from the scratch with new > changes. > > He encountered the following error. > > What could be the reason > > There was an error processing your request > null > > > org.hypercontent.security.User.getFullName(User.java:43) > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > sun.reflect.NativeMethodAccessorImpl.invoke > (NativeMethodAccessorImpl.java:39) > > sun.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:585) > > org.apache.velocity.runtime.parser.node.PropertyExecutor.execute > (PropertyExecutor.java:111) > > org.apache.velocity.util.introspection.UberspectImpl > $VelGetterImpl.invoke(UberspectImpl.java:302) > > org.apache.velocity.runtime.parser.node.ASTIdentifier.execute > (ASTIdentifier.java:157) > > org.apache.velocity.runtime.parser.node.ASTReference.execute > (ASTReference.java:175) > > org.apache.velocity.runtime.parser.node.ASTReference.value > (ASTReference.java:327) > > org.apache.velocity.runtime.parser.node.ASTExpression.value > (ASTExpression.java:51) > > org.apache.velocity.runtime.parser.node.ASTSetDirective.render > (ASTSetDirective.java:95) > > org.apache.velocity.runtime.parser.node.ASTBlock.render > (ASTBlock.java:55) > > org.apache.velocity.runtime.parser.node.ASTIfStatement.render > (ASTIfStatement.java:70) > > org.apache.velocity.runtime.parser.node.SimpleNode.render > (SimpleNode.java:230) > > org.apache.velocity.runtime.directive.Parse.render(Parse.java:181) > org.apache.velo > > > > > ______________________________________________________________________ > ______________ > The fish are biting. > Get more visitors on your site using Yahoo! Search Marketing. > http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php > |