Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rejected since it cannot handle ["BIG_CREATION"] #175

Open
kondalrao opened this issue May 28, 2020 · 5 comments
Open

rejected since it cannot handle ["BIG_CREATION"] #175

kondalrao opened this issue May 28, 2020 · 5 comments

Comments

@kondalrao
Copy link

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"].**
@dskliarov
Copy link

Have same issue, after upgrade of Erlang to version 23

@rafaelmsoares
Copy link

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>

jj1bdx added a commit to jj1bdx/erlyberly that referenced this issue Jun 25, 2021
@lessless
Copy link

lessless commented Apr 25, 2022

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

Env: macOS 12.1, Erlang 24.3.3 and Elixir 1.13.4

@Copser
Copy link

Copser commented Jun 30, 2022

@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

@elsbiet
Copy link

elsbiet commented Sep 5, 2022

 <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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants