Ciscoworks Useless after CSCsc75639 Patch/JRE install.

Has anyone found a fix or workaround for bugid CSCsd42109? I can't log into my Ciscoworks after installing this patch. TAC is of no help on this one. Is a reinstall my only option?

This patch is uninstallable per the readme, but you can try the following to get it running rather than reinstall the application:
Stop the daemon manager
Then go to:
Windows
c:\progra~1\CSCOpx\lib\classpath\
Solaris
/opt/CSCOpx/lib/classpath/
and make a copy of the file
javaplugin.properties as javaplugin.properties.bak before making changes
You then have two options to correct this:
1) Edit the properties file above and basically you replace any instance of 1.4.2_10 with 1.4.2_08 or 1_4_2_10 with 1_4_2_08
2) Take a copy of the file from another server that does not have this patch and replace it with this copy
Restart the daemon manager

Similar Messages

  • How generate class histogram before/after GC (JVM 1.6.0.17 only JRE instal)

    Hi - looking for suggestions on how can generate a class histogram before a stop-the-world GC when
    using a Solaris 10 Sparc platform with java version 1.6.0.17 with only the JRE installed.
    I know about -XX:+HeapDumpBeforeFullGC/-XX:+HeapDumpAfterFullGC, but that only available in 1.6.0.18.
    Also, this box only has the JRE installed, so can not use: jmap -histo 'pid' ...
    When using -XX:+PrintClassHistogram, we do get the histogram AFTER the GC ...(unfortunately, not what I
    want)...
    I have a very large application running on a SPARC platform (Solaris10) with 16Gig RAM I'm trying to
    debug/reduce-stop-world-GC times. Current, we observer stop-the-world GCs in 60+ second ranges,
    we need to reduced these times....
    The issue is that, "occasionally" there are a hugh number of objects being rapidly created and they
    live a very short period of time, a large amount of the RAM is cleaned up (below, jstat in one case
    shows 5Gigs is cleaned up) in the stop-the-world GC (so don't believe it is a object/memory leak) -
    apps is going a bit nuts, trying to figure out why- or - try to determine if there are JVM parameters
    could use to reduce the amount of time it takes when these stop-the-world GC occur...
    Any suggestions welcomed...
    jstat output is below ...(with comments...)...
    Not sure which objects are being created/then die - thinking if can get a before GC and
    after GC histograms, should be able to tell which objects these are then can track down the "problem".
    JVM options used currently (related to memory/GC...)...
    -Xms10469m
    -Xmx10469m
    -XX:PermSize=1500m
    -XX:NewSize=2617m
    -XX:MaxNewSize=2617m
    -XX:MaxPermSize=1500m
    -XX:ThreadStackSize=512
    -XX:+PrintClassHistogram
    -XX:+DisableExplicitGC
    -XX:+UseConcMarkSweepGC
    -XX:CMSInitiatingOccupancyFraction=65
    -XX:+UseParNewGC
    -XX:+UseCMSCompactAtFullCollection
    -XX:+CMSClassUnloadingEnabled
    -XX:CMSInitiatingPermOccupancyFraction=95"
    To reduce stop-the-world GC times, am considering the following:
    -XX:+UseCMSInitiatingOccupancyOnly and reducing -XX:CMSInitiatingOccupancyFraction=65 from 65 to somthing lower,
    but don't know the side effect, anyone have any comments/experiences they can provide related to
    using -XX:+UseCMSInitiatingOccupancyOnly ?
    jstat logs below from 1 occurrence, comments added ...
    the size of each survivor space (S0C && S1C),
    the utilization of each survivor space (S0U && S1U),
    the capacity of eden (EC), the utilization of eden (EU),
    the capacity of the old generation (OC), the utilization of the old generation (OU),
    the permanent generation capacity (PC), the permanent generation utilization (PU),
    the total number of young generation garbage collection events (YGC),
    the total amount of time spent collecting objects in the new generation (YGCT),
    the total number of old generation garbage collection events that have occurred (FGC),
    the total amount of time spent collecting objects in the old generation (FGCT),
    and the total time spent performing garbage collection.
    (over next ~90 seconds, add ~ 3Gig of new objects..., on the 66 second GC, it cleans up ~5 Gigs)...
    Timeframe between logs 3 seconds...
    Timestamp S0C S1C S0U S1U EC EU OC OU PC PU YGC YGCT FGC FGCT GCT
    35089.6 267968.0 267968.0 151058.4 0.0 2143872.0 1217499.3 8043520.0 5023371.5 1536000.0 578511.2 464 873.411 48 318.400 1191.811
    EDEN space: 1217499.3
    35092.6 267968.0 267968.0 151058.4 0.0 2143872.0 1855673.3 8043520.0 5023371.5 1536000.0 578511.2 464 873.411 48 318.400 1191.811
    EDEN space: 1855673.3
    674K in 3 seconds ...
    35095.6 267968.0 267968.0 151058.4 267968.0 2143872.0 2143678.4 8043520.0 5156424.8 1536000.0 578511.2 465 873.411 48 318.400 1191.811
    35098.6 267968.0 267968.0 151058.4 267968.0 2143872.0 2143678.4 8043520.0 5738204.2 1536000.0 578511.2 465 873.411 48 318.400 1191.811
    Eden space was full, time for new generation (YGCT) increases ..., then eden space down to 360.2
    35101.6 267968.0 267968.0 0.0 267968.0 2143872.0 360.2 8043520.0 5729279.8 1536000.0 578511.2 465 880.024 49 318.400 1198.424
    Eden space goes up by ~527K in next 3 seconds ...
    35104.6 267968.0 267968.0 0.0 267968.0 2143872.0 527419.4 8043520.0 5729279.8 1536000.0 578511.2 465 880.024 49 319.780 1199.805
    35107.7 267968.0 267968.0 0.0 267968.0 2143872.0 1135553.7 8043520.0 5729279.8 1536000.0 578511.2 465 880.024 49 319.780 1199.805
    35110.7 267968.0 267968.0 0.0 267968.0 2143872.0 1709236.4 8043520.0 5729279.8 1536000.0 578511.2 465 880.024 49 319.780 1199.805
    35113.6 267968.0 267968.0 222094.2 267968.0 2143872.0 2143872.0 8043520.0 5738910.5 1536000.0 578511.2 466 880.024 49 319.780 1199.805
    Eden space full again ...
    35116.7 267968.0 267968.0 267968.0 267968.0 2143872.0 2143872.0 8043520.0 6126805.2 1536000.0 578511.2 466 880.024 49 319.780 1199.805
    35119.7 267968.0 267968.0 267968.0 267968.0 2143872.0 2143872.0 8043520.0 6539662.6 1536000.0 578511.2 466 880.024 49 319.780 1199.805
    new generation (YGCT) increases ..., then eden space down 120001.3, i
    35122.7 267968.0 267968.0 267968.0 0.0 2143872.0 120001.3 8043520.0 6531558.2 1536000.0 578511.2 466 889.008 49 319.780 1208.789
    35125.7 267968.0 267968.0 267968.0 0.0 2143872.0 671136.1 8043520.0 6531558.2 1536000.0 578511.2 466 889.008 49 319.780 1208.789
    35128.7 267968.0 267968.0 267968.0 0.0 2143872.0 1082680.2 8043520.0 6531558.2 1536000.0 578511.2 466 889.008 49 319.780 1208.789
    35131.7 267968.0 267968.0 267968.0 0.0 2143872.0 1520016.2 8043520.0 6531558.2 1536000.0 578511.2 466 889.008 49 319.780 1208.789
    35134.7 267968.0 267968.0 267968.0 0.0 2143872.0 1950854.2 8043520.0 6531558.2 1536000.0 578511.2 466 889.008 49 319.780 1208.789
    Eden full again ...
    35137.8 267968.0 267968.0 267968.0 267968.0 2143872.0 2143872.0 8043520.0 6622408.9 1536000.0 578512.6 467 889.008 49 319.780 1208.789
    35140.7 267968.0 267968.0 267968.0 267968.0 2143872.0 2143872.0 8043520.0 6938114.5 1536000.0 578512.6 467 889.008 49 319.780 1208.789
    new generation (YGCT) increases ..., then eden space down ti 367846.8
    35143.8 267968.0 267968.0 0.0 267968.0 2143872.0 367846.8 8043520.0 6936775.4 1536000.0 578512.9 467 894.001 49 319.780 1213.781
    35146.8 267968.0 267968.0 0.0 267968.0 2143872.0 775767.3 8043520.0 6936775.4 1536000.0 578512.9 467 894.001 49 319.780 1213.781
    35149.8 267968.0 267968.0 0.0 267968.0 2143872.0 1172577.1 8043520.0 6936775.4 1536000.0 578512.9 467 894.001 49 319.780 1213.781
    35152.8 267968.0 267968.0 0.0 267968.0 2143872.0 1615883.8 8043520.0 6936775.4 1536000.0 578512.9 467 894.001 49 319.780 1213.781
    35155.9 267968.0 267968.0 0.0 267968.0 2143872.0 2064291.6 8043520.0 6936775.4 1536000.0 578513.2 467 894.001 49 319.780 1213.781
    35158.9 267968.0 267968.0 267968.0 267968.0 2143872.0 2143872.0 8043520.0 7190054.7 1536000.0 578513.2 468 894.001 49 319.780 1213.781
    Eden full again, YGCT increases ...
    35161.9 267968.0 267968.0 267968.0 0.0 2143872.0 240639.6 8043520.0 7255807.0 1536000.0 578513.2 468 898.009 49 319.780 1217.789
    35164.9 267968.0 267968.0 267968.0 0.0 2143872.0 692600.4 8043520.0 7255807.0 1536000.0 578513.2 468 898.009 49 319.780 1217.789
    35167.9 267968.0 267968.0 267968.0 0.0 2143872.0 1190958.0 8043520.0 7255807.0 1536000.0 578513.2 468 898.009 49 319.780 1217.789
    35170.9 267968.0 267968.0 267968.0 0.0 2143872.0 1658177.8 8043520.0 7255807.0 1536000.0 578513.2 468 898.009 49 319.780 1217.789
    35173.9 267968.0 267968.0 267968.0 0.0 2143872.0 2135519.5 8043520.0 7255807.0 1536000.0 578513.2 468 898.009 49 319.780 1217.789
    35176.9 267968.0 267968.0 267968.0 267968.0 2143872.0 2143872.0 8043520.0 7559906.5 1536000.0 578513.2 469 898.009 49 319.780 1217.789
    35179.9 267968.0 267968.0 267968.0 267968.0 2143872.0 2143872.0 8043520.0 7786576.4 1536000.0 578513.2 469 898.009 49 319.780 1217.789
    Now old generation is now full ... 8043520-7786576 = 256944
    Not enough room ...stop-the-world-GC required...
    A full GC below...things freeze...
    Timestamp S0C S1C S0U S1U EC EU OC OU PC PU YGC YGCT FGC FGCT GCT
    35183.0 267968.0 267968.0 0.0 267968.0 2143872.0 412261.4 8043520.0 7783431.4 1536000.0 578606.8 469 904.504 49 319.780 1224.284
    35186.0 267968.0 267968.0 0.0 267968.0 2143872.0 823677.8 8043520.0 7783431.4 1536000.0 578606.8 469 904.504 49 319.780 1224.284
    35189.0 267968.0 267968.0 0.0 267968.0 2143872.0 1281240.7 8043520.0 7783431.4 1536000.0 578616.5 469 904.504 49 319.780 1224.284
    35192.0 267968.0 267968.0 0.0 267968.0 2143872.0 1724725.6 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 49 319.780 1224.284
    35195.0 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35198.0 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35201.0 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35204.0 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35207.0 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35210.0 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35213.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35216.0 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35219.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35222.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35225.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35228.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35231.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35234.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35237.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35240.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35243.1 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35246.2 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35249.2 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35252.2 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578619.1 469 904.504 50 319.780 1224.284
    35255.2 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578579.7 469 904.504 50 319.780 1224.284
    35258.2 267968.0 267968.0 0.0 267968.0 2143872.0 2143872.0 8043520.0 7783431.4 1536000.0 578579.7 469 904.504 50 319.780 1224.284
    .... time difference is 66 seconds ...
    The output above contains
    the size of each survivor space (S0C && S1C),
    the utilization of each survivor space (S0U && S1U),
    the capacity of eden (EC), the utilization of eden (EU),
    the capacity of the old generation (OC), the utilization of the old generation (OU),
    the permanent generation capacity (PC), the permanent generation utilization (PU),
    the total number of young generation garbage collection events (YGC),
    the total amount of time spent collecting objects in the new generation (YGCT),
    the total number of old generation garbage collection events that have occurred (FGC),
    the total amount of time spent collecting objects in the old generation (FGCT),
    and the total time spent performing garbage collection.
    old generation changed from 7783431.4 to 2712370.7 (limit is 8043520.0)
    old generation reduced by 7783431.4 - 2712370.7 = 5071060.7 (5 Gigs)...
    Timestamp S0C S1C S0U S1U EC EU OC OU PC PU YGC YGCT FGC FGCT GCT
    35261.2 267968.0 267968.0 0.0 0.0 2143872.0 90238.8 8043520.0 2712370.7 1536000.0 578581.4 469 904.504 50 385.785 1290.289
    35264.2 267968.0 267968.0 0.0 0.0 2143872.0 538408.1 8043520.0 2712370.7 1536000.0 578588.9 469 904.504 50 385.785 1290.289
    35267.3 267968.0 267968.0 0.0 0.0 2143872.0 866885.7 8043520.0 2712370.7 1536000.0 578588.9 469 904.504 50 385.785 1290.289
    35270.6 267968.0 267968.0 0.0 0.0 2143872.0 1130407.5 8043520.0 2712370.7 1536000.0 578588.9 469 904.504 50 385.785 1290.289
    35274.0 267968.0 267968.0 0.0 0.0 2143872.0 1390679.5 8043520.0 2712370.7 1536000.0 578588.9 469 904.504 50 385.785 1290.289
    35277.1 267968.0 267968.0 0.0 0.0 2143872.0 1566244.4 8043520.0 2712370.7 1536000.0 578589.0 469 904.504 50 385.785 1290.289
    35280.2 267968.0 267968.0 0.0 0.0 2143872.0 1787384.6 8043520.0 2712370.7 1536000.0 578589.0 469 904.504 50 385.785 1290.289
    35283.3 267968.0 267968.0 0.0 0.0 2143872.0 1975767.7 8043520.0 2712370.7 1536000.0 578589.0 469 904.504 50
    and 24 seconds later....eden starting to fill up again...
    Cheers

    I'm trying to debug/reduce-stop-world-GC times.Put it on a box that you can install whatever you want.
    Set the max heap size to be a low value. Start at 500 meg and move it down. You want to get to the point where the app works but where it starts thrashing very soon (with little load.)
    Then debug/profile away using appropriate tools.
    Once you have an idea, up the max heap on that box, increase the load, and validate the idea.

  • Java node 'server0' terminated with exit code 2150 after JSPM patches

    Dear Experts,
    We want to install SAP Netweaver 7.3 EHP1.
    After applying patches SP11 from JSPM utility we tried to restart the SAP Java instances from SAP MMC.
    But it failed to start with error code :
    *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    *** ERROR => Java node 'server0' terminated with exit code 2150.
    *** To resolve the issue, we restarted machine, Database services, SAP services but it still did not start.
    *** Let us know if you need any other trace file for debugging.
    Below is the log file:
    stdout log file:-
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:29 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.296: [GC2.296: [ParNew: 343552K->8912K(381696K), 0.0251348 secs] 343557K->8917K(2059008K), 0.0253589 secs] [Times: user=0.03 sys=0.03, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [32] ms
    Loading [ClassLoaderManager]... [31] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [63] ms
    Loading [ConfigurationManager]... [1624] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [547] ms
    Loading [SessionManager]... [515] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 94 ms.
    Resolve components for : 31 ms.
    Load components for 969 ms.
    Loading services.
    Calculate startup service set for 266 ms.
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [62] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [62] ms / [0] CPU ms
      Service [webservices] started. [62] ms / [0] CPU ms
      Service [tc~je~security~api] started. [62] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [62] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [62] ms / [0] CPU ms
      Service [r3startup] started. [62] ms / [0] CPU ms
      Service [security.destination.facade] started. [62] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [62] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [110] ms / [0] CPU ms
      Service [jmx_notification] started. [140] ms / [15] CPU ms
      Service [cluster] started. [125] ms / [0] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [memory] started. [297] ms / [31] CPU ms
      Service [timeout] started. [297] ms / [15] CPU ms
      Service [userstore] started. [297] ms / [0] CPU ms
      Service [tc~sec~destinations~provider] started. [344] ms / [171] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298078K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001518d3970, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be4038, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31907K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:46 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [188] ms
       Substituted the values for [78] ms
    Finished reading kernel objects for [266] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.406: [GC2.406: [ParNew: 343552K->8913K(381696K), 0.0187920 secs] 343557K->8919K(2059008K), 0.0190498 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [141] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [94] ms
    Loading [ClusterManager]... [454] ms
    Loading [LockingManager]... [47] ms
    Loading [ConfigurationManager]... [1578] ms
    Loading [CacheManager]... [78] ms
    Loading [DatabaseManager]... [344] ms
    Loading [SessionManager]... [296] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 78 ms.
    Resolve components for : 16 ms.
    Load components for 703 ms.
    Loading services.
    Calculate startup service set for 172 ms.
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [31] ms / [0] CPU ms
      Service [tc~je~security~api] started. [47] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [47] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [47] ms / [0] CPU ms
      Service [security.destination.facade] started. [47] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [47] ms / [0] CPU ms
      Service [cluster] started. [62] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [62] ms / [0] CPU ms
      Service [jmx_notification] started. [46] ms / [0] CPU ms
      Service [runtimeinfo] started. [62] ms / [0] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [tc~sec~destinations~provider] started. [234] ms / [109] CPU ms
      Service [timeout] started. [266] ms / [31] CPU ms
      Service [log_configurator] started. [312] ms / [46] CPU ms
      Service [userstore] started. [312] ms / [31] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298923K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001519a6a18, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be45b8, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31359K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [locking] started. [47] ms / [0] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:02 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [110] ms
       Substituted the values for [93] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.297: [GC2.297: [ParNew: 343552K->9136K(381696K), 0.0230809 secs] 343557K->9142K(2059008K), 0.0233963 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [501] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1500] ms
    Loading [CacheManager]... [125] ms
    Loading [DatabaseManager]... [453] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 32 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [tc~je~security~api] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [15] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [32] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [15] CPU ms
      Service [jmx_notification] started. [125] ms / [31] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [cluster] started. [109] ms / [0] CPU ms
      Service [userstore] started. [156] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
      Service [timeout] started. [235] ms / [31] CPU ms
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 275035K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  77% used [0x000000013fe70000, 0x000000015021acd0, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c1c238, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 29998K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [memory] started. [312] ms / [46] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:18 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [15] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [94] ms
    Loading [PoolManager]... [16] ms
    Loading [ApplicationThreadManager]... 2.267: [GC2.268: [ParNew: 343552K->9051K(381696K), 0.0218818 secs] 343557K->9057K(2059008K), 0.0221899 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [156] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1297] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [437] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 31 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [engine.lm.log.facade] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [32] ms / [0] CPU ms
      Service [tc~je~security~api] started. [32] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [runtimeinfo] started. [47] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [0] CPU ms
      Service [jmx_notification] started. [63] ms / [0] CPU ms
      Service [cluster] started. [47] ms / [15] CPU ms
      Service [timeout] started. [172] ms / [93] CPU ms
      Service [userstore] started. [140] ms / [31] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 277992K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  78% used [0x000000013fe70000, 0x0000000150513298, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c06fd0, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 30982K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    Thanks and Regards,
    Muddassar Khan

    Hi Muddassar,
    Hope you are doing good.
    A new note has been released exclusively for this issue. Please see:
    note 1937296 - SUM fails at start-shadow-instance-dm step. This is not
    an issue with the SCAs and more with the kernel employed.
    You will need to make sure that you are on the latest kernel so that
    this can be resolved.
    The below links will help you if there are any queries with the
    kernel update procedure
    SAP Note No. 1636252 - Installing a 7.20 kernel in SAP Web AS
                           7.00/7.01/7.10/7.11
    SAP Note No. 1629598 - SAP Kernel 720 will replace older
                           kernel versions
    SAP Note No. 19466   - Downloading SAP kernel patches
    Also check:
    <http://scn.sap.com/docs/DOC-1206>
    (for Manual Kernel Upgrade)
    and
    <http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11219>
    (for kernel upgrade using JSPM)
    Thank you and have a nice day!
    Kind Regards,
    Hemanth

  • Error 1772 - Again on 1.4.2_04 JRE Install

    After downloading the Java runtime environment SE v 1.4.2_04, it fails to complete the install
    and has the following error message:-
    "Error 1772. There is a problem with this windows installer package.
    A program run as part of the setup did not finish as expected.
    Contact your local support or package vendor".
    W2K-SP4
    For the better part of a week I have done every suggestion that I can find in this forum and others to get this JRE installed. Including re-installing the windows installed, cleaning the registry, offline install, online install,etc.
    I can get 1.4 installed, but none of the subsequent updates.
    Any ideas.

    Hello,
    I have searched the web and it seems like I'm not the only one experiencing this problem.
    One in four computers fails to install j2re-1_4_2_04.exe.
    The install string I'm using is below:
    j2re-1_4_2_04-windows-i586-p.exe /S /v/qn"ADDLOCAL=jrecore SYSTEMFILESLOCKED=0 CONTROLPANELLOCKED=1 SKDSILENT=1 IEXPLORER=0 SYSTRAY=0 REBOOT=Suppress JAVAUPDATE=0 JAVAJAVAWLOCKED=0 WEBSTARTICON=0 /L C:\TEMP\LogFiles\JRE_JWS_142_04.log"
    The job pops up an error box that I can�t seem to suppress and
    Java � version does not report back 1.4.2_04
    patchjre.exe seems to be the problem child.
    The Log has the following info:
    Action start 15:41:48: patchjre.
    Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action patchjre, location: C:\Program Files\Common Files\Java\Update\Base Images\j2re1.4.2-b28\patch-j2re1.4.2_04-b05\patchjre.exe, command: -s "C:\Program Files\Java\j2re1.4.2_04\"
    MSI (s) (58:A4): Product: Java 2 Runtime Environment, SE v1.4.2_04 -- Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action patchjre, location: C:\Program Files\Common Files\Java\Update\Base Images\j2re1.4.2-b28\patch-j2re1.4.2_04-b05\patchjre.exe, command: -s "C:\Program Files\Java\j2re1.4.2_04\"
    Action ended 15:42:04: patchjre. Return value 3.
    Action ended 15:42:04: INSTALL. Return value 3.
    === Logging stopped: 9/9/2004 15:42:04 ===
    The weird part is I can�t figure out why this error occurs no Java apps are running on the machine. Nothing is running on the machine. Also a simple re-install immediately produces a successful result with no errors on the same machine.
    Even the Newsgroup suggests that a re-install is the corrective action.
    I�m trying to deploy JRE1.4.2_04 to thousands of desktops using Altiris or SMS.
    25% failure rate is just not acceptable. HELP!

  • Acrobat 9 goes blind to Type 1 fonts after ATM 4.1 install?

    Acrobat's touch up tool has become unable to handle all Type I fonts, unless I uninstall and then reinstall the fonts in the current Windows session. I'm referring to use of the Touch up Text tool. It still does fine with TT fonts, but any attempt to touch up or add typing of an Adobe Type 1 font produces just small dots.
    The problem started after I (probably unwisely) installed my old copy of ATM 4.1 on my Windows Vista System. Seeing that ATM didn't seem to work under Vista, I uninstalled ATM.  However, after that, Acrobat 9.0 seems incabable of editing type 1 fonts, unless I ununstall the specific fonts I want to use in the editing, and then reinstall them. It works fine thereafter, until I shut down the computer and start again. By installing ATM did I damage Acrobat's ability to recognize Type I fonts?
    The problem does not occur with any other CS 4 products.

    Michael,
    Thank you very much for the fast response and directons to the patch! The patch seems to have fixed the problem. That was a long-running annoyance.
    Best regards,
    Marty
    Marty J. Schmidt, President
    Solution Matrix Ltd
    304 Newbury St, No 350
    Boston  MA  02115   USA
    Ph 1.617.267.9607 / Fax 1.617.249.0130
    [email protected]
    www.solutionmatrix.com

  • SBS 2008 Security report not showing correct status after Feb patch cycle

    Hello,
    I wonder if anyone can shed any light on this strange problem which has occurred after February patch cycle. On the SBS detailed report that comes through, the security section is showing as RED error. Though
    if you look at the detail, each section is listed as green compliant. Not sure why this has happened? Has anyone else seen this before?
    Many thanks,

    Hi,
    Can you provide me the detailed information about the patch you installed before the issue occurred? Have you tried to uninstall the patch and reinstall it again to see if the same issue persists?
    In addition, please also try to repair the monitoring and reporting feature to see if it could resolve the issue.
    Repair monitoring and reporting features in Windows Small Business Server 2008
    http://technet.microsoft.com/en-us/library/dd560614(v=ws.10).aspx
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Updatemanager shows patches already installed

    Hiii !
    I'm using the updatemanager on Solaris 10 x86.
    Recently I installed the kernel patch 118855-36 (you have to do that manually).
    ( By the way: the patch was not signed. How come ? )
    After reboot the updatemanager comes up with a lot of patches, around 90.
    When I try to install those, most of them (if not all) fail, because they are already installed.
    How do I get rid of them ? Where can I tell the manager that tey are already installed ?
    On other computers we have similar problems since years ;-)
    Updatemanager comes up with patches for packages that are not even installed.
    Thanks in advance, felix

    First, I am a hobbyist running Solaris 10 within Parallels on an intel Macbook.
    When I tried to patchadd 124631-03, the result was
    The following requested patches will not be installed because
    no patches required by the patch are installed on this system.
    0 For patch 124631-03, required patch 119082-25 does not exist.
    consistent with what felix wrote in reply 5. Unfortunately, I am not a paying customer and was not allowed to download 119082-25 (although I was allowed to download 124631-03).
    I can only hope that both patches will show up in update manager so that I can install them from within update manager .
    Al

  • JRE installed, but no Java in Firefox

    Hey guys,
    I am having a hell of a time trying to figure out what is wrong with my system. I have jre installed and i checked the plugin folder for mozilla and the plugin is there, but whenever I go to a site that requires java, it says that the plugin is not installed. I am running 32bit arch, so its not a 64bit issue. Do any of you know what might be wrong? Thanks.

    I had the same problem on a newly installed system, too!
    Not only Java, but also Flash do not work as a normal user!
    After digging in, I found the permission of "/usr/lib/mozilla" is NOT accessible by a normal user,
    so I changed the permission, and everything works!
    But I wonder why this is going to happen?
    Since I can not know which package creates this directory, I can not figure out if there is something wrong with some packages...
    BR,
    bsdson.tw

  • Internet Procurement responsibility error after applying patch

    Hi Guru(s):
    After applying patch 5156915 we get this errro when we select i Procrurment responsibility:
    The POR SSP HOME function is not available under the Internet Procurement responsibility.
    iProcurement is installed.
    Any ideas would be most welcome thank you.
    EBS 11.5.10
    Edited by: Dan A on Dec 16, 2008 9:10 AM

    Thanks yet again to Hussein.
    I am a little worried that I couldnt find that same document.
    I entered in ML "The POR SSP HOME function is not available" ....and that document did not appear.
    Then I entered it with underscores : "The POR_SSP_HOME function is not available" ... and now I can see the doc.
    How did you do your search?! I am guessing you used udnerscores or else something different? ? ?
    Thanks, and still curious,
    DA
    By the way we are told to "clear" the _pages directory. I would do this with
    cat /dev/null > oa_html , etc ?
    Edited by: Dan A on Dec 16, 2008 9:44 AM

  • Reboot after applying patch 112915-05 realy necessary?

    Hi,
    I have a short question about the patch 112915-05 which i have to apply to our sol9 servers. The patchdescription tells me to reboot the server after the installation.
    But now i woundering about the patch content. Only the file /usr/sbin/snoop will be replaced with this patch. I have downloaded the patch and had a short look into it, there is realy only the snoop binary in the patch. Is this a wrong information in the patch description or is the reboot realy necessary?
    Thanks for Help
    [http://sunsolve.sun.com/search/document.do?assetkey=112915|http://sunsolve.sun.com/search/document.do?assetkey=112915]
    Files Included in this Patch:
    /usr/sbin/snoop
    Special Install Instructions:
    NOTE 1: Perform patch installation in single user mode.
    Reboot the system after patch installation.

    For patch 119810-05 ( http://sunsolve.sun.com/search/document.do?assetkey=1-21-119810-05-1)
    Installation Requirements:NAThis means no reboot required and you don't even have to be in single-user mode to do the install of this patch.
    Contrast this with a patch where you MUST be in single-user and MUST reboot after patch installed:
    For patch 127111-10 ( http://sunsolve.sun.com/search/document.do?assetkey=1-21-127111-10-1 )
    Installation Requirements:Reboot immediately after installing this patch on an active boot environment to bring the system to a consistent state. An alternative may be specified in the Special Install instructions.
    Use Single User Mode (run level S) when installing this patch on an active boot environment. An alternative may be specified in the Special Install Instructions..
    Special Install Instructions: -----------------------------
    NOTE 1: Before installing this patch, please install the latest patch
    utilities patches for your OS. This list of patches is defined
    at - http://sunsolve.sun.com
    Please use the pull down list which appears after the text:
    "Latest Patch Update: To ensure the correct functioning of the
    patching utilities on your system, stay up to date on the
    following patches"
    README -- Last modified date: Friday, March 7, 2008

  • Unknown Error (-53) after last "Patch Tuesday"

    I'm unable to sync my iPod Touch since the day after last "Patch Tuesday". I get an alert referencing an "unknown error (-53)" every time I try to sync. I've tried the usual windows steps; uninstall and reinstall, reboot multiple times, disable all anti-virus, anti-spam, firewall, curse, pray, etc. I've done a search here and Googled but haven't seen any discussions.
    Is anybody else having this problem or is it just another windows anomaly requiring a format and clean install?

    thokra wrote:
    Experience the same problem after installing the latest update and cant do anything now.
    Have someone with a PC running Windows XP download the shuffle Reset Utility and apply it to your shuffle.

  • Invalid package WWSBR_IMT_SERVICES after apply patch 3.0.9.8.1

    After applying patch 3.0.9.8.1, get an invalid package.
    Upon trying to compile the package WWSBR_IMT_SERVICES the following error
    occurs
    SQL> show err
    Errors for PACKAGE BODY WWSBR_IMT_SERVICES:
    291/7 PL/SQL: Statement ignored
    291/20 PLS-00201: identifier 'CTX_DOC.PKENCODE' must be declared
    293/8 PL/SQL: Statement ignored
    293/21 PLS-00201: identifier 'CTX_DOC.PKENDCODE' must be declare
    We have NOT installed oracle intermedia... why is this error occuring?

    According to BUG 2120388 this is ok!

  • How to know which patch is installed?

    Hi,
    I would like to know patch version installed on running server. I would like to apply patches for 9.3.1 for Shared services, Planning, Essbase and BI+. What is best way? so that i can check support path before applying new patches.
    Does "HSS>Help>About shared services> Version" provide correct details; similarly for other hyperion component.
    Existing Version: 9.3.1+patches
    target version: 9.3.1 +latest patches (but lower than 9.3.3)
    Regards
    Kumar

    Hi,
    after installing patches for Financial Reporting, Web Analysis and Workspace in our environment (9.3.1) we had problems using help-->about menu - the installed versions were no longer displayed correctly. Oracle support gave us the following workaround:
    To implement the workaround solution please execute the following steps:
    +1. Open the HReports.jar file under the BIPLUS_HOME (Hyperion\BIPlus\lib) using WinZip or 7-Zip)+
    +2. Locate the Manifest.mf file and open using a TextPad Editor+
    +3. Check and confirm at the bottom of the file contains the relating correct version of Financial Reporting and Service Pack adopted+
    --> To find the installed version one possibility is to search for the relevant manifest.mf files.....
    Kind regards
    André

  • After a Lion clean install, how do I retrieve my data from external back-up? Following Apple advice for use of Migration Assistant did not work creating similar issues leading to clean install.

    After a Lion clean install, how do I retrieve my data from external hard drive?
    Following Apple advice I used Migration Assistant which crashed new system twice which is why I had to clean install Lion in the first place.
    Is there a sure way of doing it?
    I have only a few programs that I will have to install myself and that should not be a problem.
    I just want my data, music and photos back where I can use them.

    Time machine backups. I went to migration assistant a few hours ago and limited my selection to "users", no need for applications, settings and other files.  Stuff started moving over at a fast pace but has now seemed to stall.
    I will let it run overnight as there are lots of songs and photos as well as a few movies.
    If that does not work, then I will go into TM and try restore. I have restored some things in the past such a mail files and it has worked well. 
    The Apple fellow at the store told me to go right into TM, he may have had a point. I'll get it eventually.

  • After performing a clean install, is my startup disk correct for apple stock 1TB fusion hard drive?  I think I may have to reformat.

    After performing a clean install on a stock apple 1TB fusion Hard Drive it appears as things got reversed and showing my startup as not using the SSD portion.  The SSD portion of the fusion drive used to be on top in disk utility, now its on the bottom.  It also appears that I have to many partitions.  Im thinking i need to reformat my Hard Drive again.  I can't seem to find any answers.
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group C2619AFE-0EB5-4721-8C50-3F3DBA520D1B
        =========================================================
        Name:         fusion
        Status:       Online
        Size:         1120333979648 B (1.1 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume 583AAEA9-E333-4A83-9BE3-E937396E9248
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume B0C1CB16-D46F-4387-A679-B55392BB7934
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     999345127424 B (999.3 GB)
        |
        +-> Logical Volume Family FB42B9F4-CB77-4162-831B-7DCB7816E760
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume C0B8479B-C51C-45BF-B59B-1AA5DF3A3B83
                Disk:                  disk2
                Status:                Online
                Size (Total):          1111826497536 B (1.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Fusion
                Volume Name:           Fusion
                Content Hint:          Apple_HFS
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion                 *1.1 TB     disk2

    Hi,
    According to your descriptioin, I don't think this is system problem, it should be Intel driver problem. It would be contact Intel to confirm this issue whether this is their driver problem.
    Roger Lu
    TechNet Community Support

Maybe you are looking for

  • No programs open, but 3GB RAM in use?

    I'm running into some problems with the amount of free RAM I have available to me, and it's causing serious performance problems. I have a new 2011 MBP and I just ran into a situation where I ran out of RAM and the computer became extremely sluggish.

  • Managing projects or how much is too much? 40Gb+ library and growing

    Hi all Aperture users. First let me tell that I'm quite happy with 1.0, 1.5 and new 2.0 versions. One question still bugs me. How big Aperture library can be, is there a limit. My library now is 40Gb, I've started using referenced images when it was

  • Shutter sound on an Ipod 4G?

    Is there any way at all to turn this sound off? As soon as you pull up the camera to take a picture, when the shutter opens, you CAN NOT turn the volume up or down. I have went to the sounds part in the settings, turned the thing from off to on up at

  • What is the best way to practice SQL language?

    I'm new in database world and want to practice SQL language. I've been playing around with Oracle XE, but I realized it's not very practical to play around with SQL using XE since its sql editor is not user friendly to debug the script. I'm trying to

  • How to see an imported FLV file on the timeline

    I have a feeling this is a really basic question, but I am pretty new to Flash. I've imported an FLV file. This file is a slideshow of photographs with a Ken Burns effect already applied. I was hoping that I would be able to see the video frames on a