Hi,
Thanks for the response.
The below issue is solved.
However, I am facing another issue. When I start kepler either using ant run or 
eclipse , It shows splash Screen for some miniutes and then do nothing.
Below are two lines shown in the console:
Building Kars...
Kepler Initializing...

When I debuged the code in eclipse I found it is doing nothing on execution of 
line "        SplashWindow.disposeSplash();" in Kepler.java line number 342.

This is the method which is causing issue:
public static int runApplication() {

            try {
                  // see if we're running the gui editor
                  if (_action == Action.Kepler) {
                        addActorModule("org/kepler/ActorModuleDefault");
                        initialize();
                        _applicationArgsList.addFirst("-kepler");
                        String[] loadArgs = _applicationArgsList.toArray(new 
String[0]);
                        if(_showSplash) {
                              
SplashWindow.invokeMain("ptolemy.vergil.VergilApplication", loadArgs);
                          SplashWindow.disposeSplash();
                        } else {
                              VergilApplication.main(loadArgs);
                        }



Please let me know if there are any other settings/parammeters  required before 
starting the kepler.


Regards,
Yogini

From: Christopher Brooks [mailto:[email protected]]
Sent: Friday, April 19, 2013 11:57 PM
To: Yogini Joshi
Cc: Kepler-dev ([email protected])
Subject: Re: [kepler-dev] Error in eclipse

Hi Yogini,
What is the entire stack trace?  It is difficult to know what the error is 
without more information.

Usually, it is possible to copy the contents of the stack trace window with the 
mouse and then paste it into an email message.

Are you working from the Kepler head or from the Kepler-2.4 branch?

The configuration.xml file that you attached is slightly different than what is 
in the Kepler head.


bash-3.2$ ls -l ~/Downloads/configuration.xml 
common/configs/ptolemy/configs/kepler/configuration.xml
-rw-r--r--@ 1 cxh  staff  11049 Apr 19 09:50 
/Users/cxh/Downloads/configuration.xml
-rwxr-xr-x  1 cxh  staff  11079 Apr 19 10:35 
common/configs/ptolemy/configs/kepler/configuration.xml

bash-3.2$ diff ~/Downloads/configuration.xml 
common/configs/ptolemy/configs/kepler/configuration.xml
92c92
<
---
>
125,126c125,126
<
<       <!-- Specify the value of the docPreference for GetDocumentationAction.
---
>
>       <!-- Specify the value of the docPreference for GetDocumentationAction.
137c137
<
---
>
178,179c178,179
<           <input source="ptolemy/configs/gtTableauFactory.xml"/>
<           <input source="ptolemy/configs/pteraTableauFactory.xml"/>
---
>               <input source="ptolemy/configs/gtTableauFactory.xml"/>
>               <input source="ptolemy/configs/pteraTableauFactory.xml"/>
194c194
<
---
>
257c257
<
---
>

The Kepler head starts up fie for me under Eclipse.  I did not try the Kepler 
2.4 branch.

_Christopher
On 4/19/13 12:04 AM, Yogini Joshi wrote:
Hi,
When I open the code in eclipse I get below error ,

Error : The content of element type "property" must match 
"(configure|display|doc|property|rename)*".
File
https://code.kepler-project.org/code/kepler/trunk/modules/common/configs/ptolemy/configs/kepler/configuration.xml


Please find the file attached.


Regards,
Yogini

<Disclaimer removed by cxh>




_______________________________________________

Kepler-dev mailing list

[email protected]<mailto:[email protected]>

http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev



--

Christopher Brooks, PMP                       University of California

Academic Program Manager & Software Engineer  US Mail: 337 Cory Hall

CHESS/iCyPhy/Ptolemy/TerraSwarm               Berkeley, CA 94720-1774

[email protected]<mailto:[email protected]>, 707.332.0670           
(Office: 545Q Cory)

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev

Reply via email to