Installing JMF on K-Ubuntu

Hi,
Trying to install jmf-2.1.1e on K-Ubuntu 8.04.1 (not using root or sudo...)
download jmf-2.1.1e-linux.i586.bin
$ sh ./jmf-2.1.1e-linux.i586.bin
After some questions, it shows:
Unpacking...
tail: cannot open `+309' for reading: No such file or directory
Extracting...
./install.sfx.10307: 1: cannot open ==: No such file
./install.sfx.10307: 1: ==: not found
./install.sfx.10307: 3: Syntax error: ")" unexpected
JavaSound Capture Supported = false
Done.
After some search at SUN forum, i found
http://forum.java.sun.com/thread.jspa?threadID=733794&messageID=4226173
and the solution would be:
change line on jmf-2.1.1e-linux.i586.bin:
from: tail +309 $0 > $outname
to: tail -n +309 $0 > $outname
After that, installing again:
$ sh ./jmf-2.1.1e-linux.i586.bin
Unpacking...
Extracting...
UnzipSFX 5.40 of .........
file #1: bad zipfile offset (local header sig): 46076 (attempting to re-compensate)
file #1: bad zipfile offset (local header sig): 46076
file #2: bad zipfile offset (local header sig): 62 (attempting to re-compensate)
file #2: bad zipfile offset (local header sig): 62
file #3: bad zipfile offset (local header sig): 46204
file #4: bad zipfile offset (local header sig): 47105
JavaSound Capture Supported = false
Done.
$ ./JMF-2.1.1e/bin/jmfregistry
JMF Registry Editor window is opened, but none tag or button is responding, not even "close button", it's freezed.
What i'm doing wrong? or missing?
Thanks,
Marcus

I am experiencing the exact same problem.
I also tried the "usual" suggestions that you can find on the web (tail -n... and tail -n=...)
Although I am running on Ubuntu 8.10

Similar Messages

  • Error installing jmf-2_1_1e-linux-i586.bin

    h3. Hello,
    h3.
    I'm trying to install jmf-2_1_1e-linux-i586.bin on a Linux(centos 5.1) system. I get the results at the end of this post after accepting the license agreement. I haven't found anything on the web or the bug database that has been helpful. I'm really at my wits end and could use a helping hand.
    h3.
    Thanks in advance.
    Do you agree to the above license terms? [yes or no]
    y
    Permit recording from an applet? (see readme.html) [yes or no]
    y
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
    n
    Unpacking...
    tail: cannot open `+309' for reading: No such file or directory
    Extracting...
    ./install.sfx.3639: line 1: ==: No such file or directory
    ./install.sfx.3639: line 3: syntax error neUQU599&ugrave;;&middot;&middot;&middot;&yuml;r&thorn;&Ntilde;&Ntilde;&Ntilde;&cent;_&Acirc;&ograve;&laquo;KK)C{<>&uacute;&uacute;<<&iquest;&egrave;
    QQRL&Ugrave;&Uuml;&Igrave;L&Aring;^sfx.36 88&oslash;$&egrave;&aring;&otilde;&Otilde;&reg;&cent;&not;,&agrave;&ouml;&egrave;&acute;i&Ntilde;&shy;&Ograve;&Ograve;&Ograve;V~&aacute;mn.&agrave;7w^&Yacute;&Acirc;&AElig;,;M&cent;`&THORN;&ograve;A$D&uml;&reg;&uml;&uml; @    &Eacute;&ordm;&Icirc;wA'
    --root@localhost lib--# PuTTYEdited by: eran_cantor on Jul 17, 2008 2:01 PM
    Edited by: eran_cantor on Jul 17, 2008 2:02 PM
    Edited by: eran_cantor on Jul 17, 2008 2:03 PM

    Hey Eran,
    I guess, you can find the solution to your problem here:
    [http://forum.ubuntuusers.de/topic/jmf-java-media-framework/#post-1806940]
    It works well on Ubuntu, but since the error on Ubuntu looks exactly the same as on Centos, I think it should work for you as well.
    Cheers,
    Georg

  • Problem with instalation JMF

    Hi,
    I have installed JMF in Ubuntu 9.04, but when I execute JMStudy I have the next error:
    javi@rabocop2:~$ java JMFStudio
    Exception in thread "main" java.lang.NoClassDefFoundError: JMFStudio
    Caused by: java.lang.ClassNotFoundException: JMFStudio
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: JMFStudio. Program will exit.
    I have followed the next steps for install JMF :
    1. sudo sed -i 's/tail +309/tail -n +309/g' jmf-2_1_1e-linux-i586.bin
    2. sudo sh jmf-2_1_1e-linux-i586.bin
    3. export JMFHOME=/home/javi/JMF-2.1.1e
    4. export CLASSPATH=$JMFHOME/lib/jmf.jar:.:${CLASSPATH}
    5. export LD_LIBRARY_PATH=$JMFHOME/lib:${LD_LIBRARY_PATH}
    and the installation detect sound and cam and finish ok.
    Can you help me??

    That's the exact same error message you'd get if you typed in "java Waffles" because it can't find the JMFStudio.java class.
    Mostly because there's no such thing as JMF Studio. It's "JMStudio" and thus the proper command is:
    java JMStudio
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/samples/samplecode.html#JMStudio]

  • Problem for installing JMF

    Dear friends,
    I have installed the jmf cross platform version in ubuntu (in debian lenny also facing same problem). Jmf version is 2.1.1e.
    I have unzipped that package under /opt directory.
    It was installed successfully, without any problem.
    Then I have checked the JMF installation using this below link,
    http://ku-prism.org/virtualprism/explorations/JavaTest/javatestpage.html
    For J2RE checking it was success, It display the below message in the applet window,
    JRE version ... 1.5.0_06
    For JMF installation checking , It display the below message in the applet window,
    JMF Diagnostics:
    Java 1.1 compliant browser.....Maybe
    JMF classes.....Not Found
    What could be the problem ?
    Can any one guide me to install JMF successfully in my machine.
    Thanks,

    Please tell me how to solve this problem!
    Thanks!

  • Install JMF on Windows 7 64bit

    Dear all,
    After a lot of struggling (and a really mean a lot), I finally got jmf to work on Windows 7 64bit. I figured that I can better not let this information go to waste, so that's why I'm posting it here. I didn't really test the full capabilities of jmf on my platform yet, in fact I only tested those features that I needed for my application. As such I am able to successfully capture and record video clips from my build in webcam of my laptop.
    First let me describe my platform:
    Laptop: Samsung R590 (JS01)
    Processor: I5 450M (64bit)
    OS: Windows 7 64bit
    Webcam: build in
    Secondly I want to apologize in advance if the method below doesn't work for you. The reason for that can be that I had to try so many different things before I finally got it to work, so I'm not really sure which steps are necessary and which ones are not. So I tried to make a guide that only includes the necessary steps, but in reality I tried so much more, so if this tutorial doesn't work for you, please give me feedback, and we'll try to figure it out. :)
    Step one: installation of java JRE/JDK
    JMF will never work on a 64bit JRE/JDK, plain and simple because JMF is too old and doesn't support a 64bit JRE/JDK. Thus your first step has to be to install a 32 bit JRE/JDK on your system. (I uninstalled my 64 bit JRE/JDK first, but I don't now whether or not this is necessary)
    Step two: download JMF with windows performance pack
    Go to the jmf site and download the most recent jmf version, with windows performance pack. (This is - and will probably be forever - version 2.1.1e)
    The link to the website is currently: [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=7372-jmf-2.1.1e-oth-JPR@CDS-CDS_Developer]
    Step three: install JMF
    Install the file you just downloaded in the normal way you would install any other program. But chose as installation path: "C:\JMF2.1.1e"
    I think this is necessary because of the strict security policy in Windows 7, if you don't do this, I guess jmf won't be able to store capture device settings to your local hard drive. (But again, I'm not completely sure here, please verify this if possible)
    After the installation, you don't have to do anything special to get jmf to work, so you don't manually have to set the JMFDIR, PATH and CLASSPATH (as is explained at the sun website), just skip those steps.
    After the installation, reboot your pc.
    Remark: I recommend you to install jmf as an administrator (but I don't now whether or not this is necessary). To do this, right click the installation file and select: "run as administrator'.
    *Step four: register your capture devices*
    First make sure that all your devices are working properly, I recommend you to use a program like Skype or something just to check whether your microphone is working or not.
    Secondly, open jmfstudio, select 'file > preferences > capture devices', and press the button 'detect capture devices'. Normally you will have to wait for a couple of minutes now (because the determination of all the available video formats takes quite a while). Afterwards jmf should have found all of your devices, that usually looks something like this:
    DirectSoundCapture
    JavaSound audio capture
    vfw:Microsoft WDM Image Capture (Win32):0
    But this can vary according to your configuration off course. :)
    *Step four: test your capture devices*
    In jmfstudio, select 'file > capture' and select the video and audio combo and see if your webcam settings work. You should now be able to view and hear yourself.
    *Step five: that's it, enjoy your jmf*
    *Remarks:*
    My development platform is currently netbeans 6.9.1 and I am able to write code, build it and run it with netbeans. I can also just run normal *.jar files
    *Troubleshoot:*
    If you get a dialog screen when starting your video capture device that looks like this: [http://www.alexandria.nu/ai/machine_vision/dual_cameras/SelectDevice.gif]
    (With off course another name for the capture device), then that means that your capturing device is currently occupied by another program and you can't currently use it.
    To solve this, make sure that no other application is using the webcam. For me even this was insufficient, but I managed to solve this by installing the latest drivers for my webcam from the manufacturing site of my laptop.
    I sincerely hope this tutorial can be of any use for someone, feel free to give me comments/suggestions. And please post here if this works for you or not.
    Greetings, Molly

    Hi
    sure I follow each of your steps, I uninstall all java verisones and installed a new java version 32-bit, I installed JMF in "C: \ JMF2.1.1e".
    when all installing finished, works fine JMF only once, I do the tests, recognizes the device; shows the video, but when I close and open again JStudio don't works throws error, and therefore my apliación not working, always returns null the device

  • At the beginning of install EBS R12 on Ubuntu 8.04 amd64 (Linux Debian)

    Bonjour,
    Need help, please.
    At the beginning of install EBS R12 on Ubuntu 8.04 amd64 (Linux Debian)
    ATI graphic driver: "ati-driver-installer-8-4-x86.x86_64.run"
    All prerequisites are installed.
    appmgr@ubu:~$ /d01/Stage12/startCD/Disk1/rapidwiz/rapidwiz
    Terminal output:
    Rapid Install Wizard is validating your file system......
    4 dvd labels found
    Rapid Install Wizard will now launch the Java Interface.....
    appmgr@ubu:~$ Locking assertion failure. Backtrace:
    #0 /usr/lib32/libxcb-xlib.so.0 [0xf73cd767]
    #1 /usr/lib32/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xf73cd8b1]
    #2 /usr/lib32/libX11.so.6(_XReply+0xfd) [0xcddf31bd]
    #3 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce162a76]
    #4 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce14880a]
    #5 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce148a51]
    #6 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x24) [0xce148c5c]
    #7 [0xf2437fa8]
    #8 [0xf2431aeb]
    #9 [0xf2431aeb]
    #10 [0xf242f1b4]
    #11 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765734c]
    #12 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf77f7c08]
    #13 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765717f]
    #14 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x2dd) [0xf76a636d]
    #15 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xf73762cd]
    #16 [0xf2437838]
    #17 [0xf2431a14]
    #18 [0xf242f1b4]
    #19 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765734c]
    Locking assertion failure. Backtrace:
    #0 /usr/lib32/libxcb-xlib.so.0 [0xf73cd767]
    #1 /usr/lib32/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xf73cd81e]
    #2 /usr/lib32/libX11.so.6 [0xcddf2518]
    #3 /usr/lib32/libX11.so.6(XGetVisualInfo+0x26) [0xcdde90a6]
    #4 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce1476df]
    #5 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce147970]
    #6 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce148b98]
    #7 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x24) [0xce148c5c]
    #8 [0xf2437fa8]
    #9 [0xf2431aeb]
    #10 [0xf2431aeb]
    #11 [0xf242f1b4]
    #12 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765734c]
    #13 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf77f7c08]
    #14 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765717f]
    #15 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x2dd) [0xf76a636d]
    #16 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xf73762cd]
    #17 [0xf2437838]
    #18 [0xf2431a14]
    #19 [0xf242f1b4]
    The window titled « Install Oracle Applications - Welcome » is displayed but empty;
    I Click [ X ] at the top right corner;
    The windows titled «  Oracle Applications Rapid Install Wizard Alert » is displayed, asking « Are you sure you want to exit ? » I say [ Yes ];
    On the Terminal, I press Ctrl C.
    I choose Ubuntu that is easy to use. I tried and abandoned Oracle EL5 and Solaris.

    Need help N°2, please.
    Install started well. I am facing another lot of errors, quoted as below: -----
    In the windows "System Check Details" - File Space check:
    -- database node space checks --
    RW-20013: Error: - Not enough free disk space on system:
    Database Transaction File Directory = /d01/oracle/VIS/db/apps_st/data
    required = 65064
    actual = 38180
    RW-20013: Error: - Not enough free disk space on system:
    Database Archive File Directory = /d01/oracle/VIS/db/apps_st/data
    required = 44798
    actual = 38180
    (all other Disk spaces were accepted.)
    Where I can correct the disk space allocation ? There are 67 GB free disk space on my pc, avalaible space before VIS install was 270 GB approximatively.
    ---------------------

  • Installing Oracle 11g on Ubuntu 8.04

    Hello,
    I am having a sleepless night trying to install Oracle 11g express on Ubuntu 8.04.
    There is no server. I am actually trying to install on the exact box i am using.
    I got this error again and again. Any pro and experts please help:
    Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
    127.0.0.1:0.0
    127.0.0.1:0.0
    =======================
    oracle@sithkong-desktop:~/database$ DISPLAY=127.0.0.1:0.0
    oracle@sithkong-desktop:~/database$ export DISPLAY
    oracle@sithkong-desktop:~/database$ xclock
    No protocol specified
    Error: Can't open display: 127.0.0.1:0.0
    oracle@sithkong-desktop:~/database$ ./runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 10751 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 1915 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-29_10-22-59PM. Please wait ...oracle@sithkong-desktop:~/database$ Oracle Universal Installer, Version 11.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    No protocol specified
    Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
    127.0.0.1:0.0
    127.0.0.1:0.0
    OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.
    OUI-10026:Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh:                % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash:      $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
         echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
         echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
         % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'

    http://www.pythian.com/news/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
    HTH...

  • Cannot install JMF under Linux Mandrake 10

    I simply cannot install JMF under the Mandrake 10 Official Linux distribution. I downloaded the jmf-2_1_1e-linux-i586.bin file and tried to execute it as root. It unzipped some files then showed me an error message about AWT and GTK+. I found a hack consisting of modifying the .bin file to have the PATH variable point to SUN JDK, the error does not show up, but the installation still does not work. In fact, the installation works, but the Diagnostics applet keeps telling me than class files are not present. My Mozilla 1.6 Java plugin is working and displaying the applet. My JMF lib directory does not contain sound.jar, such jmf.jar. I set the CLASSPATH and LD_LIBRARY_PATH according to the readme.html file. I would like to know if it is a compatibility problem with Mandrake 10, the 2.6 kernel or if JMF just DO NO work under Linux. In the latter case, JMF is a violation to the Java portability philosophy and I would never use it on my own initiative, just if I were asked to.
    After the files are unzipped, I have the following warning and error messages.
    Warning:
    Name: HorScrollBar
    Class: XmScrollBar
    The specified scrollbar value is greater than the maximum
    scrollbar value minus the scrollbar slider size.
    JavaSound Capture Supported = true
    JavaSoundAuto: Committed ok
    java.lang.Error: Can't open video card 0
    java.lang.Error: Can't open video card 1
    java.lang.Error: Can't open video card 2
    java.lang.Error: Can't open video card 3
    java.lang.Error: Can't open video card 4
    java.lang.Error: Can't open video card 5
    java.lang.Error: Can't open video card 6
    java.lang.Error: Can't open video card 7
    java.lang.Error: Can't open video card 8
    java.lang.Error: Can't open video card 9
    Done.
    Even if I do not have a working video capture card (I have an ATI All-in-Wonder 128 but it is not working under 2.6 kernel), JMF should work because some people do not have a video capture card. I also tried with the cross-platform ZIP file, but this one does not contain sound.jar either and the Diagnostics applet keeps complaining about missing class files. I tried to search on the Web for solutions to this problem or for a way to change the CLASSPATH used by the Mozilla Java plug-in (if it uses a different CLASSPATH than the one from the environment variable), but nothing, nothing. Is there a distribution from which JMF would work better than Mandrake 10? Or can JMF work only under Microsoft Windows or Sun Solaris? I also tried Blackdown, but a README file directed me to the Sun's page, nothing to download here about JMF.

    well, your not the only one.
    I have it working in Debian, and JDS.(JMF is setup automatically in JDS).(2.6.6 kernel)
    I looked at the installation structure of JDS, and was able to duplicate what they did for Debian.
    Maybe it will work for Mandrake two??
    ok, all you have to do is copy or create soft links from your Mozilla directory, just like you did with the java plugin, and link to all the *.so files in JMF-2.1.1e/lib directory.
    Should work.
    I also read that not haveing the native files only matters if you are doing Capture. not play.
    to get your ATI All-in-Wonder 128 to work, make sure you install the correct driver, and have it working under linux, then try it in JMSTUDIO

  • Not able to Install JMF on Windows 7 64bit

    Dear
    I originally resurrected the following long-dead forum post and tried to hijack it away for my own question even though I've been around here long enough top know better:
    Install JMF on Windows 7 64bit
    However a kind forum moderator branched my inquiry away to let it stand on its own merits (or not).
    My question is ...
    "I follow your steps and jmf does not work, do you have any other solution?"

    Hi
    sure I follow each of your steps, I uninstall all java verisones and installed a new java version 32-bit, I installed JMF in "C: \ JMF2.1.1e".
    when all installing finished, works fine JMF only once, I do the tests, recognizes the device; shows the video, but when I close and open again JStudio don't works throws error, and therefore my apliación not working, always returns null the device

  • How to install Oracle client on UBUNTU LInux

    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it and is there any other tool which i can install instead of oracle client?
    Regards,
    RJiv.

    RJiv wrote:
    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it All recent Oracle version support different Linux flavours
    The problem is Oracle usually don't provide direct Oracle Client download except for Windows. You need to download the Server installation file and install the client piece. The download files are rather large.
    and is there any other tool which i can install instead of oracle client?It depends on what you plan to do with Oracle client and why you need it.
    On alternative is instance client, it has direct download for all supported platform.
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

  • Error when install Oracle XE in Ubuntu: invalid user && ...

    When I install Oracle XE in Ubuntu I got message from Terminal
    /bin/chown: `oracle:dba': invalid user
    /bin/chown: `oracle:dba': invalid user
    /bin/chmod: cannot access `/etc/init.d/oracle-xe': No such file or directory
    /var/lib/dpkg/info/oracle-xe-univ.postinst: 30: /sbin/chkconfig: not found
    -e You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
    I don't know how to resolve this problem!
    Have anyone can help me?
    Thank you anyway!

    >
    I don't know how to resolve this problem!
    Have anyone can help me?
    >
    I have done a number of Oracle Database XE installations and one thing I am very confident about is that fact that the only certified Linux distros are below.
    >
    <li>Red Hat Enterprise Linux RHEL3 and RHEL4</li>
    <li>Suse SLES-9</li>
    <li>Fedora Core 4</li>
    <li>Red Flag DC Server 5.0/MIRACLE LINUX V4.0/Haansoft Linux 2006 Server (Asianux 2.0 Inside)</li>
    <li>Debian 3.1</li>
    >
    The only way you can sort out this issue is by installing your software on a Linux Distro that has been certified for Oracle Database XE.
    You perhaps might want to go through the installation manual; unlike the other Oracle Database Installation manuals, it is something you can finish reading in less than an hour.
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABGGAJA
    There is an Oracle Database XE forum here {forum:id=251}; do a quick search and see if you will find people who have managed to install XE on Ubuntu
    Regards,
    Phiri

  • Can't install JMF in Fedora Core 6

    Hi everybody!
    I've been trying to install JMF but I couldn't
    First it told me when I performed sh jmf-2_1_1e-linux-i586.bin:
    Do you agree to the above license terms? [yes or no] y
    Permit recording from an applet? (see readme.html) [yes or no] y
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no] y
    Unpacking...
    tail: cannot open `+309' for reading: No such file or directory
    Extracting...
    ./install.sfx.12308: line 1: ==: No such file or directory
    ./install.sfx.12308: line 3: syntax error near unexpected token `)'
    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;L&#65533;&#65533;&#65533;L&#341;^&#65533;&#65533;[ 88&#65533;$&#65533;&#65533;&#65533;&#1390;&#65533;&#65533;,&#65533;&#65533;&#65533;&#65533;i&#1133;&#65533;&#65533;&#65533;&#65533;V~&#65533;mn.&#65533;7w^&#65533;�&#65533;,&#65533;;M&#65533;&#65533;`&#65533;&#611729;A$D&#65533;&#65533;&#65533;&#65533;&#65533; @&#65533;&#65533;"&#634;&#65533;wA'&#65533;&#65533;&#65533;&#65533;&#65533;Then I saw in this post http://forum.java.sun.com/thread.jspa?threadID=733794&messageID=4226173 the solution to this, that was changing this in the .bin file
    tail +309 $0 > $outname to this
    tail -n +309 $0 > $outnameSo it helped but not much, now the error I get is this:
    Do you agree to the above license terms? [yes or no]
    yes
    Permit recording from an applet? (see readme.html) [yes or no]
    no
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
    no
    Unpacking...
    Extracting...
    ./install.sfx.10513: /lib/libc.so.6: version `GLIBC_2.1' not found (required by ./install.sfx.10513)
    ./install.sfx.10513: /lib/libc.so.6: version `GLIBC_2.0' not found (required by ./install.sfx.10513)
    chmod: no se puede acceder a �JMF-2.1.1e/bin/jmstudio�: No existe el fichero o el directorio
    chmod: no se puede acceder a �JMF-2.1.1e/bin/jmfregistry�: No existe el fichero o el directorio
    chmod: no se puede acceder a �JMF-2.1.1e/bin/jmfinit�: No existe el fichero o el directorio
    jmf-2_1_1e-linux-i586.bin: line 305: JMF-2.1.1e/bin/jmfinit: No existe el fichero o el directorio
    /bin/cp: no se puede efectuar `stat' sobre �JMF-2.1.1e/lib/jmf.properties�: No existe el fichero o el directorio
    Done.It is the same if I say no or yes to the two last questions, the error is the same.
    For those out there that don't understand spanish,
    "no se puede acceder a" means "can't access to"
    "No existe el fichero o el directorio" means "file doesn't exist"
    "no se puede efectuar `stat' sobre" means "can't make/do 'stat' on"
    Can anybody tell me if you're experiencing this problem, and how to solve it?
    Thank you very much

    Hi,
    I am getting following error while I run jmf bin file..
    Do you agree to the above license terms? [yes or no]
    yes
    Permit recording from an applet? (see readme.html) [yes or no]
    no
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
    no
    Unpacking...
    Extracting...
    ./install.sfx.6705: /lib/libc.so.6: version `GLIBC_2.1' not found (required by ./install.sfx.6705)
    ./install.sfx.6705: /lib/libc.so.6: version `GLIBC_2.0' not found (required by ./install.sfx.6705)
    chmod: cannot access `JMF-2.1.1e/bin/jmstudio': No such file or directory
    chmod: cannot access `JMF-2.1.1e/bin/jmfregistry': No such file or directory
    chmod: cannot access `JMF-2.1.1e/bin/jmfinit': No such file or directory
    ./jmf-2_1_1e-linux-i586.bin?AuthParam=1248686168_cc16bb7750d11b8845c7e1f203a49695&TicketId=B%2Fw3kxqISVhOTBNGMlFckQLj&GroupName=CDS&FilePath=%2FESD4%2FJSCDL%2Fjmf%2F2.1.1e%2Fjmf-2_1_1e-linux-i586.bin&File=jmf-2_1_1e-linux-i586.bin: line 305: JMF-2.1.1e/bin/jmfinit: No such file or directory
    /bin/cp: cannot stat `JMF-2.1.1e/lib/jmf.properties': No such file or directory
    Done.
    can anybody give solution to this...
    thanks
    Kris

  • Need help in installing jmf

    Hi friends, i installed jmf-2_1_1e-windows-i586 to c:\programfiles .i need it just to capture image from webcam using java code.I installed it and read the readme about seting classpath and path.i have set it as follows
    i dont know whether to change classpath and path from user variables for administrator or from system variables. please tell me
    from user variables for administrator my class path has automatically changed to
    .;.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;
    C:\PROGRA~1\JMF21~1.1E\lib;C:\WINDOWS\java\classes;.
    and path
    C:\Program Files\Sun\jstudio_ent8\ide\uml1\modules\DoorsIntegrationFiles\modules\bin;
    i added this to it
    C:\Program Files\JMF2.1.1e\lib
    and from system variable i added following to class path
    C:\Program Files\JMF2.1.1e\lib\jmf.jar;C:\Program Files\JMF2.1.1e\lib\sound.jar;C:\Program Files\JMF2.1.1e\lib\customizer.jar;C:\Program Files\JMF2.1.1e\lib\mediaplayer.jar;C:\Program Files\JMF2.1.1e\lib\multiplayer.jar;.
    and to path
    C:\Program Files\JMF2.1.1e\lib
    and now while compliling the code it says package javax.media does not exists
    i have set everyhting as mentioned above
    please some one help me

    Doesn't jmf set the classpath and path for you. We don't even have to move even a strand of hair. Everything is handled by the jmf.

  • Error installing BAM tp4 in ubuntu how to correct?

    Hello I m trying to install BAM tp4 in Ubuntu and I m getting this error and I dont know how to deal with that because I m very new using Ubuntu.
    [echo] Changing oc4j ports with following values:
    HTTP Port : 8988 -> 8988
    RMI Port : 23891 -> 23891
    RMI SSL Port: 24043 -> 24043
    JMS Port : ${jms},9227 -> 9227
    [echo] Create jms queues/topics from new oc4j jms template
    [echo] Changing jms.xml to use port : 9227
    [echo]
    * Configuring SOA Infrastructure. This will take 5-10 minutes. *
    * Summary of SOA configuration parameters: *
    ** Oracle Home = /jdevtp4/
    ** Oracle Instance = /root/.jdeveloper/system11.1.1.0.22.49.49
    ** SOA Database = localhost:1521:XE
    ** SOA Database User = jdev_soainfra
    ** HTTP Port = 8988
    ** RMI Port = 23891
    ** JMS Port = 9227
    ** Component Type = o.j2ee
    ** Component Name = embedded-oc4j
    ** Configure OWSM = false
    ** Configure SOA Console = true
    ** Configure B2B UI = false
    ** Configure XEngine = false
    [echo] Completed adfinstaller - standalone install
    [echo] ==Seeding SOAAdmin app roles==
    [echo] Instance home: /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j
    [echo] JPS config: /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/config/jps-config.xml
    [echo] ==Grant SOAAdmin app role to fmwadmin ==
    [echo] ==Storing fmwadmin user credential in csf ==
    [java] oracle.security.jps.service.credstore.CredentialAlreadyExistsException: The credential with map name BPM-SERVICES and key BPM-SERVICES already exists.
    [java]      at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.setCredential(SspCredentialStore.java:551)
    [java]      at oracle.bpel.services.common.util.CSFStore.main(CSFStore.java:130)
    [echo] ==Seeding optional demo users==
    [echo] Seed groups: ${nogroup}
    [echo] Instance home: /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j
    [echo] JPS config: /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/config/jps-config.xml
    [echo] ==Starting standalone oc4j. Check server log /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/log/startsoa.log.
    [echo] ==Waiting max 420 second(s) for startup of URL http://administrator-vm.:8988...
    BUILD FAILED
    /jdevtp4/install/bpel/build.xml:10: The following error occurred while executing this line:
    /jdevtp4/install/bpel/soa-infra-config.xml:48: The following error occurred while executing this line:
    /jdevtp4/install/bpel/soa-infra-config.xml:89: ***************************************************
    * Configuring SOA Infrastructure has FAILED.
    * If following log files exists, please check them for possible cause:
    * /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/install/tmp/soa-infra-java.log
    * /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/log/startsoa.log
    Total time: 8 minutes 19 seconds
    this is the content of the /etc/enviroment
    PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/:/Oracle-BAM-11/bin"
    JOH="/jdevtp4"
    JAVA_HOME="/usr/java/jdk1.5.0_18"
    JDEV_USER_DIR="/jdevinstance"
    BAM_OC4J_HOME="/Oracle-BAM-11"
    ORACLE_HOME="/usr/lib/oracle/xe/app/oracle/product/10.2.0/server"
    CLASSPATH="/Oracle-BAM-11/webservices/lib/wsclient.jar:/Oracle-BAM-11/webservices/lib/weblogic.jar"
    LANGUAGE="en_US:en"
    LANG="en_US.UTF-8"
    the /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/install/tmp/soa-infra-java.log it is empty
    this is the content of the /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/log/startsoa.log
    Using JAVA_HOME=/usr/java/jdk1.5.0_18/jre/..
    May 6, 2009 5:48:33 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    then I start Configure SOA again and I got this at /root/.jdeveloper/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/log/startsoa.log
    Using JAVA_HOME=/usr/java/jdk1.5.0_18/jre/..
    May 7, 2009 10:10:23 AM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    May 7, 2009 10:10:47 AM oracle.j2ee.corba.OrbMessages warningUnableToStartNamingService
    WARNING: Error starting naming service
    org.omg.CORBA.INITIALIZE: Could not create server socket (5655): java.net.BindException: Address already in use vmcid: 0x0 minor code: 0 completed: No
         at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(IIOPListener.java:577)
         at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(IIOPListener.java:414)
         at org.jacorb.orb.iiop.IIOPListener.configure(IIOPListener.java:160)
         at org.jacorb.orb.etf.FactoriesBase.newInstance(FactoriesBase.java:123)
         at org.jacorb.orb.etf.FactoriesBase.create_listener(FactoriesBase.java:72)
         at org.jacorb.orb.BasicAdapter.configure(BasicAdapter.java:104)
         at org.jacorb.orb.ORB.getRootPOA(ORB.java:951)
         at org.jacorb.orb.ORB.resolve_initial_references(ORB.java:1237)
         at oracle.oc4j.corba.jacorb.JacorbServerOrbManagerProxy.getRootPoa(JacorbServerOrbManagerProxy.java:165)
         at oracle.oc4j.corba.jacorb.JacorbServerOrbManagerProxy.startNamingService(JacorbServerOrbManagerProxy.java:106)
         at oracle.oc4j.corba.ServerOrbManager.startNamingService(ServerOrbManager.java:104)
         at com.oracle.iiop.server.IIOPServerExtensionProvider.preInitApplicationServer(IIOPServerExtensionProvider.java:47)
         at com.evermind.server.ApplicationServer.serverExtensionPreInit(ApplicationServer.java:1467)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1162)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:249)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:259)
         at java.lang.Thread.run(Thread.java:595)
    Anybody can help with this?
    Thanks
    Mario Mesquita

    I have installed oracle 9i in my red hat linux box, but I'm getting few problems (Logging as root):
    r.- the Oracle services must started as the user Oracle not as root.
    2) if I try my installation using sqlplus scott/tiger, I get the following:
    QL*Plus: Release 9.2.0.1.0 - Production on Wed Mar 3 20:00:17 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    r.- With what user did you start that instance ?
    Joel Pérez

  • Install Oracle XE on Ubuntu 7.10 AMD64

    Hello everybody,
    I like to know if there is any way to install Oracle XE on Ubuntu 7.10 whit AMD64 processor.
    Thansk for advise,
    LCJ

    Hello,
    Here are the steps that i follow to successfully install Oracle XE on Ubuntu 7.10 AMD64 ( hp dv6220la ):
    1. Using the Synaptic Package Manager install the linux kernel aio access library libaio1 0.3.106-5ubuntu2
    2. Download the database:
    http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html
    Make sure choose oracle-xe-universal_10.2.0.1-1.0_i386.deb for download.
    3. Using a terminal windown type:
    sudo dpkg -i --force-architecture /MY_DOWNLOAD_DIRECTORY/oracle-xe-universal_10.2.0.1-1.0_i386.deb
    then you get the following output message in terminal:
    dpkg - warning, overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    Selecting previously deselected package oracle-xe-universal.
    (Reading database ... 138603 files and directories currently installed.)
    Unpacking oracle-xe-universal (from .../oracle-xe-universal_10.2.0.1-1.0_i386.deb) ...
    Setting up oracle-xe-universal (10.2.0.1-1.0) ...
    Executing Post-install steps...
    -e You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
    4. Follow the instructions in the output message.
    As root user type in terminal:
    sudo /etc/init.d/oracle-xe configure
    here you configure http port, listener port, sys and system password, started on boot.
    Here are the output message:
    Oracle Database 10g Express Edition Configuration
    This will configure on-boot properties of Oracle Database 10g Express
    Edition. The following questions will determine whether the database should
    be starting upon system boot, the ports it will use, and the passwords that
    will be used for database accounts. Press <Enter> to accept the defaults.
    Ctrl-C will abort.
    Specify the HTTP port that will be used for Oracle Application Express [8080]:8484
    Specify a port that will be used for the database listener [1521]:1521
    Specify a password to be used for database accounts. Note that the same
    password will be used for SYS and SYSTEM. Oracle recommends the use of
    different passwords for each database account. This can be done after
    initial configuration:
    Confirm the password:
    Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:n
    Starting Oracle Net Listener...Done
    Configuring Database...Done
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8484/apex"
    After i do this, the database was successfully installed on my laptop and works fine.
    Greetings,
    LCJ

Maybe you are looking for

  • Crystal Reports on MS Terminal Server printing the size of a postage stamp

    Post Author: phil CA Forum: General When I print off reports from our accounting system to an HP 1022 Printer which is installed on my workstation from a MS Terminal Server it prints the entire document the size of a postage stamp? We are using the C

  • Smartform is not printing in portal

    Hi Experts, I have developed one smartform. As soon as user execute one transaction, I am sending the samrtform to default printer without any print preveiw. This is working fine in SAP. The same transaction we are calling in portal. when user click

  • Table name for tcode ST03N

    Hi Guys, Can anybody tell me the table name which stores all the transaction data for ST03N? Thanks in Advance. Warm Regards, Mohandoss P.

  • Centering a div block in IE 6

    Hi~ I have made a new css for the IE6 browser and placed this under the main css in the html. <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="main2.css" /> <![endif]--> I have tried this and it still will not center. Help! #main { margin:

  • ClassCastException when invoking remote portlets

    Hi.. I have a 10.3 producer and 8.1 consumer. I get ClassCastException on the JSP when clicked on the RemotePortlet I registered the WSDL and the remote portlets successfully in the portal admin console of consumer. But for some reason i get the foll