JMF and Linux Performance Pack

Following the Install Docs on
http://java.sun.com/products/java-media/jmf/2.1.1/setup-linux.html
i am trying to install the linux performance pack of the JMF.
However it exits without any response :(
Why could that be?
Installed: Sun JDK 1.6.0
System: Linux 2.6.20-gentoo-r3 SMP i686
EDIT: The Installer now starts. Maybe the file was corrupt, I used a newly downloaded one. BUT:
Now i have another problem:
Extracting...
./install.sfx.21428: /lib/libc.so.6: version `GLIBC_2.1' not found (required by ./install.sfx.21428)
./install.sfx.21428: /lib/libc.so.6: version `GLIBC_2.0' not found (required by ./install.sfx.21428)
Installed:
sys-libs/glibc-2.5-r1
Message was edited by:
pholthau

I ran the binary on another computer (with older libraries) and it just worked there.
Now jmfinit can find various video4linux webcams. But trying to create a processor will result in an IOException:
The code:
public static void main(String[] args) {
          try{
               Vector devices = CaptureDeviceManager.getDeviceList(new VideoFormat(null));
               //MediaLocator ml = new MediaLocator("v4l://0");
               CaptureDeviceInfo dev = (CaptureDeviceInfo) devices.iterator().next();
               Processor p = Manager.createProcessor(dev.getLocator());
          } catch(ArrayIndexOutOfBoundsException e){
               System.err.println("Please add a valid media file as a parameter!"); //$NON-NLS-1$
               e.printStackTrace();
          } catch (MalformedURLException e) {
                       System.err.println("URL not valid!"); //$NON-NLS-1$
               e.printStackTrace();
          } catch (NoPlayerException e) {
               System.err.println("No Player found!"); //$NON-NLS-1$
              e.printStackTrace();
          } catch (IOException e) {
               System.err.println("Could not read file!"); //$NON-NLS-1$
               e.printStackTrace();
}The Exception:
java.io.IOException: java.lang.Error: Couldn't initialize capture device
java.io.IOException: java.lang.Error: Couldn't initialize capture device
No Player found!
javax.media.NoProcessorException: Error instantiating class: com.sun.media.protocol.v4l.DataSource : java.io.IOException: java.lang.Error: Couldn't initialize capture device
     at javax.media.Manager.createProcessorForContent(Manager.java:1614)
     at javax.media.Manager.createProcessor(Manager.java:627)
     at hi2r.test.MotionPackageTest.main(MotionPackageTest.java:38)If someone knows why this could happen, please tell me.

Similar Messages

  • JMF linux performance pack

    Does somebody knows how to install linux performance pack because me i didn't suceed and i think that maby archive is broken (i downloaded it many many times as it is always the same ) here i put what was in my console or maby if there is another site to download i will be happe for a tip. I need performance pack so cross-over platform is not for me.
    Do you agree to the above license terms? [yes or no]
    yes
    Permit recording from an applet? (see readme.html) [yes or no]
    yes
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
    yes
    Unpacking...
    tail: cannot open `+309' for reading: No such file or directory
    Extracting...
    ./install.sfx.7509: line 1: ==: No such file or directory
    ./install.sfx.7509: line 3: syntax error near unexpected token `)'
    ./install.sfx.7509: line 3: `5&#65533;&#65533;&#65533;3&#65533;&#65533;n&#65533;N&#65533;_&#65533;^&#65533;&#65533;&#65533;&#65533;[UQU599&#65533;&#65533;;&#65533;&#65533;&#65533;&#65533;r&#65533;&#65533;&#65533;&#65533;&#65533;_&#65533;&#65533;&#65533;&#65533;&#65533;KK)C{<>&#65533;&#65533;&#65533;<<&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;1vp&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;"&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;"QQR&#65533;&#65533;&#65533;&#65533;&#65533;rqp&#65533;&#65533;&#65533;&#65533;"&#65533;&#65533;&#65533;hj&#65533;&#65533;W&#65533;jYn&#65533;d!&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;L&#65533;&#65533;&#65533;L&#65533;&#65533;^  88&#65533;$&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;,&#65533;&#65533;&#65533;&#65533;i&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;V~&#65533;mn.&#65533;7w^&#65533;&#65533;&#65533;&#65533;,&#65533;;M&#65533;&#65533;`&#65533;&#65533;&#65533;&#65533;&#65533;A$D&#65533;&#65533;&#65533;&#65533;&#65533; @&#65533;&#65533;&#65533;wA'

    I have just come across this problem installing jmf-2_1_1e-linux-i586.bin.
    You can get around it by editing the installer BEFORE running it (use vim or gvim with the -b option as it is a partially binary file).
    On line 267 there is the offending command 'tail +309'. Change this to 'tail -n+309' i.e. tail from line 309 onwards, hence skipping the install script itself.
    Save the file and run it again.

  • Linux performance pack IOException: unexpected revents in poll

    I have the unsupported Linux performance pack running with WLS 5.1 +
    SP5. And because it is unsupported, all questions are to be on this ng.
    When garbage collecting (either via weblogic console or shutting down
    wls), I always get the exception shown below. Note that it always happen
    between the "Before" and "After" figures for the garbage collection:
    Mon Sep 18 10:47:26 GMT+10:00 2000:<I> <GC> GC: Before
    free/total=58111800/67108856 (86%)
    Mon Sep 18 10:47:26 GMT+10:00 2000:<E> <Posix Performance Pack> Failure
    in processSockets()
    java.io.IOException: unexpected revents in poll
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java,
    Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
    Compiled Code)
    Mon Sep 18 10:47:26 GMT+10:00 2000:<I> <GC> GC: After
    free/total=63428680/67108856 (94%)
    Mon Sep 18 10:47:26 GMT+10:00 2000:<I> <WebLogicServer> Invoking garbage
    collection
    Regards,
    John Salvo

    Yes, the server does not seem to be affected.
    Here is my config:
    WLS 5.1 SP5
    Blackdown JDK 1.2.2 FCS
    RH 6.0 with the following updated:
    2.2.16 kernel
    glibc 2.1.3
    Rob Woollen wrote:
    >
    Interesting, I suspect that this message is benign. Does the server
    continue to function properly after the message?
    Also, what java vm are you using on Linux? I believe only the native
    threads jvms will work correctly with the performance pack. IBM's 118,
    IBM's 130, sun's 130, and Blackdown's 122 are all native thread
    implementations.
    -- Rob
    [email protected] wrote:
    I have the unsupported Linux performance pack running with WLS 5.1 +
    SP5. And because it is unsupported, all questions are to be on this ng.
    When garbage collecting (either via weblogic console or shutting down
    wls), I always get the exception shown below. Note that it always happen
    between the "Before" and "After" figures for the garbage collection:
    Mon Sep 18 10:47:26 GMT+10:00 2000:<I> <GC> GC: Before
    free/total=58111800/67108856 (86%)
    Mon Sep 18 10:47:26 GMT+10:00 2000:<E> <Posix Performance Pack> Failure
    in processSockets()
    java.io.IOException: unexpected revents in poll
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java,
    Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
    Compiled Code)
    Mon Sep 18 10:47:26 GMT+10:00 2000:<I> <GC> GC: After
    free/total=63428680/67108856 (94%)
    Mon Sep 18 10:47:26 GMT+10:00 2000:<I> <WebLogicServer> Invoking garbage
    collection
    Regards,
    John Salvo

  • Linux performance pack jmf2.1.1e is damaged

    The download for the linux performance pack of the java jmf2.1.1e is damaged and needs repair.
    Does anyone know someone at Oracle to contact and report the error ?

    To report it you'll need to disclose the link to exactly which download you are trying to get, and the type of workstation you're installing to.
    You need to make sure you match the word size. e.g. 64bit download to 64bit workstation.

  • Linux Performance Pack

    Rob,
         I hope you get to see this message. I tried the Performance pack
    for Linux on WLS 5.1.0 SP3 posted on this newsgroup on 04 Jul.
         libmuxer.so is put inside /weblogic/lib/linux, which is also in my
    $LD_LIBRARY_PATH. I still get the error/warning:
    Wed Jul 26 22:26:18 CDT 2000:<E> <Performance Pack> Unable to load
    performance pack, using Java I/O.
    Please advise if you need any info.....
    Eric

    Hi,
         My Linux runs
    * Redhat 6.1
    * Sun jdk 1.2.2
         I guess that it must be the native vs. green threads problem here.
    I remember that Sun Linux jdk 1.2.2 only supports green threads. Does that
    mean I have to use other jdk like IBM's?
    Thanks
    Eric
    In article <[email protected]>,
    Rob Woollen <[email protected]> wrote:
    Strange, it works fine here.
    Did you export LD_LIBRARY_PATH (if you are using a sh variant)?
    Can you provide as much information about your environment / jvm as
    possible?
    Also, you should know that the performance pack will only work with java
    vms which use native threads. I
    -- Rob
    Chi-hsuan Lai wrote:
    Rob,
    I hope you get to see this message. I tried the Performance pack
    for Linux on WLS 5.1.0 SP3 posted on this newsgroup on 04 Jul.
    libmuxer.so is put inside /weblogic/lib/linux, which is also in my
    $LD_LIBRARY_PATH. I still get the error/warning:
    Wed Jul 26 22:26:18 CDT 2000:<E> <Performance Pack> Unable to load
    performance pack, using Java I/O.
    Please advise if you need any info.....
    Eric

  • JMF and Linux troubles

    Hi All,
    Perhaps some of you with a bit more experience in this area can help me. Here's the situation:
    I open an RTP session (using jmstudio!) from Windows->Windows
    - result, I hear audio fine
    I open an RTP session from Linux->Linux
    - result, can't hear any audio
    I open an RTP session from Windows->Linux
    - where'd the audio go?
    RTP session from Linux->Windows
    - Audio seems fine
    It seems that my Linux machine cannot play any (arriving) audio sent over an RTP session. The strange part is that it can play a local audio file just fine, and it can transmit an audio file over the network. While transmitting the file it plays ok (it echoes the sound locally).
    Since I can hear sounds on this machine using other tools, I am assuming the sound card is configured correctly. Also I am assuming that the sound is physically being sent over the network (actually you can see it on the network monitor so this is true).
    Are there any possible reasons why I cannot hear the sound? I'm running redhat 8.0 and am using the i810_audio kernel module for my sound card. As far as I can tell everything should be going like blue blazes..

    Just in case anyone cares; I had to upgrade to the
    JDK1.4.2 (still beta as of the time of writing). There
    was a crucial javasound bug fix involved.Does that mean that you've solved the audio problem?
    Alex

  • JMF and Java Plug-In

    I haven't downloaded JMF yet, but I figured I'd try to see what it looked like using the Java Plug-In Samples of the demo (http://java.sun.com/products/java-media/jmf/2.1.1/samples/). But... it doesn't work.
    Shouldn't they work? In Windows, the little coffee cup pops up showing me the Java Plug-In is active. When I use Netscape in Linux, I get the same response. But I can get other java applets to work in both Windows and Linux.
    Does this mean that the user has to download the JMF if they want to use an applet or application using JMF? I'm going to download and install the JMF anyways, but I thought the plug-in was meant to help users get around all this (hunting down optional packages and installing them)?
    Maybe I did something wrong? Any comments?
    Later,
    Wayne D.

    Hello.
    java Plugin uses only "pure java", standart java, or any user-installed "addons". JMF is not a part of J2SE or such, it is an additional module.
    If you want to play applet on JMF you have to install JMF.
    And if you want to capture and (in some parts)play media, you have to install not All-Java JMF, but necessary performance pack. Very small part of JMF could be proceeded by just adding JMF jar library.

  • Problem installing JMF performance pack for linux

    I'm trying to install the JMF performace pack for linux on redhat 9, and when I run the bin i get...
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4D3C5B40
    Function=_XtCreateIndirectionTable+0x30
    Library=/usr/X11R6/lib/libXt.so.6
    Current Java thread:
            at sun.awt.motif.MTextAreaPeer.setFont(Native Method)
            at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:185)
            at sun.awt.motif.MTextAreaPeer.initialize(MTextAreaPeer.java:58)
            at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:228)
            at sun.awt.motif.MComponentPeer.<init>(MComponentPeer.java:232)
            at sun.awt.motif.MTextAreaPeer.<init>(MTextAreaPeer.java:62)
            at sun.awt.motif.MToolkit.createTextArea(MToolkit.java:197)
            at java.awt.TextArea.addNotify(TextArea.java:276)
            - locked <0x44c7e338> (a java.awt.Component$AWTTreeLock)
            at java.awt.Container.addNotify(Container.java:2049)
            - locked <0x44c7e338> (a java.awt.Component$AWTTreeLock)
            at java.awt.Window.addNotify(Window.java:418)
            - locked <0x44c7e338> (a java.awt.Component$AWTTreeLock)
            at java.awt.Frame.addNotify(Frame.java:482)
            - locked <0x44c7e338> (a java.awt.Component$AWTTreeLock)
            at JMFInit.createGUI(JMFInit.java:242)
            at JMFInit.<init>(JMFInit.java:25)
            at JMFInit.main(JMFInit.java:248)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 08:01 2359587    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/bin/java
    08056000-08059000 rw-p 0000d000 08:01 2359587    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/bin/java
    40000000-40015000 r-xp 00000000 08:01 3063814    /lib/ld-2.3.2.so
    40015000-40016000 rw-p 00015000 08:01 3063814    /lib/ld-2.3.2.so
    40016000-4001e000 r-xp 00000000 08:01 524584     /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/native_threads/libhpi.so
    4001e000-4001f000 rw-p 00007000 08:01 524584     /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/native_threads/libhpi.so
    4001f000-40020000 r-xp 00000000 08:01 2752541    /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    40020000-40021000 rw-p 00000000 08:01 2752541    /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    40022000-4002d000 r-xp 00000000 08:01 917517     /lib/tls/libpthread-0.34.so
    4002d000-4002e000 rw-p 0000a000 08:01 917517     /lib/tls/libpthread-0.34.so
    40030000-40033000 r-xp 00000000 08:01 3063827    /lib/libdl-2.3.2.so
    40033000-40034000 rw-p 00002000 08:01 3063827    /lib/libdl-2.3.2.so
    40035000-4043b000 r-xp 00000000 08:01 114947     /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/client/libjvm.so
    4043b000-40456000 rw-p 00405000 08:01 114947     /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/client/libjvm.so
    40469000-4047b000 r-xp 00000000 08:01 3063831    /lib/libnsl-2.3.2.so
    4047b000-4047c000 rw-p 00011000 08:01 3063831    /lib/libnsl-2.3.2.so
    4047e000-4049f000 r-xp 00000000 08:01 917515     /lib/tls/libm-2.3.2.so
    4049f000-404a0000 rw-p 00020000 08:01 917515     /lib/tls/libm-2.3.2.so
    404a0000-404a4000 rw-s 00000000 08:01 2343375    /tmp/hsperfdata_root/16836
    404a4000-404a7000 r--s 00000000 08:01 1163539    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/ext/dnsns.jar
    404ab000-404b6000 r-xp 00000000 08:01 3063837    /lib/libnss_files-2.3.2.so
    404b6000-404b7000 rw-p 0000a000 08:01 3063837    /lib/libnss_files-2.3.2.so
    404b7000-404c7000 r-xp 00000000 08:01 3178829    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libverify.so
    404c7000-404c9000 rw-p 0000f000 08:01 3178829    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libverify.so
    404c9000-404e9000 r-xp 00000000 08:01 3178817    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libjava.so
    404e9000-404eb000 rw-p 0001f000 08:01 3178817    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libjava.so
    404eb000-404ff000 r-xp 00000000 08:01 3178830    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libzip.so
    404ff000-40502000 rw-p 00013000 08:01 3178830    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libzip.so
    40502000-41ead000 r--s 00000000 08:01 1917420    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/rt.jar
    41ef7000-41f0d000 r--s 00000000 08:01 1917421    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/sunrsasign.jar
    41f0d000-41fea000 r--s 00000000 08:01 1917414    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/jsse.jar
    41fea000-41ffb000 r--s 00000000 08:01 1917413    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/jce.jar
    41ffb000-41fff000 r-xp 00000000 08:01 262370     /usr/X11R6/lib/libXtst.so.6.1
    41fff000-42000000 rw-p 00004000 08:01 262370     /usr/X11R6/lib/libXtst.so.6.1
    42000000-42130000 r-xp 00000000 08:01 917511     /lib/tls/libc-2.3.2.so
    42130000-42133000 rw-p 00130000 08:01 917511     /lib/tls/libc-2.3.2.so
    42136000-426d6000 r--s 00000000 08:01 1917351    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/charsets.jar
    4c983000-4cb83000 r--p 00000000 08:01 459007     /usr/lib/locale/locale-archive
    4cd87000-4ce43000 r--s 00000000 08:01 1163541    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/ext/localedata.jar
    4ce43000-4ce50000 r--s 00000000 08:01 1163540    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/ext/ldapsec.jar
    4ce50000-4ce6c000 r--s 00000000 08:01 1163542    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/ext/sunjce_provider.jar
    4ce6c000-4d028000 r--s 00000000 08:01 672131     /opt/JMF-2.1.1e/lib/jmf.jar
    4d028000-4d2f9000 r-xp 00000000 08:01 3178809    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libawt.so
    4d2f9000-4d30f000 rw-p 002d0000 08:01 3178809    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libawt.so
    4d334000-4d387000 r-xp 00000000 08:01 3178824    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libmlib_image.so
    4d387000-4d388000 rw-p 00052000 08:01 3178824    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libmlib_image.so
    4d388000-4d38e000 r--s 00000000 08:01 819398     /usr/lib/gconv/gconv-modules.cache
    4d393000-4d39a000 r-xp 00000000 08:01 262360     /usr/X11R6/lib/libXp.so.6.2
    4d39a000-4d39b000 rw-p 00006000 08:01 262360     /usr/X11R6/lib/libXp.so.6.2
    4d39b000-4d3e9000 r-xp 00000000 08:01 262404     /usr/X11R6/lib/libXt.so.6.0
    4d3e9000-4d3ed000 rw-p 0004d000 08:01 262404     /usr/X11R6/lib/libXt.so.6.0
    4d3ed000-4d3fa000 r-xp 00000000 08:01 262346     /usr/X11R6/lib/libXext.so.6.4
    4d3fa000-4d3fb000 rw-p 0000c000 08:01 262346     /usr/X11R6/lib/libXext.so.6.4
    4d3fb000-4d4d7000 r-xp 00000000 08:01 262336     /usr/X11R6/lib/libX11.so.6.2
    4d4d7000-4d4da000 rw-p 000db000 08:01 262336     /usr/X11R6/lib/libX11.so.6.2
    4d4da000-4d4e2000 r-xp 00000000 08:01 262334     /usr/X11R6/lib/libSM.so.6.0
    4d4e2000-4d4e3000 rw-p 00007000 08:01 262334     /usr/X11R6/lib/libSM.so.6.0
    4d4e3000-4d4f7000 r-xp 00000000 08:01 262383     /usr/X11R6/lib/libICE.so.6.3
    4d4f7000-4d4f8000 rw-p 00013000 08:01 262383     /usr/X11R6/lib/libICE.so.6.3
    4d4fa000-4d5b4000 r-xp 00000000 08:01 3178813    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libfontmanager.so
    4d5b4000-4d5cf000 rw-p 000b9000 08:01 3178813    /usr/lib/jvm/java-1.4.2-sun-1.4.2.08/jre/lib/i386/libfontmanager.so
    4d5d0000-4d5d9000 r-xp 00000000 08:01 2752544    /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
    4d5d9000-4d5da000 rw-p 00008000 08:01 2752544    /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
    4d5db000-4d5e3000 r-xp 00000000 08:01 262344     /usr/X11R6/lib/libXcursor.so.1.0
    4d5e3000-4d5e4000 rw-p 00007000 08:01 262344     /usr/X11R6/lib/libXcursor.so.1.0
    4d5e4000-4d5eb000 r-xp 00000000 08:01 262366     /usr/X11R6/lib/libXrender.so.1.2.2
    4d5eb000-4d5ec000 rw-p 00006000 08:01 262366     /usr/X11R6/lib/libXrender.so.1.2.2
    4d5ec000-4d608000 r-xp 00000000 08:01 2752538    /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    4d608000-4d60a000 rw-p 0001c000 08:01 2752538    /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    Heap at VM Abort:
    Heap
    def new generation   total 576K, used 203K [0x44780000, 0x44820000, 0x44c60000)
      eden space 512K,  28% used [0x44780000, 0x447a5158, 0x44800000)
      from space 64K,  86% used [0x44810000, 0x4481dda0, 0x44820000)
      to   space 64K,   0% used [0x44800000, 0x44800000, 0x44810000)
    tenured generation   total 1408K, used 490K [0x44c60000, 0x44dc0000, 0x48780000)
       the space 1408K,  34% used [0x44c60000, 0x44cdab80, 0x44cdac00, 0x44dc0000)
    compacting perm gen  total 4096K, used 2605K [0x48780000, 0x48b80000, 0x4c780000)
       the space 4096K,  63% used [0x48780000, 0x48a0b5f0, 0x48a0b600, 0x48b80000)
    Local Time = Thu Apr 21 09:38:17 2005
    Elapsed Time = 1
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid16836.log.
    # Please refer to the file for further information.
    ./jmf-2_1_1e-linux-i586.bin: line 305: 16836 Aborted                 JMF-2.1.1e/bin/jmfinit /tmp `pwd`/JMF-2.1.1e/doc/jmf-policy $allowCapture $allowSave
    Done.Looks like it could be something to do with a font?
    any ideas?
    thanks

    Please tell me how to solve this problem!
    Thanks!

  • Can't enable performance pack on Linux

    I am trying to enable the performance pack on Linux 7.1 with
    WebLogic Server 5.1 sp 12, but see the following in the log
    when I start the server:
    Unable to load performance pack, using Java I/O.
    I have tried setting the java.library.path to point to the linux
    .so folders (per BEA documentation), but still does not seem to work.
    Any help would be greatly appreciated. Thanks!

    If memory serves, on Windows it's $PATH.
    On Solaris and Linux, it's $LD_LIBRARY_PATH
    On HP-UX, it's $SHLIB_PATH
    -- Rob
    Cameron Purdy wrote:
    I am trying to enable the performance pack on Linux 7.1Did you mean RedHat 7.1?
    WebLogic Server 5.1 sp 12, but see the following in the log
    when I start the server:
    Unable to load performance pack, using Java I/O.Sounds like it can't find the library or one of its dependencies. I can't
    remember if that's PATH or LIBPATH or LD_LIBRARY_PATH or what ....
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com/coherence.jsp
    Tangosol Coherence: Clustered Replicated Cache for Weblogic
    "Joe Casotti" <[email protected]> wrote in message
    news:[email protected]..

  • Performance Pack for Linux

    Hi all,
    I am trying to install Weblogic 4.5.1 on Red Hat Linux 6.1
    When I set the weblogic.system.nativeIO.enable to true within the
    weblogic.properties file, I receive an exception:
    java.lang.UnsatisfiedLinkError: no muxer in shared library path
    (libmuxer.so)
    I tried looking through the installation documentation and was unable to
    find anything related specifically to using the performance pack under Linux
    (there was information specific to AIX and Solaris, however).
    So I guess my question is: Is the performance pack supported for Linux? If
    so, what might I have to modify in order for it to work correctly? Thanks-
    Matt Groch

    Andrew Nishigaya wrote:
    Hi,
    I just saw your post about there being no Linux NativeIO performance
    pack. Is there any planned?Yes.
    If so, could you provide a general
    timeline?
    It should be available in the Denali (5.1) release of WLS or shortly
    thereafter. Denali is GA at the end of March.
    >
    BTW, Can you enlighten me as to what the libWeblogicLinux1.so file do
    that is in the linux directory?I believe that it is some platform-specific debug code that we include.
    -- Rob
    We were hoping that this was the
    NativeIO pack, but I guess we were wrong.
    Any help would be appreciated!
    -- nori
    Srikant Subramaniam wrote:
    Unfortunately, we don't support the performance pack for linux at this point in
    time.
    Srikant.
    Matthew Groch wrote:
    Hi all,
    I am trying to install Weblogic 4.5.1 on Red Hat Linux 6.1
    When I set the weblogic.system.nativeIO.enable to true within the
    weblogic.properties file, I receive an exception:
    java.lang.UnsatisfiedLinkError: no muxer in shared library path
    (libmuxer.so)
    I tried looking through the installation documentation and was unable to
    find anything related specifically to using the performance pack under Linux
    (there was information specific to AIX and Solaris, however).
    So I guess my question is: Is the performance pack supported for Linux? If
    so, what might I have to modify in order for it to work correctly? Thanks-
    Matt Groch
    Andrew Nishigaya Chief Technology Officer and Founder
    Miradi, Inc. Believe. Create. Collaborate.
    Soquel, CA [email protected]
    (831) 477-0561 http://www.miradi.com

  • Performance pack on linux

    I tried to install performance pack on Linux, the LD_LIBRARY_PATH is set and pointed to the correct location, but I got the following message when start weblogic server:
    <Posix Performance Pack> Could not initialize POSIX Performance Pack.
    <Performance Pack> Unable to load performance pack, using Java I/O.
    We use Sun's 1.3 java(it could use native thread)
    Many Thanks!!!!

    If you are on SP 7 or 8 the performance pack doesn't work. Have you tried this on 6 or less?
    -Jeff Ward
    "Jean XU" <[email protected]> wrote:
    >
    I tried to install performance pack on Linux, the LD_LIBRARY_PATH is set and pointed to the correct location, but I got the following message when start weblogic server:
    <Posix Performance Pack> Could not initialize POSIX Performance Pack.
    <Performance Pack> Unable to load performance pack, using Java I/O.
    We use Sun's 1.3 java(it could use native thread)
    Many Thanks!!!!

  • Problems with the performance pack for Linux.

    Hi,
    I have just installed sp9 for WL 5.1 and with it the performance pack. But I
    get many of these exceptions:
    Wed Jun 06 15:46:09 EDT 2001:<E> <HTTP> Connection failure
    java.net.SocketException: Error in poll for fd: '30', revents: '23'
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:304)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    Everything seems to be fine on the site, but that exception does not look good.
    Anybody knows anything about this? Thanks,
    ranko

    Hi all,
    I'm looking for a way to determine the total number of sessions per day or
    the number of requests per day / hour or the current moment.
    The intention is to use this for reporting from the administration point of
    view.
    Thanks in advance
    Michael

  • Windows2000 and JDK 1.2.2 - Unable to load performance pack

    I am running Windows 2000, Weblogic 5.1 SP9 and JAVA version 1.2.2 Classic VM
    (build JDK-1.2.2-001, native threads, symcjit)
    I get the following error and I did not used to recieve the error on Windows NT.
    I have just migrated from Windows NT to Windows 2000.
    Any assisstence would be greatly appreciated.
    Here's an excerpt from the log.
    BEGIN PASTE
    Sat Jul 28 16:00:12 PDT 2001:<I> <ListenThread> Listening on port: 7001
    Sat Jul 28 16:00:12 PDT 2001:<E> <Performance Pack> Unable to load performance
    pack, using Java I/O.
    Sat Jul 28 16:00:13 PDT 2001:<I> <WebLogicServer> WebLogic Server started
    ---END PASTE---

    Using same, except JDK 1.2.2_006 and no problem.
    "C. Wassman" <[email protected]> wrote in message
    news:3b634817$[email protected]..
    >
    >
    >
    I am running Windows 2000, Weblogic 5.1 SP9 and JAVA version 1.2.2 ClassicVM
    (build JDK-1.2.2-001, native threads, symcjit)
    I get the following error and I did not used to recieve the error onWindows NT.
    I have just migrated from Windows NT to Windows 2000.
    Any assisstence would be greatly appreciated.
    Here's an excerpt from the log.
    BEGIN PASTE
    Sat Jul 28 16:00:12 PDT 2001:<I> <ListenThread> Listening on port: 7001
    Sat Jul 28 16:00:12 PDT 2001:<E> <Performance Pack> Unable to loadperformance
    pack, using Java I/O.
    Sat Jul 28 16:00:13 PDT 2001:<I> <WebLogicServer> WebLogic Server started
    ---END PASTE---

  • Best methods to speed up and increase performance of Linux?

    I would like this thread to be dedicated to various speed up techniques and performance tweaks for Linux and especially arch.
    K.Mandla offers quite a bit of interesting tweaks in the guide "Howto: Set up Hardy for speed", most of it applies to all linux distros.
    http://kmandla.wordpress.com/2008/05/04 … for-speed/
    If you have come across any interesting information relating to getting faster and better performance from Linux please do not hesitate to post. Thanks.

    PrimoTurbo wrote:
    I would like this thread to be dedicated to various speed up techniques and performance tweaks for Linux and especially arch.
    K.Mandla offers quite a bit of interesting tweaks in the guide "Howto: Set up Hardy for speed", most of it applies to all linux distros.
    http://kmandla.wordpress.com/2008/05/04 … for-speed/
    If you have come across any interesting information relating to getting faster and better performance from Linux please do not hesitate to post. Thanks.
    You will most likely end up wasting a lot of time for very little gain.
    There are no miracle solutions, you either use faster apps or buy faster hardware.
    The tweaks which are truly interesting without major drawbacks usually make their way on a default system, one way or another.
    For example, for directory index on ext3 :
    http://wiki.archlinux.org/index.php/Ext … ystem_Tips : "Note: Directory indexing is activated by default in Archlinux via /etc/mke2fs.conf"
    So if you want an advice, there are areas more interesting to explore, like programming for instance. You might end up having the capability to really improve apps performance, or write your own lighter alternatives.

  • How is the performance of Mac Pro if i use it as host for windows and linux virtual machines.

    How is the performance of Mac Pro if i use it as host for windows and linux virtual machines.
    I am planning to buy a high performance PC to run my Windows and Linux servers as vitrual machines for my testing purposes.
    Initially i planned to build my own computer with recommended configurations but considering space constaints and cooling factors i think Mac Pro can be a choice. But need some inputs if Mac pro (Intel Xeon E5, 12 GB RAM) is good for running virtual Machines.

    You could even run Windows natively and still run your VM servers.
    I have seen reports and such on MacRumors and elsewhere - run Windows natively as well as VMs (can also do testing and run Mavericks in a VM under Mavericks)
    The fast internal PCIe-SSD, plus 6 or 8 cores, and 32-64GB RAM. Of course for $5,000 for 8-core, some Thunderbolt storage and 32GB/64GB RAM you can buy some serious hardware.

Maybe you are looking for

  • When I updated to 6.0, any new contact I enter does not show up in my Contacts.

    Newly added contacts not showing up in "Contacts".

  • Half the internet links work!

    i have a big problem. im using a linksys router on my airport connection and it works fine. Well half of the time. not that the connection drop or something, but it seems to be unable to resolve some of the link i press. per instance (i can t connect

  • How to fade image into background?

    I am trying to achieve this in photoshop: http://www.quantunet.com/fireworksstudio8/skills/samples/fading_image_background_color.htm l How can I do this with photoshop CS4 for a website's background I am creating...?

  • I forgott my Admin Password, how can I recover it without the instalation disk? Thank you!

    Hi guys! I changed my Admin password one of this days, and stupidly I didn´t wrote it down. I cannot install anything on my laptop, I cannot do anything that involves the password. How can I recover, in a safe way, without instalation disk? Thanks fo

  • OBN Error in MSS

    Hi, We are using ESS/MSS in EHP7. I have configured Leave Approval workitems for POWL to appear in the Work Items powl query by folowing below blog. POWL Inbox configurations for Manager Self-Service EhP5 and above Leave approval workitems appear cor