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.

Similar Messages

  • 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.

  • 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

  • Re: JMF + Linux ... slow performance

    Have you installed the generic JMF or the performance pack?

    i have installed the performance pack for linux..

  • 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

  • Java Performance Pack

    What is Java Performance Pack?
    Where can I download it?

    http://java.sun.com/products/java-media/jmf/2.1.1/setup.html

  • Performance Pack Issues

    i'm currently running v5.1 sp8 on Intel Linux platform.
    As i know, WL support performance pack on RedHat 6.1
    but it doesn't work correctly.
    bleow is the message.
    ========================================================================
    <E> <Posix Performance Pack> Could not initialize POSIX Performance Pack.
    <I> <Performance Pack> Unable to load performance pack, using Java I/O.
    ========================================================================
    i correctly setted LD_LIBRARY_PATH, CLASSPATH and WL_CLASSPATH.
    all seems to work except performance pack.
    thank you

    On Thu, 15 Feb 2001 14:34:19 -0800,
    Jongwook Woo <[email protected]> wrote:
    Hi,
    I am not sure if bea fixed it or not. But you may want to click on the
    following link to see whole story:
    http://newsgroups.bea.com/cgi-bin/dnewsweb?utag=&group=weblogic.developer.in
    terest.performance&xrelated=1616&cmd_related.x=62&cmd_related.y=13
    If you want, I can send you uncertified libmuxer.so.
    Regards,
    Jongwooki did everything that i can try...
    but all failed
    please can u send me uncertified libmuxer.so To [email protected]?

  • Installing Performance Pack without the setup prog

    I'm trying to install the Windows Performance Pack from my own installation program without having to run the normal JMF setup. I can install the cross-platform version but the AVIs I need to display are in a codec only supported by the Windows Performance Pack. (The installations where the AVIs are needed are only on Windows - people running UNIX don't seem to need the tutorial movies ;) ).
    I could also convert the AVIs to a different codec and use the cross-platform version, but I would prefer to keep them in their original form.
    Has anyone done this? I would assume this is legal as long as I include the license files, etc in the installation.
    Any help would be appreciated.

    I found the following on the JMF mailing list in case someone else is interested:
    http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0107&L=jmf-interest&D=0&P=6559
    I haven't tried it yet but I believe it will work. I'll post again either way for anyone who's interested.

  • Does the sp8 performance pack work for Solaris?

    I'm finally building our QA environment today, and I'll be setting up a
    Solaris cluster...
    I've just seen that the Linux and HP-UX performance packs no longer work as
    of sp8. Is anyone using them successfully on Solaris?
    thanks,
    John Stotler

    The iPod FAQ does not exclude the mini when referring to the World Adapter Kit.
    (10721)

  • Difference between all-java & win-performance pack?

    Hi,
    Exactly what's the difference between the all-java JMF and the windows performance pack? In terms of files?
    TIA,
    Reggie

    A few features are completely unavailable on all-java, most notably capture. Other than that, it's a matter of some formats and codecs not being available (eg, MPEG-1). The list of supported media types on the JMF home page should pretty much spell it out.
    --invalidname

Maybe you are looking for