LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Azureus on Fedora 7 (https://www.linuxquestions.org/questions/fedora-35/azureus-on-fedora-7-a-595007/)

vboy 10-27-2007 07:57 AM

Azureus on Fedora 7
 
Hello,

i installed Azureus&Java..now when i try to run azureus i get this error msg:

[root@IS-3086 azureus]# ./azureus
Starting Azureus...
Java is GCJ.. looking for Sun Java..
Java exec not found in PATH, starting auto-search...
ls: cannot access /usr/java/latest: No such file or directory
Java exec found in /usr/java/jre1.5.0_04/bin/
Suitable java version found [/usr/java/jre1.5.0_04/bin/java = 1.5.0_04]
Configuring environment...
find: /root/.azureus: No such file or directory
Browser check failed with: No more handles [gtk_init_check() failed], InvocationTargetException
Auto-scanning for GRE/XULRunner. You can skip this by appending the GRE path to LD_LIBRARY_PATH and setting MOZILLA_FIVE_HOME.
checking /etc/gre.d/gre.conf for GRE_PATH
GRE found at /usr/lib/firefox-2.0.0.8.
Browser check failed with: No more handles [gtk_init_check() failed], InvocationTargetException
Can't create browser. Will try to set LD_LIBRARY_PATH and hope Azureus has better luck.
setting LD_LIBRARY_PATH to: /usr/lib/firefox-2.0.0.8
setting MOZILLA_FIVE_HOME to: /usr/lib/firefox-2.0.0.8
Loading Azureus:
/usr/java/jre1.5.0_04/bin/java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/home/azureus" -Dazureus.install.path="/home/azureus" -Dazureus.script="./azureus" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main
changeLocale: *Default Language* != English (United States). Searching without country..
changeLocale: Searching for language English in *any* country..
changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
Exception in thread "main" org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:3589)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:836)
at org.eclipse.swt.widgets.Display.create(Display.java:824)
at org.eclipse.swt.graphics.Device.<init>(Device.java:152)
at org.eclipse.swt.widgets.Display.<init>(Display.java:472)
at org.eclipse.swt.widgets.Display.<init>(Display.java:463)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:91)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:68)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:102)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:80)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:203)
Exit from Azureus complete
No shutdown tasks to do
Azureus TERMINATED.


Anyone able to "translate" this error to a linux noob? :) Thank you.

shafty023 10-27-2007 06:18 PM

It looks like you're trying to run Azureus as the root user which you should not be doing. Run it as a regular user.

This is the line in your output leading me to believe this:
find: /root/.azureus: No such file or directory

If you get the same error as a regular user just do this "mkdir ~/.azureus" . If you are in fact logging into your linux box as root that is a very bad bad thing. Shame on you. If you merely "su - root" then that's ok. Make sure you type "exit" so you can return to your regular user when running applications.


All times are GMT -5. The time now is 12:54 AM.