[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2011-08-27 Thread Manveru
I had similar problem with batik's rasterizer, which want to load
/usr/lib/jvm/java-6-sun-1.6.0.05/jre/lib/amd64/xawt/libmawt.so and I was
not present in my system (Ubuntu Lucid). I've found that I had installed
only headless version of JRE from openjdk. I've installed standard
version, and the problem gone.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/211105

Title:
  Frostwire: Can't load library libmawt.so (Hardy Beta)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/211105/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2010-10-13 Thread kenorb
The same with JMeter:
$ jmeter 
An error occurred: Can't load library: 
/usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2010-10-13 Thread kenorb
Try this workaround:
http://blog.taragana.com/index.php/archive/how-to-fix-jrelibi386xawtlibmawtso-libxtstso6-cannot-open-shared-object-file-java-error-on-linux/

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2010-10-13 Thread kenorb
Sorry, wrong workaround.
Firstly check if you have following package:
$ apt-file search /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so
openjdk-6-jre: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2009-08-16 Thread bananenkasper
I'm trying to run a java 6 / swing application written by myself:

Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: 
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/xawt/libmawt.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1614)
at java.awt.Toolkit.clinit(Toolkit.java:1636)
at java.awt.Component.clinit(Component.java:568)
at ...view.ViewImpl.init(ViewImpl.java:41)
at ...main(ControllerImpl.java:368)

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2009-08-16 Thread bananenkasper
System is Ubuntu 9.04 Jaunty 64bit
With Suns Java 6 1.6.0.14 it works flawlessly.

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-10-06 Thread Stjepan Brbot
I changed '/usr/bin/frostwire' and '/usr/lib/frostwire/runFrostwire.sh'
scripts by commenting lines defining AWT_TOOLKIT in order not to be used
any more and am able to run FrostWire (4.13.5) on OpenJDK (1.6.0_0) but
there are other error messages:

[EMAIL PROTECTED]:~$ frostwire
Starting FrostWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.6.0_0]
Configuring environment...
Loading FrostWire:
Event dispatch in wrong thread
expected thread was [Lirc.DispatchThread;@11e831
current thread is Thread[Thread-6,5,main]
please submit a bug report to [EMAIL PROTECTED] with the following information :
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1223)
at irc.EventDispatcher.dispatchEventSyncEx(EventDispatcher.java:293)
at irc.ListenerGroup.sendEventEx(ListenerGroup.java:169)
at irc.ListenerGroup.sendEvent(ListenerGroup.java:143)
at irc.ListenerGroup.sendEvent(ListenerGroup.java:211)
at irc.gui.pixx.PixxTaskBar.enter(PixxTaskBar.java:152)
at irc.gui.pixx.PixxTaskBar.addStatus(PixxTaskBar.java:207)
at 
irc.gui.pixx.PixxMDIInterface.statusCreated(PixxMDIInterface.java:250)
at 
irc.gui.pixx.PixxMDIInterface.sourceCreated(PixxMDIInterface.java:330)
at irc.IRCApplication.sourceCreated(IRCApplication.java:325)
at irc.IRCServer.enumerateSourcesAsCreated(IRCServer.java:301)
at irc.IRCApplication.newServer(IRCApplication.java:166)
at irc.IRCApplication.init(IRCApplication.java:133)
at 
com.limegroup.gnutella.gui.chat.ChatMediator.tryToStartAndAddChat(ChatMediator.java:149)
at 
com.limegroup.gnutella.gui.chat.ChatMediator$1.run(ChatMediator.java:107)
at java.lang.Thread.run(Thread.java:636)
Event dispatch in wrong thread
expected thread was [Lirc.DispatchThread;@11e831
current thread is Thread[Thread-6,5,main]
please submit a bug report to [EMAIL PROTECTED] with the following information :
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1223)
at irc.EventDispatcher.dispatchEventSyncEx(EventDispatcher.java:293)
at irc.ListenerGroup.sendEventEx(ListenerGroup.java:169)
at irc.ListenerGroup.sendEvent(ListenerGroup.java:143)
at irc.ListenerGroup.sendEvent(ListenerGroup.java:211)
at irc.gui.pixx.PixxTaskBar.activate(PixxTaskBar.java:398)
at irc.gui.pixx.PixxTaskBar.enter(PixxTaskBar.java:153)
at irc.gui.pixx.PixxTaskBar.addStatus(PixxTaskBar.java:207)
at 
irc.gui.pixx.PixxMDIInterface.statusCreated(PixxMDIInterface.java:250)
at 
irc.gui.pixx.PixxMDIInterface.sourceCreated(PixxMDIInterface.java:330)
at irc.IRCApplication.sourceCreated(IRCApplication.java:325)
at irc.IRCServer.enumerateSourcesAsCreated(IRCServer.java:301)
at irc.IRCApplication.newServer(IRCApplication.java:166)
at irc.IRCApplication.init(IRCApplication.java:133)
at 
com.limegroup.gnutella.gui.chat.ChatMediator.tryToStartAndAddChat(ChatMediator.java:149)
at 
com.limegroup.gnutella.gui.chat.ChatMediator$1.run(ChatMediator.java:107)
at java.lang.Thread.run(Thread.java:636)
Smileys should be ACTIVE!
SponsorLoader.startElement - Detected a custom refreshrate - 0
SponsorLoader.startElement - Killing Banner Refresh Tasks
BannerContainer.setupBannerRefreshTask() - No banner refresh for me.
Discarding message - 
UpdateMessage @8135054{_hashCode : 1128, 
_message : There's a new Windows version of FrostWire Available.
We highly recommend you update it now, 
_url : http://www.mybloop.com/di/xmjodw/frostwire-4.17.0.windows.exe, 
_messageType : update, 
_version : 4.17.0, 
_expiration : null, 
_torrent : null, 
_os : windows, 
_showOnce : false, 
}

Discarding message - 
UpdateMessage @25103764{_hashCode : 1296, 
_message : There's a new MacOSX version of FrostWire Available.
We highly recommend you update it now, 
_url : http://www.mybloop.com/di/FxuEa9/frostwire-4.17.0.dmg, 
_messageType : update, 
_version : 4.17.0, 
_expiration : null, 
_torrent : null, 
_os : mac, 
_showOnce : false, 
}

Discarding message - 
UpdateMessage @24191379{_hashCode : 1392, 
_message : null, 
_url : http://www.frostwire.com/?id=linkusfrom=frostwire, 
_messageType : update, 
_version : 4.17.0, 
_expiration : null, 
_torrent : null, 
_os : mac, 
_showOnce : false, 
}

Discarding message - 
UpdateMessage @5470517{_hashCode : 1520, 
_message : null, 
_url : http://www.frostwire.com/?id=linkusfrom=frostwire, 
_messageType : update, 
_version : null, 
_expiration : null, 
_torrent : null, 
_os : mac, 
_showOnce : false, 
}

http://www.frostwire.com


**
Something went wrong with FrostWire.
Maybe you're using the wrong version of Java?
(FrostWire is tested against and works best with with Sun's JRE, Java 1.4+)
The version of Java in your PATH is:
java version 1.6.0_0
OpenJDK  Runtime 

[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-05-15 Thread Matthias Klose
we can't build with openmotif, because this package is in the multiverse
part of the archive.

frostwire is wrong asking for one specific toolkit.


** Changed in: openjdk-6 (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-05-06 Thread Rashad Tatum
Apparently, the frostwire packager set the frostwire script in /usr/bin
to be owned by the user.  To make the file secure, change the owner and
group to root.  To do this, type sudo chown root:root /usr/bin/frostwire
.  Do the same for the files located in /usr/lib/frostwire.

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-05-04 Thread Hollman Enciso
which is not the solution engineering but with this package is solved

sudo update-java-alternatives -s java-6-sun

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-04-23 Thread rrfx
@Matthias: thanks for the tip off on where to look.

If i edit Frostwire's startup script nano
/usr/lib/frostwire/runFrostwire.sh i can see export
AWT_TOOLKIT=MToolkit at the top of the script. Commenting this line out
(as a user not root!!!) allows it to load with a couple of unrelated
Exceptions.

[EMAIL PROTECTED]:~$ sudo update-java-alternatives -s java-6-openjdk

[EMAIL PROTECTED]:~$ java -version
OpenJDK 64-Bit Server VM (build 1.6.0-b09, mixed mode)

[EMAIL PROTECTED]:~$ /usr/lib/frostwire/runFrostwire.sh
Starting FrostWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.6.0]
.

A note to anyone trying to load Using the menu launcher or by typing
frostwire... the standard /usr/bin/frostwire script sets the
AWT_TOOLKIT export also before starting the runFrostwire.sh script
above. You'll need to nano /usr/bin/frostwire and comment it out also.

I installed the .deb from here:  http://www.frostwire.com/?id=downloads

Specifically frostwire-4.13.5.i586.deb

Should i notify the upstream packager about these insecure (user
writeable) scripts i edited above?

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-04-22 Thread Matthias Klose
- can you start frostwire without explicitely asking for Motif?
- which package/version of frostwire did you install, where can it be found?

** Changed in: openjdk-6 (Ubuntu)
   Status: New = Incomplete

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-04-18 Thread rrfx
The motif21 java libraries dont seem to be installed/linked in the
OpenJDK java package. (x86_64 Hardy beta updated on 2008-04-14)

If you have Sun's java installed (sudo apt-get install sun-java6-jre):

[EMAIL PROTECTED]:/opt/frostwire$ find /usr/ | grep libmawt.so

/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/headless/libmawt.so
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/xawt/libmawt.so
/usr/lib/jvm/java-6-sun-1.6.0.05/jre/lib/amd64/headless/libmawt.so
/usr/lib/jvm/java-6-sun-1.6.0.05/jre/lib/amd64/xawt/libmawt.so
/usr/lib/jvm/java-6-sun-1.6.0.05/jre/lib/amd64/motif21/libmawt.so   ***

The last line shows the 'motif21/libmawt.so' library installed for Sun's
Java, and not OpenJDK.

Switching the default Java version to Sun's (sudo update-java-alternatives -s 
java-6-sun) allows Frostwire to get a bit further, however it crashes with a 
new error that is widely discussed: 
http://ubuntuforums.org/showthread.php?t=643566
https://bugs.launchpad.net/ubuntu/+source/sun-java5/+bug/86103

The console commands below allowed me to start and run Frostwire easily
(with a few Locking assertion failure errors on console).

cd /usr/lib/frostwire; 
java -jar FrostWire.jar

Cheers, Rob

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-04-18 Thread rrfx
Confirmed bug, linked to openjdk-6 package

** Changed in: openjdk-6 (Ubuntu)
Sourcepackagename: None = openjdk-6
   Status: Invalid = New

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211105] Re: Frostwire: Can't load library libmawt.so (Hardy Beta)

2008-04-02 Thread Greg Grossmeier
I am unable to find Frostwire in the repository.

If this application was manually installed (not from the repository)
then we are unable to support it.  Additionally, you should file all
bugs regarding that application with the developers of the application.

If for some reason it is in the repositories but I was unable to find
it, please reopen this bug.

Best!

** Changed in: ubuntu
   Status: New = Invalid

-- 
Frostwire: Can't load library libmawt.so (Hardy Beta)
https://bugs.launchpad.net/bugs/211105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs