Welcome, Guest. Please login or register.

Author Topic: Client in Ubuntu linux  (Read 66 times)

0 Members and 1 Guest are viewing this topic.

Offline Laz

  • Fresh Nxter
  • *
  • Posts: 6
    • View Profile
Client in Ubuntu linux
« on: December 05, 2013, 05:21:53 PM »
As I start the program with command 'java -Xms512m -Xmx1024m -jar start.jar' the program gets fired up, but soon freezes. Here's what gets to happen in my terminal once I run the start.jar:

2013-12-05 17:16:05.030:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-05 17:16:05.090:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/home/late/nxt/webapps/] at interval 1
2013-12-05 17:16:05.428:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[2013-12-05 17:16:05.528] Nxt 0.3.11 started.
[2013-12-05 17:16:05.530] "myAddress" set to ""
[2013-12-05 17:16:05.530] "allowedUserHosts" set to "*"
[2013-12-05 17:16:05.531] "allowedBotHosts" set to "*"
[2013-12-05 17:16:05.531] Loading transactions...
[2013-12-05 17:16:05.820] ...Done
[2013-12-05 17:16:05.821] Loading peers...
[2013-12-05 17:16:05.838] ...Done
[2013-12-05 17:16:05.839] Loading blocks...
[2013-12-05 17:16:06.263] 10: java.io.EOFException
2013-12-05 17:16:06.263:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@927483{/,file:/home/late/nxt/webapps/root/,AVAILABLE}{/root}
2013-12-05 17:16:06.303:INFO:oejs.ServerConnector:main: Started ServerConnector@5b057b{HTTP/1.1}{0.0.0.0:7874}
2013-12-05 17:16:06.864:INFO:oejs.ServerConnector:main: Started ServerConnector@b96d9e{SSL-http/1.1}{0.0.0.0:7875}




Any ideas?  ::)

Offline Jean-Luc

  • Fresh Nxter
  • *
  • Posts: 7
    • View Profile
Re: Client in Ubuntu linux
« Reply #1 on: December 05, 2013, 05:39:39 PM »
Quote
[2013-12-05 17:16:05.839] Loading blocks...
[2013-12-05 17:16:06.263] 10: java.io.EOFException
Your blocks.nxt file in the nxt directory has been corrupted. Delete it (or replace with known good copy) and try again.

Offline Laz

  • Fresh Nxter
  • *
  • Posts: 6
    • View Profile
Re: Client in Ubuntu linux
« Reply #2 on: December 05, 2013, 06:57:31 PM »
Ok, deleted... Now this message brings me to a halt:


2013-12-05 18:51:19.827:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-05 18:51:19.869:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/home/late/nxt/webapps/] at interval 1
2013-12-05 18:51:20.094:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[2013-12-05 18:51:20.179] Nxt 0.3.11 started.
[2013-12-05 18:51:20.180] "myAddress" set to ""
[2013-12-05 18:51:20.180] "allowedUserHosts" set to "*"
[2013-12-05 18:51:20.181] "allowedBotHosts" set to "*"
[2013-12-05 18:51:20.181] Loading transactions...
[2013-12-05 18:51:20.401] ...Done
[2013-12-05 18:51:20.401] Loading peers...
[2013-12-05 18:51:20.412] ...Done
[2013-12-05 18:51:20.413] Loading blocks...
[2013-12-05 18:51:20.425] ...Done
[2013-12-05 18:51:20.426] Loading accounts...
[2013-12-05 18:51:20.480] ...Done
[2013-12-05 18:51:20.483] Loading assets...
[2013-12-05 18:51:20.484] ...Done
[2013-12-05 18:51:20.485] Loading orders...
[2013-12-05 18:51:20.486] ...Done
2013-12-05 18:51:20.490:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@1cd102a{/,file:/home/late/nxt/webapps/root/,AVAILABLE}{/root}
2013-12-05 18:51:20.536:INFO:oejs.ServerConnector:main: Started ServerConnector@859f0a{HTTP/1.1}{0.0.0.0:7874}
2013-12-05 18:51:21.044:INFO:oejs.ServerConnector:main: Started ServerConnector@ba1f55{SSL-http/1.1}{0.0.0.0:7875}

Offline LeeWong

  • Fresh Nxter
  • *
  • Posts: 10
    • View Profile
Re: Client in Ubuntu linux
« Reply #3 on: December 05, 2013, 07:08:32 PM »
It seems you server is running, try opening "https://127.0.0.1:7875" in your browser.
« Last Edit: December 06, 2013, 05:18:36 AM by LeeWong »
NXT: 18381680251592544968

Offline Laz

  • Fresh Nxter
  • *
  • Posts: 6
    • View Profile
Re: Client in Ubuntu linux
« Reply #4 on: December 05, 2013, 07:13:32 PM »
Hooray it's working!
Thanks a lot.

Btw, there is a colon missing in your link LeeWong :)

Offline LeeWong

  • Fresh Nxter
  • *
  • Posts: 10
    • View Profile
Re: Client in Ubuntu linux
« Reply #5 on: December 06, 2013, 05:19:14 AM »
Hooray it's working!
Thanks a lot.

Btw, there is a colon missing in your link LeeWong :)

Oh...
Thanks, updated.
NXT: 18381680251592544968