Applet fails after Java 6 update 41 to java 6 update 60

hi,
Currently updated Java 6 update 41 to java 6 update60,and my applet is failing and throwing the following exception
org.apache.commons.httpclient.HttpRecoverableException: Maximum redirects (100) exceeded
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1105)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:643)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497)
    at com.cisco.unity.mediamaster.httpclient.utility.UploadByteArrayCache.sendRequest(UploadByteArrayCache.java:341)
    at com.cisco.unity.mediamaster.httpclient.utility.UploadByteArrayCache.sendMultipartPostRequest(UploadByteArrayCache.java:286)
    at com.cisco.unity.mediamaster.ums.thread.UploadMPThread.uploadStream(UploadMPThread.java:530)
    at com.cisco.unity.mediamaster.ums.thread.UploadMPThread.uploadParts(UploadMPThread.java:461)
    at com.cisco.unity.mediamaster.ums.thread.UploadMPThread.run(UploadMPThread.java:392)
    at java.lang.Thread.run(Unknown Source)
Can anyone help here? is there known bug for this.

Thanks for the reply..
I used your tool and it seems my jnlp file is ok ..(nothing in red)
I have actually identified the problem and it seems after update to java 6 update 14.. I am not able to access any resources
Here the function that reads a .csv file
private int readStateMapData(String theAbName) {
.............................//lines deleted
lineBuf = "stateCodes.csv";
dPanel.showStatus("Reading state code information...", null);
lineBuf = "map-data/" + lineBuf;
try {
URL url = new URL(getCodeBase(), lineBuf);
BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
stateID = null;
while ((lineBuf = in.readLine()) != null) {
StringTokenizer st = new StringTokenizer(lineBuf);
String ID = st.nextToken();
String name = st.nextToken();
if (name.equals(theAbName)) { stateID = ID; break; }
in.close();
if (stateID == null) return STATE_NOT_FOUND;
} catch (MalformedURLException me) { return BAD_STATECODE_FILE; }
catch (IOException ie) { return BAD_STATECODE_FILE; }
I already have a logic built into my program that displays and error message and it shows "cannot read state code file"
These files are inside my jar. Again if I uninstall java 6 update 14 webstart works fine ..What should I do ??
Here is my jnlp file :
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="file:/G:/WNV_proj/dist/" href="launch.jnlp">
<information>
<title>XXXXXXXXXXX</title>
<vendor>XXXXXXXXX</vendor>
<description>MICRO-MAPS</description>
<description kind="short">MICRO-MAPS</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Djava.security.policy=applet.policy"/>
<jar href="MICRO-MAPS.jar" main="true" download="lazy"/>
</resources>
<applet-desc main-class="Micromaps" name="Micromaps" width="940" height="640">
</applet-desc>
</jnlp>
Edited by: atjava on Jul 15, 2009 12:26 PM

Similar Messages

  • WiFi fails after 2.2 update

    After 2.2 update
    Wifi analyzer Sees my Router as Strong Signal
    If I actuate WiFi, it connects to my Router/SSiD
    WiFi Icon is on the Top Bar
    When I open the Browser to go to a web page, the WiFi Icon disappears and The Screen shows Web Page Unabailable.
    Then the Wifi Icon comes back but the web page is still unabailable
    If I try to navibate to another Web Page, the Wifi icon again disappears etc etc
    When I leave WiFi off, the browser opens web pages nicely and I can watch News casts with some pauses for buffering.
    Pre 2.2  I could not watch the News casts but the wifi would bring up web pages rapidly.
    Any Assistance will be appreciated.

    jmccoy70 wrote:
    New Netgear WNDR3700 router.
    Power Cycled the Router
    Factory Reset the DX per Directions Posted here on this board,
    Set up a Guest Account with No Encryption on the Router.
    Went into WiFi settings and attached to the Guest account
    Still in WiFi Settings, watching the SSID cycle between "Connected" and "Obtaining an IP address from Guest Account"
    Any Thoughts or assistance will be appreciated.
    I also have the WNDR3700 router.  And had the same DroidX WiFi connect/disconnect issues.
    I did not try the Airplane fix but I was able to correct my unstable WiFi Connection by going into the 3700's setup and disabling (unchecking) UMM for both the 2.4ghz and 5ghz bands.
    You will find UMM under QoS Setup within the router's setup.
    I have tested both encryption (AES) and Open Security and the WiFi Connection remains connected.
    My DroidX did not seem to be happy with UMM enabled.
    If anyone corrects their unstable WiFi Connection by disabling UMM on any router, please share your results.  Thanks!

  • Pictures in Scrolling Applet disappeared after Java 10 update.

    My home page on my website; [http://mrpitbull.com] has a scrolling applet
    that contains several pictures. After a Java update (10) a few months back, the
    pictures disappeared. Any computer that has not had the update, the pictures
    still appear. I rolled back the update on my system to 9 and got the pictures
    back. I figured that whatever problem I was experiencing, others would too,
    and a fix would be forthcoming. After a number of months, it is time to
    seek some help. Hopefully, someone is familiar with the issue and has a
    solution. Thanks! [http://mrpitbull.com/]

    Gimbal2,
    What would you call the scrolling text area on my home page that I am referring to? How could I better explain my problem? Is there a better or more targeted forum I should be in? Thanks.

  • AppStore submissions fail after Java Update 2012-006 1.0

    Dear All.
    After running the Java Update 2012-006 1.0 submissions to the app store using XCode Organizer no longer work. Upload fails.
    The error message is well known (an error occurred uploading to the itunes store) and it is also known that the error is related to Java as described in this post http://stackoverflow.com/questions/5783481/an-error-occurred-uploading-to-the-it unes-store - how ever the fixed described there did not work for me.
    Uploading the app from a machine which did not run the update worked.
    Best
    Christian
    Developer of [URL="https://itunes.apple.com/app/mailer-newsletter-group-mail/id321504812?mt=8"]Mailer[/URL] and [URL="https://itunes.apple.com/app/timer-with-sections/id315973422?mt=8"]Timer[/URL].

    Fixed... Here is what I did.
    To start with I had installed Oracles Java 1.7 JDK, which was really messing things up.
    Went to Finder>Applications and entered in Search box - JavaAppletPlugin.plugin
    Right clicked and removed to trash.
    A check in Terminal for Java version still showed Java 1.7
    my-imac:~ my$ java -version
    java version "1.7.0_07"
    Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
    Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)
    1. Finder>Computer>Library>Java>JavaVirtualMachines showed the 1.7 SDK (make note of exact name of the Directory name)
    Just in case anything went wrong I copied the 1.7 SDK folder to my desktop before doing the next item
    2. In terminal type
    cd /Library/Java/JavaVirtualMachines
    3. You should now be in that directory
    sudo rm -rf jdk1.7.0_06.jdk  (or whatever the exact name of the directory is in step 1.)
    You may have to enter your administrator password
    The directory should now be deleted and you can verify in Terminal by
    java -version
    Mine now showed "Java 1.6_xxx"
    Went into Xcode Organizer and distributed my app to the iTunes store without a problem. Whoo,hoo!

  • DocumentBuilder.parse() fails after CLOB is updated

    I have written a java application that reads XML content stores in a CLOB column in a 9.2.0.5 database. The application works just fine until the contents of the CLOB is modified, then I get the fatal error shown below.
    I am using classes from the javax.xml.parsers.* package to process the XML content. Using an OracleStatement and OracleResultSet I read the CLOB column into a CLOB variable (named clob) using the getCLOB() method. I then create an InputSource using the following statement:
    InputSource source = new InputSource(clob.getAsciiStream());
    and then create a Document using the following the statements:
    builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
    outDoc = builder.parse(source);     
    The parse method works fine until the CLOB is updated (using TOAD) and then it fails. I have modified the program to print the contents of the CLOB using the methods described in the Oracle JDBC guide; using a while loop, CLOB.read() and StringBuffer. I have noticed that the output before and after the CLOB is updated is definitely different; there is extraneous information following the XML document - I just don't understand why this happens.
    [Fatal Error] :23:10: Content is not allowed in trailing section.
    org.xml.sax.SAXParseException: Content is not allowed in trailing section.
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at com.embMessageProcessor.processMsgList(embMessageProcessor.java:91)
    at com.embMessageProcessor.main(embMessageProcessor.java:28)
    Press any key to continue...

    rangelot,
    Could be a bug in the JDBC driver you are using. Sorry, I couldn't find any details, in your post, of which one you are using.
    JDBC drivers also need to be compatible with JDK versions. Have you verified that yours is compatible?
    JDBC drivers are supposed to be backward compatible, so maybe using the latest Oracle JDBC driver may resolve this problem.
    Have you checked the MetaLink Web site? This may be a known issue. If not, then you can always report it as a bug (also on MetaLink).
    Good Luck,
    Avi.

  • Remote Desktop Fail after March 10 Updates!

    I updated client servers with MS updates as usual over the weekend remotely. Tried to remotely log into 2 of the servers after they rebooted; Server 2008 R2 and 2008 Standard, and was denied with "Your credentials did not work" message at the top
    of the dialog. Administrator, other IDs did not work. Only way to log into either server was to drive into the client (on Sunday) and login from the console. Once logged in from the console I was able to RD into each. If the server is rebooted RD is again
    unavailable until logged in from the console. I am now seeing that remote access works for a while but in some cases becomes unavailable after a while. The problem only seems to affect server 2008 and 2012 variants.
    Backed out the following updates and the problem remained: KB3002657, KB3033929, KB3046049, KB3035131, KB3034344, KB3032359, KB3039066, KB3035132, KB3035126, KB3033889, KB3032323, KB3030377. Then I restored the System State from the day before the updates but
    the problem is still present.
    Unfortunately, this particular client has around 30 remote users who need to login every day. The only workaround I've found is to log their IDs in at the console first. Then they can connect remotely. Others have reported this problem and one post leads me
    to believe it could be an issue with 2008/2012 RDS boxes on a 2003 Domain Controller. Any help appreciated or, MS: Please Get This Fixed!
    More info:
    https://social.technet.microsoft.com/Forums/en-US/0a520543-29d4-4466-9967-e39d819d11f1/users-cannot-log-into-remote-desktop-after-3112015-update?forum=smallbusinessserver&prof=required

    We are both in the same boat.
    While it's nice to know that Microsoft gives us these broken updates so we can charge customers, there is that "loyalty" factor to our customers in which we end up absorbing the many hours of troubleshooting and research time spent.
    Failing to find a suitable solution to this problem by end of day I will attempt to remove ALL 27 Security Updates that were installed to see if this resolves the issue.
    What scares me is that you probably removed the applicable ones and that we will be in the same situation after removal.
    This thread seems a little more active:
    https://social.technet.microsoft.com/Forums/en-US/0a520543-29d4-4466-9967-e39d819d11f1/users-cannot-log-into-remote-desktop-after-3112015-update?forum=smallbusinessserver&prof=required

  • Boot Fail after latest BIOS Update on Flex 2-15D

    Hi everyone,
    I have a severe problem (I guess) after the latest BIOS Update. Windows 7 freezes during startup.
    I own a 64-bit Lenovo FLex 2 15D with AMD A6-6310 and R4, 4GB RAM and a SSHD (8GBSSH). I purchased it without OS and installed Windows 7 - which worked fine so far.
    I yesterday updated the BIOS with version 9FCN23WW (for Win7 and Win8), the latest BIOS update. A mistake, it seems.
    After Reboot, I first had to disable Secure Boot in the BIOS, because it would not let me boot at all. I figured out how to get into the BIOS-Setup to disable this (press Enter 2x, press Tab when in the Boot Menu to access the "Apps Menu", then "SETUP" - just in case this helps someone).
    Now Win7 begins to start up, but freezes during the startup process (the splash screen with the win flag freezes and looks a bit strange. I used the "protected mode" Windows Startup and saw that the process always hangs when loading "amdkmpfd.sys".
    That is basically it.I guess I have to find a way to re-install the previous version of the BIOS, but I have no idea how!
    Any idea?!
    Now about what I did to fix this (poor, but I tried):
    If I try to start from a Win7 installation CD-ROM (actually it is one for Dell PCs, but I guess that is not the problem) and press a key to boot from CD, Windows loads files, shows "Starting Windows"  and at a certain point again just freezes. When I -do not- press a key, WIndows Boot Manager shows up and mentions that "Windows failed to start (etc.)" "File: \EFI\Microsoft\Boot\BCD" "An Error occurred while attempting to read the boot configuration data."
    I can't even boot into Linux on a USB stick, because the Windows "Error Recovery" (translated from German, sorry - my guess) won't let me when I try (just offers to boot to Win7 in protected mode - it could be that it fails immediately and jumps back to Win Startup).
    Thank you for every bit of help!
    Tristam
    Solved!
    Go to Solution.

    I found our the solution to my problem with the help of SebastianLenovo ...
    In the BIOS / Boot Mode, I switched back from "UEFI" to "Legacy". That's it. That simple. The BIOS Upgrade routine just did not transfer that setting from the old BIOS to the new.
    Given the fact that 1. I did not change that setting, so it is default and 2. it would have been easy to avoid, if the BIOS update routine would be well programmed to transfer the current BIOS settings to the new, upgraded BIOS ...
    Anyway a strange situation that a 64-bit system has a 32-bit BIOS. Actually no Linux distribution (except FatDog and rescue systems) are able to deal with it - Linux only running as a Virtual Machine under Windows. I think this is inappropriate and really taking away a part of the fun if you can not run this laptop as a dual boot system.
    Thanks to Sebastian and I hope this solution helps someone in the future...
    Regards, Tristam.

  • DLNA Connection Fail After 10.5 update

    Hi everyone,
    I've recently fell into IOS5 hype alongside with the new iCloud introduction. But after done all the necessary step, updated IOS, iTunes and OSX.
    Not until iTunes 10.5 update, my DLNA music sharing works just fine. For some reason now, whenever I make the itunes loads the DLNA library. As soon as the list got populated, itunes automatically drops the list and highlight Music Library for me.
    Anyone experiences this and somehow fixes it?
    I am using following hardware for DLNA
    Buffalo LinkStation:Live LS-CHL model. Software 1.12
    http://www.buffalotech.com/products/network-storage/home-and-small-office/linkst ation-live-ls-chl/
    Tried the follwing and failed
    1. Cleared Media folder and Attempt to view it in iTunes
    2. Turn off Home Sharing
    3. Check Preference for any direct link to DLNA
    4. Both Windows ana Mac iTunes have the same symptoms
    thanks
    Mario

    I'm also having a similar issue, my iTunes 10.5 won't even connect to my Linkstation shared library.
    It seems that iTunes 10.5 has had a bug introduced.
    Does anyone know about any fixes to this yet?

  • Importing constantly fails after 10.1 update

    Hello All,
    I am experiencing a major problem after upgrading to 10.1
    every time I try to import media "Canon VIXIA HF20" a supported camera it fails and tells me it is referencing the media on the camera.
    If I kick of the import again it sometimes works, or I have to manually copy the media off of the camera then import it from a file which seems to work.
    I have never had this issue before and this is causing me a lot of grief! 
    Is there a fix for this?? is there anything I can do??
    any help will be greatly appreciated.
    Paul...

    I realize that everything was fine until… But I'm not aware that 10.1 update has broken the import function in general or for any specific format or camera model. More to the point, a Web search didn't didn't turn up those reports. Nor should this format require any special plug-ins that might need updating to work with 101.
    So when you ask for any fixes, I would still look at the possibility of a suspect clip. Try shooting some test footage and see whether that imports. If you still have problems, take the camera's internal drive out of the equation and try a card.
    Good luck.
    Russ

  • Check Db fails after kernel patch update

    Hi,
    I've updated kernel 710 to the latest patch "159" on my PI 7.10 system, however now Check DB fails when scheduled from DB13 with a
    "Scheduling failed" error.
    We have SQL 2005 & I'm able to execute the job succesfully via the SQL Managemnt console.
    Also, all the other background jobs are working just fine.
    Pls. help.
    Thanks,
    Saba.
    Edited by: Rajeev Ganju on Jul 22, 2009 2:37 PM

    Hello,
    Since I'm on SQL, I use DB13 just for Check DB.
    I've tried deleting everything & recreating the schedule, but it has'nt helped.
    Even after rescheduling, SM37 doesnt reflect the scheduled jobs.
    Thanks,
    Saba.
    Edited by: Saba Sheikh on Jul 23, 2009 9:21 AM

  • Bluetooth failed after last OS Update

    After the last OS update 10.7.3 on my Powerbook Pro, bluetooth failed on both Trackpad and Apple Mouse. It connects and then disconnects. Anysolutions out there?

        catnfran,
    I'm sorry to hear that you have been experiencing this issue with your Bluetooth feature! Updates are meant to offer enhancements.
    Based on our findings, with the new update, making this change manually would be the recommend option. If needed, we can attempt to master reset the device http://vz.to/1d1KPN1 to see if this helps resolve this particular concern.
    EfrainM_VZW
    Follow us on Twitter @VZWSupport

  • Every PATCH installation fails after installing Windows Updates

    Hello,
    I want to report an issue which I think is a Windows bug introduced by one of the Windows updates (unfortunately I wasn't able to find out which one of them).
    Here is the test case:
    1. install a fresh copy of Windows on a test machine
    2. install all available Windows Updates (so the system is up to date)
    3. create a sample MSI installer which only installs some dummy files (let's say Product Version 1.0.0) and host it on a web server
    4. install the MSI from the online location using a command line like this:
    msiexec /i http://server/share/package.msi
    5. create a .MSP patch (e.g. v1.0.1) which only adds a new file to v1.0.0
    6. install the v1.0.1 patch
    RESULT: the patch installation fails with the following error message: "The filename , directory name , or volume label syntax is incorrect"
    NOTES:
    1. the issue was replicated on Windows 7 and 8 machines UP TO DATE
    2. the issue is not replicated on a fresh installation of Windows without Updates applied
    Is there anyone aware of what could cause this error? Once again the patch installation fails only on Windows machines with the latest Updates installed.
    Thx,
    Daniel

    Hello,
    I want to report an issue which I think is a Windows bug introduced by one of the Windows updates (unfortunately I wasn't able to find out which one of them).
    Here is the test case:
    1. install a fresh copy of Windows on a test machine
    2. install all available Windows Updates (so the system is up to date)
    3. create a sample MSI installer which only installs some dummy files (let's say Product Version 1.0.0) and host it on a web server
    4. install the MSI from the online location using a command line like this:
    msiexec /i http://server/share/package.msi
    5. create a .MSP patch (e.g. v1.0.1) which only adds a new file to v1.0.0
    6. install the v1.0.1 patch
    RESULT: the patch installation fails with the following error message: "The filename , directory name , or volume label syntax is incorrect"
    NOTES:
    1. the issue was replicated on Windows 7 and 8 machines UP TO DATE
    2. the issue is not replicated on a fresh installation of Windows without Updates applied
    Is there anyone aware of what could cause this error? Once again the patch installation fails only on Windows machines with the latest Updates installed.
    Thx,
    Daniel

  • Update fails after 2%.  Update taking a long time.

    Just installed CC this month.  I have 3 updates to run and InDesign fails each time.  I am on a brand new MAC, OS MAVERICK and a G4 Satellite internet connection.

    Swissvalley do you receive any specific error messages?  I would recommend reviewing your log files for errors.  You can find details on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.

  • Backup fail after kernel patches updated

    Hello friends
    i have update kernel pathes. then backup is failing cont. now my patch level is 114.
    im getting error please  suggest.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000235, user ID BASIS1)
    Execute logical command BRCONNECT On host sapodev
    Parameters: -u / -jid STATS20080731152625 -c -f stats -t ALL
    BR0801I BRCONNECT 7.00 (11)
    BR0805I Start of BRCONNECT processing: cdymghmx.sta 2008-07-31 15.26.27
    BR0252E Function fopen() failed for '/oracle/SAD/sapcheck/connSAD.log' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/SAD/sapcheck/connSAD.log failed
    BR0806I End of BRCONNECT processing: cdymghmx.sta2008-07-31 15.26.31
    BR0280I BRCONNECT time stamp: 2008-07-31 15.26.31
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    thanks & regards
    sachin

    Hi,
    I think some of the answers are partially correct.
    For the full and correct solution you must
    > Check the owner, group, and access authorizations for BR*Tools and SAPDBA in accordance with Note [113747|http://service.sap.com/sap/support/notes/113747].

  • Clamd fails after installing Security Update 2010-004

    A few months ago while running clamav-0.96, I began to get "Assertion failed" notices in my system log. But I applied a PowerPC patch available at clamav.net and that solved the problem. Later on, I updated to clamav-0.96.1 and everything continued running fine until yesterday when I installed Apple's Security Update 2010-004. Now I'm seeing the "Assertion failed" messages in my system log again just about every 10 seconds:
    Jun 17 07:55:17 nagxserveg5 net.clamav.clamd[686]: Assertion failed: (ResultPtr
    = -(1 << 23) && ResultPtr < (1 << 23) && "Relocation out of range!"), function
    relocate, file llvm/lib/Target/PowerPC/PPCJITInfo.cpp, line 399.
    Jun 17 07:55:19 nagxserveg5 ReportCrash[705]: Formulating crash report for
    process clamd[686]
    Jun 17 07:55:19 nagxserveg5 ReportCrash[705]: Saved crashreport to
    /Library/Logs/CrashReporter/clamd2010-06-17-075517NAGXServeG5.crash using
    uid: 0 gid: 0, euid: 0 egid: 0
    Jun 17 07:55:19 nagxserveg5 com.apple.launchd[1] (net.clamav.clamd[686]):
    Exited abnormally: Abort trap
    Jun 17 07:55:19 nagxserveg5 com.apple.launchd[1] (net.clamav.clamd): Throttling
    respawn: Will start in 1 seconds
    I tried reinstalling clamav-0.96.1 (configure/make/make install) and
    rebooted, but that didn't help. And attempting to reapply PowerPC patch, I just
    get the message that the patch is already applied. I have had to turn off virus scanning in ServerAdmin/Mail service in order to send/receive any mail. Otherwise, everything fails in virus scanning and just ends up sitting in my Mail Queue.

    Yes, but you also mentioned that you tried to apply the patch which is not needed
    Looks like a freshclam update broke things then. Until they reliably sort it, you can safely rebuild ClamAV using --enable-llvm=no or --disable-llvm (don't remember which one is correct off the top of my head).

Maybe you are looking for