Welcome, Guest ( Login | Register )
Remember Me  
 
 
All times are UTC
 
 
SEO Power Suite crash in Linux
 
Page 1 of 1 [ 10 posts ]
Author Message
Post subject: SEO Power Suite crash in Linux
Posted: Tue Oct 18, 2011 6:42 pm

Newborn

Newborn

Posts: 3

Online

Sorry my language. I am spanish.

SEO Power Suite crash with new version Java and new library of GTK. I have Ubuntu 11.10 and last version of Java.

In all program SEO Power Suite, this crash and i recive this message:

"---------------------------------------
WebSite Auditor v.2.10.2 Error Report

Date: 18/10/11 20:31
OS name: Linux
OS Arch: i386
Java version: 1.6.0_27
JVM bitness: 32
Stack Trace:
org.mozilla.browser.MozillaException: java.lang.UnsatisfiedLinkError: Unable to load library 'gtk-x11-2.0': libgtk-x11-2.0.so: cannot open shared object file: No such file or directory
at org.mozilla.browser.MozillaExecutor.mozInit(MozillaExecutor.java:209)
at org.mozilla.browser.MozillaInitialization.initialize(MozillaInitialization.java:141)
at com.agilemind.commons.application.controllers.ApplicationControllerImpl.start(ApplicationControllerImpl.java:299)
at com.agilemind.commons.util.ApplicationStarter.a(ApplicationStarter.java:46)
at com.agilemind.commons.util.ApplicationStarter.access$200(ApplicationStarter.java:67)
at com.agilemind.commons.util.j.run(j.java:4)
at com.agilemind.commons.gui.errorproof.b.execute(b.java:2)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThreadAndReturn(ErrorProofUtil.java:10)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThreadAndReturn(ErrorProofUtil.java:20)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThread(ErrorProofUtil.java:11)
at com.agilemind.commons.util.ApplicationStarter.startApplication(ApplicationStarter.java:59)
at com.agilemind.websiteauditor.WebsiteAuditorApplicationStarter.main(WebsiteAuditorApplicationStarter.java:13)
Caused by: java.lang.UnsatisfiedLinkError: Unable to load library 'gtk-x11-2.0': libgtk-x11-2.0.so: cannot open shared object file: No such file or directory
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:114)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:157)
at com.sun.jna.Library$Handler.<init>(Library.java:123)
at com.sun.jna.Native.loadLibrary(Native.java:260)
at com.sun.jna.Native.loadLibrary(Native.java:246)
at org.mozilla.browser.impl.jna.Gtk.<clinit>(Gtk.java:9)
at org.mozilla.browser.MozillaExecutor$1.run(MozillaExecutor.java:169)"

The libraries gtk-x11-2.0 and libgtk-x11-2.0.so not exist in new versions of Linux.

Thanks.


Top
Post subject:
Posted: Wed Oct 19, 2011 3:41 am

Newborn

Newborn

Posts: 4

Online

Hi, I also had the same problem it was fixed by going into the terminal and

# cd /usr/lib
# ln -s libgtk-x11-2.0.so.0 libgtk-x11-2.0.so

I'm not sure about the paths as I am running a slightly older version of Ubuntu but that's what I had to do to fix it.


Top
Post subject: Not run
Posted: Fri Oct 21, 2011 7:55 am

Newborn

Newborn

Posts: 3

Online

I have tried this. This not run in new version of Linux. The library GTK2 don't exist. Now Ubuntu and new version distro use GTK3.


Any solution?

Thanks.


Top
Post subject:
Posted: Fri Oct 28, 2011 1:48 pm

Site Admin

User avatar

Posts: 2959

Online

Hey futurosoft,

The tools are now being adjusted to work on the new version of Ubuntu (32-bit). The updated version is expected to be made available next week.

Thanks a lot for drawing our attention to the matter!

_________________
Search Engine Optimization Software SEO PowerSuite

See a spammer? Click "Report this Post" (bottom right) and help keep our forum clean!


Top
Profile   |   Website
Post subject: SEO Power Suite not run on Linux Ubuntu 11.10
Posted: Sat Nov 05, 2011 10:28 pm

Newborn

Newborn

Posts: 3

Online

I've been waiting two weeks and SEO Power Suite have not been updated.

THIS IS ERROR:

---------------------------------------
WebSite Auditor v.2.10.5 Error Report

Date: 5/11/11 23:28
OS name: Linux
OS Arch: i386
Java version: 1.6.0_29
JVM bitness: 32
Stack Trace:
org.mozilla.browser.MozillaException: java.lang.UnsatisfiedLinkError: Error looking up function 'gtk_init': /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0: undefined symbol: gtk_init
at org.mozilla.browser.MozillaExecutor.mozInit(MozillaExecutor.java:209)
at org.mozilla.browser.MozillaInitialization.initialize(MozillaInitialization.java:141)
at com.agilemind.commons.application.controllers.ApplicationControllerImpl.start(ApplicationControllerImpl.java:14)
at com.agilemind.commons.util.ApplicationStarter.a(ApplicationStarter.java:41)
at com.agilemind.commons.util.ApplicationStarter.access$200(ApplicationStarter.java:4)
at com.agilemind.commons.util.j.run(j.java:12)
at com.agilemind.commons.gui.errorproof.b.execute(b.java:2)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThreadAndReturn(ErrorProofUtil.java:16)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThreadAndReturn(ErrorProofUtil.java:14)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThread(ErrorProofUtil.java:9)
at com.agilemind.commons.util.ApplicationStarter.startApplication(ApplicationStarter.java:3)
at com.agilemind.websiteauditor.WebsiteAuditorApplicationStarter.main(WebsiteAuditorApplicationStarter.java:6)
Caused by: java.lang.UnsatisfiedLinkError: Error looking up function 'gtk_init': /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0: undefined symbol: gtk_init
at com.sun.jna.Function.<init>(Function.java:179)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:347)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:327)
at com.sun.jna.Library$Handler.invoke(Library.java:203)
at $Proxy0.gtk_init(Unknown Source)
at org.mozilla.browser.MozillaExecutor$1.run(MozillaExecutor.java:169)


Top
Post subject:
Posted: Thu Nov 24, 2011 3:44 pm

Site Admin

User avatar

Posts: 2959

Online

Quote:
I do not know if I have the same problem - but in fact there is a serious problem. Whenever I want to update the KEI in rank-tracker the program crashes (using Ubuntu Linux, latest version, 32bit).


Please reproduce the crash and then click Help -> Send project to support, we'll take a look at your logs and setting sand get back to you ASAP.

_________________
Search Engine Optimization Software SEO PowerSuite

See a spammer? Click "Report this Post" (bottom right) and help keep our forum clean!


Top
Profile   |   Website
Post subject: gtk_init
Posted: Mon Jan 16, 2012 4:54 pm

Newborn

Newborn

Posts: 1

Online

Hi, i'm having the problem described

org.mozilla.browser.MozillaException: java.lang.UnsatisfiedLinkError: Error looking up function 'gtk_init': /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0: undefined symbol: gtk_init

I've tried in a terminal
# cd /usr/lib
# ln -s libgtk-x11-2.0.so.0 libgtk-x11-2.0.so
but i'm still having the problem. I can make the program running, however it starts with this error and i can't get the reports.

I'm running Ubuntu 11.10 and all last versions of SeoPowersuite.
Have you solved this problem ?


Top
Post subject:
Posted: Wed Apr 25, 2012 8:49 am

Newborn

Newborn

Posts: 3

Online

Everything used to work fine in Ubuntu 10.04. Now, when I upgraded to 12.04 and installed seo power suite I have the same problem as described above.

Quote:

---------------------------------------
Rank Tracker v.6.1 Error Report

Date: 4/25/12 11:37 AM
OS name: Linux
OS Arch: i386
Java version: 1.7.0_03
JVM bitness: 32
Stack Trace:
org.mozilla.browser.MozillaException: java.lang.UnsatisfiedLinkError: Error looking up function 'gtk_init': /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0: undefined symbol: gtk_init
at org.mozilla.browser.MozillaExecutor.mozInit(MozillaExecutor.java:209)
at org.mozilla.browser.MozillaInitialization.initialize(MozillaInitialization.java:141)
at com.agilemind.commons.application.controllers.ApplicationControllerImpl.start(ApplicationControllerImpl.java:105)
at com.agilemind.commons.mvc.util.ApplicationStarter.a(ApplicationStarter.java:32)
at com.agilemind.commons.mvc.util.ApplicationStarter.access$200(ApplicationStarter.java:42)
at com.agilemind.commons.mvc.util.c.run(c.java:1)
at com.agilemind.commons.gui.errorproof.b.execute(b.java:2)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThreadAndReturn(ErrorProofUtil.java:12)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThreadAndReturn(ErrorProofUtil.java:16)
at com.agilemind.commons.gui.errorproof.ErrorProofUtil.executeAsErrorProofThread(ErrorProofUtil.java:3)
at com.agilemind.commons.mvc.util.ApplicationStarter.startApplication(ApplicationStarter.java:28)
at com.agilemind.ranktracker.RankTrackerApplicationStarter.main(RankTrackerApplicationStarter.java:3)
Caused by: java.lang.UnsatisfiedLinkError: Error looking up function 'gtk_init': /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0: undefined symbol: gtk_init
at com.sun.jna.Function.<init>(Function.java:179)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:347)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:327)
at com.sun.jna.Library$Handler.invoke(Library.java:203)
at $Proxy0.gtk_init(Unknown Source)
at org.mozilla.browser.MozillaExecutor$1.run(MozillaExecutor.java:169)



A guy from support wrote me that I used wrong java. That's their universal answer: "you have wrong java!!!".
Well, I tried all possible javas - oracle's java 6 and 7, openjdk. And every time a got the same error.
It seems that seo power suite is not supported in ubuntu since version 11.10 and they are not going to fix it. At least I could not find any clear instructions on how to make seo power suite work on 12.04 - neither in this forum nor from support.


Top
Post subject:
Posted: Wed Apr 25, 2012 9:44 am

Newborn

Newborn

Posts: 3

Online

It works!

I have just received an answer from customer support. Their programmers recommended to install the libgtk2.0-dev package.

Here's the actual answer:
Quote:
I asked our developers, and here is what they suggest you try doing: you need to install the libgtk2.0-dev

More specifically, in the terminal, execute the following commands:
Code:
sudo apt-get update;
sudo apt-get dist-upgrade;
sudo apt-get install libgtk2.0-dev


Hope this works. Contact us again, if you have more questions.


After I executed those commands in terminal and reloaded ranktracker all problems gone!
Well, now seopowersuite works and I'm happy, but it took so much time to install different java versions, uninstall, reinstall and then finally get that simple answer! I wonder why they could not write a comprehensive installation instructions for linux users. It would save much time for both users and support team.


Top
Post subject:
Posted: Wed Apr 25, 2012 10:56 am

Site Admin

User avatar

Posts: 2959

Online

Hey bavovna!

Thanks for your feedback. Instructions for Ubuntu Unity users are now available here. Hope it helps.

_________________
Search Engine Optimization Software SEO PowerSuite

See a spammer? Click "Report this Post" (bottom right) and help keep our forum clean!


Top
Profile   |   Website
Display topics from previous:  Sort by  
Page 1 of 1 [ 10 posts ]

 
 
All times are UTC
Jump to: