[ImageJ-devel] Netbeans and Maven

Johannes Schindelin Johannes.Schindelin at gmx.de
Tue Feb 12 16:58:29 CST 2013


Hi Gerrit,

On Tue, 29 Jan 2013, Polder, Gerrit wrote:

> thanks to fixing my other problems I now have I version which I would
> like to add to a personal update site.
> So I followed the instructions on the link you provide me.
> After filling in the values I get the question to upload an empty db.xml.gz.
> When I click ok nothing happens. Here is a screenshot and the java exceptions I get in the console:
> 
> [cid:4CE37434-F5E4-419E-AC6E-30D561CC54A8 at wurnet.nl]

It should work if you prefix the path with "file:". In your case it would
read:

	file:/var/www/bommel/fijiplugins/

(I hope that the code adds a trailing slash, it should do that at least.)

> Found 0 plugins.
> Uncaught exception in thread Thread[AWT-EventQueue-0,6,main]
> java.lang.NullPointerException
> at imagej.updater.core.FilesUploader.<init>(FilesUploader.java:97)

That indicates a problem with the uploader service. I'll try to reproduce
here...

Ciao,
Johannes



More information about the ImageJ-devel mailing list