Pages:
Author

Topic: CoiniumServ - open source & high performance pooled mining server software - page 13. (Read 105763 times)

sr. member
Activity: 389
Merit: 250
Hello, can you tell me how to fix this error?



I guess you are using an old version, please make sure you are running the latest version 0.2.2-beta.
sr. member
Activity: 389
Merit: 250
sr. member
Activity: 389
Merit: 250
Anyone had this happen under Linux?

Code:
10/06/2014 14:36:35 +01:00 [Fatal] [Program] [global] Terminating because of unhandled exception!
System.ObjectDisposedException: The object was used after being disposed.
  at System.Net.Sockets.Socket.EndSend (IAsyncResult asyncResult, System.Net.Sockets.SocketError& errorCode) [0x00000] in :0
  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in :0
  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in :0

It seems to happen at odd times, sometimes quickly sometimes after hours. Coinium stops dead after it.

Btw this is the 0.2.1 beta version of Coinium I'm using.

Hash rates are off too.

I've run into the same error using TcpClient along with async calls and Mono. I had to switch to using the Socket class instead.

Any specific details you can hand me so I can inspect the issue to?
sr. member
Activity: 389
Merit: 250
Nice update bonesoul, also with the error explanation, which I posted, also wallets with no submitblock() function are working.
Please can you send me LTC or BTC wallet? I wan't to buy you beer Smiley.
Thank You Smiley

You are more then welcome - and for the beer you can find the addresses @ https://github.com/CoiniumServ/CoiniumServ#donations Smiley
sr. member
Activity: 295
Merit: 250
Nice update bonesoul, also with the error explanation, which I posted, also wallets with no submitblock() function are working.
Please can you send me LTC or BTC wallet? I wan't to buy you beer Smiley.
Thank You Smiley
sr. member
Activity: 389
Merit: 250
I'm getting the following error on Windows 7 (compiled in VS 2013 and followed the video instructions https://www.youtube.com/watch?v=9B3GoRzs3ww):

Code:
10/07/2014 20:27:23 +01:00 [Error] [Pool] [Ghostcoin] Error initializing pool; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Service.IRpcService ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Stratum.StratumService ---> System.TypeInitializationException: The type initializer for 'AustinHarris.JsonRpc.Handler' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
   at AustinHarris.JsonRpc.SMD..ctor()
   at AustinHarris.JsonRpc.Handler..ctor(String sessionId) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 35
   at AustinHarris.JsonRpc.Handler..cctor() in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 29
   --- End of inner exception stack trace ---
   at AustinHarris.JsonRpc.Handler.GetSessionHandler(String sessionId)
   at AustinHarris.JsonRpc.JsonRpcService.buildService(String sessionID) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\JsonRpcService.cs:line 58
   at CoiniumServ.Server.Mining.Stratum.StratumService..ctor(IPoolConfig poolConfig, IShareManager shareManager) in c:\CoiniumServ\src\CoiniumServ\Server\Mining\Stratum\StratumService.cs:line 43
   at lambda_method(Closure , Object[] )
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.Resolve[ResolveType](String name, NamedParameterOverloads parameters)
   at CoiniumServ.Pools.Pool.InitServers() in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 216
   at CoiniumServ.Pools.Pool..ctor(IPoolConfig poolConfig, IConfigManager configManager, IObjectFactory objectFactory) in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 133

I can see the front end in firefox but no pool

Having a similar error when launching CoiniumServ on Windows Server 2008 R2.

I'm having the same issue. anyone find out a solution for this?

fixed lately, pull the sources from and re-compile or use the 0.2.2-beta
newbie
Activity: 5
Merit: 0
I'm getting the following error on Windows 7 (compiled in VS 2013 and followed the video instructions https://www.youtube.com/watch?v=9B3GoRzs3ww):

Code:
10/07/2014 20:27:23 +01:00 [Error] [Pool] [Ghostcoin] Error initializing pool; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Service.IRpcService ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Stratum.StratumService ---> System.TypeInitializationException: The type initializer for 'AustinHarris.JsonRpc.Handler' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
   at AustinHarris.JsonRpc.SMD..ctor()
   at AustinHarris.JsonRpc.Handler..ctor(String sessionId) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 35
   at AustinHarris.JsonRpc.Handler..cctor() in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 29
   --- End of inner exception stack trace ---
   at AustinHarris.JsonRpc.Handler.GetSessionHandler(String sessionId)
   at AustinHarris.JsonRpc.JsonRpcService.buildService(String sessionID) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\JsonRpcService.cs:line 58
   at CoiniumServ.Server.Mining.Stratum.StratumService..ctor(IPoolConfig poolConfig, IShareManager shareManager) in c:\CoiniumServ\src\CoiniumServ\Server\Mining\Stratum\StratumService.cs:line 43
   at lambda_method(Closure , Object[] )
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.Resolve[ResolveType](String name, NamedParameterOverloads parameters)
   at CoiniumServ.Pools.Pool.InitServers() in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 216
   at CoiniumServ.Pools.Pool..ctor(IPoolConfig poolConfig, IConfigManager configManager, IObjectFactory objectFactory) in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 133

I can see the front end in firefox but no pool

Having a similar error when launching CoiniumServ on Windows Server 2008 R2.

I'm having the same issue. anyone find out a solution for this?
full member
Activity: 156
Merit: 100
Hello, can you tell me how to fix this error?

sr. member
Activity: 295
Merit: 250
Hi people,
I'm trying to get coiniumserv working, But I have some problems with this error. I have every 1-2mins this error. But at network, this block wasnt yet found at the time error popped. Could anybody explain me what that mean?
Thank You

Edit: Fixed answered by  bonesoul
full member
Activity: 352
Merit: 100
bbr
sr. member
Activity: 290
Merit: 250
I'm getting the following error on Windows 7 (compiled in VS 2013 and followed the video instructions https://www.youtube.com/watch?v=9B3GoRzs3ww):

Code:
10/07/2014 20:27:23 +01:00 [Error] [Pool] [Ghostcoin] Error initializing pool; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Service.IRpcService ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Stratum.StratumService ---> System.TypeInitializationException: The type initializer for 'AustinHarris.JsonRpc.Handler' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
   at AustinHarris.JsonRpc.SMD..ctor()
   at AustinHarris.JsonRpc.Handler..ctor(String sessionId) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 35
   at AustinHarris.JsonRpc.Handler..cctor() in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 29
   --- End of inner exception stack trace ---
   at AustinHarris.JsonRpc.Handler.GetSessionHandler(String sessionId)
   at AustinHarris.JsonRpc.JsonRpcService.buildService(String sessionID) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\JsonRpcService.cs:line 58
   at CoiniumServ.Server.Mining.Stratum.StratumService..ctor(IPoolConfig poolConfig, IShareManager shareManager) in c:\CoiniumServ\src\CoiniumServ\Server\Mining\Stratum\StratumService.cs:line 43
   at lambda_method(Closure , Object[] )
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.Resolve[ResolveType](String name, NamedParameterOverloads parameters)
   at CoiniumServ.Pools.Pool.InitServers() in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 216
   at CoiniumServ.Pools.Pool..ctor(IPoolConfig poolConfig, IConfigManager configManager, IObjectFactory objectFactory) in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 133
10/07/2014 20:27:23 +01:00 [Information] [WebServer] [global] Web-server listening on: http://***********/
10/07/2014 20:28:18 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x2 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:28:23 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:28:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:28:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:29:33 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x3 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:29:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:29:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:29:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:30:28 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x4 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:30:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:30:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:30:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:31:23 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x5 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:31:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:31:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:31:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:32:18 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x6 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:32:23 +01:00 [Information] [BanManager] [Ghostcoin] No expired bans found to be cleared [remaining bans: 0].
10/07/2014 20:32:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:32:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:32:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:33:13 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x7 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:33:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:33:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:33:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:34:21 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x8 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:34:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found

I can see the front end in firefox but no pool
hero member
Activity: 840
Merit: 1002
Anyone had this happen under Linux?

Code:
10/06/2014 14:36:35 +01:00 [Fatal] [Program] [global] Terminating because of unhandled exception!
System.ObjectDisposedException: The object was used after being disposed.
  at System.Net.Sockets.Socket.EndSend (IAsyncResult asyncResult, System.Net.Sockets.SocketError& errorCode) [0x00000] in :0
  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in :0
  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in :0

It seems to happen at odd times, sometimes quickly sometimes after hours. Coinium stops dead after it.

Btw this is the 0.2.1 beta version of Coinium I'm using.

Hash rates are off too.

I've run into the same error using TcpClient along with async calls and Mono. I had to switch to using the Socket class instead.
full member
Activity: 227
Merit: 100
Anyone had this happen under Linux?

Code:
10/06/2014 14:36:35 +01:00 [Fatal] [Program] [global] Terminating because of unhandled exception!
System.ObjectDisposedException: The object was used after being disposed.
  at System.Net.Sockets.Socket.EndSend (IAsyncResult asyncResult, System.Net.Sockets.SocketError& errorCode) [0x00000] in :0
  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in :0
  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in :0

It seems to happen at odd times, sometimes quickly sometimes after hours. Coinium stops dead after it.

Btw this is the 0.2.1 beta version of Coinium I'm using.

Hash rates are off too.
newbie
Activity: 21
Merit: 0
Hi bonesoul!...

Congratulation for this release !!!! ... Excellent work!...

released v0.2.0-beta

v0.2.0 is the last major release before our auto-exchange & multi-pool feature with many fixes and improvements. You can find out the details below;

What's new?

  • Improved support for POW + POS hybrids and peercoin variants.
  • Improved & re-developed payment manager.
  • New web frontend theme.
  • Improved web frontend's functionality.

Changelog over here.

Screenshot from brand new web-interface;

http://i.imgur.com/oOF8lQ0.png
sr. member
Activity: 389
Merit: 250
released v0.2.0-beta

v0.2.0 is the last major release before our auto-exchange & multi-pool feature with many fixes and improvements. You can find out the details below;

What's new?

  • Improved support for POW + POS hybrids and peercoin variants.
  • Improved & re-developed payment manager.
  • New web frontend theme.
  • Improved web frontend's functionality.

Changelog over here.

Screenshot from brand new web-interface;

sr. member
Activity: 389
Merit: 250
thanks, hopefully i'll release another version soon with the updated interface.
full member
Activity: 158
Merit: 100
Bonesoul, I just built and did a quick test run of the develop branch and the web interface is really getting close to more than basic functionality. Soon, looks like  I'll be able to run entirely with Coinium and stop using MPOS.

Outstanding work!

Cheers

Art
sr. member
Activity: 389
Merit: 250
thanks, created an issue entry: https://github.com/CoiniumServ/CoiniumServ/issues/478, you can follow the progress over there.
newbie
Activity: 21
Merit: 0
then I've to find the myriad groestl implementation and add it.

Hi bonesoul , Happy to write you again!

This is the official MyriadCoin github repo : https://github.com/myriadcoin maybe it can help  Wink

Have a nice day!
sr. member
Activity: 389
Merit: 250
then I've to find the myriad groestl implementation and add it.
Pages:
Jump to: