Welcome, Guest. Please login or register.

Author Topic: Login problem  (Read 89 times)

0 Members and 1 Guest are viewing this topic.

Offline Laz

  • Fresh Nxter
  • *
  • Posts: 20
    • View Profile
Login problem
« on: December 08, 2013, 08:03:20 PM »
When I open the client in browser it gives me this: "java.lang.NullPointerException" And if I give my passphrase the client replies with the same again and doesn't let me in. What is the problem?

Terminal output with cencored passphrase:

2013-12-08 19:46:14.398:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-08 19:46:14.440:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/home/late/nxt/webapps/] at interval 1
[2013-12-08 19:46:14.720] Nxt 0.3.14 started.
[2013-12-08 19:46:14.721] "myAddress" set to ""
[2013-12-08 19:46:14.721] "allowedUserHosts" set to "*"
[2013-12-08 19:46:14.722] "allowedBotHosts" set to "*"
[2013-12-08 19:46:14.722] Loading transactions...
[2013-12-08 19:46:14.905] 10: java.io.EOFException
2013-12-08 19:46:14.905:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@465c16{/,file:/home/late/nxt/webapps/root/,AVAILABLE}{/root}
2013-12-08 19:46:14.938:INFO:oejs.ServerConnector:main: Started ServerConnector@15d2461{HTTP/1.1}{0.0.0.0:7874}
2013-12-08 19:46:15.296:INFO:oejs.ServerConnector:main: Started ServerConnector@4a60d7{SSL-http/1.1}{0.0.0.0:7875}
2013-12-08 19:47:11.752:WARN:oejs.HttpChannel:qtp12981340-24: /nxt?user=0.8272590865376145&requestType=unlockAccount&secretPhrase=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
java.lang.IllegalStateException: s=DISPATCHED i=false a=null
   at org.eclipse.jetty.server.HttpChannelState.complete(HttpChannelState.java:430)
   at org.eclipse.jetty.server.AsyncContextState.complete(AsyncContextState.java:92)
   at Nxt.doGet(Unknown Source)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
   at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:696)
   at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:526)
   at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
   at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:586)
   at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1110)
   at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:453)
   at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
   at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1044)
   at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:175)
   at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109)
   at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   at org.eclipse.jetty.server.Server.handleAsync(Server.java:516)
   at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:316)
   at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:238)
   at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
   at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
   at java.lang.Thread.run(Thread.java:744)
2013-12-08 19:47:11.756:WARN:oejs.HttpChannel:qtp12981340-24: Could not send response error 500: java.lang.IllegalStateException: s=DISPATCHED i=false a=null

Love is absence of judgement.

NXT:14142402653467047513

Offline Come-from-Beyond

  • Established Nxter
  • ***
  • Posts: 166
    • View Profile
Re: Login problem
« Reply #1 on: December 08, 2013, 09:39:27 PM »
Transactions.nxt file is corrupted. Use these files - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

Offline Drexme

  • Global Moderator
  • Established Nxter
  • *****
  • Posts: 231
  • My current job is to keep these forums in order
    • View Profile
Re: Login problem
« Reply #2 on: December 08, 2013, 09:41:19 PM »
Transactions.nxt file is corrupted. Use these files - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip
I'm getting the nullpointerexception, Can't seem to catch up with the blockchain
Helpful Links: NXT Intro | What is NXT? | NXT Install Guide | NXT Giveaway NXT:8333778433828768082     http://doges.org

Offline Come-from-Beyond

  • Established Nxter
  • ***
  • Posts: 166
    • View Profile
Re: Login problem
« Reply #3 on: December 08, 2013, 09:48:04 PM »
Transactions.nxt file is corrupted. Use these files - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip
I'm getting the nullpointerexception, Can't seem to catch up with the blockchain

Install my files. Run client. Wait when blocks.nxt stops growing. Log in.

Offline Drexme

  • Global Moderator
  • Established Nxter
  • *****
  • Posts: 231
  • My current job is to keep these forums in order
    • View Profile
Re: Login problem
« Reply #4 on: December 08, 2013, 09:50:23 PM »
Transactions.nxt file is corrupted. Use these files - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip
I'm getting the nullpointerexception, Can't seem to catch up with the blockchain

Install my files. Run client. Wait when blocks.nxt stops growing. Log in.
I have to keep refreshing with f5 right because it's not loading in real time.
Helpful Links: NXT Intro | What is NXT? | NXT Install Guide | NXT Giveaway NXT:8333778433828768082     http://doges.org

Offline Laz

  • Fresh Nxter
  • *
  • Posts: 20
    • View Profile
Re: Login problem
« Reply #5 on: December 08, 2013, 09:54:38 PM »
Ok, I installed those files and can now access my account. However, it looks like I have no NXT left on my account, but the blockchain explorer says that I still have my NXT on my account and no transactions have been made. Sorry that I'm such a n00b, but at least I'm showing what kind of obstacles we may have to solve to get the client working properly for the people like me :)Big thanks to the ones that are helping!
Love is absence of judgement.

NXT:14142402653467047513

Offline Come-from-Beyond

  • Established Nxter
  • ***
  • Posts: 166
    • View Profile
Re: Login problem
« Reply #6 on: December 09, 2013, 12:19:55 AM »
I have to keep refreshing with f5 right because it's not loading in real time.

U make things worse. Just wait when blocks.nxt stops growing, and then hit F5.

Offline trankil

  • Fresh Nxter
  • *
  • Posts: 4
    • View Profile
    • Bitcoin gratuit
Re: Login problem
« Reply #7 on: December 09, 2013, 10:00:50 AM »
thanks that solve my problem
NXT : 7264875111215639362

Offline Laz

  • Fresh Nxter
  • *
  • Posts: 20
    • View Profile
Re: Login problem
« Reply #8 on: December 09, 2013, 11:06:19 AM »
So does anyone know why the client says that I have only 0 NXT on my account even though the blockchain explorer mentions no transactions and I have not transferred my coins anywhere? I suppose this is some kind of bug? This happened after I downloaded the files mentioned abobe.
Love is absence of judgement.

NXT:14142402653467047513

Offline Laz

  • Fresh Nxter
  • *
  • Posts: 20
    • View Profile
Re: Login problem
« Reply #9 on: December 09, 2013, 11:10:10 AM »
So does anyone know why the client says that I have only 0 NXT on my account even though the blockchain explorer mentions no transactions and I have not transferred my coins anywhere? I suppose this is some kind of bug? This happened after I downloaded the files mentioned abobe.

Ah, ok. I'm not the only one with this problem so no worries:
https://nextcoin.org/index.php/topic,380.0.html
Love is absence of judgement.

NXT:14142402653467047513

Offline smartwart

  • Fresh Nxter
  • *
  • Posts: 4
    • View Profile
Re: Login problem
« Reply #10 on: December 10, 2013, 12:24:32 AM »
Please rename the topic to "Unlock Problem".
Had the same problem and was finding this nice post by luck only.
If the contend is growing more, it could become confusing...

Thx, for the solution and help!!!


--------------------------------
13574045486980287597
NXT:  13574045486980287597
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-