-
Notifications
You must be signed in to change notification settings - Fork 71
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
Problem loading on remote nodes #208
Comments
Thanks for the report. I tried it with 0.29.6 and it worked fine. Could you please send me the full log? |
Same issue as #207, closing this one |
It was actually only a related issue with #207... |
And closing it as fixed. |
vladdu
added a commit
to vladdu/erlide_eclipse
that referenced
this issue
Dec 14, 2014
Please try 0.29.7 with fixes for these issues an let me know if it works ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Using latest Erlide release, Eclipse Luna for Linux, and Erlang 17.
I've also run into another issue with just being able to run code on a remote node. Strangely this was working, but all of the sudden has stopped working. I even tried uninstalling erlide and reinstalling; removing and recreating my workspace; and ensuring that I can connect to the remote node in the normal command line way. However, no matter what I try, I can no longer load code anymore. This is what I see on the console while attempting to load code.
14:18:48,805 F: (BackendManager.java:90) : create execution backend remote@dbl
14:18:48,805 F: (BackendFactory.java:57) : Create backend remote@dbl
14:18:48,807 F: (OtpNodeProxy.java:309) : Runtime remote@dbl starting
14:18:48,808 F: (OtpNodeProxy.java:214) : remote@dbl: waiting connection to peer...
14:18:48,933 F: (OtpNodeProxy.java:314) : Runtime remote@dbl running
14:18:48,985 F: (CodeManager.java:84) : loading org.erlide.tracing.erlang_0.2.14.201411211407 [685] for erlang
14:18:49,005 F: (CodeManager.java:84) : loading org.erlide.kernel.common_0.24.12.201411211407 [673] for erlang
14:18:49,019 F: (CodeManager.java:84) : loading org.erlide.tracing.ttbe_0.1.12.201411211407 [687] for erlang
14:18:49,053 S: (Backend.java:113) : Bad RPC: {badrpc,{'EXIT',{undef,[{erlide_common_app,init,[#Pidjerlide_953867@db.1.0,false,10,50,4],[]},{rpc,'-handle_call_call/6-fun-0-',5,[{file,"rpc.erl"},{line,205}]}]}}}
org.erlide.runtime.rpc.RpcException: Bad RPC: {badrpc,{'EXIT',{undef,[{erlide_common_app,init,[#Pidjerlide_953867@db.1.0,false,10,50,4],[]},{rpc,'-handle_call_call/6-fun-0-',5,[{file,"rpc.erl"},{line,205}]}]}}}
at org.erlide.runtime.internal.rpc.OtpRpc.call(OtpRpc.java:159)
at org.erlide.runtime.internal.rpc.OtpRpc.call(OtpRpc.java:173)
at org.erlide.runtime.internal.rpc.OtpRpc.call(OtpRpc.java:248)
at org.erlide.backend.internal.Backend.startErlideApps(Backend.java:96)
at org.erlide.backend.internal.Backend.initErlang(Backend.java:132)
at org.erlide.backend.internal.Backend.initialize(Backend.java:324)
at org.erlide.backend.internal.BackendFactory.createBackend(BackendFactory.java:66)
at org.erlide.backend.internal.BackendManager.createExecutionBackend(BackendManager.java:91)
at org.erlide.backend.launch.ErlangLaunchDelegate.launch(ErlangLaunchDelegate.java:57)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:883)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
14:18:49,109 F: (ErlConsoleManager.java:50) : console ADDED to org.erlide.backend.api.BackendData@3926721e
Regards, Devin
The text was updated successfully, but these errors were encountered: