I am trying out the PMC Kit, but cannot get the Job Submission part to work yet. I get the following Exception when clicking on Manage Workload -> Submission -> Batch Jobs
On the command line lava seems to be working:Code:HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Unable to instantiate Action, listJobsAction, defined for 'listJobs' in namespace '/batch'Error creating bean with name 'listJobsAction' defined in ServletContext resource [/WEB-INF/classes/com/platform/gui/batch/web/action/applicationContext.xml]: Cannot resolve reference to bean 'batchServiceReal' while setting bean property 'service'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'batchServiceReal' defined in ServletContext resource [/WEB-INF/classes/com/platform/gui/batch/web/action/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public com.platform.gui.batch.web.services.batch.BatchService com.platform.gui.batch.web.services.batch.BatchServiceFactory.getServiceReal() throws java.lang.Exception] threw exception; nested exception is java.lang.NoClassDefFoundError org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419) com.platform.gui.common.web.filter.BaseFilter.doFilter(BaseFilter.java:102) root cause Unable to instantiate Action, listJobsAction, defined for 'listJobs' in namespace '/batch'Error creating bean with name 'listJobsAction' defined in ServletContext resource [/WEB-INF/classes/com/platform/gui/batch/web/action/applicationContext.xml]: Cannot resolve reference to bean 'batchServiceReal' while setting bean property 'service'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'batchServiceReal' defined in ServletContext resource [/WEB-INF/classes/com/platform/gui/batch/web/action/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public com.platform.gui.batch.web.services.batch.BatchService com.platform.gui.batch.web.services.batch.BatchServiceFactory.getServiceReal() throws java.lang.Exception] threw exception; nested exception is java.lang.NoClassDefFoundError - action - file:/usr/share/pmc/ocs/5.0/ocsgui/WEB-INF/classes/com/platform/gui/batch/web/action/batch_struts.xml:9:68 com.opensymphony.xwork2.DefaultActionInvocation.createAction(DefaultActionInvocation.java:294) com.opensymphony.xwork2.DefaultActionInvocation.init(DefaultActionInvocation.java:365) com.opensymphony.xwork2.DefaultActionInvocation.access$000(DefaultActionInvocation.java:38) com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:83) com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455) com.opensymphony.xwork2.DefaultActionInvocation.<init>(DefaultActionInvocation.java:74) com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:189) org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:41) org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:494) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419) com.platform.gui.common.web.filter.BaseFilter.doFilter(BaseFilter.java:102) note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
I am using yesterdays Kusu on Centos:Code:[fm@master usr]$ lsid Platform Lava 1.0, Oct 6 2008 Copyright 2007 Platform Computing Corporation My cluster name is lava My master name is master [fm@master usr]$ bsub sleep 10 Job <203> is submitted to default queue <normal>. [fm@master usr]$ bjobs JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME 203 fm PEND normal master sleep 10 Oct 9 11:02 [fm@master usr]$ bqueues QUEUE_NAME PRIO STATUS MAX JL/U JL/P JL/H NJOBS PEND RUN SUSP owners 43 Open:Active - 6 - - 0 0 0 0 priority 43 Open:Active - - - - 0 0 0 0 chkpnt_rerun_qu 40 Open:Active - - - - 0 0 0 0 short 35 Open:Active - - - - 0 0 0 0 normal 30 Open:Active - - - - 1 1 0 0 idle 20 Open:Active - - - - 0 0 0 0
Code:[fm@master usr]$ cat /etc/*-release Kusu "Kramat" 0.10 (build 3520) CentOS release 5.2 (Final)


LinkBack URL
About LinkBacks
Reply With Quote
