<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Prakash,<br>
<br>
    As I said at
<a class="moz-txt-link-freetext" href="http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/2009-December/001818.html">http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/2009-December/001818.html</a>,
the grid actors are relocated at separate modules which are not
included in Kepler default suite. That's why you can not find grid
actors in Kepler 1.x.<br>
<br>
   To get grid actors for GT4.x, you need use 'ant change-to
-Dsuite=globus4.0.7' command at build-area dir to first download
globus4.0.7 module. <br>
<br>
   Since both Kepler 1.x and globus4.0.7 module are still in
development, these grid actors can not be searched in actor lib
currently. You have to use menu item 'Tools->Initiate Component',
and set Class name as the class name of the grid actors, such as
org.kepler.actor.globus.gram.GlobusMyProxy. All grid actor classes in
globus4.0.7 module can be found at
<a class="moz-txt-link-freetext" href="https://code.kepler-project.org/code/kepler/trunk/modules/globus4.0.7/src/org/kepler/actor/globus/gram/">https://code.kepler-project.org/code/kepler/trunk/modules/globus4.0.7/src/org/kepler/actor/globus/gram/</a>.
<br>
<br>
   Sorry for the current inconvenience. If you meet problems, just let
me know.<br>
<pre class="moz-signature" cols="72">Best wishes

Sincerely yours

Jianwu Wang
<a class="moz-txt-link-abbreviated" href="mailto:jianwu@sdsc.edu">jianwu@sdsc.edu</a>
<a class="moz-txt-link-freetext" href="http://users.sdsc.edu/~jianwu/">http://users.sdsc.edu/~jianwu/</a>

Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center 
University of California, San Diego
San Diego, CA, U.S.A. </pre>
<br>
On 12/24/2009 9:10 PM, prakash bisht wrote:
<blockquote
 cite="mid:2d3c63df0912242110o54cd8629q1948b2d8cd82c6db@mail.gmail.com"
 type="cite">Hi Chad,<br>
  <br>
Thanks for your help.<br>
I reinstalled ptolemy module and the problem is gone. I am able to run
kepler1.x Developer version.<br>
But i couldn't found many basic grid actor here also( These are not
present even with released version Kepler1.0.0).<br>
Only "DataGridTransfer" actor is there to transfer the data.<br>
No actor for job submission or authentication is there.<br>
  <br>
I want grid actors(for GT4.x) for authentication,job submission and
data transfer.<br>
Please help me.<br>
  <br>
  <br>
Thanks and Regards,<br>
Prakash Singh<br>
  <br>
  <br>
  <div class="gmail_quote">On Tue, Dec 22, 2009 at 11:15 PM, Chad
Berkley <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:berkley@nceas.ucsb.edu">berkley@nceas.ucsb.edu</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Yeah,
if that file isn't there, it needs to be there.  Try updating your
ptolemy module.  I've also attached a .classpath.default file if that's
easier for you.  (You'll need to rename the file after you save it,
since I had to take the '.' out of it to get my email program to find
it.)<br>
    <br>
chad<br>
    <br>
    <br>
prakash bisht wrote:<br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
      <div class="im">Hi Chad,<br>
      <br>
I don't see any problem with javac compilier. It's there in the PATH
variable.<br>
Also I am able to successfully compile and run simple HelloWorld.java
program.<br>
      <br>
In the error line below<br>
*******************************************************************<br>
[compile] ERROR: could not find the ptolemy paths.txt file at
/home/prakashs/Kepler-Latest-<br>
Build/ptolemy/.classpath.default.  No ptolemy classpath elements have
been added.<br>
*******************************************************************<br>
      <br>
It's seems to find ".classpath.default" and not getting it.<br>
I checked in the folder "/home/prakashs/Kepler-Latest-Build/ptolemy/" .
There is no ".classpath.default" exists there. Is that the reason for
the error?<br>
      <br>
Thanks,<br>
Prakash Singh Bisht<br>
      <br>
      </div>
      <div>
      <div class="h5">On Fri, Dec 18, 2009 at 11:09 PM, Chad Berkley
<<a moz-do-not-send="true" href="mailto:berkley@nceas.ucsb.edu"
 target="_blank">berkley@nceas.ucsb.edu</a> <mailto:<a
 moz-do-not-send="true" href="mailto:berkley@nceas.ucsb.edu"
 target="_blank">berkley@nceas.ucsb.edu</a>>> wrote:<br>
      <br>
   Hi Prakash,<br>
      <br>
   It looks like something may be wrong with your javac path. Can you<br>
   run your java compiler at /home/prakashs/jdk1.6.0_10/bin/javac from<br>
   the command line?  Is it in your PATH?<br>
      <br>
   chad<br>
      <br>
      <br>
   prakash bisht wrote:<br>
      <br>
       Hi All,<br>
      <br>
       Thanks to you  for your response.<br>
      <br>
       Retrieving Kepler and Ptolemy part is done now.<br>
       and now I am facing problem compiling it using 'ant run ' commad.<br>
       Below is the error<br>
       **************************************************************<br>
       [prakashs@PrakashS build-area]$ ant run<br>
       Buildfile: build.xml<br>
      <br>
       compile:<br>
        [compile] Compiling ptolemy...<br>
        [compile] Getting Ptolemy paths from<br>
       /home/prakashs/Kepler-Latest-Build/ptolemy/.classpath.default<br>
        [compile] ERROR: could not find the ptolemy paths.txt file at<br>
       /home/prakashs/Kepler-Latest-Build/ptolemy/.classpath.default.<br>
        No ptolemy classpath elements have been added.<br>
        [compile] Compiling 1063 source files to<br>
       /home/prakashs/Kepler-Latest-Build/ptolemy/target/classes<br>
      <br>
       BUILD FAILED<br>
       /home/prakashs/Kepler-Latest-Build/build-area/build.xml:31:<br>
       Error running /home/prakashs/jdk1.6.0_10/bin/javac compiler<br>
      <br>
       Total time: 3 seconds<br>
     
 ********************************************************************<br>
      <br>
      <br>
       Thanks in Advance,<br>
       Prakash Singh Bisht<br>
      <br>
       On Tue, Dec 15, 2009 at 9:44 PM, David Welker<br>
       <<a moz-do-not-send="true"
 href="mailto:david.v.welker@gmail.com" target="_blank">david.v.welker@gmail.com</a>
<mailto:<a moz-do-not-send="true"
 href="mailto:david.v.welker@gmail.com" target="_blank">david.v.welker@gmail.com</a>><br>
       <mailto:<a moz-do-not-send="true"
 href="mailto:david.v.welker@gmail.com" target="_blank">david.v.welker@gmail.com</a><br>
       <mailto:<a moz-do-not-send="true"
 href="mailto:david.v.welker@gmail.com" target="_blank">david.v.welker@gmail.com</a>>>>
wrote:<br>
      <br>
          Hi Prakash,<br>
      <br>
          I just tried this and it works for me. It looks like it must
have<br>
          been a temporary outage for the Ptolemy SVN repository. Try<br>
       again.<br>
      <br>
          David<br>
      <br>
          On Dec 15, 2009, at 5:34 AM, prakash bisht wrote:<br>
      <br>
              Hi,<br>
      <br>
              while building Kepler using following commands<br>
              mkdir <modules.dir><br>
              cd <modules.dir><br>
      <br>
      <br>
              svn co<br>
           <a moz-do-not-send="true"
 href="https://code.kepler-project.org/code/kepler/trunk/modules/build-area"
 target="_blank">https://code.kepler-project.org/code/kepler/trunk/modules/build-area</a><br>
      <br>
      <br>
              cd build-area<br>
              ant change-to -Dsuite=kepler<br>
      <br>
              It's giving following error .<br>
             
***********************************************************<br>
      <br>
      <br>
              [change-to] ptolemy:<br>
              [change-to] Downloading ptolemy...<br>
              [change-to] svn co -r 56633<br>
           <a class="moz-txt-link-freetext" href="svn://">svn://</a><a moz-do-not-send="true"
 href="http://source.eecs.berkeley.edu/chess/ptII/trunk" target="_blank">source.eecs.berkeley.edu/chess/ptII/trunk</a><br>
           <<a moz-do-not-send="true"
 href="http://source.eecs.berkeley.edu/chess/ptII/trunk" target="_blank">http://source.eecs.berkeley.edu/chess/ptII/trunk</a>><br>
           <<a moz-do-not-send="true"
 href="http://source.eecs.berkeley.edu/chess/ptII/trunk" target="_blank">http://source.eecs.berkeley.edu/chess/ptII/trunk</a>><br>
           /home/prakashs/Kepler-Latest-Build/ptolemy<br>
      <br>
              [change-to] svn: Can't connect to host<br>
           '<a moz-do-not-send="true"
 href="http://source.eecs.berkeley.edu" target="_blank">source.eecs.berkeley.edu</a>
<<a moz-do-not-send="true" href="http://source.eecs.berkeley.edu"
 target="_blank">http://source.eecs.berkeley.edu</a>><br>
           <<a moz-do-not-send="true"
 href="http://source.eecs.berkeley.edu" target="_blank">http://source.eecs.berkeley.edu</a>>':
Connection refused<br>
      <br>
              [change-to]<br>
              BUILD FAILED<br>
              ERROR: It appears that the command did not execute<br>
           properly and exited with an exit code of: 1<br>
      <br>
      <br>
      <br>
              Total time: 0 seconds<br>
             
************************************************************<br>
      <br>
              Please help me out.<br>
      <br>
              Thanks in advance,<br>
              Prakash<br>
              _______________________________________________<br>
      <br>
              Kepler-users mailing list<br>
              <a moz-do-not-send="true"
 href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a><br>
           <mailto:<a moz-do-not-send="true"
 href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a>><br>
              <mailto:<a moz-do-not-send="true"
 href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a><br>
           <mailto:<a moz-do-not-send="true"
 href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a>>><br>
      <br>
                        <a moz-do-not-send="true"
 href="http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users"
 target="_blank">http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a><br>
      <br>
      <br>
      <br>
      <br>
     
 ------------------------------------------------------------------------<br>
      <br>
      <br>
       _______________________________________________<br>
       Kepler-users mailing list<br>
       <a moz-do-not-send="true"
 href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a><br>
       <mailto:<a moz-do-not-send="true"
 href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a>><br>
       <a moz-do-not-send="true"
 href="http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users"
 target="_blank">http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a><br>
      <br>
      <br>
      </div>
      </div>
    </blockquote>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Kepler-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kepler-users@kepler-project.org">Kepler-users@kepler-project.org</a>
<a class="moz-txt-link-freetext" href="http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users">http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a>
  </pre>
</blockquote>
</body>
</html>