Re: Java error on saving (or saving as) my file

by kubu » Mon Apr 22, 2013 7:25 pm

Here it is:

Code: Select all

Java Web Start 10.21.2.11  Uso della versione JRE 1.7.0_21-b11 Java HotSpot(TM) Client VM  Directory home utente = C:\Documents and Settings\admin!  ----------------------------------------------------  c:   cancella finestra console  f:   finalizza oggetti nella coda di finalizzazione  g:   garbage collection  h:   visualizza questo messaggio della Guida  m:   stampa utilizzo memoria  o:   attiva registrazione eventi  p:   ricarica configurazione proxy  q:   nascondi console  r:   ricarica configurazione criteri  s:   esegui dump delle proprietà del sistema e della distribuzione  t:   esegui dump lista thread  v:   esegui dump stack thread  0-5: imposta livello di trace su <n>  ----------------------------------------------------  	Match: beginTraversal  Match: digest selected JREDesc: JREDesc[version 1.5+, heap=-1-536870912, args=null, href=null, sel=false, null, null], JREInfo: JREInfo for index 0:      platform is: 1.7      product is: 1.7.0_21      location is: http://java.sun.com/products/autodl/j2se      path is: C:\Programmi\Java\jre7\bin\javaw.exe      args is:       native platform is: Windows, x86 [ x86, 32bit ]      JavaFX runtime is: JavaFX 2.2.21 found at C:\Programmi\Java\jre7\      enabled is: true      registered is: true      system is: true    	Match: selecting maxHeap: 536870912  	Match: ignoring InitHeap: -1  	Match: digesting vmargs: null  	Match: digested vmargs: [JVMParameters: isSecure: true, args: ]  	Match: JVM args after accumulation: [JVMParameters: isSecure: true, args: ]  	Match: digest LaunchDesc: http://www.sweethome3d.com/SweetHome3D.jnlp  	Match: digest properties: [-Dcom.eteks.sweethome3d.deploymentInformation="Java Web Start", -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#JavaWebStart, -Dcom.eteks.sweethome3d.lazyParts="SweetHome3D Loader3DS FreeHep SunFlow JMF iText Java3D"]  	Match: JVM args: [JVMParameters: isSecure: false, args: "-Dcom.eteks.sweethome3d.deploymentInformation=\"Java Web Start\"" -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#JavaWebStart "-Dcom.eteks.sweethome3d.lazyParts=\"SweetHome3D Loader3DS FreeHep SunFlow JMF iText Java3D\""]  	Match: endTraversal ..  	Match: JVM args final: -Xmx512m "-Dcom.eteks.sweethome3d.deploymentInformation=\"Java Web Start\"" -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#JavaWebStart "-Dcom.eteks.sweethome3d.lazyParts=\"SweetHome3D Loader3DS FreeHep SunFlow JMF iText Java3D\""  	Match: Running JREInfo Version    match: 1.7.0.21 == 1.7.0.21  	 Match: Running JVM args match the secure subset: have:<"-Dcom.eteks.sweethome3d.deploymentInformation=\"Java Web Start\"" -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#JavaWebStart "-Dcom.eteks.sweethome3d.lazyParts=\"SweetHome3D Loader3DS FreeHep SunFlow JMF iText Java3D\"" -Xmx512m>  satisfy want:<-Xmx512m "-Dcom.eteks.sweethome3d.deploymentInformation=\"Java Web Start\"" -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#JavaWebStart "-Dcom.eteks.sweethome3d.lazyParts=\"SweetHome3D Loader3DS FreeHep SunFlow JMF iText Java3D\"">  Java 3D: implicit antialiasing enabled  CacheEntry[http://www.sweethome3d.com/SweetHome3DUpdates.xml]: updateAvailable=true,lastModified=Thu Mar 21 23:23:16 CET 2013,length=59  com.eteks.sweethome3d.model.RecorderException: Can't save home C:\Documents and Settings\admin!\Desktop\Trapp1.sh3d  	at com.eteks.sweethome3d.io.HomeFileRecorder.writeHome(Unknown Source)  	at com.eteks.sweethome3d.viewcontroller.HomeController$33.call(Unknown Source)  	at com.eteks.sweethome3d.viewcontroller.HomeController$33.call(Unknown Source)  	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)  	at java.util.concurrent.FutureTask.run(Unknown Source)  	at com.eteks.sweethome3d.viewcontroller.ThreadedTaskController$1.run(Unknown Source)  	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)  	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)  	at java.util.concurrent.FutureTask.run(Unknown Source)  	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)  	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)  	at java.lang.Thread.run(Unknown Source)  Caused by: java.io.FileNotFoundException: C:\Documents and Settings\admin (Impossibile trovare il file specificato)  	at java.io.FileInputStream.open(Native Method)  	at java.io.FileInputStream.<init>(Unknown Source)  	at java.io.FileInputStream.<init>(Unknown Source)  	at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)  	at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)  	at java.net.URL.openStream(Unknown Source)  	at com.eteks.sweethome3d.io.DefaultHomeOutputStream.getZipUrlEntries(Unknown Source)  	at com.eteks.sweethome3d.io.DefaultHomeOutputStream.writeHomeZipEntries(Unknown Source)  	at com.eteks.sweethome3d.io.DefaultHomeOutputStream.writeHome(Unknown Source)  	... 12 more  


Thank you