Java 1.4.2 in Linux with a 2 processor Server

We want to install Linux Enterprise ES 3.0 into a 2-processor Server PC.
We are going to use this Server as an Oracle Application Server with
the above software installed.
Is there any problems-conflicts with
1. java_1.4.2
2. Linux ES 3.0
3. Oracle Application Server 9.0.4 Enterprise Edition ?
I only ask because i read of some Linux kernel problems with java 1.4.2
and Servers with 2 processors.
Regards,
John,
Greece

How is the 2 cpu system performing? Do you see any problems?
We use more or less the same config but we have slow network io performance.
As we have 2 exact the same machines I switched one of them to Fedora Core 1 kernel 2.4.22
the system regularly freezes ...then switched to fedora core 2 final (kernel 2.6.5) using java 1.4.2_04 and _05.
Everything freezes after some time starting up a jvm. The only thing that still works is responding to pings.
How is your network I/O performance?

Similar Messages

  • How to compile KVM in a linux with a arm processor

    Helow my uneversity bought a IMXL card with linux, the processor of this card is one of the arm porcessors family, i need to know how can i compile the kvm for construct aplications in this embedded system, do i need to download the kvm sources from another location?, please help me.

    Hi!
    Try out this:
    f60gen forname user/password
    f60gen myform.fmb scott/tiger
    c u

  • Java running under linux with crontab

    I'm having a problem:
    i want to run a java program under linux with crontab.
    my classes are in a directory and aren't in a package. i run em by invoking ./start which is a small script that i wrote. The script is in the same dir as the classes and invokes java by "java Main >>logjava.txt " but this doesn't seem to work all i get is an empty logfile
    i need to run the program every day at 0800 so i inserted the following in crontab:
    0 8 * 1-5 /var/"path"/start > logjava (where path is the path to the classes dir)
    if i run the cmdline from anywhere on the prompt i get the result i want. I think it's because the cron runs it from the root dir thus making java unable to find the classes
    Any suggestions would be welcome. or can some1 tell me how to make linux executables from the java (i usually use jsmooth for the windows exe)

    You can execute several commands in the process started by cron. You separate them using semicolons.
    Have you tried a cron entry like this:
    0 8 * 1-5 cd /var/"path";pwd;echo $PATH; ./start > logjavaOr, you may need to make sure the process started by cron gets the same environment as your interactive shells do, by explicitly loading your setup or .login scripts:
    0 8 * 1-5 . $HOME/.setup;cd /var/"path";pwd;echo $PATH; ./start > logjava

  • JMenuBar display quirks with some window managers on Linux with Java 6

    When I run this code on Windows with Java 5 or Java 6, it works fine.
    When on Linux with Java 5, it works fine.
    When on Linux with Java 6 in KDE, it works fine.
    When on Linux with Java 6 with twm or e17, the JMenu shows when I click on the JMenuBar, but goes away as soon as I release the mouse button. If I manually move or resize the window, it then works fine.
    If I remove setLocationByPlatform(true), the menu bar works, but it does not position the window by platform, which is the desired behavior.
    Am I doing something wrong, is there something wrong with both twm and e17, or is this a bug?
    import java.awt.Dimension;
    import java.awt.Label;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JFrame;
    import javax.swing.JMenuBar;
    import javax.swing.JMenu;
    import javax.swing.JMenuItem;
    import javax.swing.WindowConstants;
    public class Test extends JFrame {
        public Test() {
            super();
            setDefaultCloseOperation( WindowConstants.EXIT_ON_CLOSE );
            getContentPane().add( new Label( "Hello World" ) );
            JMenuBar mainMenu = new JMenuBar();
            setJMenuBar( mainMenu );
            JMenu helpMenu = new JMenu();
            mainMenu.add( helpMenu );
            helpMenu.setMnemonic( 'H' );
            helpMenu.setText( "Help" );
            JMenuItem help_about = new JMenuItem();
            helpMenu.add( help_about );
            help_about.setMnemonic( 'A' );
            help_about.setText( "About" );
            help_about.addActionListener(
                new ActionListener() {
                    public void actionPerformed( ActionEvent evt ) {
                        System.out.println( "HELP!" );
            pack();
            setLocationByPlatform( true );
            setVisible( true );
        public static void main( String[] args )
            throws Exception {
            java.awt.EventQueue.invokeLater(
                new Runnable() {
                    public void run() {
                        Test test = new Test();
    }

    In 10.1.3, there's an option to disable the splash screen on the Environment Page in preferences (although, of course, it's not much use if you never get to the main window because of the dialog popping up behind the splash screen... :) )
    The bug with the dialog appearing behind the splashscreen is fixed in the upcoming 11g release. FWIW, it's a problem that appears to be unique to X-based systems, where for some reason the splashscreen window ends up with some super-ueber topmost property that forces all other windows to go behind it.
    There's also a command line flag to suppress the splashscreen in 11g.
    Thanks,
    Brian

  • Error while installing Java using jrockit on my Linux box

    I am trying to install java 1.6 using jrockit software in my 64-bit linux box, but I am getting errors:
    -bash-4.1$ ./jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
    Extracting 0%....................................................................................................100%
    [JRockit] ERROR: The JVM has crashed. Writing crash information to /tmp/file06vBOV/jrockit.17485.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:00:07 on Wed Apr 17 01:33:22 2013
    * If you see this dump, please go to *
    * http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    /tmp/file06vBOV/jrockit.17485.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Unhandled native exception [85]
    Signal info : si_signo=4, si_code=2 si_addr=0x30c5814be0
    Version : Oracle JRockit(R) R28.2.7-7-155314-1.6.0_45-20130329-0641-linux-x86_64
    CPU : Intel SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Intel64
    Number CPUs : 4
    Tot Phys Mem : 16399638528 (15639 MB)
    OS version : Red Hat Enterprise Linux Server release 6.2 (Santiago)
    Linux version 2.6.39-100.5.1.el6uek.x86_64 ([email protected]) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Tue Mar 6 20:26:00 EST 2012 (x86_64)
    Hypervisor : Xen v3.4
    Thread System: Linux NPTL
    LibC release : 2.12-stable
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Djava.io.tmpdir=/tmp -Dbea.installer.launcher.home=/slot/ems8308/oracle/endeca3.0/endeca-server -Xmx256m -Dsun.java.command=com.bea.plateng.wizard.WizardController -mode=gui -Dsun.java.launcher=SUN_STANDARD com.bea.plateng.wizard.WizardController -mode=gui
    Repository :
    java.home : /tmp/file06vBOV/jre160_45
    j.class.path : .:installer.jar:customtasks.jar:bids.jar:3rdparty.jar:jsr173_api.jar:wlw-plaf.jar:comdev.jar:wizard.jar:com.bea.cie.oui_1.1.0.0.jar:com.bea.core.xml.xmlbeans_2.2.0.0.jar
    j.lib.path : /usr/java/packages/lib/amd64:/tmp/file06vBOV/jre160_45/lib/amd64/jrockit:/tmp/file06vBOV/jre160_45/lib/amd64:/tmp/file06vBOV/jre160_45/../lib/amd64
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /tmp/file06vBOV/jre160_45/lib/amd64/jrockit:/tmp/file06vBOV/jre160_45/lib/amd64:/tmp/file06vBOV/jre160_45/../lib/amd64
    LD_ASSUME_KERNEL: <not set>
    LD_PRELOAD : <not set>
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: throughput, with strategy: genparpar (basic strategy: genparpar)
    GC Status : OC is not running. Last finished OC was OC#0.
    : YC is not running. Last finished YC was YC#0.
    YC History : Ran 0 YCs since last OC.
    Heap : 0xf0000000 - 0xf4000000 (Size: 64 MB)
    Compaction : (no compaction area)
    Allocation : TLA-min: 2048, TLA-preferred: 32768 TLA-waste limit: 2048
    NurseryList : 0xf0000000 - 0xf2000000
    KeepArea : 0xf17fffe8 - 0xf2000000
    KA Markers : [ 0xf0fffff0,  0xf17fffe8 , 0xf2000000 ]
    Forbidden A : (none)
    Previous KA : (none)
    Previous FA : (none)
    CompRefs : References are compressed, with heap base 0x0 and shift 0.
    Registers (from ThreadContext: 0x7fdf142e34c0:
    rax = 0000000000000001 rcx = 0000000017bee3ff
    rdx = 00000000bfebfbff rbx = 00007fdf10d7eb20
    rsp = 00007fdf142e3928 rbp = 00007fdf142e3a70
    rsi = 0000000000000000 rdi = 0000000000000058
    r8 = 0000000000000000 r9 = 0000000000000000
    r10 = 00007fdf142e38a0 r11 = 00007fdf10d7eb20
    r12 = 00007fdf142e3a98 r13 = 00007fdf10e049b0
    r14 = 0000000000000000 r15 = 0000000000000000
    cs = 0000000000000033 fs = 0000000000000000
    gs = 0000000000000000
    rip = 00000030c5814be0 flags = 0000000000010202
    Loaded modules:
    (* denotes the module where the exception occured)
    0000000000400000-00000000004128c3 /tmp/file06vBOV/jre160_45/bin/java
    00007fff26fff000-00007fff26fffa7c /tmp/file06vBOV/jre160_45/bin/java
    00000030c6400000-00000030c6401fef /lib64/libdl.so.2
    00000030c6800000-00000030c6816b37 /lib64/libpthread.so.0
    00000030c6000000-00000030c6196c1f /lib64/libc.so.6
    00000030c5800000-00000030c581f13f */lib64/ld-linux-x86-64.so.2
    00007fdf18b70000-00007fdf18e780e3 /tmp/file06vBOV/jre160_45/lib/amd64/jrockit/libjvm.so
    00007fdf1894e000-00007fdf1896d21b /tmp/file06vBOV/jre160_45/lib/amd64/libjrosal.so
    00007fdf18741000-00007fdf1874d553 /tmp/file06vBOV/jre160_45/lib/amd64/libjrutil.so
    00000030c6c00000-00000030c6c824e7 /lib64/libm.so.6
    00000030c7400000-00000030c740680b /lib64/librt.so.1
    00007fdf17c30000-00007fdf17c3c483 /tmp/file06vBOV/jre160_45/lib/amd64/libjfr.so
    00007fdf1718e000-00007fdf1719a317 /tmp/file06vBOV/jre160_45/lib/amd64/libverify.so
    00007fdf1705f000-00007fdf17087283 /tmp/file06vBOV/jre160_45/lib/amd64/libjava.so
    00000030d8600000-00000030d8615ceb /lib64/libnsl.so.1
    00007fdf16ed4000-00007fdf16eda5bf /tmp/file06vBOV/jre160_45/lib/amd64/native_threads/libhpi.so
    00007fdf16673000-00007fdf16680c03 /tmp/file06vBOV/jre160_45/lib/amd64/libzip.so
    00007fdf16055000-00007fdf160e7683 /tmp/file06vBOV/jre160_45/lib/amd64/libawt.so
    00007fdf15f07000-00007fdf15f4828b /tmp/file06vBOV/jre160_45/lib/amd64/xawt/libmawt.so
    00000030c9400000-00000030c9410d8b /usr/lib64/libXext.so.6
    00000030c8400000-00000030c8538423 /usr/lib64/libX11.so.6
    00000030d5400000-00000030d5404dbb /usr/lib64/libXtst.so.6
    00000030cac00000-00000030cac0e243 /usr/lib64/libXi.so.6
    00000030c8c00000-00000030c8c1a123 /usr/lib64/libxcb.so.1
    00000030c8800000-00000030c8801dd3 /usr/lib64/libXau.so.6
    00007fdf15c14000-00007fdf15ca7fcf /tmp/file06vBOV/jre160_45/lib/amd64/libfontmanager.so
    00007fdf159bb000-00007fdf159cdca7 /tmp/file06vBOV/jre160_45/lib/amd64/libnet.so
    00007fdf149b3000-00007fdf149b99a3 /tmp/file06vBOV/jre160_45/lib/amd64/libnio.so
    00007fdf147ac000-00007fdf147b1f9b /tmp/file06vBOV/jre160_45/lib/amd64/liborii.so
    00000030cb800000-00000030cb808d13 /usr/lib64/libXcursor.so.1
    00000030ca800000-00000030ca808cfb /usr/lib64/libXrender.so.1
    00000030cbc00000-00000030cbc0497b /usr/lib64/libXfixes.so.3
    00007fdeb2015000-00007fdeb206084b /tmp/file06vBOV/jre160_45/lib/amd64/libcmm.so
    00007fdeb0e44000-00007fdeb0e55d5b /tmp/file06vBOV/libjni.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    00007fdf142e3928: 00000030c580aad8* 0000000000000000 0000000000000000 00007fdf00000005
    00007fdf142e3948: 0000000000000000 00007fdf00000001 00007fdf10e049b0 0000000000000000
    00007fdf142e3968: 00007fdf00000000 0000000000000000 0000000000000058 0000000000000004
    00007fdf142e3988: 00007fdf10e04d08 0000000000000013 00007fdf142e3a40 00007fdf0000000a
    00007fdf142e39a8: 00000001142e3aa0 00007fdf146d6b18 00007fdf15c15ff1 00007fdf142e3a30
    00007fdf142e39c8: 00000030c6078edf 00007fdf160585c8 00007fdf10d744e0 00007fdf146d6b18
    Code:
    (* marks the word pointed to by the instruction pointer)
    00000030c5814b80: 8b48ffff8c0ae820 0f0824548b482404 244c280f10244428 246cdb40246cdb20
    00000030c5814ba0: 241c8b48dc894830 001f0fc330c48348 75000020c3c13d83 000001b8db894925
    00000030c5814bc0: 01b8db894ca20f00 000000c1f7000000 9d0589d8f7027510 517800f8830020c3
    00000030c5814be0: 008025047ffdc564* 250c7ffdc5640000 7ffdc564000000a0 c564000000c02514
    00000030c5814c00: 000000e0251c7ffd 010025247ffdc564 252c7ffdc5640000 7ffdc56400000120
    00000030c5814c20: c564000001402534 00000160253c7ffd 8025047f0f6664c3 0c7f0f6664000000
    Last optimized methods:
    No methods optimized.
    Thread:
    "AWT-EventQueue-0" id=17 idx=0x4c tid=17508 lastJavaFrame=0x7fdf142e3b88
    Stack 0: start=0x7fdf142a4000, end=0x7fdf142e6000, guards=0x7fdf142a9000 (ok), forbidden=0x7fdf142a7000
    Thread Stack Trace:
    at dlx86_64_save_sse+48()@0x30c5814be0
    at dlfixup+223()@0x30c580df40
    -- Java stack --
    at sun/font/X11TextRenderer.doDrawGlyphList(JJLsun/java2d/pipe/Region;Lsun/font/GlyphList;)V(Native Method)
    at sun/font/X11TextRenderer.drawGlyphList(X11TextRenderer.java:62)
    at sun/java2d/pipe/GlyphListPipe.drawString(GlyphListPipe.java:54)
    at sun/java2d/SunGraphics2D.drawString(SunGraphics2D.java:2772)
    at sun/swing/SwingUtilities2.drawString(SwingUtilities2.java:510)
    at sun/swing/SwingUtilities2.drawStringUnderlineCharAt(SwingUtilities2.java:531)
    at javax/swing/plaf/basic/BasicGraphicsUtils.drawStringUnderlineCharAt(BasicGraphicsUtils.java:229)
    at workshop/core/plaf/JbButtonUI.paintText(JbButtonUI.java:676)
    at workshop/core/plaf/JbButtonUI.paint(JbButtonUI.java:600)
    at javax/swing/plaf/ComponentUI.update(ComponentUI.java:143)
    at javax/swing/JComponent.paintComponent(JComponent.java:760)
    at javax/swing/JComponent.paint(JComponent.java:1037)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JLayeredPane.paint(JLayeredPane.java:567)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintToOffscreen(JComponent.java:5132)
    at javax/swing/BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:278)
    at javax/swing/RepaintManager.paint(RepaintManager.java:1257)
    at javax/swing/JComponent._paintImmediately(JComponent.java:5080)
    at javax/swing/JComponent.paintImmediately(JComponent.java:4890)
    at javax/swing/RepaintManager$3.run(RepaintManager.java:814)
    at javax/swing/RepaintManager$3.run(RepaintManager.java:802)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:232)
    at java/security/AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at javax/swing/RepaintManager.paintDirtyRegions(RepaintManager.java:802)
    at javax/swing/RepaintManager.paintDirtyRegions(RepaintManager.java:745)
    at javax/swing/RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
    at javax/swing/RepaintManager.access$1000(RepaintManager.java:46)
    at javax/swing/RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
    at java/awt/event/InvocationEvent.dispatch(InvocationEvent.java:209)
    at java/awt/EventQueue.dispatchEventImpl(EventQueue.java:672)
    at java/awt/EventQueue.access$400(EventQueue.java:81)
    at java/awt/EventQueue$2.run(EventQueue.java:633)
    at java/awt/EventQueue$2.run(EventQueue.java:631)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:232)
    at java/security/AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java/awt/EventQueue.dispatchEvent(EventQueue.java:642)
    at java/awt/EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java/awt/EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java/awt/EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java/awt/EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java/awt/EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java/awt/EventDispatchThread.run(EventDispatchThread.java:122)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    Memory usage report:
    Total mapped 3004488KB (reserved=2700572KB)
    - Java heap 262144KB (reserved=196608KB)
    - GC tables 8780KB
    - Thread stacks 13212KB (#threads=20)
    - Compiled code 1048576KB (used=2746KB)
    - Internal 1352KB
    - OS 174888KB
    - Other 1477872KB
    - Classblocks 1024KB (malloced=946KB #2264)
    Not tracing sites.
    - Java class data 15616KB (malloced=15591KB #10424 in 2264 classes)
    Not tracing sites.
    - Native memory tracking 1024KB (malloced=174KB #10)
    Not tracing sites.
    Set the env variable TRACE_ALLOC_SITES=1 or use the print_memusage switch
    trace_alloc_sites=true to enable alloc site tracing.
    * If you see this dump, please go to *
    * http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================
    ** Error during execution, error code = 134.
    Please help me how to solve this issue.

    I suggest trying to install a different version to confirm the error. Do you have SELinux enabled? It can cause weird errors. You can check the syslog /var/adm/messages to see if there were any SELinux errors.
    The following is known to work:
    Oracle Linux with jrockit
    Oracle Linux with jrockit

  • Analysing SAP Java Memory Usage in Unix/Linux

    Hi,
    I need to analyze the SAP Java memory usage of Unix /Linux machine..NW 7.0
    Please guide with the commands and steps..complete prcedure.
    Based on it I should decide whether to create a new server node (or) increasing heap size
    Thanks in advance

    Hi,
    Do you have performance problems?
    How many CPU's are in the server?
    Did you check Log Configuration for delays or errors?
    Did you tune any exisiting parameters?
    You can add the nodes only if there is performance problems. You may think of adding one node to start with
    Proper number of server nodes within an instance:
    u2013 #ServerNodes = availableMemory / (JavaHeapPermSpaceStack)
    You can calculate the server nodes based on below formula
    No. of server Node = (RAM you want to assign or available RAM in GB)/2.5 ============> for 64-bit system
    No. of server Node = (RAM you want to assign or available RAM in GB)/1.5 ============> for 32-bit system
    Hence as per above discussion, we should go with 5 server nodes means,
    5 = RAM/2.5 (Assuming you are on 64-bit platform)
    i.e. RAM = 12.5 GB
    2). u2013 Configure JVM heap according to Note 723909 and Note 1008311 - Recommended Settings for NW 7.0 >= SR2 for the AIX JVM (J9)

  • Java Runtime on top of Linux Kernel?

    Hi all,
    Im trying to illustrate a concept (demo) where i can run a dedicated java app on top of my linux development kit.
    Im having no luck. I can develop C based app's in eCos and 'download' the app through serial connection from PC to Linux Dev Kit.
    I would like to run a Java app (ME) on my Linux Dev Kit, is this possible? I mean, can I get the Java Runtime to work with an embedded device?
    I couldn't find a similar topic on the forums (Ive probably not looked hard enough) could anyone point me in the right direction.
    Many thanks
    Harry.

    You can certainly use JNI. You will have to (in your code) somehow specify which C++ libraries to load for which system. For example, for windows, load xxx.dll, for hpux, load xxx.sl, etc. I don't know how to find the operating system in Java, someone else might be able to reflect on that.
    Kamran

  • HELP: Java Install on RedHat ES3 Linux

    I get the following error evoking java after initial install of J2SDK on RedHat ES 3 (version 9):
    [root@bdln4002 ~]$java -version
    Fatal: Stack size too small. Use 'ulimit -s' to increase default stack size.
    Aborted
    I have adjusted the stack size via ulimit command and reloaded the kernel. I have extended the stack size to "unlimited" and still receive the same error. My current settings look like this:
    [root@bdln4002 ~]$ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    file size (blocks, -f) unlimited
    max locked memory (kbytes, -l) 4
    max memory size (kbytes, -m) unlimited
    open files (-n) 1024
    pipe size (512 bytes, -p) 8
    stack size (kbytes, -s) 10240
    cpu time (seconds, -t) unlimited
    max user processes (-u) 31488
    virtual memory (kbytes, -v) unlimited
    I have installed Java plenty of times in Solaris with out a fraction of this frustration. Any ideas where I am missing the boat? My searches are turning up nothing ... so assume I am complete linux idiot at this point.

    I've never heard of that error before. So I googled it and found this..
    http://www.mail-archive.com/[email protected]/msg15491.html
    Are you using a Blackdown jvm.. That isn't necessary for Linux any more. And the suggestion in this thread is to try using Java version 1.5. Honestly, I don't know enough about this subject to offer any thoughts of my own here.
    For general help with Linux you could try Linux Questions. There is a forum there specific for Red Hat users.
    http://www.linuxquestions.org
    Here are some links which offer information about installing Java on Linux. I don't remember the dates on these pages.
    http://home.bredband.no/gaulyk/java/index.html
    http://pipeline.lbl.gov/vgb2/help/java_linux_instructions.shtml
    http://www.cs.princeton.edu/introcs/21hello/linux.html
    http://www.linuxjournal.com/comments.php?op=Reply&pid=5780&sid=6290

  • Compare Linux with Solaris

    We have tested the I/O performance on Intel-Solaris 7.0 and Intel-RedHat Linux.
    We found that Intel-Linux has much better performance than Intel-Solaris.
    Now, we are thinking to install Oracle 8i on Intel-Linux.
    However, before we make this decision, we would like to hear more opinions about
    the advantages and disadvantages of running Oracle on these two different
    operating systems. We'll appreciate, if you can give me your opinions.
    Thanks
    Thomas
    null

    This from experience of running large-db ecommerce site on intel linux with redhat 6.1, oracle 805 and 8i, with some java functions, intermedia, time-series module, 4 different servers on aolserver 2.33 and aolserver 3.0 on 1 machine: it's stable.
    I never had a crash, and no locking or restarting due to either aolserver or oracle.
    With a few minor modifications in linux to support some enterprise functions (raw devices, async io) linux on intel with oracle is almost ready to kick sun's ass. (at least on the 1 to 8 cpu server market)

  • Problem in linux with flex

    Hi,
                 I'm new to linux with flex,am using Eclipse 3.5 flex builder 3 installing perfectly but when i'am  creating flex application it is showin Assertion failed error.
    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
        at org.eclipse.jface.util.Assert.isTrue(Assert.java:179)
        at org.eclipse.jface.util.Assert.isTrue(Assert.java:164)
        at com.adobe.flexbuilder.editors.derived.editor.FlexMultiPageEditorPart.setActivePage(FlexMu ltiPageEditorPart.java:569)
        at com.adobe.flexbuilder.editors.common.editor.CodeAndDesignEditor.setActivePage(CodeAndDesi gnEditor.java:647)
        at com.adobe.flexbuilder.editors.mxml.MXMLEditor.setActivePage(MXMLEditor.java:487)
        at com.adobe.flexbuilder.editors.derived.editor.FlexMultiPageEditorPart.createPartControl(Fl exMultiPageEditorPart.java:235)
        at com.adobe.flexbuilder.editors.common.editor.CodeAndDesignEditor.createPartControl(CodeAnd DesignEditor.java:162)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
        at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
        at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180 )
        at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFo lder.java:270)
        at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder .java:65)
        at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStack Presentation.java:473)
        at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
        at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
        at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)
        at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
        at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
        at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
        at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
        at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
        at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
        at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
        at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:778)
        at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:677)
        at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:638)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2854)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
        at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
        at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)
        at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:99)
        at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:99)
        at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:133)
        at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:330)
        at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:787)
        at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:499)
        at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHel per.java:48)
        at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:842)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:840)
        at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1101)
        at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1205)
        at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)
        at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    am unable understand this error

    Mario,
    Open Source drivers for our DAQ products are developed by the Comedi project. It should be noted that these drivers may not contain the full functionality of the NI-DAQ driver available for E Series devices under the various Windows and Mac operating systems.
    For information regarding the Comedi Project please see http://stm.lbl.gov/comedi. Support for the Comedi drivers is available through the Comedi mailing list. Please contact the Comedi mailing list for questions regarding this Open Source driver.
    For more information on National Instruments Measurement and Automation products for linux, see http://www.ni.com/linux.
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

  • Java Performance on Jaguar vs Linux and Windows

    Hi All
    Sometimes ago I heard that Java apps gain performance improvements running on the Mac OS X platform and the IDEs are more responsive on Mac OS X compared to Windows and Linux.
    I'm going to buy a new notebook and now after 10 years of having experience of using PCs I have the opportunity to buy a PowerBook if I find it reasonable. Indeed, I'm a university student and because of that it doesn't matter that which IDEs are available for Mac OS X or not. The only thing important to me right now is the performance (compiling, executing, and...).
    Does any body have any idea on the performance of Java on Mac OS X vs. Windows or Linux?
    Thanks in advance,
    bye.

    Windows is the fastest, hands down. If you get a top of the line desktop replacement laptop, then you will get the best performance. If that's all you care about ,then get that and put windows on it. Don't bother with linux as the video drivers are bad compared to the Windows ones.
    However, being a recent mac convert, I would not say that the mac is a bad choice. It has netbeans and it's own IDE (project builder). It's fast enough for work. Just make sure you have 512MB+ of ram, though I'd say the same for windows XP. Also, you'll be able to make apps that use the native OS much easier with the Mac as opposed to windows. Since all the tools come for free with the mac, you have to buy MSVC to use things like JNI. Unless that is you like using the borland compiler.
    As a dev platform, a new Mac running X is supreme. It's got real unix, and it's got an awesome toolset. You can go and design GUIs that work with only writing minimal code. Cocoa is amazing, especially because it works with Java instead around it.
    If you are looking for max speed, Windows. X86 based pc's are also better because there are more out there so you get more software and support. Linux is nice, but I still don't think that it's a good laptop OS. Love it for servers though. With OSX you get all the desktop features that are missing from linux, with all the unix you are missing from Windows.
    Besides, how many operating systems do you know where all you need to do to install MS Office is to copy it from the CD? (to run it you need a key though :)

  • Running a Java program at startup in Linux

    Hello
    How do I run a Java program at startup in Linux? I know in Windows I can put a .bat file in C:\Windows\Start Menu\Programs\StartUp\ directory, but in Linux I have no idea how it is done.
    Thank you,
    Mihai

    This is really a Linux question, not Java.
    And then it depends on the version of Linux you are using.
    Maybe this will help, otherwise you should try on a forum for your version of Linux.

  • Oracle10g Installation problem on Linux with DHCP IP

    Hi,
    I am new to Oracle Products, I have tried to install Oracle 10G on Linux with DHCP IP.
    I got the following warning while installing even though I have loopback interface configured.
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    Please help me in resolving this problem or Can I ignore this message?
    My Server Configurations:
    [root@SQAESMRH5 Oracle_Install_Errors]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:12:3F:79:FA:2C
    inet addr:10.10.121.61 Bcast:10.10.121.2 Mask:255.255.255.0
    inet6 addr: fe80::212:3fff:fe79:fa2c/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:20751998 errors:0 dropped:0 overruns:0 frame:0
    TX packets:19278549 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2150795393 (2.0 GiB) TX bytes:438232502 (417.9 MiB)
    Interrupt:177
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:12383146 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12383146 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1965045834 (1.8 GiB) TX bytes:1965045834 (1.8 GiB)
    [root@SQAESMRH5 Oracle_Install_Errors]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    #::1 localhost6.localdomain6 localhost6
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost6
    [root@SQAESMRH5 Oracle_Install_Errors]#

    This warning means it is not recommended to install Oracle 10g on a DHCP assigned IP address. It could work, but you won't be able to configure Enterprise Manager, since this tool requires a fixed IP address. If possible, have the IP address fixed.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • 10g Grid (RAC) on Linux with ASM and OCR?

    I was trying to install 10g on Linux with ASM. The docs are not terribly clear on this, but I'd like to have the Oracle Cluster Registry (OCR) on one of my four ASM disks, rather than dedicate space to OCFS. I have 4 18.2 GB drives setup with ASM now. Is there a way to do this?
    I guess the other thing I could do is to cut the ASM disks into two partitions. One, say 200MB and the other the rest. I'd put OCFS for OCR on the 200MB partition on one of the disks. The large partition on each of the rest of the disks would be dedicated to ASM.
    What am I missing? I feel it must be something obvious. I'd rather have the OCR on the ASM, so that I don't have to deal with it...
    Thanks!
    Jeff

    Hi.
    There shouldn't be a problem with this provided you use a 32-bit OS on the 64 bit machine. RAC doesn't care about the chipset, so long as the same OS is used, but I don't thinkit will support one node on 32 bit and one on 64 bit, since they are actually separate distributions.
    Of course, I've never tried it so I can't be sure :)
    Cheers
    Tim...

  • Java 2 runtime Environment setup failed with a return code of -1

    Hi!
    I have tried to install sdk 1_3_1_01 on Windows 2000 with ServicePack 2 and the error "Java 2 runtime Environment setup failed with a return code of -1" occured. As I saw, a lot of people has the problem but couldn't find a solution on this page!
    Please help !
    Me

    I've installed 1.3.1_01 on both W2K Workstation and Server, no problem. There's a bug report, but no workaround or solution.
    http://developer.java.sun.com/developer/bugParade/bugs/4412291.html
    and it's supposedly 'fixed' in 1.4.0 beta.
    http://java.sun.com/j2se/1.4/fixedbugs/fixedbugs-beta2.html
    You might try installing the beta version
    http://java.sun.com/j2se/

Maybe you are looking for

  • WildStar and Best Buy's Terrible Customer Support

    To Anyone Who Might Read This: Because I can't seem to get a timely response from anyone through a private message in less than 3 days, because Best Buy phone reps feign ignorance and pass me along from rep to rep like a basketball (last call was for

  • CAN YOU ALREADY DO THIS

    Tell me if you can do this already or not. Can you plug in your ipod to another computer, AUTHOIRIZE IT, & play your songs from the IPOD itself without adding a song to itunes? (do you know what I mean?) /

  • PUT - not putting updated version

    When I "put" a group of HTML files, it does not upload on the server. When I "put" them individually, they do. I am not sure if this is related, but I sometimes get an error message saying the the file has been changed on the server. Thank you.

  • Table for sales org and plant assignment

    Dear Experts I want to have the table name where a particular sales org is assigned to a plant.i have seen T001W and TVKO but its not there. Kindly help out. Thanks Sanjeev

  • How do I add spaces with Yosemite?

    I have just upgraded to Yosemite and my spaces went missing. I have two monitors and the current configuration for is one space for each monitor and one for Dashboard. I have "Zoomed to Mission Control" and do not see an option to add spaces, neither