<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic issue with tomcat in the demo in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81898#M54859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After trying unsuccessfully for two hours to make the demo work for me, here's the detailed walkthrough of the problem;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) brand new install (every time I encounter the problem) of activiti 5.9;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) run ant demo.start from the setup folder;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I get full install with few warnings, but in the last step the browser page is loaded with 404 error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not Found&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The requested URL /activiti-explorer was not found on this server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(note its connecting at the default 8080 port)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) looking at the tomcat logs I see the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mar 25, 2012 8:00:31 PM org.apache.coyote.http11.Http11Protocol init&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: Error initializing endpoint&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.net.BindException: Address already in use &amp;lt;null&amp;gt;:8080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) checking with lsof -i -P reveals that this port is in fact not in use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) I've tried restarting cpl of times and starting from clean install to no avail;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My setup is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mac OS X, 10.6.8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java -version:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java version "1.6.0_29"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-10M3527)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;echo $JAVA_HOME:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/System/Library/Java/JavaVirtualMachines/&lt;/SPAN&gt;&lt;A href="http://1.6.0.jdk/Contents/Home/" rel="nofollow noopener noreferrer"&gt;1.6.0.jdk/Contents/Home/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried few other values for $JAVA_HOME with outright exceptions or the same tomcat error. Incidentally, when $JAVA_HOME is empty it has the same outcome as the proper path shown above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can provide more detail if needed. May be it's my Mac's setup, but I don't want to continue fiddling with it. Any help is greatly appreciated since I'm keen to use Activiti as part of a much larger project which is aimed at serving a large industrial and academic base.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Mar 2012 20:49:55 GMT</pubDate>
    <dc:creator>peted</dc:creator>
    <dc:date>2012-03-25T20:49:55Z</dc:date>
    <item>
      <title>issue with tomcat in the demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81898#M54859</link>
      <description>Hi,After trying unsuccessfully for two hours to make the demo work for me, here's the detailed walkthrough of the problem;1) brand new install (every time I encounter the problem) of activiti 5.9;2) run ant demo.start from the setup folder;3) I get full install with few warnings, but in the last ste</description>
      <pubDate>Sun, 25 Mar 2012 20:49:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81898#M54859</guid>
      <dc:creator>peted</dc:creator>
      <dc:date>2012-03-25T20:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: issue with tomcat in the demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81899#M54860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Had any luck? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also try checking out the source code, then going to explorer and running it with Jetty. This is what you may have to do ultimately if you wish to extend explorer (in itself a bit of a mission, since you have to get the Maven packaging right, and the demo is a step in the wrong direction, in my mind).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:00:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81899#M54860</guid>
      <dc:creator>nico1</dc:creator>
      <dc:date>2012-04-02T19:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: issue with tomcat in the demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81900#M54861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can u check with tomcat bootstrap.exe file ,because they are not mentioning jdk version in this file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 06:23:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81900#M54861</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-10T06:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: issue with tomcat in the demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81901#M54862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@peted/ Can you check if any java-processes are still running, when you get the "port in use" exception? (eg: ps -ef | grep java)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 07:14:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-tomcat-in-the-demo/m-p/81901#M54862</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-10T07:14:57Z</dc:date>
    </item>
  </channel>
</rss>

