HT1338 A Problem with the Oct 18, 2012 Java Update

Yesterday's (Oct 18, 2012) Java update does not start with my applications. What can I do?

JavaQuestion wrote:
Yesterday's (Oct 18, 2012) Java update does not start with my applications.
In this thread https://discussions.apple.com/message/20074533 three different solutions were used, all of which would seem to be rather complicated. Hopefully a simple solution will show up soon.

Similar Messages

  • Sqljdbc4 driver problem with the latest version of java (java6 update9)

    Hi all, sorry for my ingles.Need help with a problem, I have to connect to sql server 2008 from Java, I had install the Java SE Development Kit 6u22, and when the upgrade to the 6u29, the driver stopped working, they let the following example:
    public static Connection getConnection(String db_connect_string,String jdbcDriver)
    Connection conn = null;
    try {
    Class.forName(jdbcDriver);
    conn = DriverManager.getConnection(db_connect_string); //when you run this line, does nothing mores, nor throws errors
    } catch (Exception e) {
    System.out.println("Error de conexion." + e.getMessage());
    return conn;
    uninstall update29, and install that before and had returned to work. Still do not know how to solve this problem with the latest version of java. Any ideas?.
    Thanks.

    You are not the only one.
    MS SQL JDBC does not work with 1.6.0_29?

  • I am having many problems with the CC 2014 application manager update

    I have 2 seats. Thus I have CC 2014 installed on four computers. All four are high end desktops with Windows 7 Ultimate 64 bit installed, all four with the latest patches. All four also use high end nvidia graphics cards all with the latest drivers.
    On all four, when I tried to update the application manager, only the frame of update the window was visible. Then, when I moused over the empty frame, the blue update button became visible, but nothing else. Since the common thread is nvidia drivers, it seems there may be a conflict. But one card is a Quadro FX 5800, another is 2x SLI NVIDIA GeForce GTX 285, another is an NVIDIA GeForce GTX 680 2GB, and the fourth is an NVIDIA GeForce GTX 780 3Gb. So all four have different cards.
    I went ahead and installed the app mgr update and all the program updates on all four computers. All four had problems, two of them serious.
    On one computer, there were problems booting up. The boot up problems went away when I restored to a prior image. I tried several times. The problem persisted. I finally gave up on updating this computer.
    This boot up problem then happened on a second computer. I restored to a prior image and the problem went away here as well. I then tried the installs again. This time, the computer booted fine, but I lost the ability to send email. I use Thunderbird and have had no problems sending email ever (for at least the past 8 years). So I again restored to a prior image and the email problem went away. I then tried the installs a third time. Same result. Investigating, I was able to get an alternate outgoing mail server to work (that of my company site). But I never got the Verizon server to work. Incoming? Yes. But no outgoing.
    On the third computer, I also had problems booting. But rebooting many times seems to have solved the problem. Unfortunately, Premiere crashes so often I've reverted to CC.
    I realize that Adobe puts much work into making their software better. And I depend on it every day. But to be honest, I've just spent several whole days trying to fix broken computers. And my confidence in Adobe is at an all time low.
    I so regret not staying with CC.

    >regret not staying with CC
    Previous via Cloud http://helpx.adobe.com/creative-cloud/help/install-apps.html#previous

  • Is anyone having problems with the new Xerox printer driver update from Apple? My 8700S is no longer working with QuarkXPress.

    I allowed a System Update that included a Xerox Printer update. I am running a MacPro 10.6.8 with Quark 8.5.1 and a Xerox ColorQube 8700S.  EVERY was working perfectly before the "update" but afterwards anything sent to the printer from Quark would stall the printer.  I went to the Xerox website and downloaded their Printer Driver and tried again.  Now I could print from  Quark but I can NOT get to the printer window to change the type of paper, etc.  So, the problem still persists.
    Should I try going into Time Machine and trying to find the Xerox Print Driver in the Library folder?
    Should I upgrade the whole system software?  (I wouldn't mind doing that AFTER I get this magazine off to the commerical printer)
    Should I upgrade to Quark 9?
    Any help here would be apprciated.
    Thanks  - Rob

    As a general rule of thumb, I never install updates until I read its info and I am having problems with my current software.  I hide the updates until I need them.  Usually this happens when I update or upgrade my os.  I don't fix what ain't broken is my golden rule.
    It is possible that you need to update or upgrade Quark in order for your newer printer driver to work.  First I would try the following....
    Disconnect all peripherals from your computer.
    Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://support.apple.com/kb/HT2963 and restart your computer.
    If your printer does not work afterwards, update or upgrade Quark.  If that does not work, contact the printer manufacturer.

  • Problems with the ActiveX bridge for Java beans when using third-party .jar

    I encountered the following problem when using the ActiveX bridge for a java bean:
    I am using JDK 1.4.2_09 and MS Visual Basic 6.0 (SP6). I wrote a java bean called ProcessViewer (my class ProcessViewer inherits from JComponent and implements the interfaces Serializable and AdjustmentListener) which I would like to use within a VB 6.0 application. I used the ActiveX bridge (packager.exe) to generate a DLL (ProcessViewer.dll) and registered it successfully. The java bean GUI-control works fine within my VB 6.0 application unless my java bean (ProcessViewer.jar) uses any third-party .jar files.
    But when I tried to add a reference to some third-party class (com.sap.xxx.xxx....) I got some problems. I could solve the problem with packager.exe by setting the correct CLASSPATH. But at runtime my VB 6.0 application does not work. It crashes or it reports an error like this: "The control ... could not be loaded from axbridge.dll" (although I deployed my .jar file correctly to the directory C:\Programme\Java\j2re1.4.2_09\axbridge\bin and lib). Setting the CLASSPATH environment variable before calling my VB 6.0 application (exe) did not solve the problem.
    How can I teach my VB 6.0 application (containing the Java bean ActiveX control) where to find the third-party .jar file? Copying the third-party .jar file to the JRE lib-folder or to the axbridge\lib folder did not solve the problem either.
    I studied the documentation about the ActiveX bridge given at:
    http://java.sun.com/j2se/1.4.2/docs/guide/beans/axbridge/developerguide/index.html
    but I am missing informations on how the third-party .jar files can be found during runtime of the ActiveX container (e. g. a VB 6.0 application).

    See how to solve your problem with JNI:
    http://codeproject.com/cpp/OOJNIUse.asp
    More examples (for SWING) in tools setup:
    http://www.simtel.net/product.php[id]95126[SiteID]simtel.net
    http://www.simtel.net/product.php[id]94368[SiteID]simtel.net
    http://www.simtel.net/product.php[id]93174[SiteID]simtel.net

  • Problems with the 12.0.4 CS5 update aka poor support

    In my 30 years as a technical support director for national and global companies I would have been fired long ago if the customer suport I provided was as bad as this has been. Love the products -- regret the support.
    Since updating to 12.0.4 from 12.0.3 a number of 3rd party plug-ins have stopped working. In talking with the respective plug-in support teams they report that some of the conduits that pass information between LR3.4 and CS5 (12.0.4) are broken and that they are attempting to fix them.
    I have now been on a weeklong thread with Adobe support in which offshore support offers me canned responses and never read my responses. Case in point. In my last interaction over the last few days I've asked how to revert back to 12.0.3. Instead of a direct answer they offered another solution to the problem.
    Anyone else had similar issues? The problems I'm having issues with are NIK and OnOne plugins -- not all of them but just a few. I'd reinstall from my original disks but the I'd be back to 12.0.0.

    I see some indirect problems with OnOne Software's Perfect Resize product.
    I have been planning to send them a note, though I imagine they're already aware of the problems.
    -Noel

  • Problem with the 4.3.2 software update?

    I have a 32GB Ipod touch and recently I have been having what seems to be software problems. I can't use apps without the Ipod skipping back to the main screen, or the recently used apps list popping up from the bottom of the screen. When left on the side it is constantly turning itself on and off which is wasting the battery. At first I just tried getting on with it however am now becoming more and more frustrated, especially when playing games as I get anywhere between 5-60 seconds gameplay before the app shuts down and I'm again faced with the homescreen. I tried turning it on and off, then tried restoring it however I'm still having the problem. Anyone else having the same problem or anyone know how to resolve it? any help would be appreciated as I feel going to the Apple shop could potentially hurt my wallet.

    You might be correct on that. One of the people I support had just gone up to 4.3.2 on her iPod Touch and it's doing the exact same thing. I did a full wipe and restored everything it and the battery level went from 50% down to 20% in minutes. It also started taking me back to the main screen while I was in the Settings screen.
    I then wiped it again (battery level was back to showing 50%), only this time I set it up as a new device. I configured the Exchange email on it and I could sworn I saw the battery level jump up touch without it being plugged in. I should know by Monday if it's back to normal but I have feeling this is a bug in the OS.
    I'm planning on upgrading my iPad tonight but I'm probably going to hold off on my iPhone.

  • Problems with the last version of Java

    Hi
    I have MacBook Pro Mac OSX version 10.7.5, and I have udapte the last version of Java 7 version 25 and then since yesterday three of my genetics programs don't run.
    How can I get back the previous version of java?
    Thanks

    Try the steps given in the link below....Remember....,install the old version,if this problem persists
    http://forums.adobe.com/message/4041846#4041846

  • Has anyone experienced a problem with the adjustment brush since last update (for Mac) last week?

    Following an update to Lightroom on my Mac Pro work station last Friday: when I apply my adjustment brush to an area in an image, a faint box encompassing a much larger area than the size of my brush appears (extends well beyond the area I've identified with my brush and is clearly a large square shape). When I release my mouse, the adjustment I've made affects my entire image. I had no issues with adjustment brush prior to the update. I've been on the phone with Adobe support (no help). Have uninstalled/reinstalled Lightroom several times (no help). Adobe directed me to Apple (recommend use of Time Machine to date before Lightroom update came through). To ensure it's an isolated bug, I checked my MacBook Pro. Worked fine without update; I let update come through and find the adjustment brush "bug" is intermittent. When it occurs, however, I always see the larger "box" area, and the adjustment brush ultimately affects my entire image.
    Anyone else experiencing this? Adobe support insists it's a Mac issue. Thanks!

    Hi,
    Following an update to Lightroom on my Mac Pro work station last Friday: when I apply my adjustment brush to an area in an image, a faint box encompassing a much larger area than the size of my brush appears (extends well beyond the area I've identified with my brush and is clearly a large square shape).
    Same problem (rectangular areas) + others under Windows. The adjustment brush and the clone / heal tool have been totally broken in LR 3.2. You're not alone. See this thread. I have filed a bug report. No answer until now.

  • Problems with the resources boundles in java studio creator 2

    I try to migrate a proyect from sun java studio creator 2 early access to sun java studio creator 2 but I have a problem, the resource bundle work in creator 2 early access but doesn� work in creator 2, somebody have the same problem?
    and, the most important somebody could fix the problem?
    Note. sorry I�m learning english

    If I choose for SJSC2 to create JSF applications then
    one, or better THE, reason is the (drag and drop)
    Design editor functionality.
    Using resource bundles is a MUST. So if this means I
    cannot use the Design Editor in combination with
    resource bundles, then I will use something else...
    I think there should be a statement issued by the
    SJSC2 team about this bug and what the timescale for
    a decent solution wll be.
    Regards,
    Marcel
    BTW: overall SJSC2 seems to be a good alternative to
    develop an open source JSF application in a competing
    timeframe.I agree. This bug is even more exacerbated by the fact that the error message is entered in the design form and generally clutters more room than was originally intented for the text. Not having i18n is a show stopper right now. Creator2 will have to fully support i18n before we can start using it.

  • Why is my Pages and Numbers no longer working? Seems they both now have a problem with the latest Mac OS X Update

    Hi
    I Have a Macbook Pro and always update the OS so it is current. It is now Mac OS X Lion 10.7.4 (11E53)
    I purchased a copy of Pages and Numbers online a few months back and had no problems using them. Pages version is 4.2 and Numbers is 2.2
    Today they both give me the same message - 'Pages cannot be opened because of a problem' - it then asks me to report it to a Developer.
    It says I may need to re-install the software - but how do I do this if I purchased it via the online Appstore? Here's the first few lines of the report;
    Process:         Pages [308]
    Path:            /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier:      com.apple.iWork.Pages
    Version:         4.2 (1008)
    Build Info:      Pages-10080000~1
    App Item ID:     409201541
    App External ID: 3911467
    Code Type:       X86 (Native)
    Parent Process:  launchd [133]
    Date/Time:       2012-08-06 23:27:56.061 +0100
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Any help would be appreciated.
    Has this happended to others?
    Thank you
    Regards

    Re-installing Pages through Appstore has fixed the problem.
    Thank you

  • Problems with the graphic card driver after update?

    First my brand new Macbooks main board had to be replaced since I couln`t charge the battery. After 3 weeks on service it`s back. Everything is fine until I update the drivers. After the restart the screen displays totaly wrong colors. Take a look below. What could be the problem, and can I solve it?
    http://www.blog.tyrkiskpepper.com/blog_img/screen.jpg
    Thanks,
    Andreas

    Some user post that when they reset the pram and pmu and change the resolution screen to its native (biggest) resolution, it will solve the problem.
    Do some more search on discussion search column on your right upper corner.
    Good Luck

  • Problems with the tutorial Introduction to Java Servlet technology

    Has anyone done this tutorial?
    https://www6.software.ibm.com/developerworks/education/j-intserv/
    I created an application. Created the XML file. Imported the project from the website and tried viewing it in the broswer:
    http://localhost:8080/contacts/
    I get this:
    HTTP Status 404 - /contacts/
    type Status report
    message /contacts/
    description The requested resource (/contacts/) is not available.
    Apache Tomcat/5.0.28

    that means you didn't deploy the app properly.
    go read the tomcat docs for "your first web app"
    %

  • Problem with the virtual  machine

    Hello.
    i've encountered problem with the virtual  machine. Java instance is reseting sometimes. I found message in dev_server0 there is:
    <b>
    [Thr  6] JLaunchIExitJava: exit hook is called (rc = 666)
    [Thr  6] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    </b>
    in dev_jcontorol:
    <b>
    [Thr  1] Thu Mar 13 15:58:39 2008
    [Thr  1] JStartupICreateProcess: fork process (pid 16077)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:16077)
    </b>
    where i can looking the reason of this?
    regards,
    Denis

    Hi Denis,
    This looks like a memory issue, similar problems have been posted on this forum before.
    Change the following params.
    -XX:PermSize=2048m
    -XX:MaxPermSize=2048m
    Also,
    See SAP note 709140 and the referenced notes.
    Regards,
    Siddhesh

  • Has anyone had problems with the latest driver update for the Lexmark printers? My Lexmark printers won't work with the latest driver update.

    Has anyone had problems with the latest Lexmark printer driver update? My Lexmark printers won't work with the latest driver update. If I reinstall an older version of the drivers, they work.

    Mine crashed once with new update, but working fine.
    I had to delete old printer, restart iMac, and then reinstall
    new drivers to get it to work. Would not complete without
    the restart after deleting non-working printer. No problems
    since and all features working.

Maybe you are looking for

  • Functions: Oracle VM Manager vs. Grid Control Oracle VM Management Update

    Hello guys, i have seen both tools .. and i have to say that some really basic functions are missing in the Oracle VM management addon for Grid Control 10.2.0.5 .. just some examples: - Renaming virtual machines (because of the prefix syntax is not v

  • Clearing Script

    I have a project that is loading 8 different RSS feeds and is populated using various buttons. I have it loading one RSS feed in the frame 1 and populating several information blocks loaded with an external .as file. When I have a button that sends t

  • Log4J on Weblogic vs Log4J on JBoss

    I am working on migrating from JBoss to WebLogic 10. I am able to successfully setup Log4J on WL with a small problem. What I did to configure Log4J was the following. . Change the Logging implementation from the WL console to use Log4J . Replace the

  • Dynamically load a VI by library reference

    We are very excited by the introduction of project libraries in LV8 and what it means for project management and building multiple custom distributions using libraries of dynamically called VIs from within a single project.  We now have our VIs arran

  • Safari Preference tabs missing

    Okay I'm going nuts. When I go into safari preferences to make safari my default browser I have only the security pane. Which has enable java etc. It doesn't give me anything else. I used to have all the other tabs and I'm going crazy. Does anyone kn