Bitcoin Forum
May 03, 2024, 12:07:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 5 6 7 8 9 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 »
1081  Bitcoin / Project Development / Re: [ANNOUNCE] Bitmessage - P2P Messaging system based partially on Bitcoin on: December 27, 2012, 12:42:25 PM
New version 0.1.3 released 18th of December. Where is changelog? Why there is not update on forum thread?
1082  Other / MultiBit / Re: MultiBit on: December 27, 2012, 11:47:33 AM
I have uploaded the jar file that runs MultiBit for you to try out to see if that gives more info.
It is at:
https://multibit.org/releases/multibit-0.5.7beta/multibit-exe.jar

If you could try it out as follows and send/ post the results that would be good:

1) Download the file and copy to your MultiBit 0.5.7beta installation directory
2) Create a command line and cd to that directory.
3) Type:

Code:
java -version
java -jar ./multibit-exe.jar

That might have a more useful error message.



Thanks for your help Smiley
java or java.exe are not in my system's $PATH, so I cannot open this command from Multibit directory. Instead, I have go to java bin directory, which is there:
Code:
C:\Program Files (x86)\MultiBit-0.5.7beta>cd C:\Program Files (x86)\Java\jre7\bin
And then run commands. Here's output:
Code:
C:\Program Files (x86)\Java\jre7\bin>java.exe -version
java version "1.7.0_10"
Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode, sharing)
Code:
C:\Program Files (x86)\Java\jre7\bin>java.exe -jar "C:\Program Files (x86)\MultiBit-0.5.7beta\multibit-exe.jar"
11:38:48,113 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
11:38:48,113 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
11:38:48,113 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/C:/Program%20Files%20(x86)/MultiBit-0.5.7beta/
multibit-exe.jar!/logback.xml]
11:38:48,125 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@1013985 - URL [jar:file:/C:/Program%20Files%20(x86)/MultiBit-0.5.7beta/multibit-exe.
jar!/logback.xml] is not of type file
11:38:48,177 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:38:48,188 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:38:48,191 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE_APPENDER]
11:38:48,211 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] fo
r [encoder] property
11:38:48,261 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]

11:38:48,263 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [DETAIL_APPENDER]
11:38:48,288 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use gz compression
11:38:48,289 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern log/multibit_debug.%d{yyyy-MM-dd} for the active file
11:38:48,291 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1675ec4 - The date pattern is 'yyyy-MM-dd' from file name pattern 'log/multibit_debug.%
d{yyyy-MM-dd}.gz'.
11:38:48,291 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1675ec4 - Roll-over at midnight.
11:38:48,292 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1675ec4 - Setting initial period to Thu Dec 27 11:38:48 GMT 2012
11:38:48,293 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] fo
r [encoder] property
11:38:48,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - Active log file name: log/multibit_debug.log
11:38:48,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - File property is set to [log/multibit_debug.log]
11:38:48,294 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - Failed to create parent directories for [C:\Program Files (x86)\Java\
jre7\bin\log\multibit_debug.log]
11:38:48,295 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - openFile(log/multibit_debug.log,true) call failed. java.io.FileNotFou
ndException: log\multibit_debug.log (System nie mo¬e odnalečŠ okreťlonej ťcie¬ki)
        at java.io.FileNotFoundException: log\multibit_debug.log (System nie mo¬e odnalečŠ okreťlonej ťcie¬ki)
        at      at java.io.FileOutputStream.open(Native Method)
        at      at java.io.FileOutputStream.<init>(Unknown Source)
        at      at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(ResilientFileOutputStream.java:30)
        at      at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:163)
        at      at ch.qos.logback.core.FileAppender.start(FileAppender.java:115)
        at      at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:79)
        at      at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
        at      at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:319)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:198)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:184)
        at      at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:148)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:134)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:97)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:56)
        at      at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
        at      at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
        at      at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
        at      at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
        at      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
        at      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
        at      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
        at      at org.multibit.MultiBitInExecutableJar.<clinit>(MultiBitInExecutableJar.java:42)
11:38:48,295 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
11:38:48,295 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE_APPENDER] to Logger[ROOT]
11:38:48,296 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [DETAIL_APPENDER] to Logger[ROOT]
11:38:48,297 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.multibit] to DEBUG
11:38:48,297 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.google.bitcoin.core.TransactionOutput] to OFF
11:38:48,298 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1e87512 - Registering current configuration as safe fallback point

11:38:48.310 [main] INFO  o.m.ApplicationDataDirectoryLocator - Application data directory.1 = 'C:\Users\pioruns\AppData\Roaming\MultiBit'
11:38:49.323 [main] DEBUG org.multibit.MultiBitInExecutableJar - Redirecting file output back to console
11:38:49.324 [SwingWorker-pool-2-thread-9] DEBUG org.multibit.network.MultiBitService - Downloading blockchain
11:38:49.359 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - mtGox is null ... creating exchange ...
11:38:49.388 [SwingWorker-pool-2-thread-3] DEBUG o.m.network.MultiBitDnsDiscovery - Discovery of all addresses for 'dnsseed.bitcoin.dashjr.org' finished at + Th
u Dec 27 11:38:49 GMT 2012
11:38:49.389 [SwingWorker-pool-2-thread-3] DEBUG o.m.network.MultiBitDnsDiscovery - Discovery of hostname 'dnsseed.bitcoin.dashjr.org' adding addresses finished
 at + Thu Dec 27 11:38:49 GMT 2012
11:38:49.481 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - mtGox = com.xeiam.xchange.mtgox.v1.MtGoxExchange@85cec8
11:38:49.482 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - marketDataService = com.xeiam.xchange.mtgox.v1.service.marketdata.polling.MtGoxPollingMarketD
ataService@cad2b1
11:38:49.483 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - exchangeSymbols = [BTC/USD, BTC/EUR, BTC/GBP, BTC/AUD, BTC/CAD, BTC/CHF, BTC/JPY, BTC/CNY, BT
C/DKK, BTC/HKD, BTC/NZD, BTC/PLN, BTC/RUB, BTC/SEK, BTC/SGD, BTC/THB]
11:38:49.483 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 0 = USD
11:38:49.484 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 1 = EUR
11:38:49.485 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 2 = GBP
11:38:49.486 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 3 = AUD
11:38:49.486 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 4 = CAD
11:38:49.487 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 5 = CHF
11:38:49.487 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 6 = JPY
11:38:49.488 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 7 = CNY
11:38:49.489 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 8 = DKK
11:38:49.489 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 9 = HKD
11:38:49.490 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 10 = NZD
11:38:49.490 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 11 = PLN
11:38:49.492 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 12 = RUB
11:38:49.494 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 13 = SEK
11:38:49.497 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 14 = SGD
11:38:49.497 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - Available currency 15 = THB
11:38:49.498 [Timer-3] DEBUG o.multibit.exchange.TickerTimerTask - ... done. mtGox exchange = com.xeiam.xchange.mtgox.v1.MtGoxExchange@85cec8
11:38:52.089 [Peer group thread] DEBUG o.m.network.MultiBitDnsDiscovery - At time '3000' had found 92 peers.
11:38:57.034 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 140
11:38:57.043 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 139
11:38:57.357 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 137
11:38:57.456 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 136
11:38:57.593 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 134
11:38:57.625 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 133
11:38:57.826 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 132
11:38:57.838 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 130
11:38:57.882 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 129
11:38:58.190 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 127
11:38:58.200 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 126
11:38:58.220 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 124
11:38:58.408 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 123
11:38:58.421 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 122
11:38:58.442 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 120
11:38:58.683 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 119
11:38:58.716 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 117
11:38:58.848 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 116
11:38:58.860 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Start of FileChangeTimerTask - run
11:38:58.860 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Saving dirty wallet 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit.wallet'...
11:38:58.862 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:38:58.875 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit.wallet' was true
11:38:58.875 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:38:58.876 [Timer-2] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit.wallet' ...
11:38:58.898 [Timer-2] DEBUG org.multibit.file.FileHandler - ... done saving wallet file.
11:38:58.899 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:38:58.915 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit-20121226151638.wallet'
 was true
11:38:58.916 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:38:58.920 [Timer-2] DEBUG org.multibit.file.FileHandler - rememberFileSizesAndLastModified: Wallet filename C:\Users\pioruns\AppData\Roaming\MultiBit\multibi
t.wallet , walletFileSize 201017 ,walletFileLastModified 1356608338898 ,walletInfoFileSize 2791 ,walletInfoFileLastModified 1356608338920
11:38:58.921 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - ... done.
11:38:58.921 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Saving dirty wallet 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings.wallet'...
11:38:58.922 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:38:58.923 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings.wallet' was true
11:38:58.923 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:38:58.924 [Timer-2] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings.wallet' ...
11:38:58.926 [Timer-2] DEBUG org.multibit.file.FileHandler - ... done saving wallet file.
11:38:58.926 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:38:58.928 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings-20121224005239.wallet'
was true
11:38:58.928 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:38:58.929 [Timer-2] DEBUG org.multibit.file.FileHandler - rememberFileSizesAndLastModified: Wallet filename C:\Users\pioruns\AppData\Roaming\MultiBit\savings
.wallet , walletFileSize 1076 ,walletFileLastModified 1356608338926 ,walletInfoFileSize 872 ,walletInfoFileLastModified 1356608338929
11:38:58.929 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 115
11:38:58.930 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - ... done.
11:38:58.931 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Saving dirty wallet 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus.wallet'...
11:38:58.932 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:38:58.934 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus.wallet' w
as true
11:38:58.934 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:38:58.935 [Timer-2] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus.wallet' ...
11:38:58.936 [Timer-2] DEBUG org.multibit.file.FileHandler - ... done saving wallet file.
11:38:58.936 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:38:58.938 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus-201212240
02501.wallet' was true
11:38:58.939 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:38:58.940 [Timer-2] DEBUG org.multibit.file.FileHandler - rememberFileSizesAndLastModified: Wallet filename C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin
 Spinner Nexus.wallet , walletFileSize 11398 ,walletFileLastModified 1356608338936 ,walletInfoFileSize 728 ,walletInfoFileLastModified 1356608338940
11:38:58.940 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - ... done.
11:38:58.941 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - End of FileChangeTimerTask - run
11:38:59.010 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 113
11:38:59.017 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 112
11:38:59.159 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 110
11:38:59.169 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 109
11:38:59.313 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 107
11:38:59.411 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 106
11:38:59.425 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 105
11:38:59.643 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 103
11:38:59.798 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 102
11:38:59.896 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 100
11:39:00.041 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 99
11:39:00.156 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 97
11:39:00.283 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 96
11:39:00.293 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 95
11:39:00.877 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 93
11:39:00.900 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 92
11:39:01.130 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 90
11:39:01.177 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 89
11:39:01.189 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 88
11:39:01.304 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 86
11:39:01.319 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 85
11:39:01.509 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 83
11:39:02.023 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 82
11:39:02.347 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 80
11:39:02.361 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 79
11:39:02.569 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 78
11:39:02.619 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 76
11:39:03.102 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 75
11:39:03.533 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 73
11:39:03.811 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 72
11:39:03.825 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 71
11:39:04.101 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 69
11:39:04.108 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 68
11:39:04.232 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 66
11:39:04.239 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 65
11:39:04.540 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 63
11:39:04.757 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 62
11:39:04.813 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 61
11:39:05.237 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 59
11:39:05.463 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 58
11:39:05.663 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 56
11:39:05.873 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 55
11:39:05.980 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 53
11:39:06.043 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 52
11:39:06.195 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 51
11:39:06.327 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 49
11:39:06.338 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 48
11:39:06.438 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 46
11:39:06.459 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 45
11:39:06.473 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 44
11:39:06.737 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 42
11:39:06.752 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 41
11:39:06.960 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 39
11:39:07.002 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 38
11:39:07.026 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 36
11:39:07.181 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 35
11:39:07.539 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 34
11:39:07.603 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 32
11:39:07.904 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 31
11:39:08.077 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 29
11:39:08.084 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 28
11:39:08.264 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 26
11:39:08.328 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 25
11:39:08.463 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 24
11:39:08.628 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 22
11:39:08.638 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 21
11:39:08.654 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 19
11:39:08.832 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 18
11:39:08.856 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 17
11:39:09.012 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 15
11:39:09.022 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 14
11:39:09.058 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 12
11:39:09.210 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 11
11:39:09.353 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 9
11:39:09.365 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 8
11:39:09.431 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 7
11:39:09.730 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 5
11:39:09.790 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 4
11:39:09.843 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 2
11:39:10.063 [New I/O client worker #1-1] DEBUG o.m.network.MultiBitDownloadListener - Download - blocksSoFar = 1
11:40:58.861 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Start of FileChangeTimerTask - run
11:40:58.862 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Saving dirty wallet 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit.wallet'...
11:40:58.868 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:40:58.898 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit.wallet' was true
11:40:58.898 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:40:58.899 [Timer-2] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit.wallet' ...
11:40:58.909 [Timer-2] DEBUG org.multibit.file.FileHandler - ... done saving wallet file.
11:40:58.910 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:40:58.925 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\multibit-20121227113858.wallet'
 was true
11:40:58.925 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:40:58.927 [Timer-2] DEBUG org.multibit.file.FileHandler - rememberFileSizesAndLastModified: Wallet filename C:\Users\pioruns\AppData\Roaming\MultiBit\multibi
t.wallet , walletFileSize 202504 ,walletFileLastModified 1356608458909 ,walletInfoFileSize 2791 ,walletInfoFileLastModified 1356608458927
11:40:58.927 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - ... done.
11:40:58.929 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Saving dirty wallet 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings.wallet'...
11:40:58.931 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:40:58.932 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings.wallet' was true
11:40:58.932 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:40:58.933 [Timer-2] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings.wallet' ...
11:40:58.935 [Timer-2] DEBUG org.multibit.file.FileHandler - ... done saving wallet file.
11:40:58.935 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:40:58.937 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\savings-20121227113858.wallet'
was true
11:40:58.937 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:40:58.938 [Timer-2] DEBUG org.multibit.file.FileHandler - rememberFileSizesAndLastModified: Wallet filename C:\Users\pioruns\AppData\Roaming\MultiBit\savings
.wallet , walletFileSize 1076 ,walletFileLastModified 1356608458934 ,walletInfoFileSize 872 ,walletInfoFileLastModified 1356608458938
11:40:58.939 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - ... done.
11:40:58.940 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Saving dirty wallet 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus.wallet'...
11:40:58.942 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:40:58.945 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus.wallet' w
as true
11:40:58.945 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:40:58.945 [Timer-2] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus.wallet' ...
11:40:58.947 [Timer-2] DEBUG org.multibit.file.FileHandler - ... done saving wallet file.
11:40:58.948 [Timer-2] DEBUG org.multibit.file.FileHandler - Start of secureDelete
11:40:58.950 [Timer-2] DEBUG org.multibit.file.FileHandler - Result of delete of file 'C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin Spinner Nexus-201212271
13858.wallet' was true
11:40:58.951 [Timer-2] DEBUG org.multibit.file.FileHandler - End of secureDelete
11:40:58.952 [Timer-2] DEBUG org.multibit.file.FileHandler - rememberFileSizesAndLastModified: Wallet filename C:\Users\pioruns\AppData\Roaming\MultiBit\Bitcoin
 Spinner Nexus.wallet , walletFileSize 11398 ,walletFileLastModified 1356608458947 ,walletInfoFileSize 728 ,walletInfoFileLastModified 1356608458952
11:40:58.952 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - ... done.
11:40:58.952 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - End of FileChangeTimerTask - run
11:42:58.861 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - Start of FileChangeTimerTask - run
11:42:58.862 [Timer-2] DEBUG o.m.v.swing.FileChangeTimerTask - End of FileChangeTimerTask - run
As you see, when I pointed java.exe exactly to .jar file, it worked Smiley Multibit window appears and it's working OK.

EDIT: When I run it from Multibit directory instead of java's one, program window show up and instantly dissapears. Exactly same way as I always doing when I run it from an icon on my desktop. You may be interested in it, as we finally have some debug output!
Code:
C:\Program Files (x86)\MultiBit-0.5.7beta>"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar multibit-exe.jar
11:50:04,228 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
11:50:04,228 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
11:50:04,229 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/C:/Program%20Files%20(x86)/MultiBit-0.5.7beta/
multibit-exe.jar!/logback.xml]
11:50:04,239 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@1013985 - URL [jar:file:/C:/Program%20Files%20(x86)/MultiBit-0.5.7beta/multibit-exe.
jar!/logback.xml] is not of type file
11:50:04,271 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:50:04,279 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:50:04,282 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE_APPENDER]
11:50:04,295 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] fo
r [encoder] property
11:50:04,331 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]

11:50:04,333 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [DETAIL_APPENDER]
11:50:04,354 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use gz compression
11:50:04,355 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern log/multibit_debug.%d{yyyy-MM-dd} for the active file
11:50:04,357 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1675ec4 - The date pattern is 'yyyy-MM-dd' from file name pattern 'log/multibit_debug.%
d{yyyy-MM-dd}.gz'.
11:50:04,357 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1675ec4 - Roll-over at midnight.
11:50:04,357 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1675ec4 - Setting initial period to Thu Dec 27 11:50:04 GMT 2012
11:50:04,359 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] fo
r [encoder] property
11:50:04,359 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - Active log file name: log/multibit_debug.log
11:50:04,359 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - File property is set to [log/multibit_debug.log]
11:50:04,360 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - Failed to create parent directories for [C:\Program Files (x86)\Multi
Bit-0.5.7beta\log\multibit_debug.log]
11:50:04,360 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DETAIL_APPENDER] - openFile(log/multibit_debug.log,true) call failed. java.io.FileNotFou
ndException: log\multibit_debug.log (System nie mo¬e odnalečŠ okreťlonej ťcie¬ki)
        at java.io.FileNotFoundException: log\multibit_debug.log (System nie mo¬e odnalečŠ okreťlonej ťcie¬ki)
        at      at java.io.FileOutputStream.open(Native Method)
        at      at java.io.FileOutputStream.<init>(Unknown Source)
        at      at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(ResilientFileOutputStream.java:30)
        at      at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:163)
        at      at ch.qos.logback.core.FileAppender.start(FileAppender.java:115)
        at      at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:79)
        at      at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
        at      at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:319)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:198)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:184)
        at      at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:148)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:134)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:97)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:56)
        at      at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
        at      at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
        at      at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
        at      at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
        at      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
        at      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
        at      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
        at      at org.multibit.MultiBitInExecutableJar.<clinit>(MultiBitInExecutableJar.java:42)
11:50:04,360 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
11:50:04,360 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE_APPENDER] to Logger[ROOT]
11:50:04,361 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [DETAIL_APPENDER] to Logger[ROOT]
11:50:04,361 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.multibit] to DEBUG
11:50:04,362 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.google.bitcoin.core.TransactionOutput] to OFF
11:50:04,362 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1e87512 - Registering current configuration as safe fallback point

11:50:04.391 [main] INFO  o.m.ApplicationDataDirectoryLocator - Application data directory.1 = ''
11:50:04.397 [main] DEBUG org.multibit.MultiBitInExecutableJar - Error in redirecting output & exceptions to file java.io.IOException: System nie mo¬e odnalečŠ
okreťlonej ťcie¬ki
        at java.io.WinNTFileSystem.createFileExclusively(Native Method) ~[na:1.7.0_10]
        at java.io.File.createNewFile(Unknown Source) ~[na:1.7.0_10]
        at org.multibit.MultiBitInExecutableJar.main(MultiBitInExecutableJar.java:101) ~[multibit-exe.jar:na]

11:50:04.400 [main] INFO  org.multibit.MultiBit - Starting MultiBit
11:50:04.401 [main] INFO  o.m.ApplicationDataDirectoryLocator - Application data directory.1 = ''
11:50:04.414 [main] INFO  org.multibit.MultiBit - Configuring native event handling
11:50:04.416 [main] INFO  org.multibit.MultiBit - Checking to see if this is the primary MultiBit instance
11:50:04.418 [main] DEBUG o.m.ApplicationInstanceManager - Listening for application instances on socket 8331
11:50:04.419 [main] DEBUG org.multibit.MultiBit - userLanguageCode = null
11:50:04.421 [main] DEBUG org.multibit.MultiBit - Creating model
11:50:04.424 [main] DEBUG org.multibit.model.MultiBitModel - Initial view from properties file is '17'
11:50:04.434 [main] DEBUG org.multibit.MultiBit - Setting look and feel
11:50:04.461 [main] DEBUG org.multibit.MultiBit - Creating user interface
11:50:04.939 [main] DEBUG org.multibit.MultiBit - Registering with controller
11:50:04.939 [main] DEBUG org.multibit.MultiBit - Creating Bitcoin service
11:50:04.962 [main] DEBUG org.multibit.network.MultiBitService - Network parameters = com.google.bitcoin.core.NetworkParameters@38230
11:50:04.964 [main] DEBUG org.multibit.network.MultiBitService - filePrefix = multibit
11:50:04.965 [main] DEBUG org.multibit.network.MultiBitService - Reading block store 'multibit.blockchain' from disk
11:50:04.969 [main] INFO  o.m.store.ReplayableBlockStore - Reading block store from multibit.blockchain
11:50:04.976 [main] ERROR o.m.store.ReplayableBlockStore - failed to load block store from file java.io.FileNotFoundException: multibit.blockchain (Odmowa dostŕ
pu)
        at java.io.RandomAccessFile.open(Native Method) ~[na:1.7.0_10]
        at java.io.RandomAccessFile.<init>(Unknown Source) ~[na:1.7.0_10]
        at org.multibit.store.ReplayableBlockStore.load(ReplayableBlockStore.java:236) ~[multibit-exe.jar:na]
        at org.multibit.store.ReplayableBlockStore.<init>(ReplayableBlockStore.java:177) ~[multibit-exe.jar:na]
        at org.multibit.network.MultiBitService.<init>(MultiBitService.java:191) [multibit-exe.jar:na]
        at org.multibit.network.MultiBitService.<init>(MultiBitService.java:142) [multibit-exe.jar:na]
        at org.multibit.MultiBit.main(MultiBit.java:200) [multibit-exe.jar:na]
        at org.multibit.MultiBitInExecutableJar.main(MultiBitInExecutableJar.java:122) [multibit-exe.jar:na]

11:50:04.978 [main] INFO  o.m.store.ReplayableBlockStore - Reading block store from multibit.blockchain
11:50:04.979 [main] ERROR org.multibit.network.MultiBitService - Error creating MultiBitService com.google.bitcoin.store.BlockStoreException java.io.FileNotFoun
dException: multibit.blockchain (Odmowa dostŕpu)
11:50:04.979 [main] DEBUG org.multibit.MultiBit - Locating wallets
11:50:04.979 [main] DEBUG org.multibit.MultiBit - When loading early wallets, there were null
11:50:04.979 [main] DEBUG org.multibit.MultiBit - When loading protobuf3 wallets, there were null
11:50:05.079 [main] DEBUG org.multibit.model.WalletInfo - Could not load walletinfo file 'C:\Program Files (x86)\MultiBit-0.5.7beta\multibit.info'
11:50:05.079 [main] DEBUG org.multibit.model.WalletInfo - Cause : C:\Program Files (x86)\MultiBit-0.5.7beta\multibit.info (Nie mo¬na odnalečŠ okreťlonego pliku)

11:50:05.079 [main] DEBUG org.multibit.file.FileHandler - Previous wallet file size was 'null'. It is now '0'
11:50:05.080 [main] DEBUG org.multibit.file.FileHandler - Previous wallet file modification date was 'null'. It is now '0'
11:50:05.080 [main] DEBUG org.multibit.file.FileHandler - Previous wallet info file size was 'null'. It is now '0'
11:50:05.080 [main] DEBUG org.multibit.file.FileHandler - Previous wallet info file modification date was 'null'. It is now '0'
11:50:05.080 [main] DEBUG org.multibit.file.FileHandler - Result of check of whether files have changed for wallet filename C:\Program Files (x86)\MultiBit-0.5.
7beta\multibit.wallet was true.
11:50:05.080 [main] DEBUG org.multibit.file.FileHandler - walletFileSize 0 ,walletFileLastModified 0 ,walletInfoFileSize 0 ,walletInfoFileLastModified 0
11:50:05.080 [main] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Program Files (x86)\MultiBit-0.5.7beta\multibit.wallet' ...
11:50:05.081 [main] ERROR org.multibit.network.MultiBitService - org.multibit.file.WalletSaveException Cannot save wallet 'C:\Program Files (x86)\MultiBit-0.5.7
beta\multibit.wallet
11:50:05.081 [main] ERROR org.multibit.network.MultiBitService - Could not add wallet 'multibit.wallet' to the blockChain as the blockChain is missing.
This is bad. MultiBit is currently looking for a blockChain at 'multibit.blockchain'
11:50:05.084 [main] DEBUG org.multibit.MultiBit - Created/loaded wallet 'C:\Program Files (x86)\MultiBit-0.5.7beta\multibit.wallet'
11:50:05.111 [main] DEBUG org.multibit.MultiBit - Checking for Bitcoin URI on command line
11:50:05.111 [main] DEBUG org.multibit.MultiBit - No Bitcoin URI provided as an argument
11:50:05.111 [main] DEBUG o.m.controller.MultiBitController - handleOpenURI called and rawBitcoinURI ='null'
11:50:05.111 [main] DEBUG o.m.controller.MultiBitController - No Bitcoin URI found to handle
11:50:05.121 [main] DEBUG org.multibit.MultiBit - Downloading blockchain
java.lang.NullPointerException
        at org.multibit.MultiBit.main(MultiBit.java:435)
        at org.multibit.MultiBitInExecutableJar.main(MultiBitInExecutableJar.java:122)
11:50:05.124 [main] ERROR org.multibit.MultiBit - An unexpected error caused MultiBit to quit.
11:50:05.124 [main] ERROR org.multibit.MultiBit - The error was 'java.lang.NullPointerException null'
11:50:05.124 [main] ERROR org.multibit.MultiBit - Please read http://multibit.org/help_troubleshooting.html for help on troubleshooting.
11:50:05.124 [main] DEBUG o.m.v.swing.action.ExitAction - exit 1
11:50:05.125 [main] DEBUG o.m.v.swing.action.ExitAction - exit 2
11:50:05.125 [main] DEBUG o.m.v.swing.action.ExitAction - exit 3a
11:50:05.125 [main] DEBUG org.multibit.file.FileHandler - Previous wallet file size was 'null'. It is now '0'
11:50:05.125 [main] DEBUG org.multibit.file.FileHandler - Previous wallet file modification date was 'null'. It is now '0'
11:50:05.125 [main] DEBUG org.multibit.file.FileHandler - Previous wallet info file size was 'null'. It is now '0'
11:50:05.125 [main] DEBUG org.multibit.file.FileHandler - Previous wallet info file modification date was 'null'. It is now '0'
11:50:05.126 [main] DEBUG org.multibit.file.FileHandler - Result of check of whether files have changed for wallet filename C:\Program Files (x86)\MultiBit-0.5.
7beta\multibit.wallet was true.
11:50:05.126 [main] DEBUG org.multibit.file.FileHandler - walletFileSize 0 ,walletFileLastModified 0 ,walletInfoFileSize 0 ,walletInfoFileLastModified 0
11:50:05.126 [main] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Program Files (x86)\MultiBit-0.5.7beta\multibit-20121227115005.wallet' ...
11:50:05.126 [main] ERROR o.m.v.swing.action.ExitAction - org.multibit.file.WalletSaveException Cannot save wallet 'C:\Program Files (x86)\MultiBit-0.5.7beta\mu
ltibit.wallet
11:50:05.127 [main] DEBUG o.m.v.swing.action.ExitAction - exit 4a
11:50:05.127 [main] DEBUG org.multibit.file.FileHandler - Saving wallet file 'C:\Program Files (x86)\MultiBit-0.5.7beta\multibit-20121227115005.wallet' ...
11:50:05.127 [main] ERROR o.m.v.swing.action.ExitAction - org.multibit.file.WalletSaveException Cannot save wallet 'C:\Program Files (x86)\MultiBit-0.5.7beta\mu
ltibit.wallet
11:50:05.128 [main] DEBUG o.m.v.swing.action.ExitAction - exit 5
11:50:05.128 [main] DEBUG o.m.v.swing.action.ExitAction - Saving user preferences ...
11:50:05.128 [main] ERROR org.multibit.file.FileHandler - multibit.properties (Odmowa dostŕpu) java.io.FileNotFoundException: multibit.properties (Odmowa dostŕp
u)
        at java.io.FileOutputStream.open(Native Method) ~[na:1.7.0_10]
        at java.io.FileOutputStream.<init>(Unknown Source) ~[na:1.7.0_10]
        at java.io.FileOutputStream.<init>(Unknown Source) ~[na:1.7.0_10]
        at org.multibit.file.FileHandler.writeUserPreferences(FileHandler.java:695) ~[multibit-exe.jar:na]
        at org.multibit.viewsystem.swing.action.ExitAction.actionPerformed(ExitAction.java:108) [multibit-exe.jar:na]
        at org.multibit.MultiBit.main(MultiBit.java:450) [multibit-exe.jar:na]
        at org.multibit.MultiBitInExecutableJar.main(MultiBitInExecutableJar.java:122) [multibit-exe.jar:na]

11:50:05.129 [main] DEBUG o.m.v.swing.action.ExitAction - exit 6
11:50:05.129 [main] DEBUG o.m.v.swing.action.ExitAction - Shutting down Bitcoin URI checker ...
11:50:05.129 [main] DEBUG o.m.ApplicationInstanceManager - Making request to shut down socket ...
11:50:05.129 [main] DEBUG o.m.v.swing.action.ExitAction - exit 7
11:50:05.130 [main] DEBUG o.m.v.swing.action.ExitAction - exit 8
11:50:05.130 [main] DEBUG o.m.v.swing.action.ExitAction - exit 9
11:50:05.130 [main] DEBUG o.m.v.swing.action.ExitAction - exit 10

C:\Program Files (x86)\MultiBit-0.5.7beta>
1083  Economy / Securities / Re: [Investment fund] Gamma Bitcoin Fund [Closing] on: December 25, 2012, 12:43:58 PM
Thanks for update Smiley Merry Christmas for you too.
Did you send signed affidivit to Gigamining lawyer?
1084  Other / MultiBit / Re: MultiBit on: December 24, 2012, 03:45:35 PM
It sounds like it is hardly even starting for some reason. The logging redirect to the files is the first thing it does.
You could open a command line / terminal and cd to the installation direction.

If you run ./multibit.exe it might give a useful error for us.

Code:
C:\Program Files (x86)\MultiBit-0.5.7beta>multibit.exe

C:\Program Files (x86)\MultiBit-0.5.7beta>
That's it.

Multibit 0.4.17 is also not printing anything in cmd terminal, but it's working fine.
I tried Java 64 bit but after that both Multibit 0.4 and 0.5 not working Smiley So reinstalled it back to newest Java 32 bit.
1085  Other / Meta / Re: How to unsubscribe from some topics? on: December 24, 2012, 03:02:40 PM
Thank you Meni! That's exactly what I did. I'm gonna use Watchlist only from now on:)
1086  Other / Meta / Re: How to unsubscribe from some topics? on: December 24, 2012, 02:46:48 PM
Have you tried deleting all your posts from these threads?

No, but why the hell would I?
"Unwatch" topic should work, but it isn't.
1087  Other / Meta / How to unsubscribe from some topics? on: December 24, 2012, 02:40:40 PM
Since I registered here, I am unsubcribed to topics like "Newbie restrictions", "Introduce yourself Smiley" and other shit. How to get rid of it? They apprearing all time on my Updated Topics page (https://bitcointalk.org/index.php?action=unreadreplies).
1088  Other / MultiBit / Re: MultiBit on: December 24, 2012, 12:58:04 PM
Hi Lenny,

You might have another MultiBit process running on your machine in the background as that can cause those symptoms. If you look in your Task Manager for processes called 'multibit' and 'java'. Either kill them or reboot your machine to get rid of them.

There are two log files multibit_console.log and multibit_debug.log in your [installation directory]/ log directory that should enable you to debug it further.

I just make sure that no multibit or java processes are not running prior to trying Multibit Beta. Same effect. Also, during this short startup it did not create any log files at all. When I deleted %APPDATA%/Multibit, it has not been created by program. Looks like it hungs before all this debugging and getting to the wallets.
Multibit 0.4.17 running on same machine works fine.
1089  Economy / Securities / Re: [Investment fund] Gamma Bitcoin Fund [Closing] on: December 24, 2012, 12:22:02 PM
Any news? Did you successfully get access to your shares in GLBSE, like Gigaming etc?
When you will send next payments?
1090  Other / MultiBit / Re: MultiBit on: December 24, 2012, 12:42:00 AM
Latest beta version, MultiBit-0.5.7beta closes immediately after opening, I just see it's window for a second.
Any way to debug it?
Using Windows 7 64-bit & Java version 7 Update 10 32bit
1091  Economy / Long-term offers / Re: ForexCoins Investment Fund - 1-10% per week on: December 23, 2012, 11:50:25 AM
Haha another scam for Christmas Smiley
Guys, please don't even think about giving this scammer any money.
1092  Economy / Securities / Re: [GLBSE] YABMC is Closed! on: December 23, 2012, 07:52:01 AM
While we announced wanting to not re-list YABMC (the reasons/concerns are probably understood), I am now thinking differently.  Not that it is a way to raise more capital - but it would allow bondholders a market to sell shares (if they so desired).  If it remained private the ability to sell shares is gone and I am trying to make this BAD situation just a little bit better.  My preference is Bitfunder but I am open to your suggestions.

Wonder who would buy bonds of dead/dying asset and why?
If you relist, then you are supposed to go on with the program, and if you don't relist, then you are supposed to refund the investors.
For the rest, it still does not make much sense why YABMC cannot pay the dividends it was expected to per its contract.

I agree completely. JWU42, We don't need to care to who you borrow our funds and who owns hardware and coupons. We have contract with you and we need full refund and all dividends paid back, if you going to close this this asset.
1093  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rolllntime] on: December 19, 2012, 04:41:51 PM
Stratum port 5050 seems to be down. Port 3333 working OK.
1094  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: December 18, 2012, 10:09:51 PM
I tried to compile
Code:
~/stratum-mining-proxy/midstatec$ make
gcc -march=native -Wall -funroll-all-loops -O3 -fstrict-aliasing -Wall -std=c99 -I/usr/include/python2.7  midstatemodule.c -o test -Wl,-O1 -Wl,--as-needed -lpython2.7
midstatemodule.c:5:20: error: Python.h: No such file or directory
midstatemodule.c:96: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
midstatemodule.c:138: error: array type has incomplete element type
midstatemodule.c:139: error: âmidstate_helperâ undeclared here (not in a function)
midstatemodule.c:139: error: âMETH_Oâ undeclared here (not in a function)
midstatemodule.c:164: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âinitmidstateâ
make: *** [test] Error 1
Code:
$ python --version
Python 2.6.6
Code:
$ apt-cache policy python
python:
  Installed: 2.6.6-3+squeeze7
  Candidate: 2.6.6-3+squeeze7
Is python2.7 really needed? On my Debian I have version 2.6. I changed 2 lines in Makefile:
Code:
CFLAGS = -march=native -Wall -funroll-all-loops -O3 -fstrict-aliasing -Wall -std=c99 -I/usr/include/python2.6
LDFLAGS = -Wl,-O1 -Wl,--as-needed -lpython2.6
And it compiled without problems Smiley As you see here:
Code:
2012-12-18 20:58:50,564 INFO proxy jobs.<module> # Using C extension for midstate speedup. Good!
2012-12-18 20:58:50,872 WARNING proxy mining_proxy.main # Stratum proxy version: 1.3.0
Could python version be automatically detected?
1095  Other / MultiBit / Re: MultiBit on: December 18, 2012, 09:35:52 PM
@jim618:
Thank you! So it looks like transaction don't even get out from bitcoinj? So why it is reported as sended, and "seen by 1 peer"?
Is there anything I can do about it? What's the fee amount I should include? Can bitcoinj predict what transaction fee should be like?

Today, as always I had problem to send BTC to an address. Minimal Fee was included, but it stuck "seen by 1 peer", as usual.
So I went to BlockChain.info wallet, where I have same addresses added as backup. I manage to send same amount of BTC with 0 Fee.

https://blockchain.info/tx/e559ccd123d0250ee9b44fdf774a0e6eedb60c1f37dd67899446d2d34bd87cd0
Transaction was included in block relayed by OzCoin mining pool straight after 2 minutes.

Regards
lenny
1096  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 215 MH/s on LX150 on: December 18, 2012, 09:25:49 PM
Hello there,
I am very happy Ztex customer and BTCMiner user. But there are some problems which makes me worried.

Sometimes FPGA boards are really slowing down when main mining pool is unavailable. BTCMiner tries to reconnect thousands of times to main pool and some of boards are idling. Backup pool reporting 30% of hashing power. I could not determine is it a problem with backup pool or BTCMiner trying to reach main pool and wasting time.
Just look at this log:
Code:
2012-12-18T20:54:34: Warning: Connection refused: disabling long polling fo 60s
2012-12-18T20:54:34: 001-0: ztex_ufm1_15y1-04A3918D14-2: Error: Connection refused: Disabling URL http://localhost:4990 for 60s
2012-12-18T20:54:34: 001-0: ztex_ufm1_15y1-04A3465EA1-1: Error: Connection refused: Disabling URL http://localhost:4990 for 60s
2012-12-18T20:54:36: 001-0: ztex_ufm1_15y1-04A3463804-2: Error: Connection refused: Disabling URL http://localhost:4990 for 60s
(...)
every single chip on 1.15y board is reporting that, spamming logfile.
And then again, every minute:
Code:
2012-12-18T20:58:34: Warning: Connection refused: disabling long polling fo 60s2012-12-18T20:57:47: 001-0: ztex_ufm1_15y1-04A39E4007-4: Error: Connection refused: Disabling URL http://localhost:4990 for 60s
2012-12-18T20:57:49: 001-0: ztex_ufm1_15y1-04A3918D14-2: Error: Connection refused: Disabling URL http://localhost:4990 for 60s
2012-12-18T20:57:49: 001-0: ztex_ufm1_15y1-04A3919EA0-4: Error: Connection refused: Disabling URL http://localhost:4990 for 60s
(...)
And continues. Why is LP disabled when main pool is unavailable? LP could be reached from backup pool.

My suggestions:

1. Add an option to choose, for how long pool should be disabled when unavailable. 60sec is just too short. When main pool fails, I would like to disable it for 10 minutes instead, to make sure it have time to settle down, whatever happening with it.

2. Disable spamming logfile from every single chip, when main pool is unavailable (when running in cluster mode). Only one message like:
Code:
Error: Connection refused: Disabling URL xxx for xxx sec
should be enough.

3. Enable logging of backup pool connections - when main pool refusing connections, BTCMiner should write in log file something like:
Code:
Error: Connection refused: Disabling URL http://localhost:4990 for 60s
Using LongPolling URL http://backup_pool:8332/lp
EDIT: I noticed that this message "Using LongPooling ..." with backup pool address appears only when main pool is down during miner startup. Later, when pool goes down, we don't know where miner is connected, there is no message about it.

4. When main pool is down, pressing "i" to see status doesn't work, it's lagging for couple of minutes to get output.

What you guys think? Smiley
1097  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: December 18, 2012, 06:56:13 PM
Today I switched my unsupported Ztex BTCMiner to use local Stratum proxy on BitMinter mining pool. Everything is working flawless. Now I can see, how often my miner is asking for more work and how often reporting shares (Diff 1 share theoretically is found every 0.5sec; thanks to Stratum and var-diff now I have Diff 8 shares).
From now on everything is in my local network, saving bandwidth, resources and decreasing amount of stale shares.
Marek, thank you for designing and supporting such a great protocol Smiley
1098  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rolllntime] on: December 18, 2012, 06:48:29 PM
DrHaribo, what you think about implementing Hall of Fame (users who found most amount of blocks) like in Slush pool?

http://mining.bitcoin.cz/stats/hall-of-fame/
1099  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 215 MH/s on LX150 on: December 18, 2012, 12:55:07 AM
Has anyone tried to port the BTCMiner to ARM-architecture?
http://blog.villekangas.com/?p=23
1100  Economy / Securities / Re: [GLBSE] PureMining: Infinite-term, deterministic mining bond on: December 17, 2012, 12:00:15 PM
I don't plan to issue new bonds in the immediate future. And I didn't say I would support transfers. (If there is though a transfer request I'll consider it.)

But you support change BTC dividend address. When shareholder changes his address you don't need to worry who owns new address.
Pages: « 1 ... 5 6 7 8 9 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!