2 Replies Latest reply on Sep 29, 2003 8:02 AM by oravecz

    NoSuchMethodError when Submitting News

    oravecz

      Using current HEAD as of this issue's date.
      I'm getting the following error when i click on the "Submit News" option. This occurs no matter whether admin or user is logged on. Looking at source, method appears to be there, although reflection seems to be having a problem locating it.

      Any thoughts?

      2003-09-26 14:49:04,304 ERROR [org.jboss.nukes.html.Page] Module news raised an exception when invoking operation newsusermainpage : Unexpected Error
      RuntimeErrorException: Error in MBean operation 'newsusermainpage(org.jboss.nukes.html.Page)'
      Cause: java.lang.NoSuchMethodError
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:307)
      at org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
      at org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
      at org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
      at org.jboss.nukes.mx.LifeCycleInterceptor.invoke(LifeCycleInterceptor.java:93)
      at org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:76)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
      at org.jboss.nukes.html.Page.process(Page.java:240)