<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
<title>StackTrace</title>
<link>http://forum.adaptj.com//index.php</link>
<generator>phpBB3 RSS Builder 1.0.3</generator>
<description>StackTrace support forums</description>
<language>de</language>
<item>
	<title>Re: Error on OS X</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-11-07 &lt;br /&gt;&lt;br /&gt;Thank you for reporting this problem.&lt;br /&gt;The web start version has been updated. Please try again.&lt;br /&gt;In case you encounter the issue again please report your system&#039;s architecture (ppc,ppc64,x86_64,etc.)</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=68&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Error on OS X</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3298&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;kazoobrewer&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-11-06 &lt;br /&gt;&lt;br /&gt;Running my application on OS X (through Eclipse), I received the following error on taking a thread dump:&lt;br /&gt;&lt;br /&gt;dyld: lazy symbol binding failed: Symbol not found: _close$UNIX2003&lt;br /&gt;  Referenced from: /Users/michael/Library/Caches/Java/cache/javaws/http/Dwww.adaptj.com/P80/DMwebstart/DMstacktrace/DMapp/RNmacproc.jar/libdump.jnilib&lt;br /&gt;  Expected in: /usr/lib/libSystem.B.dylib&lt;br /&gt;&lt;br /&gt;dyld: Symbol not found: _close$UNIX2003&lt;br /&gt;  Referenced from: /Users/michael/Library/Caches/Java/cache/javaws/http/Dwww.adaptj.com/P80/DMwebstart/DMstacktrace/DMapp/RNmacproc.jar/libdump.jnilib&lt;br /&gt;  Expected in: /usr/lib/libSystem.B.dylib&lt;br /&gt;&lt;br /&gt;That application crashes with the above printed to stderr.  StackTrace does show a thread dump in its console.&lt;br /&gt;&lt;br /&gt;OS X 10.4.11&lt;br /&gt;Java 1.5.0_16&lt;br /&gt;StackTrace 2.5.10.0</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=68&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3191&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;fphan&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-11-03 &lt;br /&gt;&lt;br /&gt;I performed all the suggestions above (clearing cache, deleting application via javaws -viewer, etc.) and am still getting the &amp;quot;no valid license&amp;quot; message.&lt;br /&gt;com.adaptj.expdate says &amp;quot;2008/11/01&amp;quot;&lt;br /&gt;&lt;br /&gt;Please help.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Bytecode debugging</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;admin&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-10-23 &lt;br /&gt;&lt;br /&gt;The latest version of StackTrace (2.5.10 still in beta) introduces a new command for interpreting method bytecode.&lt;br /&gt;Here is an example:&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;#&quot; onclick=&quot;selectCode(this); return false;&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;&lt;br /&gt;bsh % methods(String.class);&lt;br /&gt;...&lt;br /&gt;93: toUpperCase() -&amp;gt; java.lang.String # public&lt;br /&gt;94: trim() -&amp;gt; java.lang.String # public&lt;br /&gt;95: valueOf(boolean) -&amp;gt; java.lang.String # public static&lt;br /&gt;...&lt;br /&gt;bsh % m = methods(String.class)&#91;94&#93;;&lt;br /&gt;...&lt;br /&gt;bsh % i = interpret(m, &amp;quot; Hello world!&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;);&lt;br /&gt;&amp;lt;com.adaptj.shell.bytecode.MethodScript@8ee016&amp;gt;&lt;br /&gt;bsh % i.step();i.status();&lt;br /&gt;&amp;lt;true&amp;gt;&lt;br /&gt;bsh % &lt;br /&gt;Locals:&lt;br /&gt;0: &amp;quot; Hello world!&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;&lt;br /&gt;&lt;br /&gt;Stack:&lt;br /&gt;&amp;quot; Hello world!&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; 0: aload(0)&lt;br /&gt;&amp;gt; 1: get_field(&amp;quot;java.lang.String&amp;quot;, &amp;quot;count&amp;quot;, &amp;quot;I&amp;quot;)&lt;br /&gt;&amp;nbsp; 2: istore(1)&lt;br /&gt;&amp;nbsp; 3: iconst_0()&lt;br /&gt;&amp;nbsp; &amp;nbsp; ...&lt;br /&gt;bsh % i.go();&lt;br /&gt;&amp;lt;Hello world!&amp;gt;&lt;br /&gt;bsh % &lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;It allows full access to the stack, the local variables, and the execution flow. &lt;br /&gt;When combined with the existing breakpoint command (not fully integrated yet), it makes it possible to interpret the method in the same context (thread, class loader, etc.) where the actual bytecode is executed.&lt;br /&gt;In summary, for Java 6 one can attach to a running application without any preparation, set a breakpoint, step through the code, modify the stack, the locals, or the flow, and then detach in most cases with no side effects. &lt;br /&gt;Please share any suggestions for improving this functionality.&lt;br /&gt;&lt;br /&gt;Here are some useful commands to get you started with using the StackTrace console.&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;methods(String.class)&lt;/span&gt; or &lt;span style=&quot;font-weight: bold&quot;&gt;methods(&amp;quot;string object&amp;quot;)&lt;/span&gt; - returns an array of all methods for a class or an object.&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;fields(String.class)&lt;/span&gt; or &lt;span style=&quot;font-weight: bold&quot;&gt;fields(&amp;quot;string object&amp;quot;)&lt;/span&gt; - returns an array of read/write field accessors. &lt;br /&gt;The following code will print 0:&lt;span style=&quot;font-style: italic&quot;&gt; { s = &amp;quot;test&amp;quot;; fields(s).count = 0; print(s.length()); }&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;bytecode(m)&lt;/span&gt; - prints the method bytecode where m is a java.lang.reflect.Method instance&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;help()&lt;/span&gt; and &lt;span style=&quot;font-weight: bold&quot;&gt;list()&lt;/span&gt; to explore more commands.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=67&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Missing posts</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-09-24 &lt;br /&gt;&lt;br /&gt;There was a problem with the server hosting this site. The file system was corrupted and we had to restore the data from backup. As a result of that we lost the most recent posts in this forum. We apologize for the inconvenience. If you did not get your questions answered please post them again.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=66&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=2050&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;demcgreg&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-08-06 &lt;br /&gt;&lt;br /&gt;That&#039;s done the trick - I cleared my browser cache as well and that downloaded the correct file.&lt;br /&gt;&lt;br /&gt;Thanks!</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-08-06 &lt;br /&gt;&lt;br /&gt;Open Tools-&amp;gt;Local Console and copy/paste the following command:&lt;br /&gt;location(org.adaptj.shell.Main.class);&lt;br /&gt;Press &amp;lt;Enter&amp;gt;&lt;br /&gt;You will see where is your java web start cache. &lt;br /&gt;You can also run the following command and remove the tool if its is there:&lt;br /&gt;javaws -viewer&lt;br /&gt;Try to save the .jnlp file as text and check the same property. You may have something caching the old version of the file.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=2050&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;demcgreg&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-08-06 &lt;br /&gt;&lt;br /&gt;The com.adaptj.expdate is showing 2008/08/01, so it is not the latest license - How can I get the latest one?</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-08-06 &lt;br /&gt;&lt;br /&gt;Open Tools-&amp;gt;Java Properties scroll to the top and make sure that you see: com.adaptj.expdate 2008/09/01&lt;br /&gt;Check the system date on your computer too.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=2050&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;demcgreg&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-08-06 &lt;br /&gt;&lt;br /&gt;Thanks for the reply. I cleared the java web start cache and ensured that the application downloads the latest version, however the license error still appears.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-08-06 &lt;br /&gt;&lt;br /&gt;The license expires every month. Sometimes java web start does not detect the changes to the .jnlp file. In this case you should clean your java web start cache and start the tool again.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: no valid license when running via java web start</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=2050&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;demcgreg&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-08-05 &lt;br /&gt;&lt;br /&gt;Hi, &lt;br /&gt;&lt;br /&gt;There is a &amp;quot;No Valid License&amp;quot; error again.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;David</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=9&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: how to analyze the stack Trace</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-07-24 &lt;br /&gt;&lt;br /&gt;Solaris is not a supported platform.&lt;br /&gt;StackTrace&#039;s main strength is in acquiring thread dumps and additional information about the state of the VM and the running application.&lt;br /&gt;There are plenty of other tools for browsing and analyzing thread dumps.&lt;br /&gt;&lt;!-- m --&gt;&lt;a class=&quot;postlink&quot; href=&quot;https://tda.dev.java.net/&quot;&gt;&lt;!-- m --&gt;&lt;a class=&quot;postlink&quot; href=&quot;https://tda.dev.java.net/&quot;&gt;https://tda.dev.java.net/&lt;/a&gt;&lt;!-- m --&gt;&lt;/a&gt;&lt;!-- m --&gt;&lt;br /&gt;&lt;!-- m --&gt;&lt;a class=&quot;postlink&quot; href=&quot;http://sourceforge.net/projects/tdv/&quot;&gt;&lt;!-- m --&gt;&lt;a class=&quot;postlink&quot; href=&quot;http://sourceforge.net/projects/tdv/&quot;&gt;http://sourceforge.net/projects/tdv/&lt;/a&gt;&lt;!-- m --&gt;&lt;/a&gt;&lt;!-- m --&gt;&lt;br /&gt;&lt;!-- m --&gt;&lt;a class=&quot;postlink&quot; href=&quot;http://www.alphaworks.ibm.com/tech/jca&quot;&gt;&lt;!-- m --&gt;&lt;a class=&quot;postlink&quot; href=&quot;http://www.alphaworks.ibm.com/tech/jca&quot;&gt;http://www.alphaworks.ibm.com/tech/jca&lt;/a&gt;&lt;!-- m --&gt;&lt;/a&gt;&lt;!-- m --&gt;</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=65&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>how to analyze the stack Trace</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=1988&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;akshay_sst&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-07-23 &lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;How to analyze the stack trace created on Solaris machine using this tool with the help of kill -3 &amp;lt;pid&amp;gt; command?</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=65&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: Run StackTrace.exe as a Batch File</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-06-30 &lt;br /&gt;&lt;br /&gt;&amp;quot;Dump All&amp;quot; is the same as &amp;quot;jstack all&amp;quot;. This will dump the threads from all the running (compatible) JVMs.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=64&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: Run StackTrace.exe as a Batch File</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=1792&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;compdigt44&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-06-29 &lt;br /&gt;&lt;br /&gt;Thanks for the reply. There is some more information on what I need to do:&lt;br /&gt;- I need run &amp;quot;Dump All&amp;quot; java process to a text file via the command-line. The problem is when you try to run jstack you need to specify a PID is there someway to have jstacks.exe run from the command and have it dump &amp;quot;ALL&amp;quot; threads&amp;quot;.&lt;br /&gt;&lt;br /&gt;Please note I&#039;m new to this applicatoin and java so please bare with me.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=64&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: Run StackTrace.exe as a Batch File</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-06-29 &lt;br /&gt;&lt;br /&gt;If you want to get a thread dump from the command line you have to use jstack.exe or jstack.bat. They are located in the same directory with stacktrace.exe.&lt;br /&gt;For example the following command will print the thread dump of process with id 7865 to the standard output:&lt;br /&gt;jstack 7865&lt;br /&gt;&lt;br /&gt;You can use the Windows scheduler to run the jstack command too. In this case you have to make sure that your application and jstack are in the same session.&lt;br /&gt;The following discussion has an example but with the jinfo command:&lt;br /&gt;&lt;!-- l --&gt;&lt;a class=&quot;postlink-local&quot; href=&quot;http://forum.adaptj.com/viewtopic.php?f=2&amp;amp;t=14&quot;&gt;viewtopic.php?f=2&amp;amp;t=14&lt;/a&gt;&lt;!-- l --&gt;&lt;br /&gt;&lt;br /&gt;You can also run a BeanShell script. Take a look at the following discussion:&lt;br /&gt;&lt;!-- l --&gt;&lt;a class=&quot;postlink-local&quot; href=&quot;http://forum.adaptj.com/viewtopic.php?f=2&amp;amp;t=58&quot;&gt;viewtopic.php?f=2&amp;amp;t=58&lt;/a&gt;&lt;!-- l --&gt;&lt;br /&gt;The jstart command can execute scripts from the command line.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=64&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Run StackTrace.exe as a Batch File</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=1792&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;compdigt44&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-06-28 &lt;br /&gt;&lt;br /&gt;I just downloaded and installed this application to help troubleshoot one of our custom applications that was built for my company. The vendor that created this application has request. I need to run tread dumps on my server hosting this application three times a day but each time when stacktrace is run it needs to be run 4 times in a row. So here is my question for everyone, since I&#039;m new to stacktrace and not very good at scripting&lt;br /&gt;1) Can stacktrace.exe be run from the commandline?&lt;br /&gt;2) If so how would I make stacktrace run 4 times in a row? I was thinking about creating a batch file with 4 lines that would launch stack trace..&lt;br /&gt;&lt;br /&gt;please advise</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=64&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: 64 bit support</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-06-25 &lt;br /&gt;&lt;br /&gt;The latest version of the product (2.5.7) already has the 64-bit support enabled. Unfortunately Sun does not have Java Web Start for 64-bit VMs so the free version won&#039;t work.&lt;br /&gt;If you install  the standalone version and point the tool to a 64-bit JDK you will be able to try it.&lt;br /&gt;The .exe launchers now allow you to change the JRE. Before, they were searching only the registry.&lt;br /&gt;The search order is as follows:&lt;br /&gt;1. The corresponding .ini file&lt;br /&gt;2. ADAPTJ_JAVA_HOME environment variable&lt;br /&gt;3. The latest Java from the registry.&lt;br /&gt;4. JAVA_HOME</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=54&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

<item>
	<title>Re: Scripting an installation (including licence key)</title>
	<description> 
    Author: &lt;a href=http://forum.adaptj.com//memberlist.php?mode=viewprofile&amp;u=3&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;support&lt;/a&gt;&lt;br /&gt; 
    Forum: &lt;a href=http://forum.adaptj.com//viewforum.php?f=2&amp;sid=df7a8b8584616e9119a043880e5b4482&gt;General Discussion&lt;/a&gt; &lt;br /&gt;
    Date: 2008-05-01 &lt;br /&gt;&lt;br /&gt;The latest version (2.5.6) allows you to specify the JRE for the service.&lt;br /&gt;For example the following command will run the installer with its default settings but without starting the GUI.&lt;br /&gt;StackTraceSetup.exe /VERYSILENT  /SUPPRESSMSGBOXES  /JAVA=C:/Java/1.6.0_05&lt;br /&gt;It will also install the license if it is in the same directory as the installer and has the default name stackTraceLicense.txt&lt;br /&gt;There is also an option to use a different license file name and location: /LICENSE=C:\Temp\myLicense.txt&lt;br /&gt;&lt;br /&gt;The .exe launchers now allow you to change the JRE. Before, they were searching only the registry.&lt;br /&gt;The search order is as follows:&lt;br /&gt;1. The corresponding .ini file &lt;br /&gt;2. ADAPTJ_JAVA_HOME environment variable&lt;br /&gt;3. The latest Java from the registry.&lt;br /&gt;4. JAVA_HOME&lt;br /&gt;If you point to a 64-bit Java the tool will work only for 64-bit applications.</description>
	<link>http://forum.adaptj.com//viewtopic.php?f=2&amp;t=56&amp;sid=df7a8b8584616e9119a043880e5b4482</link>
</item>

</channel>
</rss>