marco_polo icon indicating copy to clipboard operation
marco_polo copied to clipboard

could not connect orientDB 2.2.30, always timeout.

Open liketemple opened this issue 7 years ago • 8 comments

try marco_polo with 0.2.2, always get time out error.

ex(5)> {:ok, conn} = MarcoPolo.start_link(user: "reader", password: "reader", connection: :server)
{:ok, #PID<0.280.0>}
** (EXIT from #PID<0.272.0>) evaluator process exited with reason: time out
        
Interactive Elixir (1.5.2) - press Ctrl+C to exit (type h() ENTER for help)
iex(6)> 18:42:46.100 [error]        GenServer #PID<0.280.0> terminating
** (stop) time out
Last message: nil
State: %{live_query_tokens: #HashDict<[]>, opts: [host: "localhost", port: 2424, user: "reader", password: "reader", connection: :server], protocol_version: 36, queue: {[], []}, schema: nil, session_id: nil, socket: #Port<0.8089>, tail: "", transaction_id: 1}
iex(1)>

liketemple avatar Nov 27 '17 10:11 liketemple

I am not currently supporting this library. @MyMedsAndMe/voyagers hey folks, if you're not maintaining this library, maybe we should use the new archiving feature GitHub rolled out, write that the repo is not maintained in the README, and archive it?

whatyouhide avatar Nov 27 '17 15:11 whatyouhide

Hi @whatyouhide. Yes, for various reasons, at the moment none of us are maintaining this repository. I'll add a note on the README page and eventually archive it later on.

mtanzi avatar Nov 27 '17 16:11 mtanzi

could I be so impolite and ask why you are not using it anymore?

OrientDB seems to be quite active

thanks

niccolox avatar Dec 05 '17 03:12 niccolox

@niccolox from my side, I am not sponsored anymore from MyMedsAndMe and I have many other projects to maintain that have priority over marco_polo.

whatyouhide avatar Dec 05 '17 06:12 whatyouhide

@niccolox here as MyMedsAndMe we were using OrientDB as part of an R&D project that no longer is in scope, and since it hasn't been used by us in any other projects we had to stop the maintenance

mtanzi avatar Dec 05 '17 18:12 mtanzi

fair enough and thanks for the responses

niccolox avatar Dec 06 '17 04:12 niccolox

Hi @mtanzi , would you be open to transferring the ownership to a willing maintainer?

lpil avatar Apr 16 '18 13:04 lpil

I made some modifications based on the v0.1.0 version to make it work normally on OrientDB Server v.2.2.36 refer to my fork project: https://github.com/EdmondFrank/marco_polo image

EdmondFrank avatar Jul 21 '21 05:07 EdmondFrank