SHA Message Digest Algo not supported by IBM JDK

Hi,
When I run an application with IBM's JDK, am getting the following exception:
"java.lang.SecurityException: SHA MessageDigest not available"
Any idea on how to create support for this Message Digest algo? One way is to use provider, I guess. But I don't know how to use a provider & where to get it from. Any suggestions/thoughts?
Regards,
GSP

In my code, a class extends java.rmi.server.UnicastRemoteObject. & the exception occurs when this class is run with IBM JDK. The stack trace is:
java.lang.SecurityException: SHA MessageDigest not available
at sun.rmi.server.Util.computeMethodHash(Util.java:378)
at sun.rmi.server.UnicastServerRef$HashToMethod_Maps.createMap(UnicastServerRef.java:544)
at sun.rmi.server.WeakClassHashMap.getMap(WeakClassHashMap.java:71)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:196)
at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:306)
at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:248)
at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:146)
at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:132)
at Engine.<init>(Unknown Source)
where Engine is the class that extends UnicastRemoteObject.

Similar Messages

  • Unable to open message. Format not supported.

    This problem has already  been discussed here however I can provide some more detailed information. Our company runs a network of automatic telemetry stations. The stations send short messages containing some data to the users. Even though the message contains only a plain text and can be displayed on most mobile phones without any problem, it can't be displayed on some Nokia phones, e.g.. N8 and 2630. The model 2630 shows "Message cannot be displayed". The N8 shows "Unable to open message. Format not supported", but the beginning of the message (preview) is readable in the inbox.
    On the sender side the  Wavecom wireless CPU model Q2686 is used. I tried to send various messages using AT+CMGS command but regardless of the content they cannot be displayed on N8 and 2360.
    Please help. If anyone is interested in this problem I can demonstrate it by sending an 'undisplayable' message to his mobile phone number.

    Hi,
    I have N8, and same thing happened to me when i recieved MMS Confg. for using operator internet mobile,  "Message Format not supported"
    about me i change to another GSM operator, and its work now.
    i think u can add an access point manually, go to ur GSM Operator and take the setup details, and from conective > setting > Destinations > Add new acc. pt. 
    Hope this will help u.

  • Alert log message : Load Indicator not supported by OS

    I am running Oracle 8.1.5 on Red Hat Linux 6.1 , I am getting an alert message
    "Load Indicator not supported by OS"
    Kindly help me urgently on the below email address
    [email protected]
    Thanks

    Try turning of the Multi-threaded server option (i.e. comment out "mts" references in the init[SID].ora file). This appears to be an MTS-related bug.
    HTH
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by (Viral Shah):
    I am running Oracle 8.1.5 on Red Hat Linux 6.1 , I am getting an alert message
    "Load Indicator not supported by OS"
    Kindly help me urgently on the below email address
    [email protected]
    Thanks<HR></BLOCKQUOTE>
    null

  • How can I get my stereo to play music videos from my Ipod Nano?  It comes up with the message "This device not supported".  Strangely my Iphone IS recognised.  The stereo, Ipod, and Iphone are less than 4 months old. Any suggestions welcome!

    How do I get my Ipod to play music videos through my theatre system?  I keep getting the message "This device not supported".  My theatre system WILL recognise my Iphone however.  The theatre system, Ipod, and Iphone are all less than 4 months old.  Any suggestions welcome!

    Check with the theater system vendor and see if their system is compatible with the Nano. The resolution on the Nano may be too low for the system.

  • What does the Error Message: "File format not supported" mean?

    When I first open an existing project, I get an Error Message: "File format not supported".   After a few seconds all the windows open up and I can continue to edit.  My question is will this "File format not supported" haunt me later or shall I continue to edit as I am doing? Why does this error message come up?  All the current footage is shot on same camera, the Canon 5D Mark III at 23.98 time code rate,  1920 x 1080.

    More information might help someone help you - Information FAQ http://forums.adobe.com/message/4200840
    Also, are your files on an external drive?

  • HT1476 Message: charging is not supported by this accessory. Tried 3 charge cords, blew all clean with air, no phone charging icon.

    Trying to charge the iphone 3.  When connecting charger, receive message " charging is not supported by this accessory".  Three chargers tried and do not work.  Blew all connectors clean with compressed air.  Battery charging icon does not show when plugged in and phone slowly losing power. 

    Clean iPhone charging port with clean toothbrush and small amount of Isopropyll Alcohol. Clean very well especially on top of the midrib which is where the pins are.

  • Need help about the SHA Message Digest ? & what is use of Message Diagest ?

    need help about the SHA Message Digest ? & what is use of Message Diagest ?
    1>i have one program of making message digest
    2>which requires two files name
    3>one for input like txt
    4> second is out put file of message digest
    can any one tell what is the use of second generated file .

    MessageDigest md = MessageDigest.getInstance("SHA");
    FileInputStream fis = new FileInputStream(args[0]);
    byte[] b = new byte[1024];
    int readed = -1;
    while((readed = fis.read(b)) > 0)
         md.update(b, 0, readed);
    fis.close();
    FileOutputStream fos = new FileOutputStream(args[1]);
    byte[] d = md.digest();
    StringBuffer sb = new StringBuffer();
    for(int i = 0; i < d.length; i++) {
         String str = Integer.toHexString(d[i] & 0xff);
         sb.append(str.length() < 2 ? "0" + str : str);
    fos.write(sb.toString().getBytes());
    fos.close();

  • Error message airport utility not supported on this architecture

    I'm using a macbook pro with OS X v10.5.8 and trying to set up a new Time Capsule network, however I'm getting the error message "airport utility not supported on this architecture". How do I fix this so I can set up my network?

    Hmmm, that message would imply that Airport Utility is from a PPC Mac, or an older version of the OS?
    Might download & install this...
    http://support.apple.com/downloads/AirPort_Utility_5_3_2_for_Leopard
    Also see...
    http://support.apple.com/kb/HT1998

  • When trying to change ringtone I keep getting the error message file type not supported.

    I have downloaded some ringtones fro VZ Tones and when I go to make them the default it gives me the error message file type not supported.  If I go to my storage and try to look at pictures, it tells me the same thing.

        That's definitely odd CrystiDawn, and I understand it can be quite frustrating. Let's get to the bottomof this. What device make and model phone do you have? Did you receive a text message with a link to download the ringtones? If so, once downloaded, please go to all your Apps, locate "Files" and play the ringtone using the media player. You will have the option to set it as ringtone while playing and pressing the menu icon. Were the pictures taken from the phone or transferred using the USB cable?
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • IPhone 5 show message "charging is not supported" yet charge shows 100%

    My iPhone 5 worked fine the first two nights. Then on the 3rd. morning (after charging all night) I see the message "charging is not supported with this accessory". I switched to old iPhone 4 wall charger with lightning cable, same message in the morning. Tried again with new lightning cable I received in the mail and original iPhone 5 wall charger. Worked fine first night and morning, but on 2nd. morning message "charging is not supported..) came on again, yet charge shows 100%. Each time I've plugged in lightning cable everything look ok (no "charging not suported" message). The message always appears in the morning after a nights charging.
    Any ideas to try before I make an appointment with Apple Genius and drive 20 miles?
    Thanks,
    Bud P.

    I took my iPhone 5 to the Apple Store and spoke with an Apple Genius. He checked out my iPhone and then I was told that that was not a hardware problem with the cable or charger unit, but that the message could appear if the phone was fully charged and left on too long after being fully charged. Since then I let the battery run down longer before I charge and then fully charge in the evening and unplug before I go to sleep. I have not had the message appear again since I did that.
    bpiraino

  • Getting message.. accessory not supported by this ipad...trying to use Seagate external hard drive

    I recently bought a Seagate Backup slim bundle to use with my ipad. I am getting a message saying "accessory not supported by this ipad". What do I need to do?

    Howdy pbfrost,
    You should first check to make sure that your device is compatible with the iPad. See this article -
    If you need help with iPhone, iPad, or iPod touch accessories - Apple Support
    According to the Apple's store requirements for the Seagate Backup, it needs to be used with a computer. See this page -
    Seagate 2TB Backup Plus Slim for Mac Portable Hard Drive - Apple Store (U.S.)
    If you are trying to back up your iPad, you can use either iTunes while connected to a computer, or iCloud. See this article -
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • My iPod Touch keeps displaying the message 'This accessory not supported by iPod touch.' When I've used it w/this device multiple times, it's happening more and more frequently now. Anyway to dismiss this message for good? Because the iPod still plays .

    My iPod Touch keeps displaying the message 'This accessory not supported by iPod touch.' When I've used it w/this device multiple times, it's happening more and more frequently now. Anyway to dismiss this message for good? Because the iPod still plays thru my radio and system.

    That message is usually due to a bad cable.
    Not Charge
    - See:    
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    If you can’t charge your iPhone, iPad, or iPod touch
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - If a 5G iPod               
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar
    or send it in to Apple. See:     
    Service Answer Center - iPod

  • My iPad 5 will not charge, I get the message " CHARGING IS NOT SUPPORTED WITH THIS DEVICE

    I get the message " CHARGING IS NOT SUPPORTED WITH THIS DEVICE. I've checked different cables and chargers ( from our other iPad 5, and cleaned the port, but it won't charge plugged into the computer or ghargers.

    If charging will not work with valid cables and chargers and the Lightning port is clear, there is likely a hardware issue.  Take the iPad to an Apple store genius bar and have it tested by the techs.

  • ADT error : SHA-256 digest algorithm not available

    Hello everyone!
    I'm trying to do a real test with my Adobe air projet (wich is working fine on ADL), but when i'm trying to compile it with ADT, I get this error, whatever I write..
    Exeption in thread "main" java.lang.RuntimeException: SHA-256 digest algorithm not available
                             at com.adobe.air.AIROutputStream.<init><AIROutputStream.java:37>
                             at come.adobe.air.AIRPackager.newUCFOutputStream<AIRPackager.java:383>
                             at come.adobe.ucf.Packager.<init><Packager.java:30>
                             at com.adobe.air.ADT.main<ADT.java:37>
    How can I fix this bug?
    Thanks

    Here is the command I am using to creat myself a new certificate :
    adt –certificate -cn SelfSigned 1024-RSA sampleCert.pfx samplePassword
    I get this error even if I only write "adt". It's very strange..
    Thanks for your help !

  • I cannot upload an exel file from lap top to numbers in iPad, message says file not supported.   Any help please?

    I cannot upload an exel file from lap top to numbers in iPad, message says file not supported.   Any help please?

    File Sharing lets you transfer files between iPad and your computer. You can share files created with a compatible app and saved in a supported format.
    Apps that support file sharing appear in the File Sharing Apps list in iTunes. For each app, the Files list shows the documents that are on iPad. See the app’s documentation for how it shares files; not all apps support this feature.
    Connect iPad to your computer.
    In iTunes, select iPad in the Devices list, then click Apps at the top of the screen.
    In the File Sharing section, select an app from the list on the left.
    On the right, select the file you want to transfer, then click “Save to” and choose a destination on your computer.
    Transfer a file from your computer to iPad:
    Connect iPad to your computer.
    In iTunes, select iPad in the Devices list, then click Apps at the top of the screen.
    In the File Sharing section, click Add.
    Select a file, then click Choose (Mac) or OK (PC).
    The file is transferred to your device and can be opened using an app that supports that file type. To transfer more than one file, select each additional file.
    Delete a file from iPad: Select the file in the Files list, then tap Delete.
    or use dropbox

Maybe you are looking for

  • Please Help: iMac black screens after startup logo + spinning wheel no cursor).

    Hi, guys. I'm in a fair bit of a desperate situation; my iMac's screen seems to shut down every time after the white startup screen. The Apple logo appears, & the progress wheel begins spinning, then after a while - when it would usually then go to t

  • How to getvalue from selected radio button

       <table width="39%" border="0" cellspacing="0" cellpadding="0">       <tr>         <td height="40">           <input type="radio" name="radiobutton" value="proID" >           <strong>Product ID:           <input type="text" name="remProID" size="5"

  • Addressbook sorts coporate on first name

    Hi, In UWC, coporate members found through the addressbook search are not sorted by their Lastname, but by their Firstname. This is quite annoying when you have a long list and you try to find somebody you most probably only know by Lastname. Test: u

  • ITOUCH TURNS OFF/ FREEZES FOR NO REASON!

    my itouch that apple just sent me cause my broke turns off or freezes for no reason at all! why is this?!?!

  • I can maximize or minimize but the center square option doesn't work

    I don' t like Firefox maximized so I use the smaller square next to the X in order to keep it at around 2/3 my screen size. That way I can see part of my screen in the background. All of a sudden, I can either maximize the window or, if I click the s