Burst Wallet does not start
-
Initializing Burst server version 1.2.8 2017-06-25 01:15:51 INFO: nxt.enableStackTraces = "true" 2017-06-25 01:15:51 INFO: nxt.enableLogTraceback = "true" 2017-06-25 01:15:51 INFO: Logger.<clinit>: logging enabled 2017-06-25 01:15:51 INFO: Nxt.getBooleanProperty: nxt.disableGenerateBlocksThread not defined, assuming false 2017-06-25 01:15:51 INFO: Nxt.getIntProperty: nxt.dbCacheKB = "0" 2017-06-25 01:15:51 INFO: Nxt.getIntProperty: nxt.maxRollback = "1440" 2017-06-25 01:15:51 INFO: Nxt.getBooleanProperty: nxt.isTestnet = "false" 2017-06-25 01:15:51 INFO: Nxt.getBooleanProperty: nxt.isOffline = "false" 2017-06-25 01:15:51 INFO: Nxt.getStringProperty: nxt.dbUrl = "jdbc:h2:./burst_db/burst;DB_CLOSE_ON_EXIT=FALSE" 2017-06-25 01:15:51 INFO: Nxt.getIntProperty: nxt.maxDbConnections = "60" 2017-06-25 01:15:51 INFO: Nxt.getIntProperty: nxt.dbLoginTimeout = "250" 2017-06-25 01:15:51 INFO: Nxt.getIntProperty: nxt.dbDefaultLockTimeout = "120"When I start the program it starts as usual but stuck at this point. Then it closes window. I tried to delete db and start over. This is the 3rd time. Help pls
-
It stucks at this point or are there more lines afterwards? Just wait and then open your favorite browser and type in: localhost:8125 to access the wallet.
-
2017-06-25 01:17:37 INFO: nxt.enableStackTraces = "true" 2017-06-25 01:17:37 INFO: nxt.enableLogTraceback = "true" 2017-06-25 01:17:37 INFO: Logger.<clinit>: logging enabled 2017-06-25 01:17:37 INFO: Nxt.getBooleanProperty: nxt.disableGenerateBlocksThread not defined, assuming false 2017-06-25 01:17:37 INFO: Nxt.getIntProperty: nxt.dbCacheKB = "0" 2017-06-25 01:17:37 INFO: Nxt.getIntProperty: nxt.maxRollback = "1440" 2017-06-25 01:17:37 INFO: Nxt.getBooleanProperty: nxt.isTestnet = "false" 2017-06-25 01:17:37 INFO: Nxt.getBooleanProperty: nxt.isOffline = "false" 2017-06-25 01:17:37 INFO: Nxt.getStringProperty: nxt.dbUrl = "jdbc:h2:./burst_db/burst;DB_CLOSE_ON_EXIT=FALSE" 2017-06-25 01:17:37 INFO: Nxt.getIntProperty: nxt.maxDbConnections = "60" 2017-06-25 01:17:37 INFO: Nxt.getIntProperty: nxt.dbLoginTimeout = "250" 2017-06-25 01:17:37 INFO: Nxt.getIntProperty: nxt.dbDefaultLockTimeout = "120" 2017-06-25 01:18:49 INFO: Logger.logShutdownMessage: Shutting down... 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.enableDebugAPI = "false" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.allowedBotHosts = "127.0.0.1; localhost; [0:0:0:0:0:0:0:1];" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.enableAPIServer = "true" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.apiServerPort = "8125" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.apiServerHost = "127.0.0.1" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.apiSSL = "false" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.apiServerIdleTimeout = "30000" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.apiResourceBase = "html/ui" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.javadocResourceBase = "html/doc" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.enableAPIServerGZIPFilter = "false" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.apiServerCORS = "false" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.allowedUserHosts = "127.0.0.1; localhost; [0:0:0:0:0:0:0:1];" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.enableUIServer = "false" 2017-06-25 01:18:49 INFO: Users.<clinit>: User interface server not enabled 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.myPlatform = "PC" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.myAddress = "******:8123" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.peerServerPort = "8123" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.shareMyAddress = "true" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.myHallmark not defined 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: burst.rebroadcastPeers = "burst.ninja; pool.burstcoin.biz" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.wellKnownPeers = "burstcoin.shmtech.biz:9682; 128.171.156.20:8123; 5.9.44.154; cybaer.dyndns.org; wallet.burstcoin.tech:8121; 91.235.113.249; a.storj.eu" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: burst.connectWellKnownFirst = "2" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.knownBlacklistedPeers not defined 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.maxNumberOfConnectedPublicPeers = "20" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.connectTimeout = "4000" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.readTimeout = "8000" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.enableHallmarkProtection = "false" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.pushThreshold = "0" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.pullThreshold = "0" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.blacklistingPeriod = "600000" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.communicationLoggingMask = "0" 2017-06-25 01:18:49 INFO: Nxt.getIntProperty: nxt.sendToPeersLimit = "10" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.usePeersDb = "true" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.savePeers = "true" 2017-06-25 01:18:49 INFO: Nxt.getBooleanProperty: nxt.getMorePeers = "true" 2017-06-25 01:18:49 INFO: Nxt.getStringProperty: nxt.dumpPeersVersion not defined 2017-06-25 01:18:50 INFO: Nxt.getIntProperty: burst.blockCacheMB not defined, assuming 0 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: burst.oclVerify = "false" 2017-06-25 01:18:50 INFO: Nxt.getIntProperty: burst.oclThreshold not defined, assuming 0 2017-06-25 01:18:50 INFO: Nxt.getIntProperty: burst.oclWaitThreshold not defined, assuming 0 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.trimDerivedTables = "true" 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.forceScan = "false" 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.forceValidate = "false" 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.disableGetMoreBlocksThread not defined, assuming false 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.disableImportBlocksThread not defined, assuming false 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.disablePeerConnectingThread not defined, assuming false 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.disablePeerUnBlacklistingThread not defined, assuming false 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.disableGetMorePeersThread not defined, assuming false 2017-06-25 01:18:50 INFO: Nxt.getStringProperty: nxt.peerServerHost = "0.0.0.0" 2017-06-25 01:18:50 INFO: Nxt.getIntProperty: nxt.peerServerIdleTimeout = "30000" 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.enablePeerServerGZIPFilter = "true" 2017-06-25 01:18:50 INFO: Nxt.getBooleanProperty: nxt.enablePeerServerDoSFilter = "true" 2017-06-25 01:18:50 INFO: Nxt.getStringProperty: nxt.peerServerDoSFilter.maxRequestsPerSec = "30" 2017-06-25 01:18:50 INFO: Nxt.getStringProperty: nxt.peerServerDoSFilter.delayMs = "1000" 2017-06-25 01:18:50 INFO: Nxt.getStringProperty: nxt.peerServerDoSFilter.maxRequestMs = "300000"Here is the full output
-
Now i deleted old database and it is working now. What is wrong with my db?