summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-March/000520.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives/extend/2015-March/000520.html')
-rw-r--r--archives/extend/2015-March/000520.html125
1 files changed, 125 insertions, 0 deletions
diff --git a/archives/extend/2015-March/000520.html b/archives/extend/2015-March/000520.html
new file mode 100644
index 00000000..25104e5d
--- /dev/null
+++ b/archives/extend/2015-March/000520.html
@@ -0,0 +1,125 @@
+<!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=%3C550B0DB9.9030906%40ninenines.eu%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="000519.html">
+ <LINK REL="Next" HREF="000521.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] cowboy websocket example runtime error</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy%20websocket%20example%20runtime%20error&In-Reply-To=%3C550B0DB9.9030906%40ninenines.eu%3E"
+ TITLE="[99s-extend] cowboy websocket example runtime error">essen at ninenines.eu
+ </A><BR>
+ <I>Thu Mar 19 18:56:09 CET 2015</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000519.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI>Next message: <A HREF="000521.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#520">[ date ]</a>
+ <a href="thread.html#520">[ thread ]</a>
+ <a href="subject.html#520">[ subject ]</a>
+ <a href="author.html#520">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>ERL_LIBS should point to the lib directory (where the application
+directories are), not to the root directory of the release.
+
+On 03/19/2015 06:46 PM, Samir Sow wrote:
+&gt;<i> I&#8217;ve exported ERL_LIBS=&lt;root_dir&gt; before erl execution. but got same error ...
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&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;<i>
+</I>&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;<i>
+</I>&gt;&gt;<i> Maybe more things.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> On 03/19/2015 06:31 PM, Samir Sow wrote:
+</I>&gt;&gt;&gt;<i> Manually from the application root dir.
+</I>&gt;&gt;&gt;<i> with exec erl &lt;paths&gt;
+</I>&gt;&gt;&gt;<i> Then starting all required applications
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Not very clever i admit but could not print debug info with _rel/bin/websocket
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Samir
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i>
+</I>&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;<i>
+</I>&gt;&gt;&gt;&gt;<i> How do you run it?
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i> On 03/19/2015 06:08 PM, Samir Sow wrote:
+</I>&gt;&gt;&gt;&gt;&gt;<i> Hi there,
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&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;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> Context is :
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> ERL 17
+</I>&gt;&gt;&gt;&gt;&gt;<i> Cowboy 2.0.0-pre (master)
+</I>&gt;&gt;&gt;&gt;&gt;<i> no source modification
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> =ERROR REPORT==== 19-Mar-2015::18:04:36 ===
+</I>&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;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> Thank you.
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;&gt;<i> Samir
+</I>&gt;&gt;&gt;&gt;&gt;<i> _______________________________________________
+</I>&gt;&gt;&gt;&gt;&gt;<i> Extend mailing list
+</I>&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;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
+</I>&gt;&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i> --
+</I>&gt;&gt;&gt;&gt;<i> Lo&#239;c Hoguin
+</I>&gt;&gt;&gt;&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> --
+</I>&gt;&gt;<i> Lo&#239;c Hoguin
+</I>&gt;&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;<i>
+</I>
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000519.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI>Next message: <A HREF="000521.html">[99s-extend] cowboy websocket example runtime error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#520">[ date ]</a>
+ <a href="thread.html#520">[ thread ]</a>
+ <a href="subject.html#520">[ subject ]</a>
+ <a href="author.html#520">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>