<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">ProcessOne Discussion Forums</title>
    <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/" />
    <link rel="self" type="application/atom+xml" href="http://www.process-one.net/en/forum/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2012</rights>
    <generator uri="http://expressionengine.com/" version="1.7.0">ExpressionEngine</generator>
    <id>tag:process-one.net,2012:01:27</id>


    <entry>
      <title>It is possible to load a local application instead a remote one &#63;</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/292/" />      
      <id>tag:process-one.net,2009:en/forum/viewthread/.292</id>
      <published>2009-12-01T19:45:27Z</published>
      <updated></updated>
      <author><name>Enrique</name></author>
      <content type="html">
      <![CDATA[
        <p>hello,</p>

<p>I want to use my erlang app with CEAN, so I need, somehow load it into CEAN, it is possible?</p>

<p>Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>CEAN&#45;2.0 comming soon</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/565/" />      
      <id>tag:process-one.net,2011:en/forum/viewthread/.565</id>
      <published>2011-03-09T11:08:35Z</published>
      <updated></updated>
      <author><name>Christophe Romain</name></author>
      <content type="html">
      <![CDATA[
        <p>Read <a href="http://www.process-one.net/en?URL=http%3A%2F%2Fcean.process-one.net%2Fnews%2F">the news</a> on CEAN web site
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Programatically pull Erlang download</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/654/" />      
      <id>tag:process-one.net,2011:en/forum/viewthread/.654</id>
      <published>2011-11-13T18:20:56Z</published>
      <updated></updated>
      <author><name>Ryan Molden</name></author>
      <content type="html">
      <![CDATA[
        <p>Is there a way to programatically pull the Erlang R12 (or really &#8216;latest&#8217;) installer from here? I have a program that relies on Erlang and I wanted to give the user the choice to auto-install it if it wasn&#8217;t discovered on their system. I looked at the download page on the site but it appears I would need to muck with the form and post back results. A REST API or some similar webservice type interface for pulling the installer would be much nicer. Does such a thing exist?</p>

<p>Ryan
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>esdl packaging and code don&#8217;t agree</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/640/" />      
      <id>tag:process-one.net,2011:en/forum/viewthread/.640</id>
      <published>2011-10-06T23:11:16Z</published>
      <updated></updated>
      <author><name>Geoff Shannon</name></author>
      <content type="html">
      <![CDATA[
        <p>Just a bit ago I was trying to get setup to use esdl to write games using erlang.&nbsp; So I downloaded and installed it from cean, and then tried to run sdl:init/1.</p>

<p>It failed, giving me the message:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">Driver&nbsp;Failed&nbsp;&#123;error</span><span style="color: #007700">,</span><span style="color: #0000BB">&#123;open_error</span><span style="color: #007700">,-</span><span style="color: #0000BB">10&#125;&#125;&nbsp;</span>
</span>
</code></div>

<p>after much futzing around, I discovered that what this cryptic error message actually means is:<br />
&#8220;cannot open shared object file: No such file or directory&#8221;</p>

<p>Looking into it further, I discovered that the hierarchy of the esdl package was not what the code in the init function was expecting to find.&nbsp; </p>

<p>My cean-created path to the sdl_driver.so was this:</p>

<p>esdl-0.96.0626/priv/linux-x86/lib/sdl_driver.so</p>

<p>but a cursory inspection of the code in sdl.erl revealed that it expected the .so file to be located directly inside priv/</p>

<p>The way that I fixed this issue was to modify the directory structure so that sdl_driver.so was located directly inside of priv/&nbsp;  Then everything worked just fine.</p>

<p>I couldn&#8217;t find any information about this issue, so I figured I&#8217;d post about it here to help other people out.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Unable to install Tsung and Erlang in Red Hat Linux</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/382/" />      
      <id>tag:process-one.net,2010:en/forum/viewthread/.382</id>
      <published>2010-06-08T09:43:47Z</published>
      <updated>2010-06-08T09:45:18Z</updated>
      <author><name>schakrabarty29</name></author>
      <content type="html">
      <![CDATA[
        <p>I am using Red Hat Linux. I have followed the below steps:<br />
1. I have downloaded the erlang package un der /saurabh directory. <br />
2. Then did un-tar of &#8216;otp_src_R13B04.tar.gz&#8217;. Now from &#8216;/saurabh/otp_src_R13B04&#8217; ran command &#8216;./configure&#8217;. It did someting. Attached is the file &#8216;erlangInstall.txt&#8217; (in Attachememt.zip) which lists the ./configure process. Below warning observed:<br />
configure: WARNING: No odbc library found skipping odbc<br />
configure: WARNING: &#8220;ODBC library - link check failed&#8221;<br />
configure: WARNING:<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   wxWidgets must be installed on your system.</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   Please check that wx-config is in path, the directory<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   where wxWidgets libraries are installed (returned by<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   &#8216;wx-config&#8212;libs&#8217; or &#8216;wx-config&#8212;static&#8212;libs&#8217; command)<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   is in LD_LIBRARY_PATH or equivalent variable and<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   wxWidgets version is 2.8.4 or above.<br />
configure: WARNING: No &#8216;fop&#8217; command found: the documentation can not be built<br />
configure: WARNING: Could not find any usable java compiler, will skip: jinterface</p>

<p>3. Now did un-tar of &#8216;tsung-1.3.1.tar.gz&#8217;.<br />
4. Then from &#8216;/saurabh/tsung-1.3.1&#8217; folder ran &#8216;./congure&#8217;. It showed following output:<br />
[root@AUT-LIN-IMASR1 tsung-1.3.1]# ./configure<br />
checking for sed&#8230; /bin/sed<br />
checking for erlc&#8230; no<br />
checking for erl&#8230; no<br />
checking for prefix by checking for erl&#8230; no<br />
checking for erlc&#8230; erlc<br />
checking for erl&#8230; erl<br />
checking for Erlang/OTP root directory&#8230; configure: error: in `/saurabh/tsung-1.3.1&#8217;:<br />
configure: error: test Erlang program execution failed<br />
See `config.log&#8217;&nbsp; for more details.[/color]
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Erlang/Cean Newbie Question</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/432/" />      
      <id>tag:process-one.net,2010:en/forum/viewthread/.432</id>
      <published>2010-09-13T21:10:14Z</published>
      <updated></updated>
      <author><name>mephi</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>i tried to install eldap with cean:install(eldap). But how do i access eldap functionality now? I tried it with eldap: ... but it seems that doesnt exist :/<br />
Can anyone help me?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Problem in tsung Recording</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/418/" />      
      <id>tag:process-one.net,2010:en/forum/viewthread/.418</id>
      <published>2010-08-17T13:34:15Z</published>
      <updated></updated>
      <author><name>jayasree</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>&nbsp; After I start the tsung recording in the command line as tsung-recorder start and open the browser and record some transactions but in the mean time the console shows the following error:</p>

<p>Crash dump was written to: erl_crash.dump<br />
no next heap size found: -1329021222, offset 0</p>

<p>And stops recording.</p>

<p>If any one has the solution ,please reply ASAP.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>header files path trouble</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/51/" />      
      <id>tag:process-one.net,2007:en/forum/viewthread/.51</id>
      <published>2007-05-21T18:58:42Z</published>
      <updated></updated>
      <author><name>rsaccon</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all</p>

<p>I was using cean while yaws was still installed at &#8220;default&#8221; location. Now I switched computers and realized that it is a bit ugly to set include path for the yaws header file inside custom erlang code with hardcoded file names. And even more ugly when updating via cean the yaws version. Anybody has a good idea how to handle that ?</p>

<p>regards<br />
Roberto
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Adobe Flex &#45; Erlang connectivity&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/214/" />      
      <id>tag:process-one.net,2009:en/forum/viewthread/.214</id>
      <published>2009-03-18T20:20:58Z</published>
      <updated></updated>
      <author><name>Dean Schulze</name></author>
      <content type="html">
      <![CDATA[
        <p>Does anyone know of any examples of how to get Adobe Flex to communicate with Erlang?</p>

<p>Flex on the client and Erlang on the back end would be a real best-of-breed system.</p>

<p>Thanks.</p>

<p>Dean
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Incorrect content type upon download</title>
      <link rel="alternate" type="text/html" href="http://www.process-one.net/en/forum/viewthread/301/" />      
      <id>tag:process-one.net,2009:en/forum/viewthread/.301</id>
      <published>2009-12-18T18:50:36Z</published>
      <updated></updated>
      <author><name>Raph</name></author>
      <content type="html">
      <![CDATA[
        <p>I just tried to download the CEAN installer for mac os x 86 (R12B developer) and the content type appears to be set as text/plain which causes the whole program to display in my browser windows. I am using google chrome, it seems like the browser isnt smart enough to handle .bin files, maybe the content type should be set to application/octet-stream or the content zipped in a zip file avoid that ?
</p>
      ]]>
      </content>
    </entry>


</feed>
