BugID:4845728 to be fixed

BugID:4845728 Turning on Jar Caching causes a DownloadException
Since this bug reported by F.R.Bank, the detail infos had not been disclosed by
security reason.
Therefore, fixing this bug into 1.4.2_08 is ceased for the moment without any other serious escalation.
I, who is a SE of Japanese mega banks, am very one of them being confused with this bug.
Because this bug forces us not to use Caching, then so much download traffic from a server is needed for every service starts.
We'd like to let this bug fixed ASAP.

Hi G R,
Why Can't fix the Fixed and Variable Cost in KP26, that Prices only will come to Routing?
If it is wrong Please revert back to me

Similar Messages

  • Screen position realignment issue (80222) not fixed

    G'day
    This is just a note to say I don't think http://cfbugs.adobe.com/bugreport/flexbugui/cfbugtracker/main.html#bugId=80222 has been fixed properly / thoroughly / completely.
    I'm getting it far less frequently, but I am still getting it.  I have not been able to detect a pattern as to when it might/might not happen.
    Anyone else still getting it?
    Adam

    After reading about the problem in the April issue of MacWorld, page 96 I think, I brought the computer over to the Apple store, showed them the article, and they ordered me a new graphics card (well, it was a little more difficult and time-consuming than that, but you get my drift) - a more recent version of the card.
    Et voila!!! No more screen junk. Isn't that kewl?

  • Nikon Jpeg decoding problem.

    Jpeg files saved with the ICC profile "Nikon sRGB 4.0.0.3001" by Nikon PictureProject do not load properly using Java ImageIO.read(). The image is far too dark, but the colors are not swapped.
    This appears to be similar to the problems reported in bugid 6246622, which was fixed in 1.5_04 and is now closed.
    I tested this using Java version 1.5.0_06. The following code provides a workaround
        ImageInputStream iis = ImageIO.createImageInputStream(file);
        Iterator<ImageReader> iir = ImageIO.getImageReaders(iis);
        boolean looking = true;
        ImageReader reader = null;
        ImageReadParam param = null;
        while(looking && iir.hasNext()) {
            reader = iir.next();
            reader.setInput(iis);
            param = reader.getDefaultReadParam();
            Iterator it = reader.getImageTypes(0);
            while (looking && it.hasNext()) {
                ImageTypeSpecifier type = (ImageTypeSpecifier) it.next();
                ColorSpace cs = type.getColorModel().getColorSpace();
                if ( cs.isCS_sRGB() ) {
                    param.setDestinationType(type);
                    looking = false;
                if ( cs.getType() != ColorSpace.TYPE_RGB ) {
                    looking = false;
        if (reader != null) {
            img = reader.read(0, param);
        }Does anyone have a better workaround for this other than using Toolkit or Applet.
    I will file this as a bug report, but the Bug Database is not responding at present.

    Sun has assigned this a bug id
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6372769

  • Rtmt error exception in publish content on Critical Services cucm

    Hi everybody, i have a problem with RTMT version 8.7 over CUCM 8.5.1.10000, when i try see the Critical Services of my cluster, i see a error "Exception in publish content", and it not show my service list, another functions of my RTMT have not any problem, only this. i attach an image.
    Can  anybody help to me or suggest what is the problem.
    Thanks for advanced.

    i found the problem just now, this occurs when you have a mixed cluster UCS/MCS, the reference of this bug is presented in the next link,
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCty47592
    this was fixed in the release  8.6(2.23061.1) and up.

  • Solaris Studio 12.4 Beta ube assertion failure with -m64 -fsimple

    I have found a way to get an assertion failure from the ube program that comes with the Solaris Studio 12.4 beta.  The error that gets printed is:
    assertion failed in function gra_peep_hole() @ gra.c:10381
    assert(lf_op_(lf_i) == LD_I)
    The problem occurs whilst compiling a 64 bit version of GNU tar 1.23 using the -fsimple option on the C compiler.
    This problem can be reproduced by getting the pre-processed code I've put on http://pastebin.com/wRHRmaiT and pasting it into a file called human.pre.c.  Then run:
    cc -std=c99 -m64 -mt -O4 -fsimple -c -o human.o human.pre.c
    and you get the assertion failure.
    Alternatively, if you don't trust my code on pastebin, the other way to reproduce it would be to download tar-1.23.tar.gz from GNU Project Archives, extract it and then you'll find the original file human.c in the gnu sub-directory.  Build this with:
    cc -std=c99 -DHAVE_CONFIG_H -I. -I.. -m64 -mt -O4 -fsimple -c -o human.o human.c
    and you'll get the same problem.
    The assertion failure only happens with -m64 and -fsimple.  If either of these flags are omitted it doesn't happen.
    People reading this will probably think I'm crazy to be worrying about floating point optimisations for GNU tar, and it's true that I don't really need to build GNU tar with -fsimple.  However, I am worried that the same problem in ube will bite me at some point on more important code where floating point optimisations are valuable.
    In case it's relevant, I'm working on Oracle Solaris 10 1/13 s10x_u11wos_24a X86.

    BugID 18644770 has been fixed recently and the fix is verified with this problem:
    [sr1-sfbay-03](18644770)-627 > /net/dv103/export/builds/cia//latest/inst/intel-S2/bin/cc -std=c99 -m64 -mt -O4 -fsimple -c human.pre.c -V
    cc: Sun C 5.13 SunOS_i386 CIA_pythia 2014/06/16
    acomp: Sun C 5.13 SunOS_i386 CIA_pythia 2014/06/16
    iropt: Sun Compiler Common 12.4 SunOS_i386 CIA_pythia 2014/06/16
    ube: Sun Compiler Common 12.4 SunOS_i386 CIA_pythia 2014/06/16
    as: Sun Compiler Common 12.4 SunOS_i386 CIA_pythia 2014/06/16
    [sr1-sfbay-03](18644770)-628 >
    This fix should be available soon as the Studio12.4 Beta refresh compiler.

  • WLC in HA Keep Rebooting

    Hey guys I have a WLC HA issue and thought I checked if anyone been through the same and can share the solution to it. I have a WLC pair setup in HA SSO mode and the primary controller keeps rebooting while the HA WLC takes over and becomes the Active WLC.
    I configured the WLC as a HA pair and it was all working fine before. The main WLC would be the active. I tested that the failover works with both WLC. Now the main WLC went down, HA WLC took over, and the main WLC doesn't come back up but keeps rebooting. In CLI it shows the below:
    Starting VPN Services: ok
    Starting Licensing Services: ok
    Starting Redundancy: Starting Peer Search Timer of 120 seconds
    Found the Peer. Starting Role Determination...
    Restarting system ..
    Updating license storage ...  Done.
    Restarting system.
    It just keeps go through the same thing over and over. It doesn't even go through the XML configuration stage. The last resort will be to reset to default config on main WLC and rebuild the config and HA pair. I am trying to avoid that as the WLCs are in a live environment.
    Thanks in advance!

    Thanks Leo, Power off/on and disconnect the SFP didn't work. I can't upgrade the FUS code because it never gets to a prompt unless I break the HA pair.
    I ended up loggin a TAC case and it turned out to be a bug http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCuc34199
    Will be fixed in the upcoming release.

  • CS4 Security Vulnerabilites

    I'm fairly new at the Dreamweaver software but looking to use
    the CS4 edition for designing a computer security business website,
    Is there any Dreamweaver CS4 security vulnerabilities? I've read
    some vulnerabilities with the CS3 edition with the CSS code in the
    'insert flash video' option with cross scripting. Anybody know or
    here of anything yet? Thanks.

    Hi Craig,
    Regarding this vulnerability,
    1) Vulnerability - SSL / TLS Renegotiation DoS
    You shouldn't be worrying as the code you are running has by default renegotiation diabled. If not please go to parameter type ssl and disable it.
    (config)# Parameter-map type ssl SSL
    (config-parammap-ssl)# rehandshake enabled
    (config-parammap-ssl)# no rehandshake enabled------>This is the default.
    Regarding your second vulnerability:
    2) Vulnerability - SSL/TLS Protocol Initialization Vector Implementation Information Disclosure Vulnerability
    The workaround is to enable adding empty data blocks via SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS or SSL_OP_ALL runtime options. This was introduced in OpenSSL 0.9.6d. And most of client browsers (IE, Firefox, etc) have included this.
    ACE uses TLS 1.0. However, we do not allow code execution on the device. Also the device supports the OpenSSL workaround from client connections that implement it. In this way, ACE is not affected by this vulnerability and no
    action is required for this.
    There's future enhancement request for TLS 1.1 and TLS 1.2 support on ACE, however there's no hard date on it yet.
    Please review the details in below feature enhancement request:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtt13316
    This is fixed inb A530.
    Let me know if you have any questions.
    Regards,
    Kanwal

  • ACE - security vulnerabilites

    Hi All
    We received two vulnerability alerts for different web sites behind Cisco ACE:
    1) Vulnerability - SSL / TLS Renegotiation DoS
    Description: The remote service encrypts traffic using TLS / SSL and permits
    clients to renegotiate connections. The computational requirements
    for renegotiating a connection are asymmetrical between the client and
    the server, with the server performing several times more work. Since
    the remote host does not appear to limit the number of renegotiations
    for a single TLS / SSL connection, this permits a client to open
    several simultaneous connections and repeatedly renegotiate them,
    possibly leading to a denial of service condition.
    Recommendation: Contact the vendor for specific patch information.
    2) Vulnerability - SSL/TLS Protocol Initialization Vector Implementation Information Disclosure Vulnerability
    Description: A vulnerability exists in SSL 3.0 and TLS 1.0 that could allow
    information disclosure if an attacker intercepts encrypted traffic
    served from an affected system.
    TLS 1.1, TLS 1.2, and all cipher suites that do not use CBC mode are
    not affected.
    Could you please help how they could be fixed?
    ACE software A4(2.3)
    Regards Craig             

    Hi Craig,
    Regarding this vulnerability,
    1) Vulnerability - SSL / TLS Renegotiation DoS
    You shouldn't be worrying as the code you are running has by default renegotiation diabled. If not please go to parameter type ssl and disable it.
    (config)# Parameter-map type ssl SSL
    (config-parammap-ssl)# rehandshake enabled
    (config-parammap-ssl)# no rehandshake enabled------>This is the default.
    Regarding your second vulnerability:
    2) Vulnerability - SSL/TLS Protocol Initialization Vector Implementation Information Disclosure Vulnerability
    The workaround is to enable adding empty data blocks via SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS or SSL_OP_ALL runtime options. This was introduced in OpenSSL 0.9.6d. And most of client browsers (IE, Firefox, etc) have included this.
    ACE uses TLS 1.0. However, we do not allow code execution on the device. Also the device supports the OpenSSL workaround from client connections that implement it. In this way, ACE is not affected by this vulnerability and no
    action is required for this.
    There's future enhancement request for TLS 1.1 and TLS 1.2 support on ACE, however there's no hard date on it yet.
    Please review the details in below feature enhancement request:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtt13316
    This is fixed inb A530.
    Let me know if you have any questions.
    Regards,
    Kanwal

  • Datagram broadcast (is BUGID:4191980 not fixed yet)

    Hello
    I have written a program that sends a datagram over
    the IP-Adr 172.16.8.255 on port 25000 and i want to
    receive it with an another programm(DatagramSocket bind to 0.0.0.0 port 25000).
    Netmask: 255.255.240.0
    But i don?t receive any datagram.
    If i send my datagram to 255.255.255.255 it works.
    But if a send it only to the subnet it doesn?t works.
    What i?am doing wrong?
    My problem sounds a little bit like Bug 4191980.
    But Bug4191980 should be fix with merlin_beta.
    I?am using
    java version "1.4.0-beta"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65
    Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
    on a W2K System.
    Can somebody help me.
    Thanks for reply

    Hello
    I have written a program that sends a datagram over
    the IP-Adr 172.16.8.255 on port 25000 and i want to
    receive it with an another programm(DatagramSocket
    bind to 0.0.0.0 port 25000).
    Netmask: 255.255.240.0What happens if you try to receive it on
    172.16.8.0? (172.16.8.x)

  • How to get a full description of a given bugid ?

    Hello there,
    we got a crash on our software since the installation of the february patch cluster. The stack shows that the process crash when calling ex_clean function.
    The problem occurs on solaris 8 and 9 and I wonder if this problem is not linked with the fix of bug id 6326163
    (extract from 108434-21 patch release notes)
    6326163 C++ exception propagates outside of destructor, while "stack unwinding"
    Is it possible to get more information regarding this bugid 6326163

    Regarding the support contract, we should probably have some, I must investigate.
    Regarding my ex_clean problem, I could reproduce the problem with the latest compiler patch installed
    Here is the program I compiled with :
    % CC -V
    CC: Sun C++ 5.8 Patch 121017-01 2005/12/11
    %CC -mt -c test.cpp
    %CC -o test test.o -lpthread -R /usr/lib/lwp
    ===========================================
    #include <stdio.h>
    #include <stdlib.h>
    #include <pthread.h>
    void Die(const char* what)
    printf("Die %s\n");
    exit(1);
    class TryCatchThread
    public:
    pthread_t fThread;
    void Start();
    void ThreadFunction();
    void Join();
    extern "C" void* ThreadEntryPoint(void *thread)
    ((TryCatchThread*)thread)->ThreadFunction();
    return NULL;
    void TryCatchThread::Start()
    if ( pthread_create(&fThread, NULL, ThreadEntryPoint, this) ) Die("pthread_create");
    void TryCatchThread::ThreadFunction()
    printf("[%hd] Entering thread function\n", fThread);
    for(int i=0; i<100000; i++)
    try { throw("level1"); }
    catch(const char*)
    try { throw("level2"); }
    catch(const char*) { }
    printf("[%hd] Leaving thread function\n", fThread);
    void TryCatchThread::Join()
    void *val;
    if ( pthread_join(fThread, &val) ) Die("pthread_join");
    int main(int argc, char* argv[])
    unsigned long i=0;
    while(1)
    printf("%u\n", i);
    TryCatchThread t1; t1.Start();
    TryCatchThread t2; t2.Start();
    TryCatchThread t3; t3.Start();
    TryCatchThread t4; t4.Start();
    t1.Join();
    t2.Join();
    t3.Join();
    t4.Join();
    i++;
    ===========================================
    After few seconds, it dumps a core with ex_clean pstack :
    core 'core' of 15254: ./test
    ----------------- lwp# 5 / thread# 5 --------------------
    ff3344d4 __1cG__CrunIex_clean6F_v_ (0, 1, ff34af80, 0, ff34a538, ff34af80) + 10
    00011268 __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3e8, 0, 0, ff34af78, ff34afc8, 12) + c8
    00011114 ThreadEntryPoint (ffbee3e8, ff0f0800, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 1 / thread# 1 --------------------
    ff09f340 lwpwait (ff0f0000, ff0f0000, ffbee31c, 2, 80, ffbee324) + 8
    ff109098 thrpjoin (2, 0, ffbee380, 1, ff128000, 2) + 40
    000112e8 __1cOTryCatchThreadEJoin6M_v_ (ffbee3f4, ff0c0284, ff0c3a54, ff0bfc78, 1391c, fffefd10) + 8
    00011384 main (1, ffbee464, ffbee46c, 21800, 0, 0) + 54
    00010ca0 _start   (0, 0, 0, 0, 0, 0) + 108
    ----------------- lwp# 2 / thread# 2 --------------------
    ff334268 __1cG__CrunIex_alloc6FI_pv_ (ff34b4d0, 0, 50, 0, ff34a538, ff34b2f0) + d8
    000111cc __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3f4, 0, 0, ff34b338, ff34b428, 24) + 2c
    00011114 ThreadEntryPoint (ffbee3f4, ff0f0200, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 3 / thread# 3 --------------------
    ff1110b0 mutex_trylock_adaptive (ff34ee48, 10, ff0f0400, ff34ee50, 30f, ff34ee4c) + 98
    ff112128 slow_lock (ff34ee40, ff0f0400, ff34ee40, 1, ff34b430, 0) + 38
    ff334348 __1cH__CimplHex_free6F_v_ (ff34eecc, 1, ff34b430, 16260, ff34a538, fee7bec8) + 74
    0001129c __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3f0, 0, 0, ff34b388, ff34b478, 10) + fc
    00011114 ThreadEntryPoint (ffbee3f0, ff0f0400, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 4 / thread# 4 --------------------
    ff1110f8 mutex_trylock_adaptive (ff34ee48, 10, ff0f0600, ff34ee50, 2c7, ff34ee4c) + e0
    ff112128 slow_lock (ff34ee40, ff0f0600, ff34ee40, 1, ff34b480, 0) + 38
    ff334348 __1cH__CimplHex_free6F_v_ (ff34eeac, 1, ff34b480, 16260, ff34a538, fed7bec8) + 74
    0001129c __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3ec, 0, 0, ff34b3d8, ff34b4c8, 1a) + fc
    00011114 ThreadEntryPoint (ffbee3ec, ff0f0600, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    The compiled program works fine on a sun with old runtime (108434-18)
    and it failed on another sun with newer (108434-20) and latest runtime (108434-21) installed. Regression bug or do I miss something ?

  • Help me fix error : cisco aironet 1200

    plz help me fix error:

    are we able t oaccess the AP using console access?? if yes, try assigning the ip address to the BVI interface..
    conf t
    int bvi 1
    ip address
    no shut
    try accessing the AP using browser and see if we could access the GUI..
    If the radio interfaces doesnt come up then.. we are hitting the below bug..
    the AP is hitting the software bug.. to resolve the issue we need to..
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCsc79121
    1-       to upgrade to version 12.3(8)JEA
    2-       or to downgrade to version 12.3(7)JA2
    Upgrade process
    ===============
    >> Get the console access to the AP and then connect the ethernet cable between the AP and the laptop.
    >> Both the AP and the laptop should be in the same subnet..
    >> Donwload the latest image from cisco.com and point the image in the TFTPd32 server
    >> in the console access, issue the command.
    archive download-sw /force-reload /overwrite tftp:///
    Example..
    AP# archive download-sw /overwrite /force-reload tftp://10.X.X.X/c1200-k9w7-tar.123-7.JA1.tar
    if the above is not clear.. then i request you to open up a TAC case..
    Regards
    Surendra

  • HT203164 help! i am using itunes 10.6.1.7 and windows vista 64. itunes will no longer burn cds. i have searched online and tried all i saw that could possibly fix it and it is still not working.

    i have tried:
    reloading itunes
    unchecking 'write'
    removing lower filters in regedit
    ensuring i had the correct 'gear' info in the upper filters in regedit
    removing 'gear' from regedit, system32
    reloading updated version of 'gear'
    cleaning my registery
    deleting itunes
    cleaning registry again
    reloading itunes
    cleaning registry again
    i still cannot burn cd. t i can import and play cds in itunes and i can watch dvds. itunes will just not burn to blank cds, and i have tried sever new blank cds, each is not recognized.
    i do not know what else to do, i have searched the internet and whatever i saw doable i tried.
    when i check the cd drive in itunes i had gotten a 4220 error, cnet advised to download a free error fixer, however, this error fixer gave me and enduser message, so that didn't work.
    the diagnostic for the cd burner read that i had to put in a formatted disc with content so i did and there are the results of that were that it read the cd and that the 4220 errir code was encountered last time there was an attempt to burn.
    and 'could not open cd handler 32. there is a problem with the installation of the drive in windows or the drive contains a copyprotected cd.
    the above is not the case as it also popped up for me to import cd to itunes.
    i tried to copy and past the entire contents here but it would not allow me to paste.
    please help!

    I too have only recently encountered this problem. I have been able to burn disks before but it keeps making all these weird sounds. It might be a hardware problem but the fact that everything else that uses a disk works I doubt it.

  • Import Fixed Asset by excel

    Hi Every one,
         I am importing FA in SAP B1 PL 09 but failed, with system message log " Its active depreciation areas must be the same as those defined in the corresponding asset class. I checked depreciation areas and asset class, They corresponded to each other.
         Please help me to find way to solve this error.
      Thanks & Best Regards
         Loan Tran

    check below..
    Fixed Asset SAP Business One 9.0 Configuration

  • HT1351 Some of the songs I bought from iTunes will not sync to my iPhone.  They show up on my phone, but the letters look faed and I can't play them.  How do I fix this?  I tried restoring my iPhone and it didn't work.

    Some of the songs I bought from iTunes will not sync to my iPhone.  They show up on my phone, but the letters look faed and I can't play them.  How do I fix this?  I tried restoring my iPhone and it didn't work.

    Sorry, I meant the letters look "faded" not faed.

  • CD's not purchased from iTunes but uploaded to iTunes do not show up in the music folder on Apple TV!  How can I fix this?

    CD's purchased from iTunes but uploaded to iTunes do not show up in the music folder on my Apple TV!  How do I fix this?

    You would need to make sure you're accessing the Computers icon. If you are under the Music icon, that will be accessing the cloud and only show iTunes purchases (unless you subscribe to iTunes Match)

Maybe you are looking for

  • How to avoid error "HTP 404" when working with "Google Suggest" and Apex 3?

    Hi, I am trying to implement the GOOGLE SUGGEST function in an APEX application (a sample of Google Suggest + APEX can be found in http://htmldb.oracle.com/pls/otn/f?p=22777:6:4312817919732414 or http://teradata.weizheng.net/2009/08/using-google-sugg

  • IPod and JVC Car Stereo random resetting problem

    Hey all, I recently bought my first iPod (yay!), a 30gig 5th generation. I also had a JVC KD-PDR30 cd player installed in my car so that I could hook up the iPod to it and eliminate all the random cds cluttering up my vehicle. It works great -- most

  • Burn disc doesn't highlight

    I made my first project the other day and want to burn to a DVD-R. The little spin wheel icon doesn't highlight and when I go to the drop down menu the "burn disc" isn't highlighted. A friend who knows Mac's and has worked a lot with computers actual

  • Event ID 7002 after re-install WSUS

    I'm running Windows 2012 with SCCM 2012 R2, SQL 2012 and WSUS on same server. I was getting event id 7002 so I uninstalled the WSUS feature, rebooted and re-added it, but I'm still getting this event. The WSUS is installed on it's own SQL instance. O

  • When ingesting footage via Prelude...

    ...are all changes made upon ingest, e.g. metadata, markers, etc, included in the results of transcodes done during ingest? My concern is about handing-off footage to others: should I hand-off only trancoded footage? orignal footage from the camera?