[kepler-users] Kepler Build Error

Chad Berkley berkley at nceas.ucsb.edu
Mon Jan 4 10:27:35 PST 2010


Hi Prakesh,

I'm not sure what the status of those actors are.  I've CC'd Ilkay 
Altintas from SDSC here.  Her group was the original author of those 
actors so she might be able to shed some light on why they are no longer 
part of kepler.

chad


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
> 
> 
> 



More information about the Kepler-users mailing list