Zotero in Ubuntu 10.4 Lucid Lynx
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
http://www.zotero.org/support/word_processor_plugin_troubleshooting#component_loading_error_on_ubuntu_linux
Cheers
http://forums.zotero.org/discussion/12582/unable-to-use-bookmarks-in-zotero-in-ubuntu-1004/#Item_16
sounds promising
I switched to Ubuntu today and managed to follow your instructions successfully! I have only used Windows before today and I had absolutely no idea what I was doing - I just followed on faith and it worked (after googleing "where is sudo on Ubuntu?").
Grace
I tried a suggestion and uninstalled Ubuntu's openoffice and installed the vanilla version from openoffice.org but then nothing worked as all I got was a "Zotero was unable to modify your document" dialog whenever trying to insert a citation.
E: Type 'debhttp://archive.canonical.com/ubuntu' is not known on line 57 in source list /etc/apt/sources.list
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
E: _cache->open() failed, please report.
Anyone have any suggestions??
Thank you!
open the file /etc/apt/sources.list with gedit as a super user
you can do that either by opening gedit as as super user
sudo gedit
and then opening the file
or by directly typing
sudo gedit /etc/apt/sources.list
find line 57 and add a space between 'deb' and 'http:....'
save the file.
Then update the repositories:
sudo apt-get update
that should fix you synaptic problem - somtimes it will also require a restart, but I wouldn't expect that.
Then retry getting your sun java installed.
I suggest you follow the instructions on the documentation wiki:
http://www.zotero.org/support/word_processor_plugin_troubleshooting#component_loading_error_on_ubuntu_linux
I am stuck. I have already started maniging the citations in my PhD with Zotero and everything was OK untill I upgraded to Ubuntu 10.04 (Lucid). Than I got the message "Firefox could not load the component required to communicate with your word processor. Please ensure that the appropriate Firefox extension is installed and try again." Now I haven't Zotero at all (afer I once uninstalled it) - it's simply dissapeared in the Extension Mannager and I cannot install it again. When I install the openoffice integration inFirefox i recieve the message that it's been successfully installed. Then I go to Ooo and there is nothing in the Extension Manager.
I have installed the sun java and it functions. I have also deleted the other Java version, the Sun Java is the only option. Unfortunately, this didn't help me at all...
Did you try this?
http://www.zotero.org/support/word_processor_plugin_troubleshooting?s[]=word#openoffice_plug-in_directory_paths
i.e. manually set the paths for java and soffice and then click the "re-install Ooo component" button.
>>During initial installation, or after triggering the “Reinstall OpenOffice Components” command as above, you see a select folder dialog with the title:
“Select the OpenOffice installation directory”<<
The only thing I see after clicking "Reinstall OpenOffice Components" is "Zotero OpenOffice Integration was successfully installed". No “Select the OpenOffice installation directory” dialog.
In the integration preferences window I see the automatically chosen locations for "Java uno runtime directory" and "soffice executable directory". Are this the locations that I should change?
Edit: oh, that's not me that's the documentation. oh well - try it anyway -
it could be that the directories are already set correctly, in that case there is nothing to change.
By the way, when I tryed to follow the instructions from the documentation, and when I gave the comand “locate soffice” in Terminal, I got a looong list of locations...
EDIT: In the "long list" I found the location /usr/lib/openoffice/program/, where "soffice", "soffice.bin" and "sofficerc" are located. That is the location that was automatically detected in "Openoffice preferences". Therefore I think that it was correctly set...
I guess the next thing I'd try is to manually install the Zotero_OpenOffice_Integration.oxt
from Ooo, but lets wait if Simon has a better idea.
"Sounds like an OpenOffice problem, frankly, rather than a Zotero one. You can find the original .oxt in 'extensions/zoteroOpenOfficeIntegration@zotero.org/install' within your Firefox profile directory. Install that .oxt (which is all Reinstall OpenOffice Components is doing) manually, or figure out why you can't." (Dan Stillman, Jun 1st 2010)
I have Zotero now installed in openoffice, I have the toolbar back again also. But when I try to insert a quotation I recieve the same message from the beginning: "Firefox could not load the component required to communicate with your word processor. Please ensure that the appropriate Firefox extension is installed and try again". I have followed the operations from the previous discussion and from http://www.zotero.org/support/word_processor_plugin_troubleshooting#component_loading_error_on_ubuntu_linux. The sun java is installed and activated and it is the only java I have on my laptop
installed at the moment. But nothing changes. So now I am on the beginning point again, without any idea what to do next...
[JavaScript Error: "labelGetUbuntu is null" {file: "chrome://ubufox/content/overlay.js" line: 82}]
sync.zotero.org : server does not support RFC 5746, see CVE-2009-3555
sync.zotero.org : server does not support RFC 5746, see CVE-2009-3555
api.zotero.org : server does not support RFC 5746, see CVE-2009-3555
api.zotero.org : server does not support RFC 5746, see CVE-2009-3555
api.zotero.org : server does not support RFC 5746, see CVE-2009-3555
[JavaScript Error: "[Exception... "'java.util.zip.ZipException: error in opening zip file' when calling method: [nsIFactory::createInstance]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: chrome://zotero/content/xpcom/integration.js :: execCommand :: line 151" data: no]" {file: "chrome://zotero/content/xpcom/integration.js" line: 151}]
[JavaScript Error: "[Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://zotero/content/xpcom/integration.js :: execCommand :: line 151" data: no]" {file: "chrome://zotero/content/xpcom/integration.js" line: 151}]
Of course you can as root.
First, you could ensure the permissions on your Firefox profile directory are correct. This is unlikely to be the source of the problem, since you report that removing and reinstalling the Firefox extension didn't help, but it's worth a try. In a terminal, enter the following two commands
sudo chown -R $USER ~/.mozilla/firefox
sudo chmod -R u+r ~/.mozilla/firefox
Enter your password when prompted.
If that doesn't work, you can try disabling AppArmor. Try running
sudo /etc/init.d/apparmor stop
again entering your password when prompted, and then see if that fixes things.
If neither of these solves your problem, we might be able to get a better idea of what's going wrong if you set dom.report_all_js_exceptions to true in about:config (create the entry if it doesn't exist) and then generate another error report.