cancel
Showing results for 
Search instead for 
Did you mean: 

Record Management Errors

kurtkbee
Champ in-the-making
Champ in-the-making
When i add an aspect of RM:Record to a document then edit the (record) attributes for the document then click on record hold/cutoff/obsolete i get the following error. it maybe because i am not doing something correctly, however i am not sure if this is just a bug since the exception shows up in the web interface.



javax.faces.el.EvaluationException: Exception while invoking expression #{rmActionListener.executeScript}
caused by:
javax.faces.el.PropertyNotFoundException: Base is null: rmActionListener


javax.faces.el.EvaluationException: Exception while invoking expression #{rmActionListener.executeScript}
at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:168)
at javax.faces.component.UICommand.broadcast(UICommand.java:89)
at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:97)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:171)
at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32)
at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.faces.el.PropertyNotFoundException: Base is null: rmActionListener
at org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:463)
at org.apache.myfaces.el.MethodBindingImpl.resolveToBaseAndProperty(MethodBindingImpl.java:183)
at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:117)
… 24 more
5 REPLIES 5

kurtkbee
Champ in-the-making
Champ in-the-making
Anyone can lead me to documentation regarding RM. i assume that since i am the only one mentioning this error that it maybe related to misconfiguration.

Anyone….

derek
Star Contributor
Star Contributor
Hi,

It looks more like a configuration error within the RM extension itself.  Have you tried the latest versions of the server and extension?

Regards

kurtkbee
Champ in-the-making
Champ in-the-making
I built this version from SVN as of Friday, it seems that i am still having errors when i do the following (in the web interface):

1)create space (defined as file plan)

2) Populate properties of file plan space (vital records,cutoff,retention period)

3) Add a document and add aspect of RM:record

Thereafter clicking on Cutoff,Hold,Superseded or obsolete will result in the following:

javax.faces.el.EvaluationException: Exception while invoking expression #{rmActionListener.executeScript}
caused by:
javax.faces.el.PropertyNotFoundException: Base is null: rmActionListener

I am using 2.1.0 from SVN HEAD (as of Friday May 4th, 07) and have it running with Postgresql as the database on Centos 4.4 with Tomcat 5.5 (Java SDK 1.5)

derek
Star Contributor
Star Contributor
Thanks for the heads-up.  I changed the RM module bean names but missed the ones configured into the UI extensions.  Could you try again, please?

Regards

kurtkbee
Champ in-the-making
Champ in-the-making
After a fresh install [drop and recreate of DB also] it seems RM is working now. Thanks