<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/ailivecomplete/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Aug 2015 17:58:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ailivecomplete/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for FAQ page</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;how fix this error?&lt;br/&gt;
admin@admin:~$ java -cp /opt/SourceAppinventor-master/buildserver/lib/* -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.Main --inputZipFile /Escritorio/testeo.zip --userName demo@gmail.com --outputDir /Escritorio&lt;br/&gt;
Exception in thread "main" java.lang.NoClassDefFoundError: /opt/SourceAppinventor-master/buildserver/lib/asm-3/1/jar&lt;br/&gt;
Caused by: java.lang.ClassNotFoundException: .opt.SourceAppinventor-master.buildserver.lib.asm-3.1.jar&lt;br/&gt;
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;br/&gt;
    at java.security.AccessController.doPrivileged(Native Method)&lt;br/&gt;
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;br/&gt;
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;br/&gt;
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;br/&gt;
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;br/&gt;
Could not find the main class: /opt/SourceAppinventor-master/buildserver/lib/asm-3.1.jar.  Program will exit.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matias Camusso</dc:creator><pubDate>Tue, 04 Aug 2015 17:58:41 -0000</pubDate><guid>https://sourceforge.net9b4e1dbab71c37f7ef2e2c9ecac0684a6aaf54a9</guid></item><item><title>FAQ modified by M. Hossein Amerkashi</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -27,9 +27,15 @@
 * Make sure that you DO NOT start the build server; i.e. DO NOT run the WinStartBuildServer.cmd
 * Run the command below from a DOS window. Please make sure that you update it to point to your source AI file and output destination folder and your email address (see bold text below)

-You have to open a DOS window and cd to folder:    ailivecomplete\buildserver\lib
+You have to open a DOS window and cd to:    ailivecomplete\buildserver\lib

 "%JAVA_HOME%\bin\java" -Xmx1g -cp BuildServer.jar;CommonUtils.jar;CommonVersion.jar;FastInfoset-1.2.2.jar;activation-1.1.jar;args4j-2.0.18.jar;asm-3.1.jar;commons-io-2.0.1.jar;grizzly-servlet-webserver-1.9.18-i.jar;guava-14.0.1.jar;http-20070405.jar;jackson-core-asl-1.9.4.jar;jaxb-api-2.1.jar;jaxb-impl-2.1.10.jar;jaxb-xjc.jar;jdom-1.0.jar;jersey-bundle-1.3.jar;jersey-multipart-1.3.jar;jettison-1.1.jar;json.jar;jsr311-api-1.1.1.jar;localizer.jar;mail-1.4.jar;rome-0.9.jar;sdklib.jar;stax-api-1.0-2.jar;wadl-cmdline.jar;wadl-core.jar;wadl2java.jar -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.Main  --inputZipFile &lt;b&gt;C:\Users\Me\Downloads\SQLite3.zip&lt;/b&gt; --userName &lt;b&gt;kkashi01@gmail.com&lt;/b&gt; --outputDir &lt;b&gt;C:\Users\Me\Downloads&lt;/b&gt;
+
+If you have an older version of Windows and it complains about line length, cd to root folder of AiLiveComplete. Then enter the following (update to point to your zip and output location):
+"%JAVA_HOME%\bin\java" -Xmx1g -cp "BuildServer/lib/*" -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.Main --inputZipFile &lt;b&gt;c:\users\me\downloads\testAiCom135.zip&lt;/b&gt;  --userName joe@gmail.com --outputDir &lt;b&gt;C:\Users\Me\Downloads&lt;/b&gt;
+
+
+

 ##### &lt;b&gt;When starting the server, screen flashes and then disappears&lt;/b&gt;
 This could be because you have a run-away java process. In another word, you killed (closed console) the last session by simply hitting the X in the console bar. To properly shut-down the server, use Control-C and respond Y to shutdown.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Hossein Amerkashi</dc:creator><pubDate>Thu, 19 Dec 2013 17:48:48 -0000</pubDate><guid>https://sourceforge.net15bc7fc6af8da7d69101a5321ec87b1309406ac7</guid></item><item><title>FAQ modified by M. Hossein Amerkashi</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -35,3 +35,11 @@
 This could be because you have a run-away java process. In another word, you killed (closed console) the last session by simply hitting the X in the console bar. To properly shut-down the server, use Control-C and respond Y to shutdown.

 To kill the runaway java process, in Windows, start-up your task manager, search for 'Java' process and kill the process.
+
+
+##### &lt;b&gt; I like to reset / refresh my app engine database&lt;/b&gt;
+&lt;font color="red"&gt;Note: Refreshing may CLEAR all your projects. We are not responsible for your project loss.&lt;/font&gt;
+1. Shut down your AI server
+2. cd to AIServer\WEB-INF\appengine-generated
+3. Rename local_db.bin to like local_db.bin.MMdd   where MM is the month and dd is the day
+4. Restart your AI server
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Hossein Amerkashi</dc:creator><pubDate>Fri, 25 Oct 2013 19:18:13 -0000</pubDate><guid>https://sourceforge.net806dc817c25ee326940104e65b91b2518edc48d4</guid></item><item><title>FAQ modified by M. Hossein Amerkashi</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -30,3 +30,8 @@
 You have to open a DOS window and cd to folder:    ailivecomplete\buildserver\lib

 "%JAVA_HOME%\bin\java" -Xmx1g -cp BuildServer.jar;CommonUtils.jar;CommonVersion.jar;FastInfoset-1.2.2.jar;activation-1.1.jar;args4j-2.0.18.jar;asm-3.1.jar;commons-io-2.0.1.jar;grizzly-servlet-webserver-1.9.18-i.jar;guava-14.0.1.jar;http-20070405.jar;jackson-core-asl-1.9.4.jar;jaxb-api-2.1.jar;jaxb-impl-2.1.10.jar;jaxb-xjc.jar;jdom-1.0.jar;jersey-bundle-1.3.jar;jersey-multipart-1.3.jar;jettison-1.1.jar;json.jar;jsr311-api-1.1.1.jar;localizer.jar;mail-1.4.jar;rome-0.9.jar;sdklib.jar;stax-api-1.0-2.jar;wadl-cmdline.jar;wadl-core.jar;wadl2java.jar -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.Main  --inputZipFile &lt;b&gt;C:\Users\Me\Downloads\SQLite3.zip&lt;/b&gt; --userName &lt;b&gt;kkashi01@gmail.com&lt;/b&gt; --outputDir &lt;b&gt;C:\Users\Me\Downloads&lt;/b&gt;
+
+##### &lt;b&gt;When starting the server, screen flashes and then disappears&lt;/b&gt;
+This could be because you have a run-away java process. In another word, you killed (closed console) the last session by simply hitting the X in the console bar. To properly shut-down the server, use Control-C and respond Y to shutdown.
+
+To kill the runaway java process, in Windows, start-up your task manager, search for 'Java' process and kill the process.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Hossein Amerkashi</dc:creator><pubDate>Wed, 23 Oct 2013 14:12:07 -0000</pubDate><guid>https://sourceforge.net9c0e14ea66f45ae23c79d51c89ee7dcd9d808de5</guid></item><item><title>FAQ modified by M. Hossein Amerkashi</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -24,7 +24,8 @@

 ##### &lt;b&gt;How can I build for apps that are larger than 5mb?&lt;/b&gt; 
-Run the command below from a DOS window. Please make sure that you update it to point to your source AI file and output destination folder and your email address (see bold text below)
+* Make sure that you DO NOT start the build server; i.e. DO NOT run the WinStartBuildServer.cmd
+* Run the command below from a DOS window. Please make sure that you update it to point to your source AI file and output destination folder and your email address (see bold text below)

 You have to open a DOS window and cd to folder:    ailivecomplete\buildserver\lib

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Hossein Amerkashi</dc:creator><pubDate>Sat, 28 Sep 2013 18:12:07 -0000</pubDate><guid>https://sourceforge.net538a1173cd3849c0a8c1be543f2be452d447fb79</guid></item><item><title>FAQ modified by M. Hossein Amerkashi</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,18 +1,21 @@
 Frequently Asked Questions
 ===========================

-&lt;b&gt;What's the installation process?&lt;/b&gt;
+
+##### &lt;b&gt;What's the installation process?&lt;/b&gt; 
 Please check the installation guide on the wiki [HERE](https://sourceforge.net/p/ailivecomplete/wiki/Summary/)

-&lt;b&gt;I'm unable to package / download to my computer&lt;/b&gt;
+
+##### &lt;b&gt;I'm unable to package / download to my computer&lt;/b&gt;
 This usually means that you need to increase the java heap size. Close your buildserver (if already running), then for Windows and make sure that you use WinStartBuildServerWithHeap.cmd to start your buildserver - please make sure that you don't have other buildservers running.

-&lt;b&gt;When opening blocks editor, I get 'Cannot find cache resource for url'&lt;/b&gt;
+##### &lt;b&gt;When opening blocks editor, I get 'Cannot find cache resource for url'&lt;/b&gt;
 This has to do with java cache. You need to clear out the java cache. Please see the YouTube video below for fixing this issue: 
 https://www.youtube.com/watch?v=uI9RbmT9PKs

-&lt;b&gt;What files should I download&lt;/b&gt;
+
+##### &lt;b&gt;What files should I download&lt;/b&gt; 
 &lt;i&gt;AiLiveCompleteV1.34.zip - &lt;/i&gt;this includes the binary / executable files and contains everything necessary to run your offline AI server.

 &lt;i&gt;exampleFontFace.zip - &lt;/i&gt;optional - includes an example source file that can be uploaded to offline AI Server. It demonstrate usage of custom fonts
@@ -20,7 +23,7 @@
 &lt;i&gt;app-inventor-private.zip - &lt;/i&gt;optional - includes all the source files

-&lt;b&gt;How can I build for apps that are larger than 5mb?&lt;/b&gt;
+##### &lt;b&gt;How can I build for apps that are larger than 5mb?&lt;/b&gt; 
 Run the command below from a DOS window. Please make sure that you update it to point to your source AI file and output destination folder and your email address (see bold text below)

 You have to open a DOS window and cd to folder:    ailivecomplete\buildserver\lib
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Hossein Amerkashi</dc:creator><pubDate>Fri, 20 Sep 2013 13:18:46 -0000</pubDate><guid>https://sourceforge.net4d0c264711a5097e88096b1f10646b137ac1668c</guid></item><item><title>FAQ modified by M. Hossein Amerkashi</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -18,3 +18,11 @@
 &lt;i&gt;exampleFontFace.zip - &lt;/i&gt;optional - includes an example source file that can be uploaded to offline AI Server. It demonstrate usage of custom fonts

 &lt;i&gt;app-inventor-private.zip - &lt;/i&gt;optional - includes all the source files
+
+
+&lt;b&gt;How can I build for apps that are larger than 5mb?&lt;/b&gt;
+Run the command below from a DOS window. Please make sure that you update it to point to your source AI file and output destination folder and your email address (see bold text below)
+
+You have to open a DOS window and cd to folder:    ailivecomplete\buildserver\lib
+
+"%JAVA_HOME%\bin\java" -Xmx1g -cp BuildServer.jar;CommonUtils.jar;CommonVersion.jar;FastInfoset-1.2.2.jar;activation-1.1.jar;args4j-2.0.18.jar;asm-3.1.jar;commons-io-2.0.1.jar;grizzly-servlet-webserver-1.9.18-i.jar;guava-14.0.1.jar;http-20070405.jar;jackson-core-asl-1.9.4.jar;jaxb-api-2.1.jar;jaxb-impl-2.1.10.jar;jaxb-xjc.jar;jdom-1.0.jar;jersey-bundle-1.3.jar;jersey-multipart-1.3.jar;jettison-1.1.jar;json.jar;jsr311-api-1.1.1.jar;localizer.jar;mail-1.4.jar;rome-0.9.jar;sdklib.jar;stax-api-1.0-2.jar;wadl-cmdline.jar;wadl-core.jar;wadl2java.jar -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.Main  --inputZipFile &lt;b&gt;C:\Users\Me\Downloads\SQLite3.zip&lt;/b&gt; --userName &lt;b&gt;kkashi01@gmail.com&lt;/b&gt; --outputDir &lt;b&gt;C:\Users\Me\Downloads&lt;/b&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Hossein Amerkashi</dc:creator><pubDate>Fri, 20 Sep 2013 13:14:01 -0000</pubDate><guid>https://sourceforge.net63cf02239ff6d57214f14c96e440bd453a21f36d</guid></item><item><title>FAQ modified by M. Hossein Amerkashi</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -11,3 +11,10 @@
 &lt;b&gt;When opening blocks editor, I get 'Cannot find cache resource for url'&lt;/b&gt;
 This has to do with java cache. You need to clear out the java cache. Please see the YouTube video below for fixing this issue: 
 https://www.youtube.com/watch?v=uI9RbmT9PKs
+
+&lt;b&gt;What files should I download&lt;/b&gt;
+&lt;i&gt;AiLiveCompleteV1.34.zip - &lt;/i&gt;this includes the binary / executable files and contains everything necessary to run your offline AI server.
+
+&lt;i&gt;exampleFontFace.zip - &lt;/i&gt;optional - includes an example source file that can be uploaded to offline AI Server. It demonstrate usage of custom fonts
+
+&lt;i&gt;app-inventor-private.zip - &lt;/i&gt;optional - includes all the source files
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Hossein Amerkashi</dc:creator><pubDate>Sun, 28 Jul 2013 15:16:50 -0000</pubDate><guid>https://sourceforge.netea4850e9cb8d39c2e11386117d0eae5ac47d41d3</guid></item><item><title>Discussion for FAQ page</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Which version of companion should I use to connect my phone ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arashmh</dc:creator><pubDate>Sun, 14 Jul 2013 17:59:03 -0000</pubDate><guid>https://sourceforge.net0ff374b31ff23ab1419a5e8a4cdc0f05665d2bad</guid></item><item><title>Discussion for FAQ page</title><link>https://sourceforge.net/p/ailivecomplete/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hossein&lt;br /&gt;
I tried to remove the exclamation mark in my path as u told me on AI4A forum.. well that solved the issue now both AI4A and AiLiveComplete are working on my machine..&lt;br /&gt;
thank you very much&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arashmh</dc:creator><pubDate>Sun, 14 Jul 2013 16:29:16 -0000</pubDate><guid>https://sourceforge.net2b44ce739ec16b161cf69269defdc717dd2758c2</guid></item></channel></rss>