|
Bugzilla – Bug 763 |
Updater problem |
Last modified: 2014-06-12 11:09:34 CDT |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
Hi Mark, as yuo suggested I tried to launch the updated from the command line using the debug version. Here is the message I get in the command line I hope it helps to find out what the problem is. Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\collinet>cd/d c:\fiji.app c:\Fiji.app>imagej-win64.exe --debug --update update c:\Fiji.app>JRE not found in 'c:\Fiji.app/jre' JAVA_HOME contains a JRE: 'c:\Fiji.app/java/win64/jdk1.6.0_24//jre' javaw -Xmx20000m -Dpatch.ij1=false -Dpython.cachedir.skip=true -Dplugins.dir=c:\ \Fiji.app -Xincgc -XX:PermSize=128m -Djava.class.path=c:\\Fiji.app/jars/imagej-l auncher-3.1.0.jar -Dimagej.dir=c:\\Fiji.app -Dij.dir=c:\\Fiji.app -Dfiji.dir=c:\ \Fiji.app -Dfiji.defaultLibPath=bin/server/jvm.dll -Dfiji.executable=c:\\Fiji.ap p\\ImageJ-win64.exe -Dij.executable=c:\\Fiji.app\\ImageJ-win64.exe -Djava.librar y.path=c:\\Fiji.app/lib/win64;c:\\Fiji.app/mm/win64 -Dsun.java2d.noddraw=true -D ij.debug=true -Dscijava.log.level=debug net.imagej.launcher.ClassLauncher -class path . -ijjarpath jars -ijjarpath plugins net.imagej.updater.CommandLine update Using JAVA_HOME c:\Fiji.app/java/win64/jdk1.6.0_24//jre Opening Java library c:\Fiji.app/java/win64/jdk1.6.0_24//jre/bin/server/jvm.dll Adding option: -Djava.home=c:\Fiji.app/java/win64/jdk1.6.0_24/ ij1.plugin.dirs: null $HOME/.plugins: C:\Users\collinet\.plugins does not exist Launching main class net.imagej.updater.CommandLine with parameters [update] Class loader = sun.misc.Launcher$AppClassLoader@3326b249 java.lang.ClassNotFoundException: net.imagej.updater.CommandLine at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at net.imagej.launcher.ClassLauncher.launch(ClassLauncher.java:231) at net.imagej.launcher.ClassLauncher.run(ClassLauncher.java:184) at net.imagej.launcher.ClassLauncher.main(ClassLauncher.java:76) java.lang.ClassNotFoundException: imagej.updater.CommandLine at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at net.imagej.launcher.ClassLauncher.launch(ClassLauncher.java:237) at net.imagej.launcher.ClassLauncher.run(ClassLauncher.java:184) at net.imagej.launcher.ClassLauncher.main(ClassLauncher.java:76) Class 'net.imagej.updater.CommandLine' was not found