OAS4 and WebDB linux platforms?

Hello...
Anyway know if the OAS4 and WebDB for Linux that Oracle has
recently amde available are for glibc 2.0 or 2.1? Or does it
matter? Will they work with either? I know I could go read
documentation but I don't feel their documentation is as reliable
as the posts in this forum :)
Thanks!
null

Hi,
I do not know which glibc WEBDB requires but it works fine with
glibc 2.07 from Suse 6.1
The install instructions talk about redhat 5.1: is that glibc
2.0.x?
As soon as oas download is complete we will see what that
requires.
Marcus
Phil Ross (guest) wrote:
: Hello...
: Anyway know if the OAS4 and WebDB for Linux that Oracle has
: recently amde available are for glibc 2.0 or 2.1? Or does it
: matter? Will they work with either? I know I could go read
: documentation but I don't feel their documentation is as
reliable
: as the posts in this forum :)
: Thanks!
null

Similar Messages

  • Differences between Oracle 8i for a UNIX Platform and a Linux Platform

    I want to know the differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform. And which platform is better?
    Thanks

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform

    Hello,
    J would like to know if there are some differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform.
    I know that there are some differences on Oracle 8i Parallel Server and i know that some products are not include like precompiler (Mod*Ada, Pro*FORTRAN) on a Linux Platform.
    Thank you.

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • [svn] 915: [patch submission] SDK-15042: Check for a previously unpacked player on linux platforms and don' t re-unpack

    Revision: 915
    Author: [email protected]
    Date: 2008-03-25 13:37:13 -0700 (Tue, 25 Mar 2008)
    Log Message:
    [patch submission] SDK-15042: Check for a previously unpacked player on linux platforms and don't re-unpack
    * Took patch verbatim, thanks Tom!
    Bugs: SDK-15042
    QA: Yes, please test "setup.sh" unpacks correctly on Linux
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15042
    http://bugs.adobe.com/jira/browse/SDK-15042
    Modified Paths:
    flex/sdk/trunk/setup.sh

    Revision: 915
    Author: [email protected]
    Date: 2008-03-25 13:37:13 -0700 (Tue, 25 Mar 2008)
    Log Message:
    [patch submission] SDK-15042: Check for a previously unpacked player on linux platforms and don't re-unpack
    * Took patch verbatim, thanks Tom!
    Bugs: SDK-15042
    QA: Yes, please test "setup.sh" unpacks correctly on Linux
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15042
    http://bugs.adobe.com/jira/browse/SDK-15042
    Modified Paths:
    flex/sdk/trunk/setup.sh

  • Running a perl shell command through a java program on linux platform

    i'm trying to execute the following command in a java program "perl xxx.pl" using the runtime.getruntime method
    here is the piece of code
    String[] cmd={"perl","-c","AraMorph.pl",""};
    Process p = Runtime.getRuntime().exec(cmd,null,new File("/home/ahmed/buckwalter_morphan_1/data"));
    p.waitFor();
    BufferedReader in=new BufferedReader(new InputStreamReader(p.getInputStream()));
    String line;
    while ((line=in.readLine())!=null)
    System.out.println(line);
    but it doesn't output anything even if i tried to print the output to a file
    i'm trying to execute this program on linux platform but its working properly on a windows platform
    thx
    raar

    String[] cmd={"perl","AraMorph.pl"," </home/ahmed/in.txt"," >/home/ahmed/ast.txt"};
    Process p = Runtime.getRuntime().exec(cmd,null,new File("/home/ahmed/buckwalter_morphan_1/data"));
    BufferedReader in=new BufferedReader(new InputStreamReader(p.getErrorStream()));
    String line;
    while ((line=in.readLine())!=null)
    System.out.println(line);
    p.waitFor();
    String str2=p.getInputStream().toString();
    System.out.println("==================================="+str2);
    and it still outputs nothing but goes in something like infinite loop or as assumed in the article u suggested a deadlock but even all solutions to all pitfalls didn't succeed

  • Connect to MS SQL server from OWB on Linux platform

    Hi,
    I want to connect to MS SQL server through OWB, on Linux platform.
    I suppose I would use JDBC driver, and Heterogeneous services. Is that possible?
    I did not see anything on JDBC driver for MS SQL server for Linux platform from Oracle.
    Also, I was wondering is Oracle Gateway 10g for Linux a way to connect to MSSQL server?
    Any leads would be appreciated.
    Thanks
    Ani

    Hi,
    This quite an actual topic for myself, so I decided to take some time to collect some information.
    Start at:
    * Oracle Generic Connectivity and Oracle Transparent Gateway - http://www.oracle.com/technology/products/gateways/gateways_fov.html
    You can use the free Heterogenous Services component named Generic Connectivity for connecting to SqlServer over ODBC. You will need to find (or purchase?) a third-party ODBC driver for SqlServer for Linux, e.g. from www.datadirect.com. Setting this up will allow you to define a databaselink to the SqlServer. Open Gateways implements a limited set of the oracle SQL, so you will have to find out what is possible and what not.
    See also:
    * How To Setup HSODBC on Linux - https://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=264567.1
    * Generic Connectivity Available on Linux x86 with 10g - https://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=261726.1
    You can also use the Transparent Gateway for SqlServer (HS), which is about EURO 12000 per computer(!). This gives you a full implementation of Oracle SQL and you can access the SqlServer like it was Oracle.
    You can also install Microsofts JDBC drivers into Oracle's JVM, and connect through JDBC to SqlServer. This is however not supported by Oracle, but it will work. See:
    * What is required for a Java Stored Procedure to connect to a SQL Server Database? - https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=276167.1
    See also:
    * Options for Connecting to Foreign Data Stores and Non-Oracle Databases - https://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=233876.1
    * JDBC Developer's Guide - http://download-west.oracle.com/docs/cd/B14117_01/java.101/b10979/overvw.htm
    Good luck, Erik Ykema

  • OS Command in ORACLE LINUX platform

    Hi All,
    I am facing the same issue while using OS Command in ORACLE LINUX platform.
    I am using the command as ls -1 /home/oracle/data > /home/oracle/data/All_FILES_NAMES.txt
    Its working in terminal, But not in ODI procedure.
    Its throwing error as 'wrong process return code-2'.
    Kindly help me.
    Thanks,
    Haree

    CKMs moves the error records to E$ table. In your case I believe you can achieve it through procedure by having first step to copy the error record in MISSED_REC table and then have a second step to read from this tabel and send our email through oditool.

  • Is JavaMail 1.3.3 supported on z/Linux platform

    Hi, I would like to know are following libraries supported on z/Linux platform ?
    1) JavaMail 1.3.3 and
    2) Java Activation Framework 1.0.2
    Or can you please send me the known issues, if any ?
    Also would appreciate if could send me any info/link for 64 bit JVM support for these.
    Thanks a lot in advance / Rajan Kumar

    Java is supposed to be Write Once Run Anywhere. So I would assume that ordinary Java code would run on z/Linux, 64-bit or otherwise, until my tests proved otherwise.

  • Oracle 8i and webdb

    Been looking for a WebDB discussion group but can't find it! Having searched, found most WebDB posts are in here. Currently using Oracle8I Stanadard Edition rather than Oracle8iLite but here goes...
    Oracle8i and WebDB
    What is cheapest solution for setting up a web-site requiring simple data entry and searching facilities using WebDB and Oracle8i?
    I am a traditional Oracle developer (Forms 4.5. Reports 2.5) and want to get into the Web stuff. Got an idea for a site which, if nothing else, will demonstrate my skills to potential clients. I have decided on WebDB and Oracle8i as it seems to be the most cost-effective solution from and Oracle licensing point of view and the least resource hungry. However, due to my lack of understanding of most things technical and networking in particular, I am struggling to figure out what I will need from a hardware/ networking point of view to establish a development platform and in due course a production system.
    The following are scenarios which I have envisaged. I will not be surprised if they demonstrate a fundamental lack of understanding of the situation! Please note, I am based in the UK and currently have a BT Home-Highway ISDN 2x56Kbps connection to the internet (does this help?).
    Can I develop using WebDB and Oracle8i on a single, standalone NT-server based PC?
    To go live, which is the most cost-effective/ practical solution and what is required for each:
    a) my own Oracle server (NT or Unix?) connected somehow to the internet, accessed as required by the forms created with WebDB and stored on an ISP-provided web-site
    b) as a) above but with forms created with WebDB stored on my Oracle server
    c) both the WebDB forms and the Oracle database on an ISP-provided server (is there such a thing?)
    Any assistance will be most gratefully received, and Ill send you some free shares when I go PLC!
    null

    Ok, I have changed it to the following.
    First, kenny is the SID and also the machine
    name. 7001 is the port number that WebDB is
    listening to. scott/tiger is the account and
    password on kenny SID.
    <connection name="demo">
    <username>scott</username>
    <password>tiger</password>
    <dburl>jdbc:oracle:thin:@kenny:7001:ORCL</dburl>
    <driver>oracle.jdbc.driver.OracleDriver</driver>
    </connection>
    Now, I have the following error in
    mod_jserv.log
    [01/02/2000 14:09:04:478] (ERROR) ajp12: Servlet Error: NoClassDefFoundError: oracle.xml.xsql.XSQLServlet
    [01/02/2000 14:09:05:399] (ERROR) ajp12: Servlet Error: NoClassDefFoundError: oracle.xml.xsql.XSQLServlet
    Question:
    1) Should I configure the WebDB listener
    to have a DAD of "demo" to access to
    scott account?
    2) I am pretty sure that the jserv is
    configured probably because I can access
    the example hello servlet by opening URL
    at
    http://kenny/servlets/Hello
    Why do I get the following error?
    ajp12: Servlet Error: NoClassDefFoundError: oracle.xml.xsql.XSQLServlet
    Thanks.
    Kelvin

  • Installation Oracle E-Business Suite 11.5.10 on a redhat linux platform 5.5

    Dear All,
    Can someone has already installed Oracle E-Business Suite 11.5.10 on a redhat linux platform 5.5? I'm having issues with compat-oracle5 library who is requesting binutils15 and on the linux box it's version binutils17?
    Thanks
    Dilbert137

    Pl post all EBS related questions in the EBS forums at http://forums.oracle.com/forums/category.jspa?categoryID=3
    Pl post complete details of the error message.
    HTH
    Srini

  • Registering the mobile device on mobile server for linux platforms

    Dear all,
    My scenario fits like dis.........
    I m using oracle 9i and oraclelite 10g on redhat linux 9 platform.I m using a handheld EPOS device activated with GPRS.It is basically a swiper machine which is used for bank transactions.The port which I m using are Serial port and USB.my device is not getting detected in WEBTOGO.I heard that I should register my device with the mobile server.but i dont know how to register on linux platforms....I've got a MAC Id for my EPOS device.....cud i do anything with MAC Id?.....and where I have to see whether the device has been detected?
    if any body used oracle lite 10g on linux platforms,plz make me a call.
    I dont know how to use msql in linux platforms?...how to create a database using msql?
    my mobile no. is +91-98433-32738.

    Did you install anything from Oracle Lite on that EPOS device of yours ? If so, how did you install and what did you install ?
    Usually, when you install a Oracle Lite client on the device, the device should get registered during installation.
    Do let us know what you have done.

  • Does anyone know how to install qmail on linux platform

    Does anyone know how to install qmail on linux platform and the site name where we can download the rpm of qmail.

    Yeah i know that this is java forum but i'm doing a
    project on j2ee which needs qmail to be installed.And
    i thought that even java people who are working on
    qmail may know that.Yes, but you should still post that question in another forum. I bet that most software developers knows how to boil eggs, but should I ask about that here?
    Kaj

  • Mac OS X and Debian Linux LAN research.

    Mac OS X and Debian Linux LAN research.
    I am currently doing the Google shuffle and am posting this to try to make sure I don't miss something important.
    I recently expunged Windoze from the PC on my LAN and installed Debian Etch (testing, kernal 2.6.12-1-686, Gnome desktop) GNU Linux (I feel so much cleaner now My eventual goal is to do ObjC/Cocoa type cross-platform software development using GNUstep.
    Preparation though involves getting the now isolated Linux box back on my LAN. Two considerations are file sharing (of course) and capturing system images of the Linux system in my Mac restoration strategy. On the Linux box one of my backup techniques is Mondo for bootable DVD system images, and the other is g4l (ghost for linux) with which I can clone to a local HD and/or image the Linux system to another system via ftp (vsftp suggested by g4l).
    There are two internal 80GB HDs on the Linux box, and two internal 250GB HDs plus several external 250GB HDs (used for alternating clones) on my PMac G5.
    I'm thinking NFS or ? and strictly avoiding Samba/NetWare/anything windoze related.
    Any pointers and opinions would be greatly appreciated
    Thank You,
    Lee C
    "The early bird may get the worm but the second mouse gets the cheese." -- Willie Nelson
    See the article Backup::Restore.
    Dual 2.5 Power Mac G5   Mac OS X (10.4.3)  

    Gary -- unfortunately, I am back, with memories fading as fast as my suntan.
    Some remarks on NFS
    OS X, like other unix operating systems, can function as both an NFS server and NFS client. Canonical unix systems permit the system administrator to configure this by editing two ascii text files. The file /etc/fstab controls what remote disks (i.e., those served by another machine) will be mounted, and the file /etc/exports controls what files will be served via NFS to other computers, and can restrict access according to the system administrators needs. All of this is true of OS X as well, except that the information from these ascii text files must somehow be transfered into the netinfo database, a peculiarly OS X construct. Fortunately, this can be accomplished without too much pain.
    Mounting remote filesystems with NFS
    To mount a filesystem from a remote NFS server, you need to do the following:
    1. Create a mountpoint of your choosing. You can do this anywhere, but I find making a directory a the root level to be the most convenient. For example, lets say we want to mount two filesystems that are being exported from another computer called Simpson with the domain name simpson.springfield.org. Well assume it has the OS X filesystem structure, but any unix filesystem will behave analogously. The first filesystem we will want to mount will be the remote /Users directory, and the second will be /Volumes/Homer, as the computer simpson.springfield.org has a second hard-drive creatively named Homer. Hence we will create two mountpoint directories as follows: sudo mkdir -p /nfs_mountpoint/Simpson /nfs_mountpoint/Homer
    2. Next we need to create the file /etc/fstab with the following two lines in it: simpson.springfield.org:/Users /nfs_mountpoint/Simpson nfs -P, -b 0 0 simpson.springfield.org:/Volumes/Homer /nfs_mountpoint/Homer nfs -P, -b 0 0 The first field is the domain name (it is safest to give the whole thing), and the second, separated by a colon, is the filesystem that has been exported. The third field is the corresponding mount point you just made, the fourth tells the system that this is an nfs device that is being mounted, and the remaining arguments control access and mounting protocols. man fstab for details. The disk is read/write accessible by default, but the users numerical uid (eg: 503) must be the same on both the host an client machine. (Be aware that if joe on the server has uid 503 and sarah on the client has uid 503, sarah will have read-write access to joes files!)5
    3. Now read the information into the netinfo database. It is a good idea not to screw this up.
    sudo niload -m -v fstab . < /etc/fstab
    4. You can now mount the remote filesystems with the commands
    sudo mount /nfs_mountpoint/Simpson
    sudo mount /nfs_mountpoint/Homer
    or to mount all at once, issue
    sudo mount -a
    Next time you reboot, the automounter and the NFS Startup Item will handle the mounting for you. I'll mention a couple of tweaks you might want to make in a moment, but first lets look at how to export a filesystem.
    Exporting your filesystems with NFS
    The previous section assumed your computer was a client machine. Now let's assume it is a server. Any machine can be both, so well export our filesystem /Users to the machine called Simpson for this example.
    To export a filesystem, you need to do the following:
    1. Get a static IP address for each of your NFS server machines, and a corresponding qualified domain name such as simpson.springfield.org that won't change.
    2. Create a file called /etc/exports and put the following line into it:
    /Users -maproot=nobody simpson.springfield.org
    3. Reboot, or run the following commands as root or with sudo:
    rm -f /var/db/mountdtab
    mountd nfsd -t -u -n 6
    This is more or less equivalent to issuing exportfs -a on other unix systems.
    You've been served, as they say on British TV and in the grand jury subpoena business.
    NFS Manager automates NFS exports and mounts
    Another way of handling this, as Gary Mentioned, is to get ahold of NFS Manager, donation-ware that provides a convenient interface for setting up both NFS mounts and NFS exports. If you can live with automounter, which is on by default, this will get you going without complications within minutes. The documentation is superbly written.

  • I m coming from linux platform ... now need my g   to work with vim ... how to install g   which supports C  0x ... why does  not it has repository with apple ... its so easy rather than going to UI ...

    i m coming from linux platform ... now need my g   to work with vim ... how to install g   which supports C  0x ... why does  not it has repository with apple ... its so easy rather than going to UI ...

    tom i have been using ubuntu for c++ project
    i use lambda and atomic (c++0x) but now as I am working on MAC not able to use them
    installed xcode(4.3) and changed compiler settings to LLVM3.1 but still both features are not available
    to compile wanted to have g++ which supports c++0x features ...
    new to MAC (2-3 days) so was in rush to solution
    let me know if you have some suggestion ...
    else will try with eclipse cdt .... 

  • Couldn't view the JMC startup menus on linux platforms

    Hi Team,
    We are trying to invoke jmc 5.2 locally on a Linux platform having RHEL 64-bit server edition.
    2.6.18-238.9.1.el5 #1 SMP Fri Mar 18 12:42:39 EDT 2011 x86_64 x86_64 x86_64.
    To view the GUI on rhel server edition we installed the respective packages necessary for X server.
    We also verified whether are we able to view any gui app for example xclock. Everything went well.
    But when we tried to invoke jmc we could see the jmx browser without any of the menu titles. We could see only boxes not the menu title.
    JDK version used : /tmp/jdk1.7.0_45/bin
    [Not able to insert a image]
    Could you please help us.
    Thanks
    Sattish.

    Hi Hernandez,
    Thanks for your inputs. Have listed the complete debug message while starting jmc on linux.
    ./jmc -debug
    Start VM: /opt/oracle/jdk1.7.0_45/bin//./java
    -XX:+UseG1GC
    -XX:+UnlockCommercialFeatures
    -XX:+FlightRecorder
    -Djava.net.preferIPv4Stack=true
    -jar /opt/oracle/jdk1.7.0_45/bin//../lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    -os linux
    -ws gtk
    -arch x86_64
    -showsplash
    -launcher /opt/oracle/jdk1.7.0_45/bin/jmc
    -name Jmc
    --launcher.library /opt/oracle/jdk1.7.0_45/bin//../lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so
    -startup /opt/oracle/jdk1.7.0_45/bin//../lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    --launcher.overrideVmargs
    -exitdata 17900a1
    -debug
    -vm /opt/oracle/jdk1.7.0_45/bin//./java
    -vmargs
    -XX:+UseG1GC
    -XX:+UnlockCommercialFeatures
    -XX:+FlightRecorder
    -Djava.net.preferIPv4Stack=true
    -jar /opt/oracle/jdk1.7.0_45/bin//../lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    Install location:
        file:/opt/oracle/jdk1.7.0_45/lib/missioncontrol/
    Configuration file:
        file:/opt/oracle/jdk1.7.0_45/lib/missioncontrol/configuration/config.ini loaded
    Configuration location:
        file:/opt/oracle/jdk1.7.0_45/lib/missioncontrol/configuration/
    Framework located:
        file:/opt/oracle/jdk1.7.0_45/lib/missioncontrol/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar
    Framework classpath:
        file:/opt/oracle/jdk1.7.0_45/lib/missioncontrol/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar
    Splash location:
        /opt/oracle/jdk1.7.0_45/lib/missioncontrol/configuration/org.eclipse.equinox.launcher/com.jrockit.mc.rcp.application_5.2.0.157284/splash.bmp
    Debug options:
        file:/opt/oracle/jdk1.7.0_45/bin/.options not found
    Time to load bundles: 7
    Starting application: 23907
    Dec 06, 2013 3:00:13 AM com.jrockit.mc.rcp.application.ApplicationPlugin initializeDebug
    INFO: JMC debug mode enabled
    Dec 06, 2013 3:00:13 AM com.jrockit.mc.rcp.logging.LoggingToolkit initializeLogging
    INFO: Debug settings enabled - loaded debug settings for the logger from logging_debug.properties.
    Dec 06, 2013 3:00:14 AM com.jrockit.mc.rcp.logging.LoggingToolkit initializeLogging
    FINE: Logger initialized
    Dec 06, 2013 3:00:14 AM com.jrockit.mc.jdp.client.Pruner run
    FINE: JDP prune thread started!
    Dec 06, 2013 3:00:14 AM com.jrockit.mc.rcp.application.ApplicationPlugin start
    FINE: Initializing com.jrockit.mc.console.ui to register open handler for DND.
    Dec 06, 2013 3:00:14 AM com.jrockit.mc.rcp.application.p2.UpdateSiteURLToolkit isOnOracleNetwork
    INFO: Could not find interface on Oracle internal network. Oracle internal update site disabled.
    Dec 06, 2013 3:00:15 AM com.jrockit.mc.rcp.application.p2.UpdateSiteURLToolkit isOnOracleNetwork
    INFO: Could not find interface on Oracle internal network. Oracle internal update site disabled.
    Dec 06, 2013 3:00:20 AM com.jrockit.mc.common.mbean.LocalMBeanToolkit <clinit>
    FINE: Acquired local PID. PID resolved to 26343
    Dec 06, 2013 3:00:20 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 21924
    Dec 06, 2013 3:00:20 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 26343
    Dec 06, 2013 3:00:25 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 29768
    Dec 06, 2013 3:00:31 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 31451
    Dec 06, 2013 3:00:36 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 31839
    Dec 06, 2013 3:00:36 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 29066
    Dec 06, 2013 3:00:41 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 2177
    Dec 06, 2013 3:00:47 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 27120
    Dec 06, 2013 3:00:52 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 31443
    Dec 06, 2013 3:00:57 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 15316
    Dec 06, 2013 3:01:02 AM com.jrockit.mc.browser.attach.LocalJVMToolkit populateAttachableVMs
    INFO: Done resolving PID 31205
    Dec 06, 2013 3:01:03 AM com.jrockit.mc.ui.misc.SwingSupport initLookAndFeel
    INFO: Initializing Swing L&F!
    Dec 06, 2013 3:01:24 AM sun.awt.X11.XToolkit setupModifierMap
    FINE: In setupModifierMap
    Dec 06, 2013 3:01:24 AM sun.awt.X11.XToolkit setupModifierMap
    FINE: metaMask = 0
    Dec 06, 2013 3:01:24 AM sun.awt.X11.XToolkit setupModifierMap
    FINE: altMask = 8
    Dec 06, 2013 3:01:24 AM sun.awt.X11.XToolkit setupModifierMap
    FINE: numLockMask = 16
    Dec 06, 2013 3:01:24 AM sun.awt.X11.XToolkit setupModifierMap
    FINE: modeSwitchMask = 128
    Dec 06, 2013 3:01:24 AM sun.awt.X11.XToolkit setupModifierMap
    FINE: modLockIsShiftLock = 0
    Dec 06, 2013 3:01:24 AM sun.awt.X11.XToolkit setBackingStoreType
    CONFIG: The system property sun.awt.backingStore is not set, by default backingStore=NotUseful
    Dec 06, 2013 3:01:30 AM sun.awt.X11.XWM <init>
    FINE: Window manager: NO WM
    Dec 06, 2013 3:01:30 AM com.jrockit.mc.ui.misc.SwingSupport initLookAndFeel
    INFO: System Swing L&F is javax.swing.plaf.metal.MetalLookAndFeel
    Dec 06, 2013 3:01:30 AM com.jrockit.mc.ui.misc.SwingSupport initLookAndFeel
    INFO: Setting L&F to javax.swing.plaf.metal.MetalLookAndFeel
    Dec 06, 2013 3:01:33 AM sun.awt.X11.XAWTXSettings initXSettings
    FINE: Initializing XAWT XSettings
    Dec 06, 2013 3:01:35 AM sun.awt.X11.XMSelection selectPerScreen
    FINE: Grabbing XServer
    Dec 06, 2013 3:01:35 AM sun.awt.X11.XMSelection selectPerScreen
    FINE: Screen = 0 selection name = _XSETTINGS_S0
    Dec 06, 2013 3:01:35 AM sun.awt.X11.XMSelection selectPerScreen
    FINE: UnGrabbing XServer
    Dec 06, 2013 3:01:35 AM sun.awt.X11.XAWTXSettings initPerScreenXSettings
    FINE: Updating Per XSettings changes
    Dec 06, 2013 3:01:35 AM sun.awt.X11.XAWTXSettings getUpdatedSettings
    FINE: owner =0
    Dec 06, 2013 3:03:04 AM com.jrockit.mc.ui.misc.SwingSupport initLookAndFeel
    INFO: Initializing Swing L&F!
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: General org.eclipse.ui.preferencePages.Workbench
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Security org.eclipse.equinox.security.ui.category
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor removePrefsPage
    INFO: Removed preference page Security (ID:org.eclipse.equinox.security.ui.category)
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Network Connections org.eclipse.ui.net.NetPreferences
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Java Mission Control com.jrockit.mc.ui.preferences.MissionControlPage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: JVM Browser com.jrockit.mc.browser.preferences.BrowserPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Local com.jrockit.mc.browser.attach.preferences.AttachPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: JDP com.jrockit.mc.browser.jdp.preferences.JDPPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: JMX Console com.jrockit.mc.console.ui.preferences.GeneralPage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Persistence com.jrockit.mc.console.ui.preferences.PersistencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Communication com.jrockit.mc.console.ui.preferences.CommunicationPage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: MBean Browser com.jrockit.mc.console.ui.preferences.MBeanBrowserPage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Flight Recorder com.jrockit.mc.flightrecorder.ui.main.preference.page
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: JMXRMI com.jrockit.mc.rjmx.ui.preferences.JMXRMIPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Install/Update org.eclipse.equinox.internal.p2.ui.sdk.ProvisioningPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Available Software Sites org.eclipse.equinox.internal.p2.ui.sdk.SitesPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Automatic Updates org.eclipse.equinox.internal.p2.ui.sdk.scheduler.AutomaticUpdatesPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Help org.eclipse.help.ui.browsersPreferencePage
    Dec 06, 2013 3:05:22 AM com.jrockit.mc.rcp.application.ApplicationWorkbenchWindowAdvisor logPrefsNode
    FINE: Prefs node: Content org.eclipse.help.ui.contentPreferencePage
    Application Started: 344013
    Please review and let me know for further details
    Thanks
    Sattish.

Maybe you are looking for