Pages:
Author

Topic: [ANN] Nxt :: descendant of Bitcoin - page 66. (Read 383989 times)

legendary
Activity: 2142
Merit: 1010
Newbie
November 25, 2013, 04:03:29 PM
Those who r bored, or want to support miners, or want to help to test networking - look at https://bitcointalksearch.org/topic/m.3710540
legendary
Activity: 1498
Merit: 1000
November 25, 2013, 04:02:01 PM
Damn pointers!  Cheesy
legendary
Activity: 2142
Merit: 1010
Newbie
November 25, 2013, 04:01:27 PM
Hangs at

C:\Windows\system32>cd \Nxt

C:\Nxt>java -cp Nxt.zip Nxt
[2013-11-26 09:53:24.148] Nxt 0.2.9 started.
Exception in thread "Thread-8" java.lang.NullPointerException
        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)

and sometimes here


C:\Windows\system32>cd \Nxt

C:\Nxt>java -cp Nxt.zip Nxt
[2013-11-26 09:56:25.589] Nxt 0.2.9 started.
Exception in thread "Thread-7" java.lang.NullPointerException
        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(Un
known 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)



Thx, NullPointerException is the worst exception.
sr. member
Activity: 252
Merit: 250
November 25, 2013, 03:58:37 PM
Hangs at

C:\Windows\system32>cd \Nxt

C:\Nxt>java -cp Nxt.zip Nxt
[2013-11-26 09:53:24.148] Nxt 0.2.9 started.
Exception in thread "Thread-8" java.lang.NullPointerException
        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)

and sometimes here


C:\Windows\system32>cd \Nxt

C:\Nxt>java -cp Nxt.zip Nxt
[2013-11-26 09:56:25.589] Nxt 0.2.9 started.
Exception in thread "Thread-7" java.lang.NullPointerException
        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(Un
known 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)

legendary
Activity: 2142
Merit: 1010
Newbie
November 25, 2013, 03:56:21 PM
I got closedChannelException.

It's not critical.
sr. member
Activity: 490
Merit: 250
November 25, 2013, 03:54:07 PM
I got closedChannelException.
legendary
Activity: 2142
Merit: 1010
Newbie
November 25, 2013, 03:49:55 PM
Seems ok after another restart - weird..

EDIT:
Block 1037
Active peers 9

There is a bug somewhere. Let's continue testing.
legendary
Activity: 1498
Merit: 1000
November 25, 2013, 03:47:04 PM
Seems ok after another restart - weird..

EDIT:
Block 1037
Active peers 9
legendary
Activity: 1498
Merit: 1000
November 25, 2013, 03:45:23 PM
[2013-11-25 22:41:36.198] Nxt 0.2.9 started.
Exception in thread "Thread-8" java.lang.NullPointerException
   at Nxt$1.completed(Unknown Source)
   at Nxt$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.Invoker.invokeDirect(Invoker.java:145)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implRead(UnixAsynchronousSocketChannelImpl.java:553)
   at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:275)
   at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:296)
   at java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:407)
   at Nxt$1.completed(Unknown Source)
   at Nxt$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishRead(UnixAsynchronousSocketChannelImpl.java:430)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:191)
   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)
[2013-11-25 22:43:46.237] java.nio.channels.ClosedChannelException
legendary
Activity: 1498
Merit: 1000
November 25, 2013, 03:44:40 PM
I restarted many times seems to freeze in general..
legendary
Activity: 2142
Merit: 1010
Newbie
legendary
Activity: 1498
Merit: 1000
November 25, 2013, 03:36:53 PM
0.2.9 fixes the issue.
Blocks now ok but peers window frozen!
legendary
Activity: 2142
Merit: 1010
Newbie
November 25, 2013, 03:31:09 PM
0.2.9 fixes the issue.
legendary
Activity: 1498
Merit: 1000
November 25, 2013, 03:27:41 PM
i get stuck at block 249 with 0.2.9 version
block 60 here

EDIT: 249 too
sr. member
Activity: 392
Merit: 250
November 25, 2013, 03:26:30 PM
i get stuck at block 249 with 0.2.9 version
sr. member
Activity: 392
Merit: 250
November 25, 2013, 03:25:02 PM
i can't pass block 303 with 0.2.8

It only seems to download a ton of data (50MB) from node
legendary
Activity: 2142
Merit: 1010
Newbie
November 25, 2013, 03:24:25 PM
Version 0.2.9 - https://dl.dropboxusercontent.com/u/67242472/Nxt.zip

Mandatory for everyone who stuck on 303th block.
hero member
Activity: 868
Merit: 1000
November 25, 2013, 03:23:21 PM
I sent myself another 2 nxt to see if it was working again after the update, it went into unconfirmed transactions, then disappeared from there and went into my transactions and my balance went up, then it went back into my unconfirmed transactions and by balance went back down, also right at the same time another 3 nxt appeared in my balance and then disappeared.  Currently the 2 nxt I sent are still in my unconfirmed transactions window.   Also it sometimes still says "catching up" or sometimes it doesn't say anything, or sometimes it says how long I have to mine a block.
legendary
Activity: 1197
Merit: 1000
November 25, 2013, 03:15:04 PM

after this update i am getting this error when i reach downloading block 303 Smiley:

Code:

Exception in thread "Thread-6" java.lang.NullPointerException
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
        at sun.nio.ch.Invoker.invokeDirect(Invoker.java:145)
        at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implRead(UnixAsynchronousSocketChannelImpl.java:553)
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:275)
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:296)
        at java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:407)
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
        at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishRead(UnixAsynchronousSocketChannelImpl.java:430)
        at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:191)
        at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
        at sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:293)
        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:724)
legendary
Activity: 2142
Merit: 1010
Newbie
Pages:
Jump to: