summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2015-March/000521.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-29 12:39:49 +0200
committerLoïc Hoguin <[email protected]>2016-08-29 12:40:03 +0200
commitc807880f7ac73f813b2660ea81a00f7712a4e793 (patch)
treeba1d09e9b177f230665a80513b33fbd532000ce4 /_build/static/archives/extend/2015-March/000521.html
parentb1df25a7d9cda697513650659b781b55b40898f8 (diff)
downloadninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip
Add old mailing list archives
Diffstat (limited to '_build/static/archives/extend/2015-March/000521.html')
-rw-r--r--_build/static/archives/extend/2015-March/000521.html131
1 files changed, 131 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2015-March/000521.html b/_build/static/archives/extend/2015-March/000521.html
new file mode 100644
index 00000000..ba83f013
--- /dev/null
+++ b/_build/static/archives/extend/2015-March/000521.html
@@ -0,0 +1,131 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] cowboy websocket example runtime error
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%20websocket%20example%20runtime%20error&In-Reply-To=%3CCACBD901-72BF-4E5A-9AE0-D16D00E787F1%40wanadoo.fr%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000520.html">
+ <LINK REL="Next" HREF="000522.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy websocket example runtime error</H1>
+ <B>Samir Sow</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%20websocket%20example%20runtime%20error&In-Reply-To=%3CCACBD901-72BF-4E5A-9AE0-D16D00E787F1%40wanadoo.fr%3E"
+ TITLE="[99s-extend] cowboy websocket example runtime error">samset at wanadoo.fr
+ </A><BR>
+ <I>Thu Mar 19 19:01:38 CET 2015</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000520.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI>Next message: <A HREF="000522.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#521">[ date ]</a>
+ <a href="thread.html#521">[ thread ]</a>
+ <a href="subject.html#521">[ subject ]</a>
+ <a href="author.html#521">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>You mean where src, priv, ebin, deps &#8230; are, right ?
+
+Samir
+
+&gt;<i> On 19 mars 2015, at 18:56, Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:
+</I>&gt;<i>
+</I>&gt;<i> ERL_LIBS should point to the lib directory (where the application directories are), not to the root directory of the release.
+</I>&gt;<i>
+</I>&gt;<i> On 03/19/2015 06:46 PM, Samir Sow wrote:
+</I>&gt;&gt;<i> I&#8217;ve exported ERL_LIBS=&lt;root_dir&gt; before erl execution. but got same error ...
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> On 19 mars 2015, at 18:40, Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> If you don't use the release start script it can still work but you must define ERL_LIBS to let Erlang know where applications are located (-pa **ebin only says where *beams* are located).
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Maybe more things.
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> On 03/19/2015 06:31 PM, Samir Sow wrote:
+</I>&gt;&gt;&gt;&gt;<i> Manually from the application root dir.
+</I>&gt;&gt;&gt;&gt;<i> with exec erl &lt;paths&gt;
+</I>&gt;&gt;&gt;&gt;<i> Then starting all required applications
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i> Not very clever i admit but could not print debug info with _rel/bin/websocket
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i> Samir
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> On 19 mars 2015, at 18:10, Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> How do you run it?
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> On 03/19/2015 06:08 PM, Samir Sow wrote:
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> Hi there,
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> I would appreciate your help to understand the following error when running the websocket example.
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> Context is :
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> ERL 17
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> Cowboy 2.0.0-pre (master)
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> no source modification
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> =ERROR REPORT==== 19-Mar-2015::18:04:36 ===
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> Error in process &lt;0.160.0&gt; with exit value: {[{reason,{badarg,&quot;Can't resolve the priv_dir of application websocket&quot;}},{mfa,{cowboy_static,init,2}},{stacktrace,[{cowboy_static,priv_path,2,[{file,&quot;src/cowboy_static.erl&quot;},{line,66}]},{cowboy_static,init_opts,2,[{file&#8230;
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> Thank you.
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> Samir
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> _______________________________________________
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> Extend mailing list
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
+</I>&gt;&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> --
+</I>&gt;&gt;&gt;&gt;&gt;<i> Lo&#239;c Hoguin
+</I>&gt;&gt;&gt;&gt;&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> --
+</I>&gt;&gt;&gt;<i> Lo&#239;c Hoguin
+</I>&gt;&gt;&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Lo&#239;c Hoguin
+</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000520.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI>Next message: <A HREF="000522.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#521">[ date ]</a>
+ <a href="thread.html#521">[ thread ]</a>
+ <a href="subject.html#521">[ subject ]</a>
+ <a href="author.html#521">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>