Re: System.getSecurityManager(); is null

2009-07-14 Thread ndesk1900
July 14, 2009 4:00pm > To: dev@jackrabbit.apache.org > Subject: Re: System.getSecurityManager(); is null > > > Stack trace:- > > javax.imageio.IIOException: Can't read input file! > at javax.imageio.ImageIO.read(ImageIO.java:1275) > at > com.

Re: System.getSecurityManager(); is null

2009-07-14 Thread ndesk1900
web server or applet, or container of any kind? > > -Original Message- > From: "ndesk1900" > Sent: Tuesday, July 14, 2009 4:00pm > To: dev@jackrabbit.apache.org > Subject: Re: System.getSecurityManager(); is null > > > Stack trace:- > > java

Re: System.getSecurityManager(); is null

2009-07-14 Thread Dave Brosius
I take it then that bioimagene is a standalone application, and not one that runs in a web server or applet, or container of any kind? -Original Message- From: "ndesk1900" Sent: Tuesday, July 14, 2009 4:00pm To: dev@jackrabbit.apache.org Subject: Re: System.getSecurityManager(

Re: System.getSecurityManager(); is null

2009-07-14 Thread ndesk1900
Stack trace:- javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(ImageIO.java:1275) at com.bioimagene.imageServer.storage.jackrabbit.IndexImages.addNewImages(IndexImages.java:66) at com.bioimagene.imageServer.storage.jackrabbit.IndexImages.add

Re: System.getSecurityManager(); is null

2009-07-14 Thread Alexander Klimetschek
On Tue, Jul 14, 2009 at 3:55 AM, ndesk1900 wrote: > I've written some code that connects to the repository, loads an image > (using ImageIO.read()) and i wish to store that image in the JCR. > > The problem is; as soon as i make a call to ImageIO.read() i am thrown an > exception; reason for the ex

System.getSecurityManager(); is null

2009-07-13 Thread ndesk1900
Hello all, I've written some code that connects to the repository, loads an image (using ImageIO.read()) and i wish to store that image in the JCR. The problem is; as soon as i make a call to ImageIO.read() i am thrown an exception; reason for the exception is [SecurityManager security = System.