Bitcoin Forum
June 23, 2024, 02:24:33 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761540 times)
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 01, 2013, 12:40:09 PM
 #1181

What is going on with version 20? Nothing here, stuck at genesis block!
inkadnb
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
December 01, 2013, 12:51:39 PM
 #1182

What is going on with version 20? Nothing here, stuck at genesis block!

Working fine here.

Edacra
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
December 01, 2013, 01:08:55 PM
 #1183

I always get reading/buffer errors, and now its not even loading blocks, it stops after loading orders.... which is really awkward

Quote
C:\Users\---\Downloads\Nxt>java -cp Nxt.zip Nxt
[2013-12-01 14:09:50.884] Nxt 0.2.20 started.
[2013-12-01 14:09:50.900] Loading transactions...
[2013-12-01 14:09:50.918] ...Done
[2013-12-01 14:09:50.918] Loading peers...
[2013-12-01 14:09:50.930] Loading blocks...
[2013-12-01 14:09:50.938] ...Done
[2013-12-01 14:09:50.938] Loading accounts...
[2013-12-01 14:09:50.949] ...Done
[2013-12-01 14:09:50.949] Loading assets...
[2013-12-01 14:09:50.952] ...Done
[2013-12-01 14:09:50.952] Loading orders...
[2013-12-01 14:09:50.954] ...Done
Exception in thread "Thread-9" java.nio.channels.ReadPendingException
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at java.nio.channels.AsynchronousSocketChannel.read(Unknown Source)
        at Nxt$Peer$1.completed(Unknown Source)
        at Nxt$Peer$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.completed
(Unknown Source)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
hobbster
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 01, 2013, 01:17:56 PM
 #1184

The same here, but i had this with 19, too.


Will it be possible to actually mine coins with this? because i did not get even 1 NXT out of it. Will it be possible when hvin 1 NXT?
Noitev
Hero Member
*****
Offline Offline

Activity: 812
Merit: 505


The Last NXT Founder


View Profile
December 01, 2013, 01:41:34 PM
 #1185

I highly suggest there's a way to safely turn off the NXT client. If I turn it off while it is in the middle of writing blocks and the blocks.nxt fil gets corrupted.
inkadnb
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
December 01, 2013, 01:43:31 PM
 #1186

I highly suggest there's a way to safely turn off the NXT client. If I turn it off while it is in the middle of writing blocks and the blocks.nxt fil gets corrupted.

Agreed, this is one reason it needs to be done through some sort of DB. Perhaps sqlite?

klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 01, 2013, 01:49:03 PM
 #1187

Exception in thread "Thread-12" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-8" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-9" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-17" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-7" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-6" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-13" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-16" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-22" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-18" java.lang.NullPointerException
   at Nxt$Peer$1.failed(Unknown Source)
   at Nxt$Peer$1.failed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-19" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-20" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-21" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-27" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-23" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-24" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-25" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-15" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-32" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-28" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-29" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-30" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
inkadnb
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
December 01, 2013, 02:01:40 PM
 #1188

I'm on 5678, block explorer shows 5680  Undecided

Chang Hum
Hero Member
*****
Offline Offline

Activity: 714
Merit: 502


View Profile
December 01, 2013, 02:13:41 PM
 #1189

Version 2.2 was working, but closing an re-opening has put me back to square 1 + no blocks updating now!
hobbster
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 01, 2013, 02:57:58 PM
 #1190

Code:
[2013-12-01 15:53:12.766] ...Done
Exception in thread "pool-1-thread-4" java.nio.BufferOverflowException
        at java.nio.DirectByteBuffer.put(Unknown Source)
        at Nxt$Peer.process(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker$2.run(Unknown Source)
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Exception in thread "Thread-13" java.nio.BufferOverflowException
        at java.nio.DirectByteBuffer.put(Unknown Source)
        at Nxt$Peer.process(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.completed(Unknown Source)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
December 01, 2013, 03:15:49 PM
 #1191

What is going on with version 20? Nothing here, stuck at genesis block!

Not working here.  Stuck on block 5621...

Need the info.... what's the deal?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
December 01, 2013, 03:29:16 PM
 #1192

Come-from-Beyond: We need an update on what is going on.  Tons of users are experiencing issues.  The state of affairs is not acceptable.

1. Some cannot get the block chain
2. Others get a block chain, but then it gets stuck (i.e. with non-zero balance does nothing, don't see any new blocks)
3. Other things point to block chain corruption.

As an example of (3), the block chain explorer shows block 6837804184279446726 mined/generated by account 2556221026631726577 with a fee/reward of 100 NXT.

http://87.230.14.1/nxt/nxt.cgi?action=1000&blk=6837804184279446726

However, at the same time, it does not show that account 2556221026631726577 has received that reward.

http://87.230.14.1/nxt/nxt.cgi?action=3000&acc=2556221026631726577

This is pretty terrible.  How can you launch a colored coin exchange if you cannot even get the basics right?

We need an update on

A) What is being done to investigate the issues
B) Whether you understand what the issue is
C) How long until fixed
D) Good instructions for getting back online with a consistent block chain

Notable projects 2019: Semux, Dero, Wagerr, BEAM
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
December 01, 2013, 03:33:06 PM
 #1193

ok thanks but because I'm always on the blacklist? What's wrong? I need to connect with what ip?

Ur node wan't online so it was blacklisted. U still can connect to the node that blacklisted u.

What?  Please do a little more to explain.  Many users are having problems.

Notable projects 2019: Semux, Dero, Wagerr, BEAM
eB101
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
December 01, 2013, 05:53:19 PM
 #1194

Come-from-Beyond: We need an update on what is going on.  Tons of users are experiencing issues.  The state of affairs is not acceptable.

1. Some cannot get the block chain
2. Others get a block chain, but then it gets stuck (i.e. with non-zero balance does nothing, don't see any new blocks)
3. Other things point to block chain corruption.

As an example of (3), the block chain explorer shows block 6837804184279446726 mined/generated by account 2556221026631726577 with a fee/reward of 100 NXT.

http://87.230.14.1/nxt/nxt.cgi?action=1000&blk=6837804184279446726

However, at the same time, it does not show that account 2556221026631726577 has received that reward.

http://87.230.14.1/nxt/nxt.cgi?action=3000&acc=2556221026631726577

This is pretty terrible.  How can you launch a colored coin exchange if you cannot even get the basics right?

We need an update on

A) What is being done to investigate the issues
B) Whether you understand what the issue is
C) How long until fixed
D) Good instructions for getting back online with a consistent block chain

I'll second that.

Also, it is the third time now that I am supposedly generating a block (time decreasing to 0 sec) but nothing happens, it just stops and that's it. Is there anything special to do? At the end, I never generated a block and didn't mine anything. And what does the timing mean then, if nothing happens afterwards even when it turns to 0.. More clarifications on this would be greatly appreciated
abctc
Legendary
*
Offline Offline

Activity: 1792
Merit: 1038



View Profile
December 01, 2013, 06:04:13 PM
 #1195

... And what does the timing mean then, if nothing happens afterwards even when it turns to 0.. More clarifications on this would be greatly appreciated
- see here (though I'm not sure what exactly does he mean).

█████████████████████████████████████████████████
███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
██████████████████████████████████████████████████████
█████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████
███████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████
   
, the Next platform.  Magis quam Moneta (More than a Coin)
St.Bit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
December 01, 2013, 06:05:24 PM
 #1196

Currently Nxt can be used by expecienced users only. So I created a picture by picture installation guide for windows, for people that really have no idea how to creat a launch.bat etc:

http://nxtcoin.blogspot.cz/2013/11/how-to-install-nxt-picture-by-picture.html
I hope you can make this easier this soon, it's still far too much work for the average user.

Is there an exchange trading Nxt yet?

Sign a message and get some YAC: https://bitcointalk.org/index.php?topic=300152.0
abctc
Legendary
*
Offline Offline

Activity: 1792
Merit: 1038



View Profile
December 01, 2013, 06:14:37 PM
 #1197

Is there an exchange trading Nxt yet?
- http://dgex.com/

█████████████████████████████████████████████████
███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
██████████████████████████████████████████████████████
█████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████
███████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████
   
, the Next platform.  Magis quam Moneta (More than a Coin)
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 01, 2013, 07:25:01 PM
 #1198

Who is successfully mining at the moment?
Not me fyi..
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 01, 2013, 08:06:36 PM
 #1199

Who is successfully mining at the moment?
Not me fyi..


Not that I have hash power worth mentioning... but NO!   Sad
You have a Greek name..
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 01, 2013, 08:25:52 PM
 #1200

NEWS

After reviewing the code related to peer communication I came to a conclusion that it is not worth fixing. After a long discussion with my colleagues and BCNext we agreed on the following:

1. Networking code will be thrown away.
2. I will rewrite networking using HTTP as a transport (this is the fastest way).
3. If it works I'll be paid with NXT from unclaimed coins pool (if anything left after the 3rd of Jan) or with Bitcoins, so don't feel u obliged to donate to my account

Some nice side-effects:

1. U will be able to use HTTPS/Tor to access accounts
2. API will be merged with Peer Protocol reducing codebase

I'm planning to have a prototype in 16 hours. Until a new version released, please, don't send transactions but keep mining to secure already sent ones.
Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 2557 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!