<%@ page info="Review problem and select code and host you wish to use." %> <%@ page import="WebFlow.*" %> <%@ page import="WebFlow.ContextManager.*" %> <%@ page errorPage="/Generic/Error.jsp" %> Problem Archive <% //String userName=storeInfo.getTableVal("userName"); ContextManager cm=modserver.getContextManager(); String[] problemList = cm.listProblems(); int problemListSize = problemList.length; System.out.println("problmeList Size: "+problemList.length); //System.out.println("problmeList: "+problemList[0]); //slave WebFlow Server String slaveServerOK = storeInfo.getTableVal("slaveServerOK"); ContextManager slavecm=null; String[] slaveproblemList = null; int slaveproblemListSize = 0; if(slaveServerOK.equals("Yes")) { slavecm=modserver.getContextManagerForSlave(); slaveproblemList = slavecm.listProblems(); slaveproblemListSize = slaveproblemList.length; System.out.println("slaveproblmeList Size: "+slaveproblemList.length); //System.out.println("slaveproblmeList: "+slaveproblemList[0]); } //if(!problemList[0].equals("null") || !slaveproblemList[0].equals("null")) { if( problemListSize != 0 || slaveproblemListSize != 0) { %>

Problem Selection

The following is a list of your old problems. You can review and edit any of the properties selected for that particular application, such as host machine, number of nodes, and input filess, and then resubmit the job. Each time you revisit a problem and edit it, a new session will be created, so all of your old problem sessions will be retained after editing. You can also visualize your data which you have already created after submitting the job.
Please select one of the following problems. When you have made your choice, click the "Make Selection" button at the bottom of the page.
  • List of the problem name for master server <% //if(!problemList[0].equals("null")) { if(problemListSize != 0) { String tmp1,tmpdecode; for(int i=0;i
    onClick="document.ProblemSelect.probchoice[0].checked = true"> <%= tmpdecode %> <% } } else { %>
    You don't have your problem archive.
    <% } %>

  • List of the problem name for slave server <% if(slaveproblemListSize != 0) { String tmp2,tmpdecode1; for(int i=0;i
    onClick="document.ProblemSelect.probchoice[0].checked = true"> <%= tmpdecode1 %> <% } } else { %>
    You don't have your problem archive. <% } %>
    Edit View Data Delete
      
<% } else { //if(problemList) %>

You don't have your problem archive.

<% } %>