with 0.7.0e
[2014-02-07 12:57:56.176] DEBUG: Database cache size set to 126720 kB
[2014-02-07 12:57:58.927] Database is at level 6
[2014-02-07 12:57:58.928] Updated database is at level 6
[2014-02-07 12:57:59.077] Scanning blockchain...
stick the above for a moment ,then the cmd window disappear.
any suggestion?
TKS.
I need to know what gets printed out before the crash. Start it from the command line, or somehow prevent that cmd window from disappearing too soon. I don't know how, I never use windows.
put "pause" after command
EDIT java -jar start.jar pause
Something like this
[2014-02-07 17:50:15.163] DEBUG: Database cache size set to 126720 kB
[2014-02-07 17:50:17.668] Database is at level 6
[2014-02-07 17:50:17.670] Updated database is at level 6
[2014-02-07 17:50:17.680] Scanning blockchain...
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
at org.eclipse.jetty.start.Main.start(Main.java:724)
at org.eclipse.jetty.start.Main.main(Main.java:103)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source
)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at java.security.Provider.put(Unknown Source)
at sun.security.rsa.SunRsaSignEntries.putEntries(Unknown Source)
at sun.security.rsa.SunRsaSign.(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at sun.security.jca.ProviderConfig$2.run(Unknown Source)
at sun.security.jca.ProviderConfig$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.security.jca.ProviderConfig.doLoadProvider(Unknown Source)
at sun.security.jca.ProviderConfig.getProvider(Unknown Source)
at sun.security.jca.ProviderList.getProvider(Unknown Source)
at sun.security.jca.ProviderList$ServiceList.tryGet(Unknown Source)
at sun.security.jca.ProviderList$ServiceList.access$200(Unknown Source)
at sun.security.jca.ProviderList$ServiceList$1.hasNext(Unknown Source)
at java.security.KeyFactory.nextSpi(Unknown Source)
at java.security.KeyFactory.(Unknown Source)
at java.security.KeyFactory.getInstance(Unknown Source)
at sun.security.x509.X509Key.buildX509Key(Unknown Source)
at sun.security.x509.X509Key.parse(Unknown Source)
at sun.security.x509.CertificateX509Key.(Unknown Source)
at sun.security.x509.X509CertInfo.parse(Unknown Source)
at sun.security.x509.X509CertInfo.(Unknown Source)
at sun.security.x509.X509CertImpl.parse(Unknown Source)
at sun.security.x509.X509CertImpl.(Unknown Source)
Usage: java -jar start.jar [options] [properties] [configs]
java -jar start.jar --help # for more information
@Jean-Luc ,as above after adding pause .