Control Sun Studio 12 log files

Hi everybody. I'm new using the Sun Studio IDE. I'm not a developer, i'm a system administrator.
What I would like to know is how to control the size of the Sun Studio log file. For example, I have some users with the following files:
~/.sunstudio/12.0-SunOS-sparc/var/log
ls -lah
total 5227472
drwxrwxr-x 2 username groupname 4.0K Mar 4 11:52 .
drwxrwxr-x 5 username groupname 4.0K Mar 4 10:38 ..
-rw-rw-r-- 1 username groupname 283M Mar 4 11:55 messages.log
-rw-rw-r-- 1 username groupname 1.2G Mar 4 11:52 messages.log.1
-rw-rw-r-- 1 username groupname 1002M Mar 4 10:16 messages.log.2
tail messages.log
at org.netbeans.modules.cnd.modelimpl.uid.KeyBasedUID.getObject(KeyBasedUID.java:37)
at org.netbeans.modules.cnd.modelimpl.uid.UIDCsmConverter.UIDtoNamespace(UIDCsmConverter.java:81)
at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase._getGlobalNamespace(ProjectBase.java:1155)
at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.getGlobalNamespace(ProjectBase.java:154)
at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:48)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.render(FileImpl.java:295)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._parse(FileImpl.java:470)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.parse(FileImpl.java:437)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:239)
at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:66)
Why these files are so big? How can I control the size of the files? When the rotation is done? Can be compressed after rotation like "logrotate"?
Thanks in advance.

Hi everybody. I'm new using the Sun Studio IDE. I'm not a developer, i'm a system administrator.
What I would like to know is how to control the size of the Sun Studio log file. For example, I have some users with the following files:
~/.sunstudio/12.0-SunOS-sparc/var/log
ls -lah
total 5227472
drwxrwxr-x 2 username groupname 4.0K Mar 4 11:52 .
drwxrwxr-x 5 username groupname 4.0K Mar 4 10:38 ..
-rw-rw-r-- 1 username groupname 283M Mar 4 11:55 messages.log
-rw-rw-r-- 1 username groupname 1.2G Mar 4 11:52 messages.log.1
-rw-rw-r-- 1 username groupname 1002M Mar 4 10:16 messages.log.2
tail messages.log
at org.netbeans.modules.cnd.modelimpl.uid.KeyBasedUID.getObject(KeyBasedUID.java:37)
at org.netbeans.modules.cnd.modelimpl.uid.UIDCsmConverter.UIDtoNamespace(UIDCsmConverter.java:81)
at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase._getGlobalNamespace(ProjectBase.java:1155)
at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.getGlobalNamespace(ProjectBase.java:154)
at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:48)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.render(FileImpl.java:295)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._parse(FileImpl.java:470)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.parse(FileImpl.java:437)
at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:239)
at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:66)
Why these files are so big? How can I control the size of the files? When the rotation is done? Can be compressed after rotation like "logrotate"?
Thanks in advance.

Similar Messages

  • Grid Control 10g Purge log files

    Hi,
    I want to know which log files/directories I can clean without stopping/affecting the OMS? I have cleaned couple but not sure what is the complete list. Its 10.2.05 grid control.
    Thanks.
    Edited by: gbyte2001 on 2-Jun-2012 9:03 AM

    Except the current version of the log files (e.g., those without the .xxxxxxxxxx extension), you can remove those in the following directories:
    $ORACLE_HOME/Apache/Apache/logs
    e.g.; remove access_log.xxxxxxxxxx and keep the access_log file file
    $ORACLE_HOME/webcache/logs
    $ORACLE_HOME/sysman/log
    Also, you keep an eye on the sizes of the files in the following directories. If necessary, purge them when the OMS is stopped.
    $ORACLE_HOME/j2ee/OC4J_EM/log/OC4J_EM_default_island_1
    $ORACLE_HOME/j2ee/OC4J_EMPROV/log/OC4J_EM_default_island_1
    $ORACLE_HOME/opmn/logs
    Regards,
    - Loc

  • RAID for control and red log files

    I'm considering one of these two configurations
    Option 1:
    2 disks kept as separate disks (not using RAID), storing control01.ctl, redo log group 1 on first disk, and storing control02.ctl, and redo log group 2 on second disk.
    Option 2:
    2 disks configured as a RAID 1+0 volume (mirroring and striping) holding control01.ctl and a redo log group.
    (Data files and third control file are elsewhere on the disk array.)
    With option 1, I have the option of dropping a control file and dropping a redo log group if a disk fails and then continuing processing. But with option 2, if the RAID array fails, I'm sunk.
    I'm thinking option 1 is better. What do others think? And why?
    Thanks in advance,
    Chris Curzon

    Your Raid option has the following advantage: since it mirrors things, a person can [accidently or maliciously] simultaneously remove all control files and redo logs with a single remove command, effectively crashing the database into near unrecoverability.
    Option 1 would have the disadvantage - for the person identified above - in that they would need two separate commands to ruin the system.
    But, with simple mirroring, between the first and second command, the system would have halted and hopefully alerted someone that a weird but recoverable thing is happening. And the DBA would be able to get going simply by copying the mirrored file to the other, removed, location.
    Message was edited by: Hans Forbrich
    To make it clear - the advantage is NOT on the DBA's side ...

  • Repeated Logs "Reference Already Gone" in Sun MQ log file

    Can anyone suggest as to what may be causing these messages? We occasionally see many hundreds of thousands of them. I am not sure what triggers this problem. Not all logs are for the same JMS message ID. But at the same time, we have repeated log statements for the same message id too.
    We do occasionally purge thousands of unconsumed messages from our destinations (queues and topics).
    Thanks
    Aspi Engineer
    Putnam Investments
    [22/Sep/2010:16:19:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:20:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:21:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:22:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:23:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:24:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:25:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:26:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452

    Sun MQ 4.4U1
    Even 24 hours after I submitted the post, my logs are still being flodded with the same messages.
    - Aspi

  • Mmp services log files rotation

    Hi,
    Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)
    libimta.so 6.3-5.02 (built 17:15:31, Oct 12 2007; 32bit)
    SunOS mta01 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V240
    I'm trying to find out what setting controls mmp services log file rotation and how to change it. Presently, it appears rotation take place daily and files are kept forever.
    ImapProxy_<date>.log
    AServices_<date>.log
    I would prefer to only keep these files for a week or so.
    Should I configure:
    local.schedule.prune_mmp = "45 23 * * * /usr/bin/find /var/opt/SUNWmsgsr/log -name ImapProxy\* -atime +3 -exec rm {} \; "
    local.schedule.prune_mmp.enable = 1
    Thanks.

    d-v-k wrote:
    I'm trying to find out what setting controls mmp services log file rotation and how to change it. Presently, it appears rotation take place daily and files are kept forever.There is no inbuilt Log Rotation mechanism for the MMP logs.
    ImapProxy_<date>.log
    AServices_<date>.log
    I would prefer to only keep these files for a week or so.
    Should I configure:
    local.schedule.prune_mmp = "45 23 * * * /usr/bin/find /var/opt/SUNWmsgsr/log -name ImapProxy\* -atime +3 -exec rm {} \;
    local.schedule.prune_mmp.enable = 1This is definitely one way to prune the log files. I would use the following find string instead:
    {code}
    /usr/bin/find /var/opt/SUNWmsgsr/log/ -name 'ImapProxy_*.log' -mtime +6 -exec rm {} \; "
    You would need to write/enable a similar rule to prune the AServices_*.log files as well.
    Regards,
    Shane.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • High waits on log file sync

    Dear Experts,
    There is a huge wait on log file sync. I have 5 redo log groups 3 members each. I suspect writing to one group which is hosted on /proddb is taking time. Is there a way we can identify and control this.
    DB is on 10.2.0.4
    OS is RHEL 5
        GROUP# STATUS  TYPE    MEMBER
             1         ONLINE  /proddb/proddata/log01a.dbf
             1         ONLINE  /proddb/proddata/log01b.dbf
             1         ONLINE  /prodlog/proddata/log01c.dbf
             2         ONLINE  /proddb/proddata/log02a.dbf
             2         ONLINE  /proddb/proddata/log02b.dbf
             2         ONLINE  /prodlog/proddata/log02c.dbf
             3         ONLINE  /proddb/proddata/log03a.dbf
             3         ONLINE  /proddb/proddata/log03b.dbf
             3         ONLINE  /prodlog/proddata/log03c.dbf
             4         ONLINE  /proddb/proddata/log04a.dbf
             4         ONLINE  /proddb/proddata/log04b.dbf
        GROUP# STATUS  TYPE    MEMBER
             4         ONLINE  /prodlog/proddata/log04c.dbf
             5         ONLINE  /proddb/proddata/log05a.dbf
             5         ONLINE  /proddb/proddata/log05b.dbf
             5         ONLINE  /prodlog/proddata/log05c.dbfEach log file member is 300MB in size and log buffer is 14MB
    Thanks
    Neel

    >
    There is a huge wait on log file sync. I have 5 redo log groups 3 members each. I suspect writing to one group which is hosted on /proddb is taking time. Is there a way we can identify and control this.
    >
    Log file sync is a client wait basically. The only way to control this is by not committing too frequently. If you have a big loop and do a commit within the loop, this may add to log file sync waits as LGWR may not be able to cope up with the speed of posting. You may want to check the alert log and see if you have loads of "checkpoint not complete" messages. In this case, you may look at increasing the redo log size or add more members. But remember, log file sync is a client wait and it doesn't suggest anything with the size of redo logs. You will have to check the application or the process and make sure you don't commit too frequently. That's the only thing you can do on this and in fact, you have to do that.
    For ex, if you have a loop like this
    Begin
    For i in 1..100000000
    Loop
       Update tab set col1 = 'blah' where key = i;
       commit;
    End Loop;
    End;
    /You will have to rewrite the above code something like this
    Declare
    v_count Number := 0;
    Begin
    For i in 1..100000000
    Loop
      v_count := v_count +1;
      Update tab set col1 = 'blah' where key = i;
      If (v_count >= 50000) Then ---some good number.
        commit;
        v_count := 0;
      End If;
    End Loop;
    commit;
    End;
    /

  • How to Specify the Log File address as RootDir/Logs/Error.log in Log4j

    I have a web application,
    How to configure the log4j Rolling file Appender in that.
    I want to logs to be redirected to the RootDir/logs/Error.log.
    Currently, I m using following configuration:
    # This file must live on the classpath of the jvm
    # Set root logger level to DEBUG and log to both stdout and rollingFile appenders
    # (see below for their definitions)
    # The set of possible levels are: DEBUG, INFO, WARN, ERROR and FATAL
    log4j.rootLogger=INFO, stdout, R
    ####### Console appender ######
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    # Pattern to output the caller's file name and line number.
    # The pattern: Date Priority (Filename:Line Number) - Message\n
    log4j.appender.stdout.layout.ConversionPattern=%d %-5p (%F:%L) - %m%n
    #### Second appender writes to a file
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=Error.log
    # Control the maximum log file size
    log4j.appender.R.MaxFileSize=100KB
    # Archive log files (one backup file here)
    log4j.appender.R.MaxBackupIndex=1
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%d %-5p (%F:%L) - %m%n
    Thanks for your replies in advance.

    Please follow the following steps, will work.
    To enable log4j logging to a file on lunar pages do the following:
    1) Create a servlet class that will initialize log4j. Here is
    the code:
    package logging;
    import org.apache.log4j.PropertyConfigurator;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    public class Log4jInit extends HttpServlet {
    public
    void init() {
    String prefix = getServletContext().getRealPath("/");
    String file = getInitParameter("log4j-init-file");
    // if the log4j-init-file is not set, then no point in trying
    if(file != null) {
    PropertyConfigurator.configure(prefix+file);
    public
    void doGet(HttpServletRequest req, HttpServletResponse res) {
    2) In your web.xml file add the following entry:
    <servlet>
    <servlet-name>log4j-init</servlet-name>
    <servlet-class>logging.Log4jInit</servlet-class>
    <init-param>
    <param-name>log4j-init-file</param-name>
    <param-value>WEB-INF/classes/log4j.lcf</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    3) Create a log4j.lcf file located in your WEB-INF/classes directory
    as with the following entries:
    log4j.rootLogger=debug, R
    # yourdirectory below is where your site lives.
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=/home/yourdirectory/public_html/logs/out.log
    log4j.appender.R.MaxFileSize=500KB
    # Keep one backup file
    log4j.appender.R.MaxBackupIndex=1
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%d %-5p [%c] %m%n
    4) Add logging to your class. Here is an example:
    import org.apache.log4j.Logger;
    public class Example {
    static Logger logger = Logger.getLogger(Example.class);
    public void doSomething() {
    logger.debug("testing logging");
    5) make sure you have the log4j-1.2.8.jar file located in your WEB-INF/lib directory.
    That should do it!

  • Log4j problem for backing up the log file

    This is my log4j.properties. it doesn't seem to back up the log file and create a new log file when it reaches to MAX size. can anybody look at it?
    Thanks..
    log4j.rootCategory=debug, stdout, R
    # Print only messages of priority WARN or higher for your category
    log4j.category.your.category.name=WARN
    # Specifically inherit the priority level
    #log4j.category.your.category.name=INHERITED
    #### First appender writes to console
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    # Pattern to output the caller's file name and line number.
    log4j.appender.stdout.layout.ConversionPattern=[%d] [%c] %-5p - %m%n
    #### Second appender writes to a file
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=/opt/mc/logs/AMSWAS.log
    # Control the maximum log file size
    log4j.appender.R.MaxFileSize=200000KB
    log4j.appender.R.MaxBackupIndex=1
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=[%d] [%c] %-5p - %m%n

    Hello again Tom and thanks for your help!
    No, I didn't optimize any media though I've rendered proxies for all media. I have about 14TB of R3D footage on five external harddrives, it's a feature. The proxies and sound files which I copied to the library makes the library file that big. I can't consolidate all media, as far as I know, since I don't have a drive even close to the size of all the R3D footage.
    In terms of copying I have only tried the good old "copy/paste" method. I have never used any of those programs you mentioned. Can those programs be used to copy certain files or will they copy an entire drive?
    Will the automatic back-ups FCPX does every 15 minutes save my timelines if something would go wrong and the library file would dissappear? I don't fully understand how that back-up process works. I could always render new proxies, though it would take time, but re-editing all those timelines is a whole other thing. Important to note here is that I'm used to Premiere Pro and the "old" FCP which is why all of this is so confusing.
    Thank you again!

  • Repeated Pause and Resume Session in Sun MQ Logs

    We are occasionally seeing these below log statements in the Sun MQ log file beineg generated at a very rapid rate. We are running in DEBUG mode (imq.log.level = DEBUG). Any idea what may cause these logs to be generated? I suspect that some JMS client is misbehaving, possibly in a loop, but I dont have any means to identify the JMS client that could have possibly triggered this.
    We are using Sun MQ 4.4U1
    [20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103077744758784][1]redeliver
    [20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103077744758784][0]START_STOP
    [20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103091334772224][2]redeliver
    [20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103091334772224][1]redeliver
    [20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103091334772224][2]redeliver
    [20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103091334772224][1]redeliver
    [20/Sep/2010:09:50:00 EDT] Session: Resuming Session [1438103091334772224][0]START_STOP
    [20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103136476428800][1]START_STOP
    [20/Sep/2010:09:50:00 EDT] Session: Pausing Session [1438103077744758528][1]START_STOP
    Thanks
    Aspi Engineer
    Putnam Investments

    It's possible the client is either doing Session.recover() or rolling back transactions which would incur those debug logging.

  • Sun Studio 12 IDE doesn't allow me to edit the C++ source files...

    I installed Sun Studio 12 on my PC:
    SunOS version 5.10 running on x86
    Java 1.5.0_16
    I created a shared library project but I can't properly edit the source files. I can't scroll up/down or right/left over the source files. I would appreciate very much if somebody could support me with that.
    Thanks and regards,
    Ioan

    Hi Gordon,
    First of all thanks for your prompt answer. Now let's go back to my problem :-) - I tried removing the folder you indicated me but there was no change...:-(. Please find below the log file you asked for:
    Log Session: Saturday, August 30, 2008 3:16:22 PM EEST
    System Info: Product Version = Sun Studio (Build 200704122300)
    Operating System = SunOS version 5.10 running on x86
    Java; VM; Vendor; Home = 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-b02; Sun Microsystems Inc.; /usr/jdk/instances/jdk1.5.0/jre
    System Locale; Encoding = en (sunstudio); ISO646-US
    Home Dir.; Current Dir. = /export/home/ioanp; /export/home/ioanp
    Installation; User Dir. = /opt/netbeans-5.5.1/nb5.5:/opt/netbeans-5.5.1/ide7:/opt/netbeans-5.5.1/harness:/opt/netbeans-5.5.1/cnd1:/opt/SUNWspro/atd1:/opt/SUNWspro/prod:/opt/netbeans-5.5.1/platform6; /export/home/ioanp/.sunstudio/12.0-SunOS-i386
    Boot & Ext. Classpath = /usr/jdk/instances/jdk1.5.0/jre/lib/rt.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/i18n.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/sunrsasign.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/jsse.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/jce.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/charsets.jar:/usr/jdk/instances/jdk1.5.0/jre/classes:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/dnsns.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/localedata.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/sunjce_provider.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/sunpkcs11.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/jhall.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/jmf.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/jmplay.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/mediaplayer.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/multiplayer.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/jai_codec.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/jai_core.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/mlibwrapper_jai.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/clibwrapper_jiio.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/jai_imageio.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/jmfmp3.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/mp3plugin.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/gnome-java-bridge.jar
    Application Classpath = /opt/netbeans-5.5.1/platform6/lib/boot.jar:/opt/netbeans-5.5.1/platform6/lib/org-openide-modules.jar:/opt/netbeans-5.5.1/platform6/lib/org-openide-util.jar:/opt/netbeans-5.5.1/platform6/lib/locale/boot_ja.jar:/opt/netbeans-5.5.1/platform6/lib/locale/boot_pt_BR.jar:/opt/netbeans-5.5.1/platform6/lib/locale/boot_zh_CN.jar:/opt/netbeans-5.5.1/platform6/lib/locale/org-openide-modules_ja.jar:/opt/netbeans-5.5.1/platform6/lib/locale/org-openide-modules_pt_BR.jar:/opt/netbeans-5.5.1/platform6/lib/locale/org-openide-modules_zh_CN.jar:/opt/netbeans-5.5.1/platform6/lib/locale/org-openide-util_ja.jar:/opt/netbeans-5.5.1/platform6/lib/locale/org-openide-util_pt_BR.jar:/opt/netbeans-5.5.1/platform6/lib/locale/org-openide-util_zh_CN.jar:/opt/netbeans-5.5.1/platform6/lib/locale/swing-l10n_pt_BR.jar
    Startup Classpath = /opt/netbeans-5.5.1/platform6/core/core.jar:/opt/netbeans-5.5.1/platform6/core/org-openide-filesystems.jar:/opt/netbeans-5.5.1/platform6/core/locale/core_pt_BR.jar:/opt/netbeans-5.5.1/platform6/core/locale/core_zh_CN.jar:/opt/netbeans-5.5.1/platform6/core/locale/org-openide-filesystems_ja.jar:/opt/netbeans-5.5.1/platform6/core/locale/org-openide-filesystems_pt_BR.jar:/opt/netbeans-5.5.1/platform6/core/locale/org-openide-filesystems_zh_CN.jar:/opt/netbeans-5.5.1/platform6/core/locale/core_ja.jar:/opt/netbeans-5.5.1/nb5.5/core/org-netbeans-upgrader.jar:/opt/netbeans-5.5.1/nb5.5/core/locale/core_nb_ja.jar:/opt/netbeans-5.5.1/nb5.5/core/locale/core_nb_pt_BR.jar:/opt/netbeans-5.5.1/nb5.5/core/locale/core_nb_zh_CN.jar:/opt/netbeans-5.5.1/nb5.5/core/locale/org-netbeans-upgrader_ja.jar:/opt/netbeans-5.5.1/nb5.5/core/locale/org-netbeans-upgrader_pt_BR.jar:/opt/netbeans-5.5.1/nb5.5/core/locale/org-netbeans-upgrader_zh_CN.jar:/opt/netbeans-5.5.1/nb5.5/core/locale/core_nb.jar:/opt/netbeans-5.5.1/ide7/core/org-netbeans-modules-utilities-cli.jar:/opt/SUNWspro/prod/atd1/core/locale/core_sunstudio.jar
    Turning on modules:
         org.openide.util [6.8.31 200704122300]
         org.openide.modules [6.5.31 200704122300]
         org.openide.awt [6.7.31 200704122300]
         org.openide.filesystems [6.4.31 200704122300]
         org.openide.dialogs [6.5.31 200704122300]
         org.openide.nodes [6.7.31 200704122300]
         org.openide.windows [6.5.31 200704122300]
         org.openide.options [6.4.31 200704122300]
         org.openide.text [6.9.32 200704122300]
         org.openide.explorer [6.5.31 1 200704122300]
         org.openide.actions [6.5.31 200704122300]
         org.openide.loaders [5.9.31 200704122300]
         org.netbeans.api.xml/1 [1.13.30 200704122300]
         org.netbeans.spi.navigator/1 [1.2.31 200704122300]
         org.openide.io [1.9.31 200704122300]
         org.netbeans.core.output2/1 [1.7.31.1 1 200704122300]
         org.netbeans.modules.xml.core/2 [1.12.30.4 4 200704122300]
         org.netbeans.bootstrap/1 [2.3.31 200704122300]
         org.netbeans.core.startup/1 [1.5.31 200704122300]
         org.netbeans.swing.plaf [1.5.31 200704122300]
         org.netbeans.core/2 [3.2.31.1 200704122300]
         org.netbeans.libs.xerces/1 [1.8.32 2.8.0 200704122300]
         org.netbeans.modules.xml.tax/2 [1.12.30.4.4 4 200704122300]
         org.openide.execution [1.8.31 200704122300]
         org.netbeans.api.java/1 [1.10.31 200704122300]
         org.netbeans.modules.editor.util/1 [1.8.31 200704122300]
         org.netbeans.modules.editor.mimelookup/1 [1.3.31 200704122300]
         org.netbeans.modules.editor.fold/1 [1.5.31 200704122300]
         org.netbeans.modules.editor.lib/1 [1.9.31.1 1 200704122300]
         org.netbeans.modules.editor.plain.lib/1 [1.3.31 200704122300]
         org.netbeans.modules.queries/1 [1.7.31 200704122300]
         org.openidex.util/3 [3.9.32 200704122300]
         org.netbeans.modules.editor.settings/1 [1.4.31 200704122300]
         org.netbeans.modules.editor/3 [1.26.31.1 200704122300]
         org.netbeans.modules.editor.plain/1 [1.3.31 200704122300]
         org.netbeans.core.ui/1 [1.9.31 200704122300]
         org.netbeans.modules.settings/1 [1.10.51 200704122300]
         org.netbeans.modules.projectapi/1 [1.9.31 200704122300]
         org.netbeans.modules.cnd.api.model/1 [1.1.1 1 070814]
         org.jdesktop.layout/1 [1.3.41 1.0 200704122300]
         org.netbeans.api.progress/1 [1.5.31 200704122300]
         org.netbeans.libs.formlayout/1 [1.2.31 1 200704122300]
         org.netbeans.modules.options.api/0 [1.3.31 200704122300]
         org.netbeans.modules.cnd/1 [1.1.1 1 070814]
         org.netbeans.modules.projectuiapi/1 [1.13.32.5 5 200704122300]
         org.netbeans.modules.project.ant/1 [1.12.31 200704122300]
         org.netbeans.modules.cnd.makeproject/1 [1.1.1 1 070814]
         org.netbeans.modules.cnd.discovery [1.1.1 070814]
         org.netbeans.modules.cnd.modeldiscovery [1.1.1 070814]
         org.netbeans.modules.javahelp/1 [2.8.31 200704122300]
         org.netbeans.modules.diff/1 [1.15.31.42 42 200704122300]
         org.netbeans.modules.editor.errorstripe.api/1 [2.2.31.1 1 200704122300]
         org.netbeans.modules.editor.errorstripe/2 [2.2.31.1.1 1 200704122300]
         org.netbeans.modules.versioning/1 [1.3.31.1 1 200704122300]
         org.netbeans.lib.cvsclient/1 [1.14.31 200704122300]
         org.netbeans.modules.masterfs/1 [1.8.33 200704122300]
         org.netbeans.core.execution/1 [1.9.31 200704122300]
         org.apache.tools.ant.module/3 [3.24.31.1 1 200704122300]
         org.netbeans.libs.jsch/1 [1.4.31 0.1.24 200704122300]
         org.netbeans.modules.versioning.system.cvss/1 [1.7.31.1.42.1 1 200704122300]
         org.netbeans.modules.cnd.modelutil/1 [1.1.1 1 070814]
         org.netbeans.modules.cnd.qnavigator/1 [1.1.1 070814]
         org.netbeans.modules.cnd.antlr [2.7.5 070814]
         org.netbeans.modules.cnd.repository.api/1 [1.1.1 1 070814]
         org.netbeans.modules.cnd.apt [1.1.1 1 070814]
         org.netbeans.modules.cnd.dwarfdump [1.1.1 070814]
         org.netbeans.modules.xml.xam/1 [1.1.30 1 200704122300]
         org.netbeans.modules.favorites/1 [1.11.41 200704122300]
         org.apache.xml.resolver [1.1.30 1.1 200704122300]
         org.netbeans.modules.xml.catalog/2 [1.11.30.4.4 4 200704122300]
         org.netbeans.modules.projectui [1.9.10.5 200704122300]
         org.netbeans.modules.editor.bookmarks/1 [1.3.31 200704122300]
         com.sun.tools.swdev.advtools.actions.api [1.1.1 070730]
         org.netbeans.modules.cnd.folding [1.1.1 1 070814]
         org.netbeans.tasklistapi/1 [1.20.31.7 7 200704122300]
         org.netbeans.modules.tasklist.core/2 [1.37.31.16.7 16 200704122300]
         org.netbeans.modules.suggestions_framework/2 [1.15.31.9.16.7 9 200704122300]
         org.netbeans.modules.tasklist.docscan/2 [1.23.31.9.16.7 200704122300]
         org.netbeans.modules.ant.grammar/1 [1.14.31 200704122300]
         org.netbeans.modules.cnd.dwarfdiscovery [1.1.1 070814]
         org.netbeans.modules.cnd.highlight [1.1.1 070814]
         org.netbeans.lib.terminalemulator [1.3.1 070814]
         com.sun.tools.swdev.sunstudio.update/1 [1.1.1 070730]
         org.netbeans.modules.servletapi/1 [1.10.30 200704122300]
         org.netbeans.modules.editor.completion/1 [1.6.31 200704122300]
         org.netbeans.spi.palette/1 [1.6.10 200704122300]
         org.netbeans.modules.cnd.model.services/1 [1.1.1 1 070814]
         org.netbeans.modules.cnd.completion/1 [1.1.1 1 070814]
         org.netbeans.modules.cnd.gotodeclaration [1.1.1 070814]
         org.netbeans.modules.xml.schema.model/1 [1.1.30 1 200704122300]
         org.netbeans.modules.xml.wsdl.model/1 [1.1.30 1 200704122300]
         org.netbeans.modules.editor.codetemplates/1 [1.2.31 200704122300]
         org.netbeans.modules.cnd.modelimpl/1 [1.1.1 1 070814]
         org.netbeans.modules.css/2 [1.12.30 200704122300]
         org.netbeans.modules.image/1 [1.17.31 200704122300]
         org.netbeans.modules.editor.structure/1 [1.12.30.1 1 200704122300]
         org.netbeans.modules.xml.text/2 [1.12.30.4.4 4 200704122300]
         org.netbeans.modules.xml.retriever/1 [1.0.20 200704122300]
         org.netbeans.modules.cnd.classview/1 [1.1.1 1 070814]
         org.netbeans.modules.cnd.modelui [1.1.1 070814]
         org.netbeans.modules.utilities/1 [1.21.32 200704122300]
         org.netbeans.modules.utilities.project/1 [1.5.33 200704122300]
         org.netbeans.swing.tabcontrol [1.6.31 200704122300]
         org.netbeans.core.windows/2 [2.7.31.1 200704122300]
         org.netbeans.modules.httpserver/2 [2.6.30.42 42 200704122300]
         org.netbeans.modules.xsl/1 [1.12.30.4 200704122300]
         org.openide.src [1.8.31 200704122300]
         org.netbeans.modules.xml.tools/2 [1.12.30.4.4.4 4 200704122300]
         com.sun.tools.swdev.toolscommon [1.16.0.2 ${bm.build.name} ${bm.build.date}]
         com.sun.tools.swdev.sunstudio/1 [1.1.1 070730]
         org.netbeans.spi.viewmodel/2 [1.9.31 200704122300]
         org.netbeans.api.debugger/1 [1.7.33 200704122300]
         org.netbeans.spi.debugger.ui/1 [2.8.33 200704122300]
         com.sun.tools.swdev.advtools.actions.spi [1.1.1 070730]
         com.sun.tools.debugger.dbxgui/3 [3.0.0.2 FCS 2007/08/06]
         org.netbeans.modules.html.editor.lib/1 [1.5.30 200704122300]
         org.netbeans.modules.html.editor/1 [1.5.30 200704122300]
         org.netbeans.modules.properties/1 [1.17.31 200704122300]
         org.netbeans.modules.xml.xdm/1 [1.1.30 1 200704122300]
         org.netbeans.modules.cnd.repository [1.1.1 070814]
         org.netbeans.upgrader [4.5.31 200704122300]
         com.sun.tools.swdev.projectimport/1 [1.1.1 070730]
         org.netbeans.modules.defaults/1 [1.2.31 200704122300]
         org.netbeans.modules.html/1 [1.20.30 200704122300]
         org.netbeans.modules.xml.schema/1 [1.12.30.4 200704122300]
         org.netbeans.modules.editor.settings.storage/1 [1.4.31 200704122300]
         org.netbeans.modules.autoupdate/1 [2.16.31 200704122300]
         org.netbeans.modules.options.editor/1 [1.2.31 200704122300]
         org.netbeans.modules.properties.syntax/1 [1.17.31 200704122300]
         org.netbeans.configuration.api [1.1.1 070814]
         com.sun.tools.swdev.advtools.actions.control [1.1.1 070730]
         org.netbeans.core.ide/1 [1.9.31 200704122300]
         com.sun.forte.st.mpmt/1 [8.2]
         com.sun.tools.swdev.advtools.actions.performanceanalyzeractions/1 [1.1.1 070730]
         org.netbeans.modules.extbrowser/1 [1.10.30 200704122300]
    ConfigurationDescriptorProvider: I/O in EQ is not good idea
    THANKS AGAIN AND REGARDS,
    John

  • Sun Studio 11 do not parse make output and create link to file?

    Hi,
    Running Sun Studio 11 and can only get file links in the output window when I run a make command that uses CC -g (debug option). We have integrated other tools into our make system (flexlint, cppUnit..) and even though we make sure that the syntax is exactly the same as the compiler output and matches regular expression under tools->options->building->make settings->error expression, it doesn't work. Why do you have to debug compile to get sun studio to create a file link in the output window? Doesn't sun studio just parse the text from the make command?
    example of flexlint output for which no link is created:
    "/vobs/project/oss/fm/fm4/fm-fmalib/fmbal/fmaaulib/src/FMA_List.cc", line 440: Error 84: sizeof object is zero or object is undefined'�
    example of make debug output for which we do get a link:
    "/vobs/project/oss/fm/fm4/fm-fmalib/fmbal/SunOS5.10/inc/FMA_alarm_record.hh", line 1310: Warning (Anachronism):Info "static" is not allowed and is being ignored.
    Regards,
    Ola

    I'd second Maxim's suggestion: try NetBeans 5.5 with C/C++ Development Pack. The official release of NetBeans C/C++ Development Pack 5.5 has happened a few days ago. You can download it from
    http://www.netbeans.info/downloads/all.php?b_id=2284
    Some of the changes between the beta3 build and FCS are:
    * Significant performance improvements in the code parser resulting in faster results in the Class View and Code Completion
    * Programs now run in an external terminal (system dependent) by default. This allows better input control
    * Significant performance improvement in the debugging module
    * Significant functionality improvement in the debugging module
    * New project type "C/C++ Project From Existing Code" which simplifies creating a project from existing code
    * Macro support in code completion
    * Hyperlink navigation for macro usages and #include directives
    * Reformat code
    * Code folding
    * Code completion
    All these features will appear in next Sun Studio release, so you can
    consider NetBeans C/C++ Development Pack 5.5 as a preview of new
    Sun Studio IDE.

  • How to save the value in Cedit control into a text file bu using measurement studio c++?

    Im using measurement studio c++ to create a application. How to save a randomly generated value which display in the CNumberEdit Control to a text file? how to do the coding part?

    You can use the CNiFile class to write the value out to a file. For example, create a new Measurement Studio C++ project and follow these steps:
    Add a CNiNumEdit to the dialog.
    Add a member variable for the CNiNumEdit called m_numEdit.
    Add a button to the dialog.
    Double-click the button to add a message handler for the button's BN_CLICKED message.
    Add the following code to the button's BN_CLICKED message handler:
    CNiFile file("C:\\Values.log", CFile::modeCreate | CFile::modeWrite | CFile::typeText);
    file << m_numEdit.Value << endl;
    file.Close();
    Run the application, edit the CNiNumEdit's value, and click the button. The value should be written to the Values.log
    file as specified in the code above.
    Hope this helps.
    - Elton

  • How to find log files in Sun soalries....

    How to find log files in the SUN Solaries Os if there is any.....
    i am new to SUN Solaries Admin Can some one refer me a good book for me on sun solaries
    Thankq

    A reasonable method would be
    cat /etc/syslog.conf
    .. at least it would show you where syslog send its logs.
    .7/M.

  • Oracle Enterprise Manager 11g Database Control log file location

    Any one knows where the log file is for Oracle Enterprise Manager 11g Database Control. I am trying to set up EUS proxy authentication and running into issues when trying to search proxy user in my DB. The search returns no results and I am not sure where to look for. Please not my setup does work for EUS with shared or exclusive schema. I need to use Oracle DB proxy authentication for my application and that would need a setup of EUS with proxy permissions so please advice if you know where the log file is for Oracle Enterprise Manager 11g Database Control or if there is any logging I can turn on to see what search parameters are passed from Oracle Enterprise Manager 11g Database Control to my DB by using DB audit etc.
    Thanks,

    Be patient...wait for report.
    If after some time report does not appear, go to Advisor Central and find it there.
    :p

  • How to delete archive log files from ASM through Grid Control

    Hi
    Anybody suggest me how to delete archive log files from ASM through Grid Control.
    Thanks

    It is important to specify both, the oracle version and os version when posting, so confusions can be avoided.
    In this particular case, since you are referring to asm and grid control you could be talking about either 10gR1, 10gR2 or 11gR1; but I strongly suggest you to avoid us to be guessing. In either case, you sould go to the maintenance tab of the target database and program a scheduled 'delete noprompt obsolete;' procedure. This will purge the information stored at the Flash recovery area, which I assume you have declared inside the ASM.
    ~ Madrid
    http://hrivera99.blogspot.com/

Maybe you are looking for

  • How do we move PKG from One d/b to another d/b?

    Hi All, In general, i will creating all the packages in Dev environment and will send the pkg files to DBA team to deploy in QA environmnet. I would like to know, in general how do we move pkg's from one instance to another instance. Thanks, Anoo..

  • Format exception

    java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.      at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693) <html> <head> <title>Welcome</title> </head> <body> <h1>Welcome</h1> </body> </html>is m

  • Adobe reader unresponsive when my system is connected to internet

    adobe reader is unresponsive when i try to open pdf file and when my system is connected to internet. I am running 11.0.09 version. when i switch off my internet connection the pdf gets responsive and works fine after connecting internet again.

  • Adding Custom Fields to Contract Overview Screen

    Hi, I have added Cost Centre as a custom field to the Contract Header screen; I'd like to know if it is possible to add this field to the Overview screen/tab, as we consider it an important field. The SAP documentation hints that it's only possible t

  • Tolerance Key LD: Blanket purchase order time limit exceeded

    Hi All, Can anybody tell me how the Invoice Block Tolerance Key <b>LD: Blanket purchase order time limit exceeded</b> works. As per my understanding, we need to maintain no days in the Tolreance Key LD , so that it checks for the Contract Validity &