erlyberly icon indicating copy to clipboard operation
erlyberly copied to clipboard

rejected since it cannot handle ["BIG_CREATION"]

Open kondalrao opened this issue 4 years ago • 5 comments

Hi, Working with erlang v23 i'm seeing the following error when connecting to the erlang shell. The same happens when I use Elixir.

Are there any specific knobs to turn on?

MAC-M-70V7:project dilbert$ erl -sname dilbert -setcookie abcd
Erlang/OTP 23 [erts-11.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]

Eshell V11.0  (abort with ^G)
(dilbert@MAC-M-70V7)1> =ERROR REPORT==== 27-May-2020::18:23:18.560565 ===
** 'dilbert@MAC-M-70V7': Connection attempt from node 'erlyberly504@MAC-M-70V7' rejected since it cannot handle ["BIG_CREATION"].**

=ERROR REPORT==== 27-May-2020::18:23:18.556949 ===
** 'dilbert@MAC-M-70V7': Connection attempt from node 'erlyberly504@MAC-M-70V7' rejected since it cannot handle ["BIG_CREATION"].**

kondalrao avatar May 28 '20 01:05 kondalrao

Have same issue, after upgrade of Erlang to version 23

dskliarov avatar Jun 17 '20 18:06 dskliarov

It seems to be working with Jinterface 1.11. I forked andytill/jinterface and updated with version 1.11. Here is a diff to try it out:

diff --git a/pom.xml b/pom.xml
index 6faf95a..b5fd3e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,9 +31,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>com.github.andytill</groupId>
+      <groupId>com.github.rafaelmsoares</groupId>
       <artifactId>jinterface</artifactId>
-      <version>1.6.0</version>
+      <version>1.11</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

rafaelmsoares avatar Sep 22 '20 14:09 rafaelmsoares

Same problem here. Is there any way to fix it?

Env: macOS 12.1, Erlang 24.3.3 and Elixir 1.13.4

lessless avatar Apr 25 '22 10:04 lessless

@lessless so like @rafaelmsoares pointed out, go to pow.xml and manually change the file save it and run it again, it's working for me on

Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.12.3 (compiled with Erlang/OTP 24)

Cheers

Copser avatar Jun 30 '22 13:06 Copser

 <dependency>
  <groupId>com.github.rafaelmsoares</groupId>
   <artifactId>jinterface</artifactId>
  <version>1.11</version>
 </dependency>

seems to be dead because

[ERROR] Failed to execute goal on project xxx: Could not resolve dependencies for project com.softing:xxx:war:0.0.1-SNAPSHOT: Failed to collect dependencies at com.github.rafaelmsoares:jinterface:jar:1.11: Failed to read artifact descriptor for com.github.rafaelmsoares:jinterface:jar:1.11: Could not transfer artifact com.github.rafaelmsoares:jinterface:pom:1.11 from/to localhost.nu (http://www.localhost.nu/java/mvn): Transfer failed for http://www.localhost.nu/java/mvn/com/github/rafaelmsoares/jinterface/1.11/jinterface-1.11.pom: Connect to www.localhost.nu:80 [www.localhost.nu/91.239.188.120] failed: Connection timed out (Connection timed out) -> [Help 1]

are there working alternatives?

thanks in advance for any hint(s).

g.

elsbiet avatar Sep 05 '22 13:09 elsbiet