Help:Known problems
From WikiPathways
Line 40: | Line 40: | ||
When you are using Internet Explorer you need to install an SVG viewer to view the pathway images at full size. Go to [http://www.adobe.com/svg/viewer/install/main.html Adobe SVG viewer] to download an SVG viewer for Internet Explorer. | When you are using Internet Explorer you need to install an SVG viewer to view the pathway images at full size. Go to [http://www.adobe.com/svg/viewer/install/main.html Adobe SVG viewer] to download an SVG viewer for Internet Explorer. | ||
+ | === "inactive plugin in Mac Lion or Mountain lion === | ||
+ | When you install or update Lion or Mountain lion, the browsers are configured not to allow running Java inside a browser. Trying to edit a pathway will fail and the following message will show: "Inactive Plugin". | ||
+ | Solving this is done as follows. Open the terminal and run: | ||
+ | |||
+ | /Applications/Utilities/Java\ Preferences.app/Contents/MacOS/Java\ Preferences | ||
+ | |||
+ | You will see a window where you can enable java by ticking: | ||
+ | Enable applet plug-in and Web Start applications | ||
<p>[[:Help:Contents|Return to Help Contents]]</p> | <p>[[:Help:Contents|Return to Help Contents]]</p> | ||
<p>[[:Help:Tutorial|Continue to Tutorials]]</p> | <p>[[:Help:Tutorial|Continue to Tutorials]]</p> |
Revision as of 08:37, 17 August 2012
On this page you'll find some known problems with WikiPathways.
If your problem is not on this list, please check our bug tracker or send an email to our Google group.
Contents |
No Java installed
You need to have Java installed to be able to edit pathways. If you only see a grey box when you click the edit button below the pathway image, please check if you have Java installed (version JSE 5 or above). You can test if Java is working in your browser here and download Java here.
Javascript disabled
You need to have javascript enabled in your browser. Click here to see how to enable javascript for your browser.
Strange error while starting Java
Sometimes a dialog with "NullPointerException" or "InvocationTargetException" appears when you try to start the edit applet. In this case it may help to clear the Java Applet Cache. In Windows XP, you do this as follows:
- Go to Start->Control Panel
- (In Classic View) click on the icon Labeled "Java"
- In the Java Control Panel dialog, in the general tab, under the heading "Temporary Internet Files" click on Settings...
- Click "Delete Files". This will only delete temporary files that are safe to delete.
- Close the browser completely, then try WikiPathways again.
On a Mac:
- Open /Applications/Utilities/Java Preferences
- Click on Network tab
- Click on "Delete Files...", Click "OK"
- Close the browser completely, then try WikiPathways again
Editor does not load and you just see a black window
In this case it might help to clear the Java Applet Cache. In Windows XP, you do this as follows:
- Go to Start->Control Panel
- (In Classic View) click on the icon Labeled "Java"
- In the Java Control Panel dialog, in the general tab, under the heading "Temporary Internet Files" click on Settings...
- Click "Delete Files". This will only delete temporary files that are safe to delete.
- Close the browser completely, then try WikiPathways again.
Wrong Java version on Ubuntu
By default the Ubuntu linux distribution comes with the gij (GNU libgcj) Java virtual machine. In order to make wikipathways work correctly, you will need to replace this with Sun's JVM. You can do this by installing the packages sun-java5-jre
and sun-java5-plugin
or sun-java6-jre
and sun-java6-plugin
.
No SVG viewer in Internet Explorer
When you are using Internet Explorer you need to install an SVG viewer to view the pathway images at full size. Go to Adobe SVG viewer to download an SVG viewer for Internet Explorer.
"inactive plugin in Mac Lion or Mountain lion
When you install or update Lion or Mountain lion, the browsers are configured not to allow running Java inside a browser. Trying to edit a pathway will fail and the following message will show: "Inactive Plugin". Solving this is done as follows. Open the terminal and run:
/Applications/Utilities/Java\ Preferences.app/Contents/MacOS/Java\ Preferences
You will see a window where you can enable java by ticking:
Enable applet plug-in and Web Start applications