Isn't there any other process that may be blocking the folder/files? On Fri, Aug 12, 2011 at 1:53 PM, Matthias Rauer <[email protected]>wrote:
> Yes, you are right,there are some classes you cannot use on client > side. But in this case I ll get another compile exception. > > The other team member haven't these problems, that I have :-( They use > Windows 7 64-bit. > > > On 11 Aug., 15:44, Juan Pablo Gardella <[email protected]> > wrote: > > At first, I think you can't use File classes in GWT (client side). > > > > 2011/8/11 Matthias Rauer <[email protected]>> Hello, > > > > > I am getting compile errors. Looks like caching or synchronize > > > problems. > > > [java] Caused by: javax.imageio.IIOException: Can't create cache > > > file! > > > [java] at > > > javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:397) > > > [java] at javax.imageio.ImageIO.write(ImageIO.java:1558) > > > [java] ... 35 more > > > [java] Caused by: java.io.FileNotFoundException: Z: > > > \imageio2197704682044189508.tmp (Der Prozess kann nicht auf die Datei > > > zugreifen, da sie von einem anderen Prozess verwendet wird) > > > [java] at java.io.RandomAccessFile.open(Native Method) > > > [java] at > java.io.RandomAccessFile.<init>(RandomAccessFile.java: > > > 212) > > > [java] at > > > > > > javax.imageio.stream.FileCacheImageOutputStream.<init>(FileCacheImageOutputStream.java: > > > 73) > > > [java] at > > > > > > com.sun.imageio.spi.OutputStreamImageOutputStreamSpi.createOutputStreamInstance(OutputStreamImageOutputStreamSpi.java: > > > 50) > > > [java] at > > > javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:393) > > > [java] ... 36 more > > > > > --- > > > > > C:\...\build\build.xml:459: IOException in C:\...\build\tmp\web\WEB-INF > > > \config\coreReportInvoiceConfig.xml - java.io.FileNotFoundException:C: > > > \...build\tmp\web\WEB-INF\config\rep1473609419171320889.tmp (Der > > > Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen > > > Prozess verwendet wird) > > > in english: process cannot access file, another process uses this file > > > > > --- > > > same exception again... but different file > > > > > [java] Caused by: javax.imageio.IIOException: Can't create cache > > > file! > > > [java] at > > > javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:397) > > > [java] at javax.imageio.ImageIO.write(ImageIO.java:1558) > > > [java] ... 35 more > > > [java] Caused by: java.io.FileNotFoundException: Z: > > > \imageio5137244568657246113.tmp (Der Prozess kann nicht auf die Datei > > > zugreifen, da sie von einem anderen Prozess verwendet wird) > > > [java] at java.io.RandomAccessFile.open(Native Method) > > > [java] at > java.io.RandomAccessFile.<init>(RandomAccessFile.java: > > > 212) > > > [java] at > > > > > > javax.imageio.stream.FileCacheImageOutputStream.<init>(FileCacheImageOutputStream.java: > > > 73) > > > [java] at > > > > > > com.sun.imageio.spi.OutputStreamImageOutputStreamSpi.createOutputStreamInstance(OutputStreamImageOutputStreamSpi.java: > > > 50) > > > [java] at > > > javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:393) > > > [java] ... 36 more > > > --- > > > > > If I compile again and again, I got different exceptions, like these: > > > > > I already changed the extra and workDir to an RamDisk, deleted these > > > directories before compiling, Deleted these directories before the > > > build, but got same errors again. I also changed number of workers to > > > 1. > > > > > Any suggestions? > > > > > Greetings, > > > Matthias > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Magno Machado Paulo http://blog.magnomachado.com.br http://code.google.com/p/emballo/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
