<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Segoe UI \, sans-serif";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Thanks for the response. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">The below issue is solved. <o:p>
</o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">However, I am facing another issue. When I start kepler either using
<u>ant run</u> or <u>eclipse</u> , It shows splash Screen for some miniutes and then do nothing.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Below are two lines shown in the console:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">Building Kars...</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">Kepler Initializing...</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">When I debuged the code in eclipse I found it is doing nothing on execution of line “</span><span style="font-size:10.0pt;font-family:"Courier New";color:red">        SplashWindow.<i>disposeSplash</i>();”
</span><span style="color:#1F497D">in Kepler.java line number 342.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">This is the method which is causing issue:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">public</span></b><span style="font-size:10.0pt;font-family:"Courier New"">
</span><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">static</span></b><span style="font-size:10.0pt;font-family:"Courier New"">
</span><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">int</span></b><span style="font-size:10.0pt;font-family:"Courier New""> runApplication() {</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">         
</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">           
</span><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">try</span></b><span style="font-size:10.0pt;font-family:"Courier New""> {</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                 
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#3F7F5F">// see if we're running the
<u>gui</u> editor</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                 
</span><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">if</span></b><span style="font-size:10.0pt;font-family:"Courier New""> (</span><i><span style="font-size:10.0pt;font-family:"Courier New";color:#0000C0">_action</span></i><span style="font-size:10.0pt;font-family:"Courier New"">
 == Action.</span><i><span style="font-size:10.0pt;font-family:"Courier New";color:#0000C0">Kepler</span></i><span style="font-size:10.0pt;font-family:"Courier New"">) {</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                       
<i>addActorModule</i>(</span><span style="font-size:10.0pt;font-family:"Courier New";color:#2A00FF">"org/kepler/ActorModuleDefault"</span><span style="font-size:10.0pt;font-family:"Courier New"">);</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                       
<i>initialize</i>();</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                       
</span><i><span style="font-size:10.0pt;font-family:"Courier New";color:#0000C0">_applicationArgsList</span></i><span style="font-size:10.0pt;font-family:"Courier New"">.addFirst(</span><span style="font-size:10.0pt;font-family:"Courier New";color:#2A00FF">"-kepler"</span><span style="font-size:10.0pt;font-family:"Courier New"">);</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                        String[] loadArgs =
</span><i><span style="font-size:10.0pt;font-family:"Courier New";color:#0000C0">_applicationArgsList</span></i><span style="font-size:10.0pt;font-family:"Courier New"">.toArray(</span><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">new</span></b><span style="font-size:10.0pt;font-family:"Courier New"">
 String[0]);</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                       
</span><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">if</span></b><span style="font-size:10.0pt;font-family:"Courier New"">(</span><i><span style="font-size:10.0pt;font-family:"Courier New";color:#0000C0">_showSplash</span></i><span style="font-size:10.0pt;font-family:"Courier New"">)
 {</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                              SplashWindow.<i>invokeMain</i>(</span><span style="font-size:10.0pt;font-family:"Courier New";color:#2A00FF">"ptolemy.vergil.VergilApplication"</span><span style="font-size:10.0pt;font-family:"Courier New"">,
 loadArgs);</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                 
</span><span style="font-size:10.0pt;font-family:"Courier New";color:red">        SplashWindow.<i>disposeSplash</i>();<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                        }
</span><b><span style="font-size:10.0pt;font-family:"Courier New";color:#7F0055">else</span></b><span style="font-size:10.0pt;font-family:"Courier New""> {</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                              VergilApplication.<i>main</i>(loadArgs);</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                        }</span><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">                       
<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New"">Please let me know if there are any other settings/parammeters  required before starting the kepler.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Courier New";color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">           
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Yogini     
</span><span style="color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"> Christopher Brooks [mailto:cxh@eecs.berkeley.edu]
<br>
<b>Sent:</b> Friday, April 19, 2013 11:57 PM<br>
<b>To:</b> Yogini Joshi<br>
<b>Cc:</b> Kepler-dev (kepler-dev@kepler-project.org)<br>
<b>Subject:</b> Re: [kepler-dev] Error in eclipse<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi Yogini,<br>
What is the entire stack trace?  It is difficult to know what the error is without more information.<br>
<br>
Usually, it is possible to copy the contents of the stack trace window with the mouse and then paste it into an email message.<br>
<br>
Are you working from the Kepler head or from the Kepler-2.4 branch?<br>
<br>
The configuration.xml file that you attached is slightly different than what is in the Kepler head.<br>
<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal">bash-3.2$ ls -l ~/Downloads/configuration.xml common/configs/ptolemy/configs/kepler/configuration.xml<br>
-rw-r--r--@ 1 cxh  staff  11049 Apr 19 09:50 /Users/cxh/Downloads/configuration.xml<br>
-rwxr-xr-x  1 cxh  staff  11079 Apr 19 10:35 common/configs/ptolemy/configs/kepler/configuration.xml<br>
<br>
bash-3.2$ diff ~/Downloads/configuration.xml common/configs/ptolemy/configs/kepler/configuration.xml<br>
92c92<br>
<<br>
---<br>
><br>
125,126c125,126<br>
<<br>
<       <!-- Specify the value of the docPreference for GetDocumentationAction.<br>
---<br>
><br>
>       <!-- Specify the value of the docPreference for GetDocumentationAction.<br>
137c137<br>
<<br>
---<br>
><br>
178,179c178,179<br>
<           <input source="ptolemy/configs/gtTableauFactory.xml"/><br>
<           <input source="ptolemy/configs/pteraTableauFactory.xml"/><br>
---<br>
>               <input source="ptolemy/configs/gtTableauFactory.xml"/><br>
>               <input source="ptolemy/configs/pteraTableauFactory.xml"/><br>
194c194<br>
<<br>
---<br>
><br>
257c257<br>
<<br>
---<br>
><o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
The Kepler head starts up fie for me under Eclipse.  I did not try the Kepler 2.4 branch.<br>
<br>
_Christopher<o:p></o:p></p>
<div>
<p class="MsoNormal">On 4/19/13 12:04 AM, Yogini Joshi wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal">When I open the code in eclipse I get below error ,<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Error : <span style="font-size:9.0pt;font-family:"Segoe UI , sans-serif","serif"">
The content of element type "property" must match "(configure|display|doc|property|rename)*".</span><o:p></o:p></p>
<p class="MsoNormal">File <o:p></o:p></p>
<p class="MsoNormal"><a href="https://code.kepler-project.org/code/kepler/trunk/modules/common/configs/ptolemy/configs/kepler/configuration.xml">https://code.kepler-project.org/code/kepler/trunk/modules/common/configs/ptolemy/configs/kepler/configuration.xml</a><o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Please find the file attached.<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal">Yogini<o:p></o:p></p>
<p><Disclaimer removed by cxh><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif""><br>
<br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Kepler-dev mailing list<o:p></o:p></pre>
<pre><a href="mailto:Kepler-dev@kepler-project.org">Kepler-dev@kepler-project.org</a><o:p></o:p></pre>
<pre><a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif""><br>
<br>
<o:p></o:p></span></p>
<pre>-- <o:p></o:p></pre>
<pre>Christopher Brooks, PMP                       University of California<o:p></o:p></pre>
<pre>Academic Program Manager & Software Engineer  US Mail: 337 Cory Hall<o:p></o:p></pre>
<pre>CHESS/iCyPhy/Ptolemy/TerraSwarm               Berkeley, CA 94720-1774<o:p></o:p></pre>
<pre><a href="mailto:cxh@eecs.berkeley.edu">cxh@eecs.berkeley.edu</a>, 707.332.0670           (Office: 545Q Cory)<o:p></o:p></pre>
</div>
<p>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.</p>
</body>
</html>