imagej / imagej-server

A RESTful web server for ImageJ [EXPERIMENTAL]
Apache License 2.0
38 stars 17 forks source link

Error when starting the server in Fiji #44

Open esgomezm opened 3 years ago

esgomezm commented 3 years ago

I enabled the Server update site in Fiji. After installing it, when I start Fiji, the following error appears in the log window: [ERROR] Cannot create plugin: class='net.imagej.server.external.DefaultTableIOPlugin', priority=-100.0, enabled=true, pluginType=IOPlugin

then, when I click on Plugins > Utilities > Start server, the entire Fiji closes automatically.

imagejan commented 3 years ago

DefaultTableIOPlugin was removed from this component with https://github.com/imagej/imagej-server/commit/789f923641b80a50a44e1e69436f45053517ca7f, in favor of scijava-table. I guess the version on the update site is outdated (at least there hasn't been a release since that commit).

The unexpected closing of Fiji could be unrelated to the DefaultTableIOPlugin issue, I don't know.

@hinerm, @ctrueden?

ctrueden commented 3 years ago

@esgomezm Sorry for the slow response, and thanks for the ping, @imagejan. I still need to update ImageJ Server to work with the newest pom-scijava releases; see #41. Once that's done, I'll be able to fix the update site as well.

esgomezm commented 3 years ago

No problem and thank you!

MartinTetard commented 2 years ago

Hello everyone. I'm currently trying to use the server mode on my ImageJ / Fiji app on my Mac OS, and even after updating it in the update urls, I cannot see "server" into the "utilities" submenu, and I have many errors when starting ImageJ... Any idea about it?

Thanks a lot for your help!

cgmora12 commented 1 year ago

In my case, in Fiji when clicking to start server the program crashes.

Thank you in advance.