<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
I'm not sure what the failure would be. I'm not sure why
SplashWindow.disposeSplash() would be hanging. The code looks like:<br>
<br>
<blockquote type="cite">
/**
<br>
* Closes the splash
window.
<br>
*/<br>
public static void disposeSplash() {<br>
if (instance != null) {<br>
instance.getOwner().dispose();<br>
instance = null;<br>
}<br>
}</blockquote>
Probably dispose() is hanging?<br>
<br>
<br>
What operating system are you using? Windows? Linux?<br>
<br>
Precisely which version of Kepler are you downloading?<br>
<br>
<br>
Below are some things to try:<br>
<br>
1. Try removing the $HOME/.kepler and $HOME/KeplerData directory and
then try "ant run" <br>
<br>
2. Try installing different versions of Kepler such as older
versions that have installers.<br>
<br>
3. Reboot your machine. Perhaps there is a process that is
interfering with Kepler starting up<br>
<br>
4. Try installing on a different machine.<br>
<br>
5. Get a stacktrace of the Kepler process. See
<a class="moz-txt-link-freetext" href="http://i-did-not-know-that.blogspot.com/2006/03/generating-java-stack-trace.html">http://i-did-not-know-that.blogspot.com/2006/03/generating-java-stack-trace.html</a><br>
Under Linux or Mac OS, put the process in the background and then
use 'kill -3 pid'. Under Windows, use Ctrl-Break.<br>
<br>
_Christopher<br>
<br>
<div class="moz-cite-prefix">On 4/20/13 5:58 AM, Yogini Joshi wrote:<br>
</div>
<blockquote
cite="mid:741CEB36EC28BA419CD6CDF3B8BB314607222729@HJ-MBX1.persistent.co.in"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<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]-->
<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 [<a class="moz-txt-link-freetext" href="mailto:cxh@eecs.berkeley.edu">mailto:cxh@eecs.berkeley.edu</a>]
<br>
<b>Sent:</b> Friday, April 19, 2013 11:57 PM<br>
<b>To:</b> Yogini Joshi<br>
<b>Cc:</b> Kepler-dev (<a class="moz-txt-link-abbreviated" href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a>)<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 moz-do-not-send="true"
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 moz-do-not-send="true" href="mailto:Kepler-dev@kepler-project.org">Kepler-dev@kepler-project.org</a><o:p></o:p></pre>
<pre><a moz-do-not-send="true" 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 moz-do-not-send="true" href="mailto:cxh@eecs.berkeley.edu">cxh@eecs.berkeley.edu</a>, 707.332.0670 (Office: 545Q Cory)<o:p></o:p></pre>
</div>
<p><br>
</p>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Christopher Brooks, PMP University of California
Academic Program Manager & Software Engineer US Mail: 337 Cory Hall
CHESS/iCyPhy/Ptolemy/TerraSwarm Berkeley, CA 94720-1774
<a class="moz-txt-link-abbreviated" href="mailto:cxh@eecs.berkeley.edu">cxh@eecs.berkeley.edu</a>, 707.332.0670 (Office: 545Q Cory)
</pre>
</body>
</html>