[kepler-users] Kepler Build Error

Jianwu Wang jianwu at sdsc.edu
Mon Jan 4 15:45:15 PST 2010


Hi Prakash,

     As I said at 
http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/2009-December/001818.html, 
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.

    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.

    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 
https://code.kepler-project.org/code/kepler/trunk/modules/globus4.0.7/src/org/kepler/actor/globus/gram/. 


    Sorry for the current inconvenience. If you meet problems, just let 
me know.

Best wishes

Sincerely yours

Jianwu Wang
jianwu at sdsc.edu
http://users.sdsc.edu/~jianwu/

Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center
University of California, San Diego
San Diego, CA, U.S.A.


On 12/24/2009 9:10 PM, prakash bisht wrote:
> Hi Chad,
>
> Thanks for your help.
> I reinstalled ptolemy module and the problem is gone. I am able to run 
> kepler1.x Developer version.
> But i couldn't found many basic grid actor here also( These are not 
> present even with released version Kepler1.0.0).
> Only "DataGridTransfer" actor is there to transfer the data.
> No actor for job submission or authentication is there.
>
> I want grid actors(for GT4.x) for authentication,job submission and 
> data transfer.
> Please help me.
>
>
> Thanks and Regards,
> Prakash Singh
>
>
> On Tue, Dec 22, 2009 at 11:15 PM, Chad Berkley <berkley at nceas.ucsb.edu 
> <mailto:berkley at nceas.ucsb.edu>> wrote:
>
>     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.)
>
>     chad
>
>
>     prakash bisht wrote:
>
>         Hi Chad,
>
>         I don't see any problem with javac compilier. It's there in
>         the PATH variable.
>         Also I am able to successfully compile and run simple
>         HelloWorld.java program.
>
>         In the error line below
>         *******************************************************************
>         [compile] ERROR: could not find the ptolemy paths.txt file at
>         /home/prakashs/Kepler-Latest-
>         Build/ptolemy/.classpath.default.  No ptolemy classpath
>         elements have been added.
>         *******************************************************************
>
>         It's seems to find ".classpath.default" and not getting it.
>         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?
>
>         Thanks,
>         Prakash Singh Bisht
>
>         On Fri, Dec 18, 2009 at 11:09 PM, Chad Berkley
>         <berkley at nceas.ucsb.edu <mailto:berkley at nceas.ucsb.edu>
>         <mailto:berkley at nceas.ucsb.edu
>         <mailto:berkley at nceas.ucsb.edu>>> wrote:
>
>            Hi Prakash,
>
>            It looks like something may be wrong with your javac path.
>         Can you
>            run your java compiler at
>         /home/prakashs/jdk1.6.0_10/bin/javac from
>            the command line?  Is it in your PATH?
>
>            chad
>
>
>            prakash bisht wrote:
>
>                Hi All,
>
>                Thanks to you  for your response.
>
>                Retrieving Kepler and Ptolemy part is done now.
>                and now I am facing problem compiling it using 'ant run
>         ' commad.
>                Below is the error
>              
>          **************************************************************
>                [prakashs at PrakashS build-area]$ ant run
>                Buildfile: build.xml
>
>                compile:
>                 [compile] Compiling ptolemy...
>                 [compile] Getting Ptolemy paths from
>              
>          /home/prakashs/Kepler-Latest-Build/ptolemy/.classpath.default
>                 [compile] ERROR: could not find the ptolemy paths.txt
>         file at
>              
>          /home/prakashs/Kepler-Latest-Build/ptolemy/.classpath.default.
>                 No ptolemy classpath elements have been added.
>                 [compile] Compiling 1063 source files to
>                /home/prakashs/Kepler-Latest-Build/ptolemy/target/classes
>
>                BUILD FAILED
>                /home/prakashs/Kepler-Latest-Build/build-area/build.xml:31:
>                Error running /home/prakashs/jdk1.6.0_10/bin/javac compiler
>
>                Total time: 3 seconds
>              
>          ********************************************************************
>
>
>                Thanks in Advance,
>                Prakash Singh Bisht
>
>                On Tue, Dec 15, 2009 at 9:44 PM, David Welker
>         <david.v.welker at gmail.com <mailto:david.v.welker at gmail.com>
>         <mailto:david.v.welker at gmail.com
>         <mailto:david.v.welker at gmail.com>>
>         <mailto:david.v.welker at gmail.com <mailto:david.v.welker at gmail.com>
>         <mailto:david.v.welker at gmail.com
>         <mailto:david.v.welker at gmail.com>>>> wrote:
>
>                   Hi Prakash,
>
>                   I just tried this and it works for me. It looks like
>         it must have
>                   been a temporary outage for the Ptolemy SVN
>         repository. Try
>                again.
>
>                   David
>
>                   On Dec 15, 2009, at 5:34 AM, prakash bisht wrote:
>
>                       Hi,
>
>                       while building Kepler using following commands
>                       mkdir <modules.dir>
>                       cd <modules.dir>
>
>
>                       svn co
>         https://code.kepler-project.org/code/kepler/trunk/modules/build-area
>
>
>                       cd build-area
>                       ant change-to -Dsuite=kepler
>
>                       It's giving following error .
>                      
>         ***********************************************************
>
>
>                       [change-to] ptolemy:
>                       [change-to] Downloading ptolemy...
>                       [change-to] svn co -r 56633
>                    svn://source.eecs.berkeley.edu/chess/ptII/trunk
>         <http://source.eecs.berkeley.edu/chess/ptII/trunk>
>         <http://source.eecs.berkeley.edu/chess/ptII/trunk>
>         <http://source.eecs.berkeley.edu/chess/ptII/trunk>
>                    /home/prakashs/Kepler-Latest-Build/ptolemy
>
>                       [change-to] svn: Can't connect to host
>                    'source.eecs.berkeley.edu
>         <http://source.eecs.berkeley.edu>
>         <http://source.eecs.berkeley.edu>
>         <http://source.eecs.berkeley.edu>': Connection refused
>
>                       [change-to]
>                       BUILD FAILED
>                       ERROR: It appears that the command did not execute
>                    properly and exited with an exit code of: 1
>
>
>
>                       Total time: 0 seconds
>                      
>         ************************************************************
>
>                       Please help me out.
>
>                       Thanks in advance,
>                       Prakash
>                       _______________________________________________
>
>                       Kepler-users mailing list
>         Kepler-users at kepler-project.org
>         <mailto:Kepler-users at kepler-project.org>
>         <mailto:Kepler-users at kepler-project.org
>         <mailto:Kepler-users at kepler-project.org>>
>         <mailto:Kepler-users at kepler-project.org
>         <mailto:Kepler-users at kepler-project.org>
>         <mailto:Kepler-users at kepler-project.org
>         <mailto:Kepler-users at kepler-project.org>>>
>
>         http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>
>
>
>
>              
>          ------------------------------------------------------------------------
>
>
>                _______________________________________________
>                Kepler-users mailing list
>         Kepler-users at kepler-project.org
>         <mailto:Kepler-users at kepler-project.org>
>         <mailto:Kepler-users at kepler-project.org
>         <mailto:Kepler-users at kepler-project.org>>
>         http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>
>
>
>
> _______________________________________________
> Kepler-users mailing list
> Kepler-users at kepler-project.org
> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20100104/95779ea8/attachment.html>


More information about the Kepler-users mailing list