[Building Sakai] Problem with chat tool

Tom Helmer Hansen thelmer at ruc.dk
Tue Aug 18 06:06:01 PDT 2009


Hi Sakai-dev

We have a problem with the chat tool in Sakai 2.6.0. When the tool is 
shown on a page it fails with the message inserted below. The entire 
tomcat folder is copied from the build machine where everything works as 
it should. Only thing changed when moving to the prod-server is changing 
some hostnames.

Tom


org.sakaiproject.portal.api.PortalHandlerException: 
org.sakaiproject.tool.api.ToolException: 
javax.faces.el.EvaluationException: Error getting property 
'canManageTool' from bean of type org.sakaiproject.chat2.tool.ChatTool: 
java.lang.NoSuchMethodError: 
org.sakaiproject.chat2.model.ChatManager.getCanCreateChannel()Z
     at 
org.sakaiproject.portal.charon.SkinnableCharonPortal.doGet(SkinnableCharonPortal.java:768)
caused by: org.sakaiproject.tool.api.ToolException: 
javax.faces.el.EvaluationException: Error getting property 
'canManageTool' from bean of type org.sakaiproject.chat2.tool.ChatTool: 
java.lang.NoSuchMethodError: 
org.sakaiproject.chat2.model.ChatManager.getCanCreateChannel()Z
     at 
org.sakaiproject.portal.charon.SkinnableCharonPortal.forwardTool(SkinnableCharonPortal.java:1216)
caused by: org.apache.jasper.JasperException: 
javax.faces.el.EvaluationException: Error getting property 
'canManageTool' from bean of type org.sakaiproject.chat2.tool.ChatTool: 
java.lang.NoSuchMethodError: 
org.sakaiproject.chat2.model.ChatManager.getCanCreateChannel()Z
     at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
caused by: javax.faces.el.EvaluationException: 
javax.faces.el.EvaluationException: Error getting property 
'canManageTool' from bean of type org.sakaiproject.chat2.tool.ChatTool: 
java.lang.NoSuchMethodError: 
org.sakaiproject.chat2.model.ChatManager.getCanCreateChannel()Z
     at 
com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154)
caused by: javax.faces.el.EvaluationException: Error getting property 
'canManageTool' from bean of type org.sakaiproject.chat2.tool.ChatTool: 
java.lang.NoSuchMethodError: 
org.sakaiproject.chat2.model.ChatManager.getCanCreateChannel()Z
     at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:167)
caused by: java.lang.NoSuchMethodError: 
org.sakaiproject.chat2.model.ChatManager.getCanCreateChannel()Z
     at 
org.sakaiproject.chat2.tool.ChatTool.getCanCreateChannel(ChatTool.java:1398)
     at 
org.sakaiproject.chat2.tool.ChatTool.getCanManageTool(ChatTool.java:894)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at 
com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:79)
     at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:167)
     at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:151)
    ....


More information about the sakai-dev mailing list