Determining JVM Build

I have searched for this but could not find anything..
I am trying to determine the the build number of the Microsoft JVM in an applet but i get
test.java:6: package com.ms.util does not exist
build=com.ms.util.SystemVersionManager.getVMVersion().getProperty
^
I have the following code (I have excluded the applet part to avoid confusion):
class test
   public static void main(String[] args)
    String build;
    build=com.ms.util.SystemVersionManager.getVMVersion().getProperty("BuildIncrement");
    System.out.println("Using build "+build);
}what am i missing?

package com.ms.util does not existThe ms stands for Microsoft.
If you build a dependency upon these packages your code will not work in the Sun JVMs and hence won't work on any browser where the JVM's been updated (MS don't supply updates to their JVM after some legal kerfuffles a few years ago).

Similar Messages

  • Is fix 6345743  part of current JVM builds

    I am running into issues that are similar as reported in bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6345743
    is there a public build that has a fix for this issue? (it doesn't seem to be part of update 6

    If you don't want to use Mustang beta. You can always add -Dsun.java2d.noddraw=true to your command line before running the application or for every java application, set an Environment variable JAVAOPTIONS to -Dsun.java2d.noddraw=true

  • Determining JVM Version running in Windows

    I need to be able to do get the java version running in windows. The application itself is running in a different JVM (installAnywhere) so System.getProperties("java.version") does NOT work. I essentially need to get the same java version as reported by java -version from a command prompt.
    Thanks for any help. I'm beginning to think it's not possible.

    Thanks guys for the responses.
    I have tried:
    BufferedInputStream bis = new
    BufferedInputStream(Runtime.getRuntime().exec("cmd.exe
    /c java -version").getInputStream());
    bis.available() = 0;
    Doesn't seem to work. Either it doesn't work or I'm
    doing something wrong.
    Message was edited by:
    vandangoBecause you are trying to assign a value to a method:
    bis.available() = 0;
    You can't do that.
    What you may have meant to try was something along the lines of:
    (I have not tested this, so it probably won't work ... I am just demonstrating the concept that you were missing above.)
    import java.io.*;
    class Test {
         public static void main(String[] argv) throws Exception {
              Process p = Runtime.getRuntime().exec("cmd /c java -version");
              BufferedReader br = new BufferedReader(new InputStreamReader(p.getInputStream()));
              String input;
              while( (input = br.readLine()) != null ) {
                   System.out.println(input);
    }

  • Upgrading jvm to 1.4.2_04 of application server 7 update 1

    my application server 7update 1, comes with jvm build 1.4.1_01-b01, and i now i am planning upgrading the jvm to last sun solaris sparc version 1.4.2_04 . Anyone have experience on this? is this change certified?
    thanks in advance
    miguel ares

    May I suggest you rather upgrade to App Server 7 update 3?
    I comes with 1.4.2_03a with many nice performance features/enhancements (I guess that this is what you're looking for).
    See http://docs.sun.com/source/817-5602-10/index.html
    thanks,
    -Alexis

  • Build Number

    Using VB2013, how does one determine the build number?
    Hint: It's not in Microsoft.VisualBasic.Devices.ComputerInfo. Im looking for something like 9879.
    Renee
    "MODERN PROGRAMMING is deficient in elementary ways BECAUSE of problems INTRODUCED by MODERN PROGRAMMING." Me

    Could you just extract the version info resource from something like ntoskrnl.exe?
    The data is in there.  Per the program "STRINGS" (from SysInternals)...
    On Win 8.1:
    C:\TEMP>strings c:\windows\system32\ntoskrnl.exe | FIND "6.3"
    6.3.9600.17415 (winblue_r4.141028-1500)
    6.3.9600.17415
    On Win 10:
    C:\TEMP>strings c:\windows\system32\ntoskrnl.exe | FIND "6.4"
    6.4.9879.2 (fbl_release_currentfr.141107-1950)
    6.4.9879.2
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • No reason to queue build

    Hi,
    We have 2 separate build servers, on each server we've installed 2 build agents. Using the "Tags" option, one agent handles gated checkin builds, the other Continuous Integration builds. So in total we can run 4 builds simultaneously (1 Gated build
    and 1 CI build on each machine).
    Today I was testing a new build template for the CI build and disabled one of the agents that handles CI builds. This allows me to run a build when I want do a test-run without having to wait until other builds are finished. At the time I wanted to do a
    test-run, there were 3 builds running (2 gated checkins and one CI) and one gated checkin was queued.
    First I enabled the CI build agent and then manually queued the build I was about to test. The problem is, this new build gets queued for no reason. After all there is 1 'CI build agent' available (since I just enabled it). It looks like the controller queues
    a build if the number of active+queued builds >= total available build agents. However in my situation there was a build agent available that could run my build. Can someone tell me if this is a bug in the TFS build controller?
    Thanks!

    Hi,
    I am sorry that I still can't better understand your issue. What do you mean by "new build gets queued for no reason"? When you queue one build, do you specify the test agent via tag? What is the your expected
    result and what is the actual result you got?
    When you queue builds in the TFS build system, all builds are put in the queue. The build controller will determine which build agent is free then assign that build to the free one. But if you already specify the build to be queued on one specific build
    agent, builds should not be run on other agents.
    Thanks.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    Hi, as I explained in my post on May the 1st the new build is not queued by me on a specific build agent. I queue a build that can only run on a CI build agent (a build agent with the 'CI' tag). As I stated in the initial question, I first enable an agent
    that has this 'CI' tag and then queue a CI build.
    So the situation at the beginning:
    Agent 1 (Gated): Running Gated checkin build task
    Agent 2 (Gated): Running Gated checkin build task
    Agent 3 (CI): Running CI build task
    Agent 4 (CI): [Disabled]
    Queue: 1x Gated checkin build task
    Next I enable Agent 4, it stays idle since the queue only contains a Gated build task and the agent can only run CI builds.
    Now I queue a new CI build, which should be picked up by agent 4 since it's idle and enabled. However that does not seem to happen. It gets queued.

  • Error in Central Instance installation ERP 2005 Distributed System

    Hi All,
    I am currently trying to install Central Instance for ABAP Distributed system  on AIX.
    During the installation I encounter this error message:
    WARNING 2006-09-20 14:22:39
    Could not determine a valid JAVA_HOME directory from the environment.
    INFO 2006-09-20 14:22:39
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/DISTRIBUTED/AS-ABAP/CI/FormalPasswordCheck.log.
    ERROR 2006-09-20 14:22:39
    FSL-04008  Unable to access application bin/java. A file or directory in the path name does not exist.
    Before the installation SAPINST_JRE_HOME and JAVA_HOME variables were set to /usr/java14.
    Please help.
    Thanks,
    Chie

    Hi Chie,
    definately wrong
    the output should be similar to this one:
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142sr1aifx-20051020 (SAP 142SR1a + 88494 + 84428 + 83602 + 89528 + 90372 + 88233 + 66827 + 92741 + 95636 + 96556 + 96581) (JIT enabled: jitc))
    note the "64 bit" and "SAP" in there...
    You can download it here:
    https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=javasap
    Regards,
    Pascal
    PS: please give points for helpful answers

  • High cpu usage for garbage collection (uptime vs total gc time)

    Hi Team,
    We have a very high cpu usage issue in the production.
    When we restart the server, the cpu idle time would be around 95% and it comes down as days goes by. Today idle cpu is 30% and it is just 6th day after the server restart.
    Environemnt details:
    Jrockit version:
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 (build ari-38120-20041118-1131-linux-ia32, Native Threads, GC strategy: parallel)
    Gc Algorithm: JRockit Garbage Collection System currently running strategy: Single generational, parallel mark, parallel sweep
    Number Of Processors: 4
    Max Heap Size: 1073741824
    Total Garbage Collection Time: 21:43:56.5
    Uptime: 114:33:4.1
    Total Garbage Collection Count: 420872
    Total Number Of Threads: 198
    Number Of Daemon Threads: 191
    Can you guys please tell me what would be problem in the server which causing the high cpu usage?
    One more thing I would like to know is that why the total number of threads is 198 when we specified the Executor pool size as 25? I agree that weblogic would create some threads for its maintenance but around 160 threads!!! something is wrong I guess.
    Santhosh.
    [email protected]

    Hi,
    I'm having a similar problem, but haven't been able to resolve it yet. Troubleshooting is made even harder by the fact that this is only happening on our production server, and I've been unable to reproduce it in the lab.
    I'll post whatever findings I have and hopefully we'll be able to find a solution with the help of BEA engineers.
    In my case, I have a stand-alone Tomcat server that runs fine for about 1-2 days, and then the JVM suddenly starts using more CPU, and as a result, the server load shoots up (normal CPU utilization is ~5% but eventually goes up to ~95%; load goes from 0.1 to 4+).
    What I have found so far is that this corresponds to increased GC activity.
    Let me list my environment specs before I proceed, though:
    CPU: Dual Xeon 3.06GHz
    RAM: 2GB
    OS: RHEL4.4 (2.6.9-42.0.2.ELsmp)
    JVM build 1.5.0_03-b07 (BEA JRockit(R) (build dra-45238-20050523-2008-linux-ia32, R25.2.0-28))
    Tomcat version 5.5.12
    JAVA_OPTS="-Xms768m -Xmx768m -XXtlasize16k -XXlargeobjectlimit16k -Xverbose:memory,cpuinfo -Xverboselog:/var/log/tomcat5/jvm.log -Xverbosetimestamp"
    Here are excerpts from my verbose log (I'm getting some HT warning, not sure if that's a problem):
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Detected SMP with 2 CPUs that support HT.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to determine if HT is enabled.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] HT is: supported by the CPU, not enabled by the OS, enabled in JRockit.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: HT enabled even though OS does not seem to support it.
    [Fri Oct 20 15:54:55 2006][22855][memory ] GC strategy: System optimized over throughput (initial strategy singleparpar)
    [Fri Oct 20 15:54:55 2006][22855][memory ] heap size: 786432K, maximal heap size: 786432K
    [Fri Oct 20 16:07:30 2006][22855][memory ] Changing GC strategy to generational, parallel mark and parallel sweep
    [Fri Oct 20 16:07:30 2006][22855][memory ] 791.642-791.874: GC 786432K->266892K (786432K), 232.000 ms
    [Fri Oct 20 16:08:02 2006][22855][memory ] 824.122: nursery GC 291998K->274164K (786432K), 175.873 ms
    [Fri Oct 20 16:09:51 2006][22855][memory ] 932.526: nursery GC 299321K->281775K (786432K), 110.879 ms
    [Fri Oct 20 16:10:24 2006][22855][memory ] 965.844: nursery GC 308151K->292222K (786432K), 174.609 ms
    [Fri Oct 20 16:11:54 2006][22855][memory ] 1056.368: nursery GC 314718K->300068K (786432K), 66.032 ms
    [Sat Oct 21 23:21:09 2006][22855][memory ] 113210.427: nursery GC 734274K->676137K (786432K), 188.985 ms
    [Sat Oct 21 23:30:41 2006][22855][memory ] 113783.140: nursery GC 766601K->708592K (786432K), 96.007 ms
    [Sat Oct 21 23:36:15 2006][22855][memory ] 114116.332-114116.576: GC 756832K->86835K (786432K), 243.333 ms
    [Sat Oct 21 23:48:20 2006][22855][memory ] 114841.653: nursery GC 182299K->122396K (786432K), 175.252 ms
    [Sat Oct 21 23:48:52 2006][22855][memory ] 114873.851: nursery GC 195060K->130483K (786432K), 142.122 ms
    [Sun Oct 22 00:01:31 2006][22855][memory ] 115632.706: nursery GC 224096K->166618K (786432K), 327.264 ms
    [Sun Oct 22 00:16:37 2006][22855][memory ] 116539.368: nursery GC 246564K->186328K (786432K), 173.888 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117122.577: nursery GC 279056K->221543K (786432K), 170.367 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117123.041: nursery GC 290439K->225833K (786432K), 69.170 ms
    [Sun Oct 22 00:29:10 2006][22855][memory ] 117291.795: nursery GC 298947K->238083K (786432K), 207.200 ms
    [Sun Oct 22 00:39:05 2006][22855][memory ] 117886.478: nursery GC 326956K->263441K (786432K), 87.009 ms
    [Sun Oct 22 00:55:22 2006][22855][memory ] 118863.947: nursery GC 357229K->298971K (786432K), 246.643 ms
    [Sun Oct 22 01:08:17 2006][22855][memory ] 119638.750: nursery GC 381744K->322332K (786432K), 147.996 ms
    [Sun Oct 22 01:11:22 2006][22855][memory ] 119824.249: nursery GC 398678K->336478K (786432K), 93.046 ms
    [Sun Oct 22 01:21:35 2006][22855][memory ] 120436.740: nursery GC 409150K->345186K (786432K), 81.304 ms
    [Sun Oct 22 01:21:38 2006][22855][memory ] 120439.582: nursery GC 409986K->345832K (786432K), 153.534 ms
    [Sun Oct 22 01:21:42 2006][22855][memory ] 120443.544: nursery GC 410632K->346473K (786432K), 121.371 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.508: nursery GC 411273K->347591K (786432K), 60.688 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.623: nursery GC 412391K->347785K (786432K), 68.935 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.576: nursery GC 412585K->348897K (786432K), 152.333 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.783: nursery GC 413697K->349080K (786432K), 70.456 ms
    [Sun Oct 22 01:34:16 2006][22855][memory ] 121197.612: nursery GC 437378K->383392K (786432K), 165.771 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.496: nursery GC 469709K->409076K (786432K), 78.257 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.730: nursery GC 502490K->437713K (786432K), 65.747 ms
    [Sun Oct 22 01:44:03 2006][22855][memory ] 121785.259: nursery GC 536605K->478156K (786432K), 132.293 ms
    [Sun Oct 22 01:44:04 2006][22855][memory ] 121785.603: nursery GC 568408K->503635K (786432K), 71.751 ms
    [Sun Oct 22 01:50:39 2006][22855][memory ] 122180.985: nursery GC 591332K->530811K (786432K), 131.831 ms
    [Sun Oct 22 02:13:52 2006][22855][memory ] 123573.719: nursery GC 655566K->595257K (786432K), 117.311 ms
    [Sun Oct 22 02:36:04 2006][22855][memory ] 124905.507: nursery GC 688896K->632129K (786432K), 346.990 ms
    [Sun Oct 22 02:50:24 2006][22855][memory ] 125765.715-125765.904: GC 786032K->143954K (786432K), 189.000 ms
    [Sun Oct 22 02:50:26 2006][22855][memory ] 125767.535-125767.761: GC 723232K->70948K (786432K), 225.000 ms
    vvvvv
    [Sun Oct 22 02:50:27 2006][22855][memory ] 125768.751-125768.817: GC 712032K->71390K (786432K), 64.919 ms
    [Sun Oct 22 02:50:28 2006][22855][memory ] 125769.516-125769.698: GC 711632K->61175K (786432K), 182.000 ms
    [Sun Oct 22 02:50:29 2006][22855][memory ] 125770.753-125770.880: GC 709632K->81558K (786432K), 126.000 ms
    [Sun Oct 22 02:50:30 2006][22855][memory ] 125771.699-125771.878: GC 708432K->61368K (786432K), 179.000 ms
    So, I'm running with the default GC strategy which lets the GC pick the most suitable approach (single space or generational). It seems to switch to generational almost immediately and runs well - most GC runs are in the nursery, and only once in a while it goes through the older space.
    Now, if you look at [Sun Oct 22 02:50:27 2006], that's when everything changes. GC starts running every second (later on it's running 3 times a second) doing huge sweeps. It never goes through the nursery again, although the strategy is still generational.
    It's all downhill from this point on, and it's a matter of hours (maybe a day) before we restart the server.
    I guess my only question is: What would cause such GC behavior?
    I would appreciate your ideas/comments!
    Thanks,
    Tenyo

  • J2ee engine does not start up after system copy

    Dear All,
    I have done a system copy of BW3.5 (NW04). I installed the BW.3.5 and then replaced the data and control files.
    This has ABAP + java.
    Now after system copy when i am starting the server, the J2ee instance doesnt start up.
    ABAP is running and DB is up too.
    I am getting the following error in log_bootstrap file:-
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (ID1125100) in the database! Check
    database consistency or local Bootstrap properties!
            at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:81)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    [Aug 26, 2008 2:00:26 PM ] [Bootstrap module]> Problem occured while performing synchronization.
    [Aug 26, 2008 2:00:42 PM ] -
    [Aug 26, 2008 2:00:42 PM ] Bootstrap MODE:
    [Aug 26, 2008 2:00:42 PM ] <INSTANCE GLOBALS>
    [Aug 26, 2008 2:00:42 PM ]  determined by parameter [ID0011251].
    [Aug 26, 2008 2:00:42 PM ] -
    [Aug 26, 2008 2:00:46 PM ] Exception occured:
    com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/di
    spatcher/ID1125100" does not exist.
            at com.sap.engine.core.configuration.impl.ConfigurationDataCacheAllImpl.getSubConfiguration(Configura
    tionDataCacheAllImpl.java:107)
            at com.sap.engine.core.configuration.impl.ReadAccessConfiguration.getSubConfiguration(ReadAccessConfi
    guration.java:715)
            at com.sap.engine.bootstrap.Synchronizer.getConfiguration(Synchronizer.java:365)
            at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:78)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    What could the problem?. Do I need to do some other settings for system copy of JVA instance?
    Kindly help
    Thanks
    Tajinder

    Hi,
    I already checked that note. It did not help.
    I am pasting mine dev_jcontrol file:--
    trc file: "/usr/sap/BD1/DVEBMGS00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 868524
    system name : BD1
    system nr.  : 00
    started at  : Tue Aug 26 16:27:10 2008
    arguments   :
        arg[00] : jcontrol
        arg[01] : pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
        arg[02] : -DSAPSTART=1
        arg[03] : -DCONNECT_PORT=64380
        arg[04] : -DLISTEN_PORT=64381
        arg[05] : -DSAPSYSTEM=00
        arg[06] : -DSAPSYSTEMNAME=BD1
        arg[07] : -DSAPMYNAME=BWQAS_BD1_00
        arg[08] : -DSAPPROFILE=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
        arg[09] : -DFRFC_FALLBACK=ON
        arg[10] : -DFRFC_FALLBACK_HOST=localhost
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.proper
    ties:/usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties]
    -> ms host    : BWQAS
    -> ms port    : 3601
    -> OS libs    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : BWQAS
    -> ms port    : 3601
    -> os libs    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID1125100  : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID1125150  : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID1125100            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [01] ID1125150            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [02] sdm                  : /usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties
    [Thr 01] Tue Aug 26 16:27:10 2008
    [Thr 01] SigISetDefaultAction : default handling for signal 20
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 258] JControlDPMessageFunc: Thread 258 started as handler thread for R/3 dispatcher messages.
    [Thr 01] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) -
    using -Xmx512m [jstartxx_mt. 2282]
    [Thr 01] [Node: bootstrap] java home is set by profile parameter
            Java Home: /usr/java14_64
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : /usr/java14_64
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20060421 (SR5) (JIT enabl
    ed: jitc)
    -> java vm vendor  : Classic VM (IBM Corporation)
    -> java vm type    : <default>
    -> java vm cpu     : ppc64
    -> heap size       : 512M
    -> root path       : /usr/sap/BD1/DVEBMGS00/j2ee/cluster
    -> class path      : ./bootstrap/launcher.jar
    -> OS libs path    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0011251
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jlaunch
    -> arg[00] = /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jlaunch
    -> arg[01] = pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[02] = -DSAPINFO=BD1_00_bootstrap
    -> arg[03] = -file=/usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=12582961
    -> arg[07] = -jvmOutFile=/usr/sap/BD1/DVEBMGS00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/BD1/DVEBMGS00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BD1/DVEBMGS00/work/dev_bootstrap
    -> arg[08] = -stdOutFile=/usr/sap/BD1/DVEBMGS00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BD1/DVEBMGS00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=64382
    -> arg[14] = -DLISTEN_PORT=64381
    -> arg[15] = -DSAPSYSTEM=00
    -> arg[16] = -DSAPSYSTEMNAME=BD1
    -> arg[17] = -DSAPMYNAME=BWQAS_BD1_00
    -> arg[18] = -DSAPPROFILE=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[19] = -DFRFC_FALLBACK=ON
    -> arg[20] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/B
    D1/DVEBMGS00/j2ee/os_libs:/usr/sap/BD1/SYS/exe/run:/usr/sap/BD1/SYS/exe/runU:/usr/lib:/usr/sap/BD1/DVEBMGS00/
    j2ee/os_libs:/usr/sap/BD1/DVEBMGS00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/BD1/SYS/exe/run:/usr/sap/BD1/SYS/exe/
    runU
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BD1/DVEBMGS00/j2ee/os_libs:/oracle/BD1/920_64/bin:/usr/java14_
    64/bin:/home/bd1adm:/usr/sap/BD1/SYS/exe/runU:/usr/sap/BD1/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home
    /bd1adm/bin:/usr/bin/X11:/sbin:.
    [Thr 01] JStartupICreateProcess: fork process (pid 893002)
    [Thr 01] Tue Aug 26 16:27:18 2008
    [Thr 01] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx_mt. 1433]
    [Thr 01] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 01] JControlCloseProgram: started (exitcode = 66)
    [Thr 01] JControlCloseProgram: good bye... (exitcode=66)
    DO i have to change the some settingdsin any file for java instance after system copy.
    Thanks
    Tajinder

  • Latest IBM JDK version supported by SAP

    Hi there, we are having some Java performance issues in our landscape and the recommendation from SAP is to install the latest IBM JDK release supported by SAP, can you help me determine what the latest release is and where I can find the download?
    Thanks

    Hey James,
      The best thing to do is to check the Product Availability Matrix (PAM) for your release on service marketplace.
    http://service.sap.com/pam
    We're on Netweaver7 with EhP1 and the PAM suggestst the latest server-side JDK supported for us is 1.4.2. Here's the results or "java -version" on an ECC6.0 server in our landscape:
    root@#######:/>java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20080122 (SR10) (JIT enabled: jitc))
    Hope this helps.
    -Kevin

  • Installation Of Solman 7.1 aix Oracle failed with Java Error

    Dear All,
    We are doing SOLMAN Installation 7.1 SR1 AIX Oracle.
    Now the installation stopped at the 19th phase "IMport ABAP"as in the attached screenshot.
    OS : AIX 6100-07-02-1150
    Database:  Oracle 11.2.0.3
    Java Version currently maintained:  java version "1.4.2"
    When i checked in log File  import_monitor.java.log  (  /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS) ,
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] cat import_monitor.java.log
    java version "1.6.0_45"
    Java(TM) SE Runtime Environment (build 6.1.051)
    SAP Java Server VM (build 6.1.051 23.5-b02, May 30 2013 05:04:21 - 61_REL - optU - aix ppc64 - 6 - bas2:197575 (mixed mode))
    Required system resources are missing or not available:
      Import directory '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP2' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP3' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP4' does not exist.
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS]
    Also i checked all the above import Directories [
    '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1'
    '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP2'
    '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP3'
    '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP4'
    ] and all the above import directories are present in my system.
    Later from the above log, i compared the Java Version of our System
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20110630 (SR13 FP10) (JIT enabled: jitc))
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] which java
    /usr/java14_64/jre/bin/java
    Kindly clarify the below Queries.
    1)Is the above Solman installation error was due to Java version? If so, do we need to install   java version "1.6.0_45" in Solman Server to proceed with the installation.
    2)Cant we proceed the Solman installation with the current Java version (java version "1.4.2") of our System .
    3) What is the actual Prerequistes to be maintained for JAVA.  I have downloaded the Installtion guide from SMP.
    but in the installation guide, The exact java version to be maintained to proceed with the Solman Installation 7.1 SR1 is not mentioned anywhere.
    4)If we install the Java 1.6, do we need to start Solman installation from the scratch . Any reboot required after installing java 1.6?
    5)Because of the inconsistencies in java version in our System, The installation shows the Error " Import directory does not exist  "?
    6)Please tel the cause of the Error
    Kindly assist to proceed with the installation
    Regards,
    Gayathri.K

    Hello Gayathri
    The import_monitor.java.log says the JRE used is 1.6 - java version "1.6.0_45"
    There must be multiple JRE's installed on the system.
    Run the below command and check the output
    ls -lad /usr/java*
    Few things I would try.
    Is the '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1' an NFS mount ? If yes use a local file system.
    Create a directory called /SMINSTALL and move all from /cddumps/Solman_Export_Cds
    It should look like /SMINSTALL/51042607_1/DATA_UNITS/EXP1
    Start the installation.
    Try to use Java 1.4 or 1.5 and see if that helps.
    You need to set the environment variable JAVA_HOME before starting the installation.
    export JAVA_HOME=/usr/java14_64/jre
    Are there any files/directories under 51042607_*/DATA_UNITS/EXP* ?
    Regards
    RB

  • The SAP Instance JC00 fails to start on aIX box

    Hi,
    I am installing SAP Netweaver on AIX box.
    The instalaltion process fails at the phase 33 of 34
    the SAP Instance JC00 fails to start
    if i chek the error fiel
    Trace of system startup/check of SAP System DON on Tue Dec 26 16:00:51 CST 2006
    Called command: /usr/sap/DON/SYS/exe/run/startsap
    Starting SAP Instance JC00
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2006/12/26 16:00:51
    Startup Profile: "/usr/sap/DON/SYS/profile/START_JC00_pun-lpar-idm03"
    (655470) SETENV LD_LIBRARY_PATH=/usr/sap/DON/JC00/j2ee/os_libs:
    Setup Environment Variables
    (655470) SETENV SHLIB_PATH=/usr/sap/DON/JC00/j2ee/os_libs:
    (655470) SETENV LIBPATH=/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    Execute Pre-Startup Commands
    (655470) Local: rm -f jc.sapDON_JC00
    (655470) Local: ln -s -f /usr/sap/DON/JC00/j2ee/os_libs/jcontrol jc.sapDON_JC00
    Starting Programs
    (651450) Starting: local jc.sapDON_JC00 pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    (655470) Waiting for Child Processes to terminate.
    (655470) **** 2006/12/26 16:00:56 Child 651450 terminated with Status 255 . ****
    (655470) **** No more Child Processes to wait for.
    (655470) Parent Shutdown at 2006/12/26 16:00:56
    Execute Post-Shutdown Commands
    (655470) Exiting with Return-Code 3. (No more child processes)
    Startup of Instance failed
    What can be the problem here
    Regards
    Manoj

    Hi Siddesh,
    Thanks for the response
    The trace is form the file dev_jcontrol located in "/usr/sap/DON/JC00/work" directory
    "dev_jcontrol" 111 lines, 5297 characters
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] sdm                  : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    [Thr  1] Tue Dec 26 19:12:38 2006
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr  1] [Node: bootstrap] java home is set by profile parameter
            Java Home: /usr/java14_64
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : /usr/java14_64
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20060209 (SR4-1) (JIT enabled: jitc)
    -> java vm vendor  : Classic VM (IBM Corporation)
    -> java vm type    : <default>
    -> java vm cpu     : ppc64
    -> heap size       : 128M
    -> root path       : /usr/sap/DON/JC00/j2ee/cluster
    -> class path      : ./bootstrap/launcher.jar
    -> OS libs path    : /usr/sap/DON/JC00/j2ee/os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : /usr/sap/DON/JC00/j2ee/os_libs/jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0035316
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
    -> arg[00] = /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
    -> arg[01] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> arg[02] = -DSAPINFO=DON_00_bootstrap
    -> arg[03] = -file=/usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=9437188
    -> arg[07] = -jvmOutFile=/usr/sap/DON/JC00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/DON/JC00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/DON/JC00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee/os_libs:/u
    sr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr/sap/DON/JC
    00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/DON/JC00/j2ee/os_libs:/oracle/DON/102_64/bin:/usr/java14_64/bin:/home/donadm:/usr/sap
    /DON/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/donadm/bin:/usr/bin/X11:/sbin:.
    [Thr  1] JStartupICreateProcess: fork process (pid 274544)
    [Thr  1] Tue Dec 26 19:12:55 2006
    [Thr  1] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx_mt. 1433]
    [Thr  1] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr  1] JControlCloseProgram: started (exitcode = -1)
    [Thr  1] JControlCloseProgram: good bye... (exitcode=-1)
    :q
    pun-lpar-idm03:donadm 68> ls -lt
    total 128
    -rw-rr   1 donadm   sapsys          329 Dec 26 19:12 INSTSTAT
    -rw-rr   1 donadm   sapsys         1323 Dec 26 19:12 sapstart.log
    -rw-rr   1 donadm   sapsys         5297 Dec 26 19:12 dev_jcontrol
    -rw-rr   1 donadm   sapsys         7556 Dec 26 19:12 dev_bootstrap
    -rw-rr   1 donadm   sapsys          615 Dec 26 19:12 std_bootstrap.out
    -rw-rr   1 donadm   sapsys          158 Dec 26 19:12 sapstart0.trc
    -rw-rr   1 donadm   sapsys          158 Dec 26 19:12 stderr0
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:12 stdout0
    -rw-rr   1 donadm   sapsys          240 Dec 26 19:12 dev_sapstart
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:12 dev_tp
    lrwxrwxrwx   1 donadm   sapsys           39 Dec 26 19:12 jc.sapDON_JC00 -> /usr/sap/DON/JC00/j2ee/os_libs/jcontrol
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:11 dev_tp.old
    -rw-rr   1 donadm   sapsys         5519 Dec 26 17:32 dev_jcontrol.old
    -rw-rr   1 donadm   sapsys         7568 Dec 26 17:32 dev_bootstrap.old
    -rw-rr   1 donadm   sapsys         1045 Dec 26 17:32 dev_jcmon
    -rw-rr   1 donadm   sapsys         1045 Dec 26 17:32 dev_jcmon.old
    pun-lpar-idm03:donadm 69> vi dev_bootstrap
    "dev_bootstrap" 176 lines, 7556 characters
    trc file: "/usr/sap/DON/JC00/work/dev_bootstrap", trc level: 1, release: "640"
    node name   : bootstrap
    pid         : 274544
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
        arg[02] : -DSAPINFO=DON_00_bootstrap
        arg[03] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [bootstrap]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djco.jarm=1
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -Dsys.global.dir=/sapmnt/DON/global
    -> arg[  5]: -Dapplication.home=/usr/sap/DON/JC00/j2ee/os_libs
    -> arg[  6]: -Djava.class.path=/usr/sap/DON/JC00/j2ee/os_libs/jstartup.jar:./bootstrap/launcher.jar
    -> arg[  7]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee
    /os_libs:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr
    /sap/DON/JC00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> arg[  8]: -Dmemory.manager=128M
    -> arg[  9]: -Xmx128M
    -> arg[ 10]: -DLoadBalanceRestricted=no
    -> arg[ 11]: -Djstartup.mode=BOOTSTRAP
    -> arg[ 12]: -Djstartup.ownProcessId=274544
    -> arg[ 13]: -Djstartup.ownHardwareId=F0052428966
    -> arg[ 14]: -Djstartup.whoami=bootstrap
    -> arg[ 15]: -Djstartup.debuggable=yes
    -> arg[ 16]: -DSAPINFO=DON_00_bootstrap
    -> arg[ 17]: -DSAPSTARTUP=1
    -> arg[ 18]: -DSAPSYSTEM=00
    -> arg[ 19]: -DSAPSYSTEMNAME=DON
    -> arg[ 20]: -DSAPMYNAME=pun-lpar-idm03_DON_00
    -> arg[ 21]: -DSAPDBHOST=
    -> arg[ 22]: -Dj2ee.dbhost=pun-lpar-idm03
    Signal 6 encountered.
    => 64 bit R/3 Kernel
    => 64 bit AIX Kernel
    => Heap limit      = unlimited
    => Stack limit     = unlimited
    => Core limit      = unlimited
    => File size limit = unlimited
    => Heap address  = 0x0x111179f20
    => Stack address = 0x111151b00
    => Stack low     =  0x11114f200
    => Stack high    =  0xffffffffffff470
    => Stack Trace:
            pthread_kill() at 0x90000000040d2b4
            praise() at 0x90000000040ccec
            raise() at 0x900000000049c50
            abort() at 0x900000000073eb0
            GetPropertiesMD() at 0x900000004267774
            ciCreateJVM() at 0x9000000042ff824
            JNI_CreateJavaVM() at 0x90000000429329c
            JHVM_LoadJavaVM() at 0x1000918d4
            JLaunchIStartFunc() at 0x10008bb14
            pthreadbody() at 0x9000000003f92d8
    !!! Invalid stack address encountered: 0x0
    !!! Stack corrupted.
    => CPU Registers:
         msr = 0xa00000000000d032     iar = 0x090000000040d2b4
         ctr = 0xffffffff00418400      lr = 0xffffffffffffffff
         xer = 0x00000000ffffffff      cr = 0x0000000000000000
         r00 = 0xffffffffffffffff     r01 = 0x0000000111151b00
         r02 = 0xffffffffffffffff     r03 = 0x0000000000000000
         r04 = 0xffffffffffffffff     r05 = 0xffffffffffffffff
         r06 = 0xffffffffffffffff     r07 = 0xffffffffffffffff
         r08 = 0xffffffffffffffff     r09 = 0xffffffffffffffff
         r10 = 0xffffffffffffffff     r11 = 0xffffffffffffffff
         r12 = 0xffffffffffffffff     r13 = 0x0000000111153994
         r14 = 0x0000000000000000     r15 = 0x0000000000000000
         r16 = 0x0000000000000000     r17 = 0x0000000000000000
         r18 = 0x0000000000000000     r19 = 0x0000000000000000
         r20 = 0x0000000000000000     r21 = 0x0000000000000000
         r22 = 0x0000000000000000     r23 = 0x0000000000000000
         r24 = 0x0000000000000000     r25 = 0x0000000000000000
         r26 = 0x0000000000000000     r27 = 0x09001000a1c9ea40
         r28 = 0x0000000111153994     r29 = 0x0000000000000006
         r30 = 0x0000000000000304     r31 = 0x0000000000000006
    [Thr 772] ***LOG Q0E=> SigIGenAction, signal ( 6) [sigux_mt.c   836]
    :q
    pun-lpar-idm03:donadm 70> /usr/sbin/lsattr -E -l sys0 -a realmem
    realmem 1048576 Amount of usable physical memory in Kbytes False
    pun-lpar-idm03:donadm 71>
    pun-lpar-idm03:donadm 71>
    pun-lpar-idm03:donadm 71> pwd
    /usr/sap/DON/JC00/work
    pun-lpar-idm03:donadm 72> ls
    INSTSTAT           dev_jcmon          dev_jcontrol.old   dev_tp.old         sapstart0.trc      stdout0
    dev_bootstrap      dev_jcmon.old      dev_sapstart       jc.sapDON_JC00     std_bootstrap.out
    dev_bootstrap.old  dev_jcontrol       dev_tp             sapstart.log       stderr0
    pun-lpar-idm03:donadm 73> vi dev_jcontrol
    "dev_jcontrol" 111 lines, 5297 characters
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=9437188
    -> arg[07] = -jvmOutFile=/usr/sap/DON/JC00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/DON/JC00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/DON/JC00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee/os_libs:/u
    sr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr/sap/DON/JC
    00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/DON/JC00/j2ee/os_libs:/oracle/DON/102_64/bin:/usr/java14_64/bin:/home/donadm:/usr/sap
    /DON/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/donadm/bin:/usr/bin/X11:/sbin:.
    [Thr  1] JStartupICreateProcess: fork process (pid 274544)
    [Thr  1] Tue Dec 26 19:12:55 2006
    [Thr  1] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx_mt. 1433]
    [Thr  1] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr  1] JControlCloseProgram: started (exitcode = -1)
    [Thr  1] JControlCloseProgram: good bye... (exitcode=-1)

  • Unable to configure reporting services on Web(sharepoint) server where DB(SQL )server is insatlled on another machine.

    Hi Team,
    We have reporting services and sharepoint 2010 installed on one server and DB(Sql server2008 R2 )server installed on another machine. But we are unable to configure reporting(SSRS) on the web(sharepoint)server. Is there any similar configuration
    done on any of your environments and can you please suggest us the workround/resolution.
    Regards,
    Sobha Muyida

    Hi ,
    Iam unable to insert the image/error screenshot here as I have created the account yesterday which throws me email verification error. Though , I have given the error details above. Please suggest accordingly. PFB the details again :
    while building OLAP cube, we are facing below errors with build failure. And DB server is running fine.
    ===== Initiating OLAP database build process =====
    [6/10/2014 12:03 PM] Cube build request message has been added to the Project Server queue
    ===== Verifying and running pre-build server event handler =====
    [6/10/2014 12:04 PM] Verifying and running pre-build server event handler
    ===== Determining database and OLAP database structure =====
    [6/10/2014 12:04 PM] Cube build initialization started
    [6/10/2014 12:04 PM] OLAP database and cube structure was determined successfully
    ===== Building database and cubes =====
    [6/10/2014 12:04 PM] Cube build session started
    ===== Process Completed =====
    [6/10/2014 12:04 PM] Failed to build the OLAP cubes. Error: Failed to connect to the Analysis Services server ServerName. Error: A connection cannot be made. Ensure that the server is running.
    Regards,
    Sobha

  • Java core dump on AIX5.2 / J2RE 1.4.1

    I'm running a program on AIX 5.2.0.0
    which fails after two minuts whith a Java core file....
    This is the content of this file ; does anyone know how to read this ??
    NULL ------------------------------------------------------------------------
    0SECTION TITLE subcomponent dump routine
    NULL ===============================
    1TISIGINFO signal 11 received
    1TIDATETIME Date: 2006/02/09 at 14:50:15
    1TIFILENAME Javacore filename: /app/qualiac/FISTST/exp/gti/bin/javacore1196264.1139493015.txt
    NULL ------------------------------------------------------------------------
    0SECTION XHPI subcomponent dump routine
    NULL ==============================
    1XHTIME Thu Feb 9 14:50:15 2006
    1XHSIGRECV SIGSEGV received at 0x34003600370033 in <unknown>. Processing terminated.
    1XHFULLVERSION J2RE 1.4.1 IBM AIX 5L for PowerPC (64 bit JVM) build caix64141-20030522
    NULL
    1XHCURRENTTHD Current Thread Details
    NULL ----------------------
    2XHCURRSYSTHD "main" sys_thread_t:0x110015B68
    3XHNATIVESTACK Native Stack
    NULL ------------
    3XHSTACKLINE at 0x90000000365502C in DumpThreadDetails
    3XHSTACKLINE at 0x900000003654EC8 in Diagnostics
    3XHSTACKLINE at 0x900000003504050 in dgGenerateJavacore
    3XHSTACKLINE at 0x900000003502BD4 in dgDumpHandler
    3XHSTACKLINE at 0x9000000035C3B78 in panicSignalHandler
    3XHSTACKLINE at 0x900000003669BB0 in unwindSignalCatchFrame
    3XHSTACKLINE at 0x90000000366A178 in sysSignalCatchHandler
    3XHSTACKLINE at 0x900000003668D90 in userSignalHandler
    3XHSTACKLINE at 0x900000003668E18 in intrDispatch
    3XHSTACKLINE at 0x9000000036696D8 in intrDispatchMD
    NULL
    1XHOPENV Operating Environment
    NULL ---------------------
    2XHHOSTNAME Host : UXA_FIN02:172.16.1.63
    2XHOSLEVEL OS Level : AIX 5.2.0.0
    2XHCPUS Processors -
    3XHCPUARCH Architecture : POWER_PC (impl: POWER_RS64IV, ver: unknown)
    3XHNUMCPUS How Many : 2
    3XHCPUSENABLED Enabled : 2
    NULL
    1XHUSERLIMITS User Limits (in bytes except for NOFILE and NPROC) -
    NULL -----------
    2XHUSERLIMIT RLIMIT_FSIZE : 1073741312
    2XHUSERLIMIT RLIMIT_DATA : infinity
    2XHUSERLIMIT RLIMIT_STACK : 33554432
    2XHUSERLIMIT RLIMIT_CORE : 1073741312
    2XHUSERLIMIT RLIMIT_NOFILE : infinity
    2XHLIMIT NPROC(max) : 512
    NULL
    1XHPAGESPACES Page Space (in blocks) -
    NULL ----------
    2XHPAGESPACE /dev/hd6: size=524288, free=466245
    2XHPAGESPACE /dev/paging00: size=524288, free=466617
    NULL
    1XHSIGHANDLERS JVM Signal Handlers
    NULL -------------------
    2XHSIGHANDLER SIGHUP : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGINT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGQUIT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGILL : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGTRAP : JITSigTrapHandler (libjitc.a)
    2XHSIGHANDLER SIGABRT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGEMT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGFPE : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGBUS : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGSEGV : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGSYS : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGPIPE : ignored
    2XHSIGHANDLER SIGTERM : intrDispatchMD (libhpi.a)
    NULL
    1XHSIGHANDLERS Chained Signal Handlers
    NULL -----------------------
    2XHSIGHANDLER SIGHUP : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGINT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGQUIT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGILL : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGTRAP : JITSigTrapHandler (libjitc.a)
    2XHSIGHANDLER SIGABRT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGEMT : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGFPE : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGBUS : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGSEGV : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGSYS : intrDispatchMD (libhpi.a)
    2XHSIGHANDLER SIGPIPE : ignored
    2XHSIGHANDLER SIGTERM : intrDispatchMD (libhpi.a)
    NULL
    1XHENVVARS Environment Variables
    NULL ---------------------
    2XHENVVAR _=/usr/java14_64/bin/java
    2XHENVVAR MANPATH=/usr/share/man:/opt/csm/man:/opt/freeware/man:/usr/dt/man:/usr/local/man:/usr/lpp/X11/Xamples/man
    2XHENVVAR TMPDIR=/tmp
    2XHENVVAR LANG=fr_FR
    2XHENVVAR LOGIN=qualtest
    2XHENVVAR IAC_SPOOLER=lp
    2XHENVVAR PATH=/usr/java14_64/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java131/jre/bin:/usr/java131/bin:/usr/local/bin:/app/qualiac/FISTST/exp/gta/bin:/app/qualiac/FISTST/exp/gti/bin:/app/qualiac/FISTST/exp/oct/bin:/app/qualiac/FISTST/exp/svt/bin:/app/qualiac/FISTST/exp/tus/bin:/app/qualiac/FISTST/local:/app/oracle/product/9.2/bin:/app/qualiac/FISTST/sqr/v831/ora/bin
    2XHENVVAR NLS_LANG=.WE8ISO8859P15
    2XHENVVAR SQRDIR=/app/qualiac/FISTST/sqr/v831/ora/bin
    2XHENVVAR ORACLE_BASE=/app/oracle
    2XHENVVAR [email protected]
    2XHENVVAR LC__FASTMSG=true
    2XHENVVAR ORACLE_LPPROG=lp
    2XHENVVAR CGI_DIRECTORY=/var/docsearch/cgi-bin
    2XHENVVAR EDITOR=vi
    2XHENVVAR EXINIT=set directory=/tmp
    2XHENVVAR CLASSPATH=/app/qualiac/FISTST/exp/gti/bin/lib:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacqin_eng.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacproc.jar:/app/qualiac/FISTST/exp/gti/bin/lib/jdbcdrivers.jar:/app/qualiac/FISTST/local:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacproc.jar:/app/qualiac/FISTST/exp/gti/bin/lib/commons-pool-1.1.jar:/app/qualiac/FISTST/exp/gti/bin/lib/commons-dbcp-1.1.jar:/app/qualiac/FISTST/exp/gti/bin/lib:/app/qualiac/FISTST/exp/gti/bin/lib/activation.jar:/app/qualiac/FISTST/exp/gti/bin/lib/mail.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacagl.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacmail.jar:/app/qualiac/FISTST/exp/tus/bin/lib/qualiactus.jar:/app/qualiac/FISTST/exp/gti/bin/lib/classes12.jar:/app/qualiac/FISTST/local:/app/qualiac/FISTST/exp/gti/bin/lib/activation.jar:/app/qualiac/FISTST/exp/gti/bin/lib/mail.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacmail.jar:/app/qualiac/FISTST/exp/gti/bin/lib:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacqin_eng.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacproc.jar:/app/qualiac/FISTST/exp/gti/bin/lib/jdbcdrivers.jar
    2XHENVVAR LOGNAME=qualtest
    2XHENVVAR IAC_SMTPHOST=smtp.emapfrance.fr
    2XHENVVAR IAC_CLASSPATH=/app/qualiac/FISTST/exp/gti/bin/lib/activation.jar:/app/qualiac/FISTST/exp/gti/bin/lib/mail.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacagl.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacmail.jar:/app/qualiac/FISTST/exp/tus/bin/lib/qualiactus.jar:/app/qualiac/FISTST/exp/gti/bin/lib/classes12.jar:/app/qualiac/FISTST/local
    2XHENVVAR MAIL=/usr/spool/mail/qualtest
    2XHENVVAR LOCPATH=/usr/lib/nls/loc
    2XHENVVAR ORACLE_SID=FISTST
    2XHENVVAR PS1=uxa_fin02-qualtest-$TWO_TASK [$PWD]
    2XHENVVAR USER=qualtest
    2XHENVVAR DOCUMENT_SERVER_MACHINE_NAME=localhost
    2XHENVVAR NUMGTWSA=IAC
    2XHENVVAR AUTHSTATE=files
    2XHENVVAR NLS_DATE_FORMAT=DD/MM/YYYY HH24:MI:SS
    2XHENVVAR PHYGTWSA=IAC
    2XHENVVAR BRIO_HOME=/app/qualiac/FISTST/sqr/v831
    2XHENVVAR IAC_APP=afiedt.buf,amo,emapi,gta,gti,obd,ocm,oct,ode,sac,sir,svt,tus
    2XHENVVAR FMTGTJOB=COMPRIME
    2XHENVVAR DEFAULT_BROWSER=netscape
    2XHENVVAR IAC_INIPWD=/app/qualiac/FISTST/local/iac.pwd
    2XHENVVAR SHELL=/usr/bin/ksh
    2XHENVVAR ODMDIR=/etc/objrepos
    2XHENVVAR HISTSIZE=1000
    2XHENVVAR DOCUMENT_SERVER_PORT=49213
    2XHENVVAR IAC_POSTJOB=
    2XHENVVAR HOME=/home/qualtest
    2XHENVVAR IAC_HOME=/app/qualiac/FISTST
    2XHENVVAR IAC_SHELL=
    2XHENVVAR TLXOEGES=
    2XHENVVAR ETSGTJOB=ZZ1
    2XHENVVAR TERM=dtterm
    2XHENVVAR MAILMSG=[YOU HAVE NEW MAIL]
    2XHENVVAR IAC_DFTLANGUAGE=FR
    2XHENVVAR ORACLE_HOME=/app/oracle/product/9.2
    2XHENVVAR TWO_TASK=FISTST
    2XHENVVAR ITECONFIGSRV=/etc/IMNSearch
    2XHENVVAR PWD=/app/qualiac/FISTST/exp/gti/bin
    2XHENVVAR FAXOEGES=
    2XHENVVAR DOCUMENT_DIRECTORY=/usr/docsearch/html
    2XHENVVAR IAC_FND=/app/qualiac/FISTST/fdpage/
    2XHENVVAR TZ=NFT-1DFT-2,M3.5.0/2:00:00,M10.5.0/3:00:00
    2XHENVVAR WEBOEGES=
    2XHENVVAR ITECONFIGCL=/etc/IMNSearch/clients
    2XHENVVAR ITE_DOC_SEARCH_INSTANCE=search
    2XHENVVAR ORACLE_LPARGS=-s
    2XHENVVAR [email protected]
    2XHENVVAR TELOEGES=
    2XHENVVAR A__z=! LOGNAME
    2XHENVVAR IBMJAVA_PIPE_1196264=
    2XHENVVAR AIXTHREAD_SCOPE=S
    2XHENVVAR NULLPTR=NOSEGV
    2XHENVVAR LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin
    2XHENVVAR NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    2XHENVVAR IBMENV_INITIAL_1196264=4563455952
    2XHENVVAR IBM_JAVA_COMMAND_LINE=java -Xms64m -Xmx128m com.qualiac.qin.QEngine 32230 /app/qualiac/FISTST/spl/fistst/eta/w32230.lis /app/qualiac/FISTST/spl/fistst/eta/w32230.err FR TRT$GTI / : ZZ1
    NULL
    1XHLOADEDLIBS Loaded Libraries (sizes in bytes)
    NULL ---------------------------------
    2XHLIBNAME /usr/java14_64/jre/bin/libnet.a
    3XHLIBSIZE filesize : 135543
    3XHLIBSTART text start : 0x900000003904000
    3XHLIBLDSIZE text size : 0x16292
    3XHLIBLDORG data start : 0x8001000A01A2FB0
    3XHLIBLDDATASZ data size : 0xDE8
    2XHLIBNAME /usr/lib/libXp.a
    3XHLIBSIZE filesize : 141296
    3XHLIBSTART text start : 0x900000000DFC8E0
    3XHLIBLDSIZE text size : 0x9396
    3XHLIBLDORG data start : 0x8001000A01A0DA0
    3XHLIBLDDATASZ data size : 0x1158
    2XHLIBNAME /usr/lib/libXm.a
    3XHLIBSIZE filesize : 10453565
    3XHLIBSTART text start : 0x900000000A05B60
    3XHLIBLDSIZE text size : 0x289E5C
    3XHLIBLDORG data start : 0x8001000A0148948
    3XHLIBLDDATASZ data size : 0x57604
    2XHLIBNAME /usr/lib/libodm.a
    3XHLIBSIZE filesize : 260980
    3XHLIBSTART text start : 0x90000000024D6C0
    3XHLIBLDSIZE text size : 0x14AD4
    3XHLIBLDORG data start : 0x8001000A013EA60
    3XHLIBLDDATASZ data size : 0x8C7C
    2XHLIBNAME /usr/lib/libgair4.a
    3XHLIBSIZE filesize : 46278
    3XHLIBSTART text start : 0x900000000E0EBA0
    3XHLIBLDSIZE text size : 0x3B36
    3XHLIBLDORG data start : 0x8001000A013C770
    3XHLIBLDDATASZ data size : 0xBF8
    2XHLIBNAME /usr/lib/libgaimisc.a
    3XHLIBSIZE filesize : 9030
    3XHLIBSTART text start : 0x900000000E0CF78
    3XHLIBLDSIZE text size : 0x94A
    3XHLIBLDORG data start : 0x8001000A013B5C0
    3XHLIBLDDATASZ data size : 0xD8
    2XHLIBNAME /usr/lib/libXext.a
    3XHLIBSIZE filesize : 477504
    3XHLIBSTART text start : 0x900000000DAA3A0
    3XHLIBLDSIZE text size : 0x22AE6
    3XHLIBLDORG data start : 0x8001000A01359B8
    3XHLIBLDDATASZ data size : 0x4A30
    2XHLIBNAME /usr/lib/libXi.a
    3XHLIBSIZE filesize : 139745
    3XHLIBSTART text start : 0x900000000DF1840
    3XHLIBLDSIZE text size : 0xA278
    3XHLIBLDORG data start : 0x8001000A0132E40
    3XHLIBLDDATASZ data size : 0x15C0
    2XHLIBNAME /usr/lib/libICE.a
    3XHLIBSIZE filesize : 312281
    3XHLIBSTART text start : 0x900000000DD8EC0
    3XHLIBLDSIZE text size : 0x17A82
    3XHLIBLDORG data start : 0x8001000A012B4F8
    3XHLIBLDDATASZ data size : 0x61A4
    2XHLIBNAME /usr/lib/libSM.a
    3XHLIBSIZE filesize : 140420
    3XHLIBSTART text start : 0x900000000DCD060
    3XHLIBLDSIZE text size : 0xAF04
    3XHLIBLDORG data start : 0x8001000A0128F80
    3XHLIBLDDATASZ data size : 0x19D8
    2XHLIBNAME /usr/lib/libIM.a
    3XHLIBSIZE filesize : 66037
    3XHLIBSTART text start : 0x900000000E064C0
    3XHLIBLDSIZE text size : 0x525B
    3XHLIBLDORG data start : 0x8001000A0127198
    3XHLIBLDDATASZ data size : 0x9C8
    2XHLIBNAME /usr/lib/libX11.a
    3XHLIBSIZE filesize : 3428656
    3XHLIBSTART text start : 0x900000000C90360
    3XHLIBLDSIZE text size : 0x1192DC
    3XHLIBLDORG data start : 0x8001000A00F9EB8
    3XHLIBLDDATASZ data size : 0x2CAE8
    2XHLIBNAME /usr/lib/libXt.a
    3XHLIBSIZE filesize : 1440578
    3XHLIBSTART text start : 0x9000000009957C0
    3XHLIBLDSIZE text size : 0x6F37D
    3XHLIBLDORG data start : 0x8001000A00E7B08
    3XHLIBLDDATASZ data size : 0x10560
    2XHLIBNAME /usr/java14_64/jre/bin/libawt.a
    3XHLIBSIZE filesize : 2144517
    3XHLIBSTART text start : 0x90000000081A000
    3XHLIBLDSIZE text size : 0x17AE0A
    3XHLIBLDORG data start : 0x8001000A00A94D8
    3XHLIBLDDATASZ data size : 0x3CD18
    2XHLIBNAME /usr/java14_64/jre/bin/libjitc.a
    3XHLIBSIZE filesize : 3003834
    3XHLIBSTART text start : 0x9000000036A5000
    3XHLIBLDSIZE text size : 0x25E108
    3XHLIBLDORG data start : 0x8001000A007FC88
    3XHLIBLDDATASZ data size : 0x28B58
    2XHLIBNAME /usr/lib/libi18n.a
    3XHLIBSIZE filesize : 147811
    3XHLIBSTART text start : 0x9000000002A5420
    3XHLIBLDSIZE text size : 0xAB9A
    3XHLIBLDORG data start : 0x8001000A007CE08
    3XHLIBLDDATASZ data size : 0x1728
    2XHLIBNAME /usr/lib/nls/loc/fr_FR__64
    3XHLIBSIZE filesize : 21652
    3XHLIBSTART text start : 0x90000000029C000
    3XHLIBLDSIZE text size : 0x459D
    3XHLIBLDORG data start : 0x9000000002A1200
    3XHLIBLDDATASZ data size : 0x35E0
    2XHLIBNAME /usr/java14_64/jre/bin/libzip.a
    3XHLIBSIZE filesize : 123251
    3XHLIBSTART text start : 0x90000000368F000
    3XHLIBLDSIZE text size : 0x15E48
    3XHLIBLDORG data start : 0x8001000A0079550
    3XHLIBLDDATASZ data size : 0x1D80
    2XHLIBNAME /usr/java14_64/jre/bin/classic/libcore.a
    3XHLIBSIZE filesize : 175376
    3XHLIBSTART text start : 0x900000003673000
    3XHLIBLDSIZE text size : 0x1B6CE
    3XHLIBLDORG data start : 0x8001000A005E848
    3XHLIBLDDATASZ data size : 0x1A218
    2XHLIBNAME /usr/java14_64/jre/bin/libhpi.a
    3XHLIBSIZE filesize : 171018
    3XHLIBSTART text start : 0x90000000365A000
    3XHLIBLDSIZE text size : 0x18E75
    3XHLIBLDORG data start : 0x8001000A005B038
    3XHLIBLDDATASZ data size : 0x26F0
    2XHLIBNAME /usr/java14_64/jre/bin/libxhpi.a
    3XHLIBSIZE filesize : 52648
    3XHLIBSTART text start : 0x900000003652000
    3XHLIBLDSIZE text size : 0x77E0
    3XHLIBLDORG data start : 0x8001000A003D8F0
    3XHLIBLDDATASZ data size : 0x1C990
    2XHLIBNAME /usr/lib/libdl.a
    3XHLIBSIZE filesize : 5248
    3XHLIBSTART text start : 0x900000000278000
    3XHLIBLDSIZE text size : 0x2FB
    3XHLIBLDORG data start : 0x8001000A003C000
    3XHLIBLDDATASZ data size : 0x0
    2XHLIBNAME /usr/java14_64/jre/bin/libjsig.a
    3XHLIBSIZE filesize : 16019
    3XHLIBSTART text start : 0x90000000364F000
    3XHLIBLDSIZE text size : 0x2166
    3XHLIBLDORG data start : 0x8001000A003B690
    3XHLIBLDDATASZ data size : 0x2F0
    2XHLIBNAME /usr/java14_64/jre/bin/libjava.a
    3XHLIBSIZE filesize : 214211
    3XHLIBSTART text start : 0x90000000362F000
    3XHLIBLDSIZE text size : 0x1F851
    3XHLIBLDORG data start : 0x8001000A0038988
    3XHLIBLDDATASZ data size : 0x1FB8
    2XHLIBNAME /usr/java14_64/jre/bin/classic/libjvm.a
    3XHLIBSIZE filesize : 2963678
    3XHLIBSTART text start : 0x900000003421000
    3XHLIBLDSIZE text size : 0x20D6F9
    3XHLIBLDORG data start : 0x8001000A0000598
    3XHLIBLDDATASZ data size : 0x36AB8
    2XHLIBNAME /usr/lib/libiconv.a
    3XHLIBSIZE filesize : 381497
    3XHLIBSTART text start : 0x9000000002B07E0
    3XHLIBLDSIZE text size : 0x18B0F
    3XHLIBLDORG data start : 0x9001000A050AB48
    3XHLIBLDDATASZ data size : 0xD0E0
    2XHLIBNAME /usr/lib/libpthreads.a
    3XHLIBSIZE filesize : 948255
    3XHLIBSTART text start : 0x9000000002CA000
    3XHLIBLDSIZE text size : 0x2CBE1
    3XHLIBLDORG data start : 0x9001000A03A6000
    3XHLIBLDDATASZ data size : 0x8B2F8
    2XHLIBNAME /usr/lib/libC.a
    3XHLIBSIZE filesize : 6969488
    3XHLIBSTART text start : 0x9000000012825E0
    3XHLIBLDSIZE text size : 0x1D002
    3XHLIBLDORG data start : 0x9001000A05061E0
    3XHLIBLDDATASZ data size : 0x3398
    2XHLIBNAME /usr/lib/libC.a
    3XHLIBSIZE filesize : 6969488
    3XHLIBSTART text start : 0x900000001268100
    3XHLIBLDSIZE text size : 0x199B1
    3XHLIBLDORG data start : 0x9001000A04FC900
    3XHLIBLDDATASZ data size : 0x944D
    2XHLIBNAME /usr/lib/libC.a
    3XHLIBSIZE filesize : 6969488
    3XHLIBSTART text start : 0x900000001245AA0
    3XHLIBLDSIZE text size : 0x21D17
    3XHLIBLDORG data start : 0x9001000A04F68A0
    3XHLIBLDDATASZ data size : 0x4DF0
    2XHLIBNAME /usr/lib/libcrypt.a
    3XHLIBSIZE filesize : 10993
    3XHLIBSTART text start : 0x900000000277280
    3XHLIBLDSIZE text size : 0xA2B
    3XHLIBLDORG data start : 0x9001000A02C2760
    3XHLIBLDDATASZ data size : 0x1A0
    2XHLIBNAME /usr/lib/libc.a
    3XHLIBSIZE filesize : 7089423
    3XHLIBSTART text start : 0x900000000027CA0
    3XHLIBLDSIZE text size : 0x224F9E
    3XHLIBLDORG data start : 0x9001000A02E8C80
    3XHLIBLDDATASZ data size : 0xBD1A0
    NULL
    NULL ------------------------------------------------------------------------
    0SECTION CI subcomponent dump routine
    NULL ============================
    1CIJAVAVERSION J2RE 1.4.1 IBM AIX 5L for PowerPC (64 bit JVM) build caix64141-20030522
    1CIRUNNINGAS Running as a standalone JVM
    1CICMDLINE java -Xms64m -Xmx128m com.qualiac.qin.QEngine 32230 /app/qualiac/FISTST/spl/fistst/eta/w32230.lis /app/qualiac/FISTST/spl/fistst/eta/w32230.err FR TRT$GTI / : ZZ1
    1CIJAVAHOMEDIR Java Home Dir: /usr/java14_64/jre
    1CIJAVADLLDIR Java DLL Dir: /usr/java14_64/jre/bin
    1CISYSCP Sys Classpath: /usr/java14_64/jre/lib/core.jar:/usr/java14_64/jre/lib/graphics.jar:/usr/java14_64/jre/lib/security.jar:/usr/java14_64/jre/lib/server.jar:/usr/java14_64/jre/lib/xml.jar:/usr/java14_64/jre/lib/charsets.jar:/usr/java14_64/jre/classes
    1CIUSERARGS UserArgs:
    2CIUSERARG vfprintf 0x110000CC8
    2CIUSERARG -Xms64m
    2CIUSERARG -Xmx128m
    2CIUSERARG -Dinvokedviajava
    2CIUSERARG -Djava.class.path=/app/qualiac/FISTST/exp/gti/bin/lib:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacqin_eng.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacproc.jar:/app/qualiac/FISTST/exp/gti/bin/lib/jdbcdrivers.jar:/app/qualiac/FISTST/local:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacproc.jar:/app/qualiac/FISTST/exp/gti/bin/lib/commons-pool-1.1.jar:/app/qualiac/FISTST/exp/gti/bin/lib/commons-dbcp-1.1.jar:/app/qualiac/FISTST/exp/gti/bin/lib:/app/qualiac/FISTST/exp/gti/bin/lib/activation.jar:/app/qualiac/FISTST/exp/gti/bin/lib/mail.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacagl.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacmail.jar:/app/qualiac/FISTST/exp/tus/bin/lib/qualiactus.jar:/app/qualiac/FISTST/exp/gti/bin/lib/classes12.jar:/app/qualiac/FISTST/local:/app/qualiac/FISTST/exp/gti/bin/lib/activation.jar:/app/qualiac/FISTST/exp/gti/bin/lib/mail.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacmail.jar:/app/qualiac/FISTST/exp/gti/bin/lib:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacqin_eng.jar:/app/qualiac/FISTST/exp/gti/bin/lib/qualiacproc.jar:/app/qualiac/FISTST/exp/gti/bin/lib/jdbcdrivers.jar
    2CIUSERARG vfprintf
    NULL
    1CIJVMMI JVM Monitoring Interface (JVMMI)
    NULL ------------------------
    2CIJVMMIOFF No events are enabled.
    NULL
    NULL ------------------------------------------------------------------------
    0SECTION DC subcomponent dump routine
    NULL ============================
    1DCHEADEREYE Header eye catcher DCST
    1DCHEADERLEN Header length 32
    1DCHEADERVER Header version 1
    1DCHEADERMOD Header modification 0
    1DCINTERFACE DC Interface at 0x8001000A001B9D8 with 15 entries
    2DCINTERFACE 1 - dcCString2JavaString 0x8001000A00142F0
    2DCINTERFACE 2 - dcInt642CString 0x8001000A0014308
    2DCINTERFACE 3 - dcJavaString2NewCString 0x8001000A0014320
    2DCINTERFACE 4 - dcJavaString2CString 0x8001000A0014338
    2DCINTERFACE 5 - dcJavaString2NewPlatformString 0x8001000A0014350
    2DCINTERFACE 6 - dcJavaString2UTF 0x8001000A0014368
    2DCINTERFACE 7 - dcPlatformString2JavaString 0x8001000A0014398
    2DCINTERFACE 8 - dcUnicode2UTF 0x8001000A00143B0
    2DCINTERFACE 9 - dcUnicode2UTFLength 0x8001000A00143C8
    2DCINTERFACE 10 - dcUTF2JavaString 0x8001000A00143E0
    2DCINTERFACE 11 - dcUTFClassName2JavaString 0x8001000A00143F8
    2DCINTERFACE 12 - dcJavaString2ClassName 0x8001000A0014380
    2DCINTERFACE 13 - dcUTF2UnicodeNext 0x8001000A0014410
    2DCINTERFACE 14 - dcVerifyUTF8 0x8001000A0014428
    2DCINTERFACE 15 - dcDumpRoutine 0x8001000A0014440
    1DCARRAYINFO Array info at 0x8001000A00025A8 with 16 entries
    2DCARRAYINFO 1 - index 0 signature 0 name N/A factor 0
    2DCARRAYINFO 2 - index 0 signature 0 name N/A factor 0
    2DCARRAYINFO 3 - index 2 signature L name class[] factor 8
    2DCARRAYINFO 4 - index 0 signature 0 name N/A factor 0
    2DCARRAYINFO 5 - index 4 signature Z name bool[] factor 1
    2DCARRAYINFO 6 - index 5 signature C name char[] factor 2
    2DCARRAYINFO 7 - index 6 signature F name float[] factor 4
    2DCARRAYINFO 8 - index 7 signature D name double[] factor 8
    2DCARRAYINFO 9 - index 8 signature B name byte[] factor 1
    2DCARRAYINFO 10 - index 9 signature S name short[] factor 2
    2DCARRAYINFO 11 - index 10 signature I name int[] factor 4
    2DCARRAYINFO 12 - index 11 signature J name long[] factor 8
    2DCARRAYINFO 13 - index 0 signature 0 name uint[] factor 0
    2DCARRAYINFO 14 - index 0 signature 0 name uint1[] factor 0
    2DCARRAYINFO 15 - index 0 signature 0 name uint2[] factor 0
    2DCARRAYINFO 16 - index 0 signature 0 name uint3[] factor 0
    NULL ------------------------------------------------------------------------
    0SECTION DG subcomponent dump routine
    NULL ============================
    1DGTRCENABLED Trace enabled: No
    1DGJDUMPBUFF Javadump buffer size (allocated): 2621440
    NULL ------------------------------------------------------------------------
    0SECTION ST subcomponent dump routine
    NULL ============================
    1STGCMODES Resettable GC: No
    1STGCMODES Concurrent GC: No
    1STCURHBASE Current Heap Base: 1f8
    1STCURHLIM Current Heap Limit: 3fffbf8
    1STMWHBASE Middleware Heap Base: 1f8
    1STMWHLIM Middleware Heap Limit: 3fffbf8
    1STGCHELPERS Number of GC Helper Threads: 1
    1STJVMOPTS -Xconcurrentlevel: 0
    1STJVMOPTS -Xconcurrentbackground: 0
    1STGCCTR GC Counter: 2
    1STAFCTR AF Counter: 0
    1STHEAPFREE Bytes of Heap Space Free: 1ba76f8
    1STHEAPALLOC Bytes of Heap Space Allocated: 3fffa00
    1STSMBASE SM Base: 0
    1STSMEND SM End: 0
    1STPAMSTART PAM Start: 0
    1STPAMEND PAM End: 0
    1STCOMACTION Compact Action: 0
    NULL ------------------------------------------------------------------------
    0SECTION XE subcomponent dump routine
    NULL ============================
    1XETHRESHOLD MMI threshold for java methods is set to 1000
    1XEJITINIT JIT is initialized
    1XEJVMPIOFF JVMPI is not activated
    1XEJNITHRESH MMI threshold for JNI methods is set to 0
    1XETRCHIS Trace history length is set to 4
    1XEJITDUMP JIT dump routine is not yet implemented.
    NULL ------------------------------------------------------------------------
    0SECTION LK subcomponent dump routine
    NULL ============================
    NULL
    1LKPOOLINFO Monitor pool info:
    2LKPOOLINIT Initial monitor count: 32
    2LKPOOLEXPNUM Minimum number of free monitors before expansion: 5
    2LKPOOLEXPBY Pool will next be expanded by: 81
    2LKPOOLTOTAL Current total number of monitors: 162
    2LKPOOLFREE Current number of free monitors: 15
    NULL
    1LKMONPOOLDUMP Monitor Pool Dump (flat & inflated object-monitors):
    2LKMONINUSE sys_mon_t:0x1100289D0 infl_mon_t: 0x1100282B0:
    3LKMONOBJECT java.lang.ref.Reference$Lock@7000000000C48B8/7000000000C48C8: <unowned>
    3LKNOTIFYQ Waiting to be notified:
    3LKWAITNOTIFY "Reference Handler" (0x111AF4668)
    2LKMONINUSE sys_mon_t:0x110028AB0 infl_mon_t: 0x1100282E8:
    3LKMONOBJECT java.lang.ref.ReferenceQueue$Lock@7000000000C4530/7000000000C4540: <unowned>
    3LKNOTIFYQ Waiting to be notified:
    3LKWAITNOTIFY "Finalizer" (0x111C01768)
    NULL
    1LKREGMONDUMP JVM System Monitor Dump (registered monitors):
    2LKREGMON JITC CHA lock (0x112000850): <unowned>
    2LKREGMON JITC MB UPDATE lock (0x11286D210): <unowned>
    2LKREGMON JITC Global_Compile lock (0x11286D130): <unowned>
    2LKREGMON Integer lock access-lock (0x111FFE770): <unowned>
    2LKREGMON Evacuation Region lock (0x11002D5F0): <unowned>
    2LKREGMON Heap Promotion lock (0x11002D510): <unowned>
    2LKREGMON Sleep lock (0x11002D430): <unowned>
    2LKREGMON Method trace lock (0x11002D350): <unowned>
    2LKREGMON Heap lock (0x11002CFD0): owner "main" (0x110015B68), entry count 1
    2LKREGMON Monitor Cache lock (0x11002CE10): owner "main" (0x110015B68), entry count 1
    2LKREGMON JNI Pinning lock (0x11002D0B0): <unowned>
    2LKREGMON JNI Global Reference lock (0x11002CEF0): <unowned>
    2LKREGMON Classloader lock (0x11002D270): <unowned>
    2LKREGMON Binclass lock (0x11002CD30): <unowned>
    2LKREGMON Thread queue lock (0x110016190): owner "main" (0x110015B68), entry count 1
    2LKREGMON Monitor Registry lock (0x11002D190): owner "main" (0x110015B68), entry count 1
    2LKREGMON System Heap lock (0x11002AA90): <unowned>
    2LKREGMON ACS Heap lock (0x11002AB70): <unowned>
    2LKREGMON PAM lock (0x11002AC50): <unowned>
    2LKREGMON Intern String Table lock (0x11002AD30): <unowned>
    2LKREGMON Classloader lock (0x11002AE10): <unowned>
    2LKREGMON JIT Byte Code lock (0x11002AEF0): <unowned>
    2LKREGMON JIT Global Compile lock (0x11002AFD0): <unowned>
    2LKREGMON JIT BINCLASS lock (0x11002B0B0): <unowned>
    2LKREGMON JIT Debug lock (0x11002B190): <unowned>
    2LKREGMON JIT Log lock (0x11002B270): <unowned>
    2LKREGMON JITmemT 1 lock (0x11002B350): <unowned>
    2LKREGMON JITspaceT 1 lock (0x11002B430): <unowned>
    2LKREGMON JITcodeT 1 lock (0x11002B510): <unowned>
    2LKREGMON JITnccbT 1 lock (0x11002B5F0): <unowned>
    2LKREGMON JIT Invoke Interface Cache lock (0x11002B6D0): <unowned>
    2LKREGMON JIT Class Map lock (0x11002B7B0): <unowned>
    2LKREGMON JIT Code lock (0x11002B890): <unowned>
    2LKREGMON JITmblkT 1 lock (0x11002B970): <unowned>
    2LKREGMON JIT MB Update lock (0x11002BA50): <unowned>
    2LKREGMON Permanent Variable subpool lock (0x11002BB30): <unowned>
    2LKREGMON Intern String Buckets subpool lock (0x11002BC10): <unowned>
    2LKREGMON UTF8 Cache subpool lock (0x11002BCF0): <unowned>
    2LKREGMON Namespace Cache subpool lock (0x11002BDD0): <unowned>
    2LKREGMON Class Storage subpool lock (0x11002BEB0): <unowned>
    2LKREGMON CL Tables subpool lock (0x11002BF90): <unowned>
    2LKREGMON JIT General subpool lock (0x11002C070): <unowned>
    NULL
    1LKFLATMONDUMP Thread identifiers (as used in flat monitors):
    2LKFLATMON ident 0x05 "Finalizer" (0x111C01768) ee 0x111C01400
    2LKFLATMON ident 0x04 "Reference Handler" (0x111AF4668) ee 0x111AF4300
    2LKFLATMON ident 0x03 "Signal dispatcher" (0x1119E8DE8) ee 0x1119E8A80
    2LKFLATMON ident 0x02 "main" (0x110015B68) ee 0x110015800
    NULL
    1LKOBJMONDUMP Java Object Monitor Dump (flat & inflated object-monitors):
    2LKINFLATEDMON java.lang.ref.ReferenceQueue$Lock@7000000000C4530/7000000000C4540
    3LKINFLDETAILS locknflags FFFFFFFF80000200 Monitor inflated infl_mon 0x1100282E8
    2LKINFLATEDMON java.lang.ref.Reference$Lock@7000000000C48B8/7000000000C48C8
    3LKINFLDETAILS locknflags FFFFFFFF80000100 Monitor inflated infl_mon 0x1100282B0
    2LKFLATLOCKED org.apache.xml.serializer.ToXMLSAXHandler@700000000720A20/700000000720A30
    3LKFLATDETAILS locknflags 00020000 Flat locked by thread ident 0x02, entry count 1
    NULL ------------------------------------------------------------------------
    0SECTION XM subcomponent dump routine
    NULL ============================
    NULL
    1XMEXCPINFO Exception Info
    NULL --------------
    2XMEXCPINFO JVM Exception 0x2 (subcode 0x1B) occurred in thread "main" (TID:0x7000000000B6990)
    NULL
    2XMNATIVESTACK Native stack at exception generation:
    3XMSTACKINFO Program Name Entry Name Statement ID
    3XMSTACKINFO
    NULL
    NULL
    NULL
    1XMTHDINFO Thread Info
    NULL -----------
    NULL

    and why do you post it here?
    On AIX only IBMs java imploementation is available, so this has absolutly nothing to do with Sun.
    Furthermore are these forums support forums, not a bug-tracking system
    lg Clemens

  • Application cause java core dump, how can i do?

    Hi
    In the case, we're using JDK 1.4 and Hibernate on Aix 64 bit, but seems we've got lots of java core even occupied full hard space and cause application crash
    system info :
    JavaVersion is J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM)
    build caix64142ifx-20051115 (SR3 + 94164 + 97403 + 97482)
    (note the 64 bit JVM).
    -Xmx=1024 and -xms=512, free heap is 330,415,568 bytes, and allocated
    is 1073,740,288 bytes.
    some core dump :
    WebContainer : 4
    at java.io.ObjectInputStream.readString()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readArray()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readArray()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0() at java.io.ObjectInputStream.readArray()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readArray()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readArray()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readArray()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readArray()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readObject()
    at java.util.HashMap.readObject()
    at sun.reflect.GeneratedMethodAccessor399.invoke()
    at sun.reflect.DelegatingMethodAccessorImpl.invoke()
    at java.lang.reflect.Method.invoke()
    at java.io.ObjectStreamClass.invokeReadObject()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.defaultReadFields()
    at java.io.ObjectInputStream.readSerialData()
    at java.io.ObjectInputStream.readOrdinaryObject()
    at java.io.ObjectInputStream.readObject0()
    at java.io.ObjectInputStream.readObject()
    at com.ibm.ws.naming.util.Serialization$1.run()
    at com.ibm.ws.security.util.AccessController.doPrivileged()
    at com.ibm.ws.naming.util.Serialization.deserializeObject()
    at com.ibm.ws.naming.util.Helpers
    .processSerializedObjectForLookupExt()
    at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup()
    at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults()
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup()
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup()
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt()
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup()
    at com.ibm.ws.naming.util.WsnInitCtx.lookup()
    at javax.naming.InitialContext.lookup()
    at com.ibm.wsspi.RegistryLoader.getPluginRegistry()
    at com.ibm.wsspi.IPluginRegistryFactory.getPluginRegistry()
    at ibmjsp.com2E_ibm_2E_ws_2E_console_2E_appmanagement
    ._collectionTableLayout._jspService()
    at com.ibm.ws.jsp.runtime.HttpJspBase.service()
    at javax.servlet.http.HttpServlet.service()
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service()
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service()
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter()
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter()
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest()
    at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper
    .handleRequest()
    at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper
    .handleRequest()
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include()
    at org.apache.jasper.runtime.JspRuntimeLibrary.include()
    at org.apache.jasper.runtime.PageContextImpl.include()
    at org.apache.struts.tiles.TilesUtilImpl.doInclude()
    at org.apache.struts.tiles.TilesUtil.doInclude()
    at org.apache.struts.taglib.tiles.InsertTag.doInclude()
    at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag()
    at org.apache.struts.taglib.tiles.InsertTag.doEndTag()
    at ibmjsp.secure.layouts.vboxLayout._jspService()
    at com.ibm.ws.jsp.runtime.HttpJspBase.service()
    at javax.servlet.http.HttpServlet.service()
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service()
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service()
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter()
    ... more stack lines not shown ===================================
    "WebContainer: 2" shows much
    the same stack trace, but extends to include
    @com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState()
    at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter()
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter()
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter()
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter()
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest()
    Through IBM, we got those answer :
    Looking at the javacore files, we're seeing OOM errors. However,
    looking at a heapdump, we're not seeing total heap space exhaustion -
    around half of the heap is occupied, and occupancy by the vartious
    objects seems, to me at least, to be normal.
    The threads
    seem to be using the compound class loader to load the customer's
    "Hibernate" code - and in the largest of the threads in the heapdump -
    (it consumes 258,720,168 bytes), the class org/hibernate/impl/Session
    Impl and its children - consume 129,540,864 bytes.
    The other 128,785,680 is consumed by org/hibernate/proxy/CGLIBLazyInitia
    lizer. There are some other classes that make up the small difference
    if you added these numbers.
    The class com/softleader/hibernate/util/HibernateUtil and its children
    consume 74,932,848 bytes.
    I could go on through the heapdump, but there are very large classes
    in here, and it may be more advantageous to get a verbosegc turned on
    to show the patterns of JVM Heap requirements.
    I suppose that the customer is developing this app for a 32bit
    architecture market, since they are keeping their JVM Heap within the
    32 bit limits. If this is the case, then Xmx=1280 and Xms=384 seems a
    more reasonable JVM setting. If they are not, and they want to try
    Xmx above 1280, then we have not yet had much experience with 64 bit
    but I'd expect that the larger heapsize would benefit the application.
    Either way, we need verbosegc turned on to monitor the heap requests.
    That mean, i have to turn up JVM Heap size? or what can i do for it?
    Thanks a lot.

    I'd hook up a profiler to your app and monitor it to see what's happening and what objects aren't playing nice.

Maybe you are looking for

  • Monitoring servlets through SNMP Servlet Runtime Table

    Is it possible to check or monitor a servlet/jsp using SNMP traps (counter, attribute change, etc). If so can you provide a sample set up for values such as the MBean Name, MBean Type, MBean Attribute. Thanks, Juan

  • To which data do apps have access to?

    Good morning, since I'm new to iOS (iPhone 5s with the latest OS if that makes a difference) I was wondering: Which data can apps access without my permission / knowledge? I know there are permissions which have to be given explicitly (like GPS) but

  • ITunes 9 not working

    So I updated to iTunes 9, and downloaded Safari 4.0.3 for the store, but when I click on iTunes to start, it begins to load, pauses, and crashes. I even clicked the x in store access just to use iTunes itself, but it still paused and crashed. Help pl

  • Dax Calculate column even when there is no record at a date

    We are creating a powerpivot model based on a table with data about worktasks of our employees. This is simplified our input: Tasknr date started dateended 1 20140101 20140201 (yyyymmdd) 2 20140102 20140103 3 20140104 20140108 Etc We created two meas

  • Satellite 404 sudden crash!

    My satellite 404 sometimes shuts down during intensive tasks (like scanning the harddisk for virussses etc.). When it does, it shuts down immediately, without any warning. Does anybody know how to fix this problem? Thanx,