Jre 6 update 20 on 64-bit Windows 7 - Could not load the Java Virtual Machi

Hi,
I download and installed jre 6 update 20 (64-bit) on Windows 7 (64-bit).
I ran a 3rd party Java application and I got the error saying 'Could not load the Java Virtual Machine.'.
I found that the jvm.dll is installed under c:\Program Files\Java\jre6\bin\servere folder.
I checked the registry and the JVM is pointing to c:\Program Files\Java\jre6\bin\client folder.
May questions are:
1) Why does the registry point to the clinet folder instead of server folder?
2) Should I change my registry entry to point to the server folder to fix my error - Could not load the Java Virtual Machine?
3) Is there a better way to fix the issue besides chaning the regiatry?
Thanks.

Hi Igor,
I don't have proxy, neither vpn. Everything works with Java 1.6 with the same Java settings.
I tested the jnlps also with janela and the syntax seems OK.
What kind of test you mean?
I wrote this kin of code and this works also:
<pre>
try {
URL url = new URL("http://argouml-downloads.tigris.org/jws/argouml-latest-stable.jnlp");
URLConnection con = url.openConnection();
con.setDoInput(true);
con.setDoOutput(true);
con.getOutputStream();
con.getInputStream();
Logger.getLogger(App.class.getName()).log(Level.INFO,"OK");
} catch (MalformedURLException ex) {
Logger.getLogger(App.class.getName()).log(Level.SEVERE, null, ex);
} catch (IOException ex) {
Logger.getLogger(App.class.getName()).log(Level.SEVERE, null, ex);
</pre>

Similar Messages

  • POL-8000: could not start the Java Virtual Machine (Windows Mobile)

    I have created a Java stored procedure in my OLite database. It runs just fine when I am running OLite in the context of a standard x86 JavaSE JVM. However, when I try to do the same on a Windows Mobile device, using IBM's J9 CDC JVM, I always get the POL-8000 error. How can I configure OLite to use this JVM? Or are Java stored procedures not support in this scenario? Thanks.

    Hi.
    Usually, this happens when there is no JDK in the PATH system variable. JDeveloper and WLS will work, but some external tools will fail. Can you please ensure that you have a reference to the <tt>bin</tt> subfolder of a Java SE 6 JDK in it? You should get something like this when you execute <tt>java -version</tt> on the command line:
    java version "1.6.0_37"
    Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)Best Regards,
    Frédéric.

  • I installed the CC trial with an error window saying: Could not create the file '/Users/dranim/Library/Preferences/Adobe/After Effects/13.2/dummy'.  That was the first window.   Heres the second: After Effects can't continue: unexpected failure during app

    I installed the CC trial with an error window saying: Could not create the file '/Users/dranim/Library/Preferences/Adobe/After Effects/13.2/dummy'.  That was the first window.   Heres the second: After Effects can’t continue: unexpected failure during application startup  I paid for the month subscription of 29.99. It claims it is downloading again?! Am I missing something here? Why is this process so complicated? I need to get this resolved asap and start working.

    I originally had Adobe Photoshop Extended, then upgraded to the Production Suite. I ran the Adobe Cleaner, and that uninstalled most Adobe products, including my existing Adobe install, and then I re-installed everything with the same error code. Since CS4 came with CS5, I've installed AE CS4, but would really like to upgrade because I'm new to Creative Suite, and not sure how CS4 integrates with CS5...CS4 After Effects installed perfectly. I do have a 64 bit system, and installing to an OCZ Vertex 2....every other suite installs perfectly, except AE. And I think that is the coolest program in the Suite. I thank you all so much for taking the time to help, I really want to get AECS5 running...I did try to install after doing the recommended items Adobe suggests for Exit Codes 6 and 7, including turning off many startups...
    I'm baffled....
    Ben

  • Windows setup could not process the Catalog setting

    Hi, I'm trying to deploy an image of Windows 8 Embedded using WDS (Windows Server 2012) and I find this message in client machine. It appears while boot image is loading...
    I'm using an *.xml file to make an unattended installation, that I select from Client tab on my WDS server.
    If I don't use any file installation is performed correctly.
    Full message is "Windows setup could not process the <Catalog> setting in the unattend answer file.
    See setup log files under [X:\Windows\panther] for details."
    However, when I check this folder in Windows Server there isn't any updated log file...
    My unattend.xml file contains:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SetupUILanguage>
    <UILanguage>en-US</UILanguage>
    </SetupUILanguage>
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UILanguageFallback>en-US</UILanguageFallback>
    <UserLocale>en-US</UserLocale>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
    <Order>1</Order>
    <Type>Primary</Type>
    <Size>25000</Size>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>2</Order>
    <Extend>true</Extend>
    <Type>Primary</Type>
    </CreatePartition>
    </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Format>NTFS</Format>
    <Label>System</Label>
    <Letter>C</Letter>
    <Order>1</Order>
    <PartitionID>1</PartitionID>
    <Extend>false</Extend>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Extend>true</Extend>
    <Format>NTFS</Format>
    <Label>Media</Label>
    <Letter>D</Letter>
    <Order>2</Order>
    <PartitionID>2</PartitionID>
    </ModifyPartition>
    </ModifyPartitions>
    <DiskID>0</DiskID>
    <WillWipeDisk>true</WillWipeDisk>
    </Disk>
    </DiskConfiguration>
    <WindowsDeploymentServices>
    <Login>
    <Credentials>
    <Domain>*********</Domain>
    <Username>Administrator</Username>
    <Password>*********</Password>
    </Credentials>
    </Login>
    <ImageSelection>
    <InstallImage>
    <ImageGroup>ImageGroup1</ImageGroup>
    <ImageName>TCImage</ImageName>
    <Filename>Install.wim</Filename>
    </InstallImage>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>1</PartitionID>
    </InstallTo>
    </ImageSelection>
    </WindowsDeploymentServices>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/discwin8e/sources/install.wim#Windows Embedded 8 Standard" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Anyone know how to fix it?
    Regards

    Well, the setuperr.log contains (Check next image link, I can't add it using hyperlink or image):
    http://oi61.tinypic.com/sxkjt5.jpg
    I have tried to add a Catalog component, but I don't know that I should write in "sourceLocation".
    Regards

  • Device Installer error - Windows could not load the installer Image.

    I am windows XP and have loaded new Itunes 7.7 and the Iphone 3G I just received cannot be recognized by my PC/XP I get a dialog box saying
    Device Installer Error
    Windows could not load the Installer Image. Contact your hardware vendor for assistance.
    OK
    Of course it is not OK hence why I am here seeking help from this fine community of users of superior Apple products

    Deleted Itunes, Quicktime, apple mobile support and updater. Reinstalled and it all worked. Had to do the same thing last time. NOT TOO FUN.

  • I cant update my iphone and i tried going on my pc on itunes and clicking check for update button but it says that "itunes could not contact the iphone software update server because you are not connected to the internet".plz help

    i cant update my iphone and i tried going on my pc on itunes and clicking check for update button but it says that "itunes could not contact the iphone software update server because you are not connected to the internet". But i checked my internet on both my pc and iphone and tried again but it still says the same thing. plzz plzz help

    Were you definitely connected to the internet at the time? If you don't have iOS 5 on your iPhone then the only way to update it would be via iTunes, once updated to the latest version of iOS you'll be able to update your iPhone without connecting to iTunes "over-the-air".
    Before updating however it goes without saying to Backup your iPhone, this should happen by default upon connecting your iPhone to iTunes.
    Regards,
    Steve

  • ITunes 7 for Windows: iTunes could not contact the iPod software update...

    Please help: Cannot update iPod though it says one is available.
    I receive the following alert message:
    iTunes could not contact the iPod software update server because you are not connected to the Internet. Make sure your Internet connection is active and try again.
    I am connected and am even able to purchase songs on through iTunes.
    The "solution" in (Article: 304468) DOESN'T WORK!!!!!
    (From Article: 304468:
    "Symptom: Some customers may notice the following alert message when trying to update or restore an iPod in iTunes 7 or later:
    iTunes could not contact the iPod software update server because you are not connected to the Internet. Make sure your Internet connection is active and try again.
    Internet access is required to download iPod software updates. However, if you are able to connect to the Internet with Internet Explorer and can also access the iTunes Store, see the solution below to resolve this issue.
    Products affected
    * iTunes 7 or later for Windows
    * Any iPod model
    Solution
    1. From the Start menu, choose Control Panel.
    2. Open the Internet Options control panel.
    3. Click the Connections tab.
    4. Click the LAN Settings button.
    5. Select the Automatically detect settings checkbox.
    6. Click OK in both windows.
    7. Reopen iTunes and connect your iPod.
    8. Update or Restore your iPod.
    THIS DOESN'T WORK. Any other ideas as to what I can do to solve this? Thank you for any & all help in this matter.

    I had a similar problem and your link helped me to solve the problem. Recently I changed my ethernet network card and since then my itunes worked strangely: itunes store worked, podcasts worked, mini-store doesn't, ipod update doesn't and diagnostics says that I had no Internet connection. Attached you can see the report.
    It's weired that itunes is based in LAN Connections for sometinhgs and not for the others. Crazy!
    Thanks and good luck with your problem.
    Javier
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Dell Computer Corporation Dimension 4600i
    iTunes 7.6.0.29
    QuickTime 7.4
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    Apple Mobile Device 1.1.3.26
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number 6968E7753F46D042
    Current user is an administrator.
    The current local date and time is 2008-01-21 21:05:41.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA GeForce FX 5200
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {649F8F53-CE87-4891-A18A-A2A215ADB095}
    Description: Realtek RTL8139 Family PCI Fast Ethernet NIC - Packet Scheduler Miniport
    IP Address: 192.168.0.2
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.0.1
    DHCP Enabled: No
    DHCP Server: 255.255.255.255
    Lease Obtained: Thu Jan 01 01:00:00 1970
    Lease Expires: Thu Jan 01 01:00:00 1970
    DNS Servers: 87.216.1.65
    87.216.1.65
    87.216.1.66
    Active Connection: (none)
    Connected: No
    Online: No
    Using Modem: No
    Using LAN: No
    Using Proxy: No
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    Last successful store access was 2008-01-21 08:09:20.

  • Windows 7 does not load the ipad bluetooth drivers

    I am trying to connect my ipad 2 to a windows 7 computer and the computer will not load the ipad blutooth drivers so a connection is never made.

    Hi Phil,
    It's funny that you say that Reflector runs on Wifi and not Bluetooth. I thought the same thing and that's why I was having a difficult time with getting this to work...on top of the bluetooth drivers not installing properly.
    When you initially connct your iPad device to your computer through bluetooth, your PC installs bluetooth drivers...you can see this by the little notifictaion you get that says this. Setting up your device...installing drivers. So you can't tell me that there are no iPad bluetooth drivers.
    You have to enable bluetooth on your ipad to get to the mirroring icon. (double tap your home button and scroll to the left. The mirroring icon should be visible and only visible if you have bluetooth turned on. Now if you run Reflector, then you should see the name of your PC that you shared through Reflector. Then you click on the mirroring app on your iPad and select the shared name on your PC and slide the mirroring toggle button to turn it on.
    I have tested this on another laptop running Windows 7 and everything installed perfectly fine...even the bluetooth drivers.
    So my conlusion is that it is the bluetooth drivers at fault here, since they didnt install properly. No matter how many times I remove the device and readd it, the bluetooth drivers do not install and I see red x's beside them.
    Not sure what is keeping the drivers from being installed.
    BTW...thanks for your reply Phil...see posting to this year old thread did me some good as you replied
    cheers,
    Tom

  • Windows setup could not read the XP CD

    Um little help here asap please?
    I ran Bootcamp and partitioned the drive, then I put my XP CD in and started the setup. But before I got to set it up, on the blue screen it says:
    "Setup could not read the CD you inserted, or the CD is not a valid Windows CD"
    Then it gives me a bunch of possible Windows CDs to insert.
    Well I know this is the right CD with Service Pack 2 because I've used it before on my desktop PC.
    Now if I exit the setup and try to restart my Mac it goes straight to the setup again and fails to do it again.
    What am i doing wrong here? Is it possible this is because I have used the Windows CD on 3 different computers (which is all I'm allowed to install it on)? But then, wouldn't I be told this when I try to type the product key? I haven't gotten to start the installation yet... :/
    Someone help please?

    But I've followed the howto exactly as it is set out. And it's the academic edition of Windows XP Professional with Service Pack 2.
    I don't even get as far as the formatting again stage. I get as far as Point #5 of Step 2 which says "Your computer starts up from the Windows installation disc. Follow the onscreen instructions." which I do... When the computer boots from the Windows Disk it does the blue screen stuff and loads a bunch of comp tech at the bottom of the screen. Then I'm presented with a screen that says "Windows XP Professional Setup. Welcome to Setup. This portion of the Setup program prepares Microsoft<R> Windows<R> XP to run on your computer. To setup Windows XP now, press ENTER"
    I do that. Then it loads and gives me the Licensing Agreement which I agree to. Then it says Setup cannot find a previous version of Windows installed on this computer and it needs to verify that I'm allowed to use this upgrade product. Please insert one of "bla bla bla". Of course the Windows installation disc is in there so I press Enter like it says to and then...
    Setup cannot read the CD you inserted, or the CD is not a valid Windows CD...
    I don't actually GET to the stage you mention.
    Could this be because this Windows Installation disc has been used on all of the computers it is allowed to be used on?
    Sigh.

  • TS4108 I have recently done a software update on my phone, when complete I could not get the phone to work and the icon showed I had to connect to I-tunes. I then lost some recent data and photos. If they are backed up to the cloud how do I recover them?

    When I completed my last software update directly on my phone I didn't realise I would then be prompted to do and I-tunes update that would wipe my phone. There seemed to be no turning back so I lost some data and photos.  I'm assuming these will be backed up to the cloud but have no idea how to retrieve them.
    The explanation given on the support community is a bit complicated and beyond my capabilities!   Julie Malkin

    If you have an iCloud backup, restore it to your phone as explained here: https://support.apple.com/kb/ph12521.  If you have a backup on your computer instead, restore it to your phone by connecting your phone to your computer, opening iTunes and going to File>Devices>Restore from Backup.

  • Wont start windows and has not loaded the icons along top of screen?

    mac book air will not load ms office etc only just started and all so wont load things like the wifi bar on top screen and forward and back arrows on internet bar very random and ideas please?

    Search this forum for "persistence" and discover the ways to remove "toolbar shadows".

  • Itunes could not contact the iphone software update server 10/2013

    I get this error everytime I plug my 5s or 4s into itunes. I have connectivity, no firewall, av etc to gs.apple.com. When iOS 7 launched, it crashed while veryifng the ipsw with the apple servers. I eventually had to plug my 4s into my desktop in order to get iOS 7 to properly install. Both are on the same network, so I think something is screwy with my itunes install. I've tried to remove completely, but still no go with either phone.
    Pinging gs.apple.com.akadns.net [17.151.36.30] with 32 bytes of data:
    Reply from 17.151.36.30: bytes=32 time=88ms TTL=234
    Reply from 17.151.36.30: bytes=32 time=87ms TTL=234
    Reply from 17.151.36.30: bytes=32 time=90ms TTL=234
    Reply from 17.151.36.30: bytes=32 time=88ms TTL=234
    Ping statistics for 17.151.36.30:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 87ms, Maximum = 90ms, Average = 88ms
    Any ideas? Remember, this is an iTunes error, not an iphone. I am able to access the iTunes store with no problem. Thanks!

    "itunes could not contact the iphone software update server because you are not connected to the internet"
    With that one, try the following document:
    iTunes 7 for Windows: iTunes could not contact the iPod software update server
    (If that box is already checked, try unchecking and rechecking it, and then clicking okay.)

  • Can not download itunes spoke with apple who removed my older verision cause i could not do the update, so they tried to download the new verision which they could not do either, same story its the computer i have a windows xp 2002 32 bit  sp2

    No help from Apple..I have a Windows XP 2002 32bit with service pack 2 and 3..Apple removed my old itunes because i couldn't up date.However they could not down the new verison after trying several times...
                         error mgs reads     errorwriting to file:c:\programfiles\itunes\itunes.resources\ru.|proj\storepreorderbutton.png      then below it said verify that you have access to that directory.. Been with this for quite a few days and I'm burnt out  Thanks

    errorwriting to file:c:\programfiles\itunes\itunes.resources\ru.|proj\storepreorderbutton.png
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • I have a desktop machine windows 7 based with CS5 loaded and working without problem. I have recently purchsed a laptop running 8.1 windows.  I have loaded the cs5 package onto the laptop and it appears ro work but I am being told there are updates. I hav

    I have a desktop machine windows 7 based with CS5 loaded and working without problem. I have recently purchased a laptop running 8.1 windows.  I have loaded the cs5 package onto the laptop and it appears to work but when I try to update, although  I am being told there are updates it attempts to download the update but then tells me there is a problem and to quit and try again later.. I have tried a number of times to download the updates but itkeeps telling  me to quit and try later. what is wrong please?

    There could be a 32 bit vs 64 bit issues-is the old machine a 32 bit? and what is the new machine as far as 32/64 bit. I am not sure now if CS5 has in the help menu of the PS app the selection to update within PS if so that might work. I know that the Creative cloud app for installs updates  etc has caused me much consternation  over the last couple few years. Last it could be something like your Software firewall settings or  anti-virus anti malware programs. I know that updating the infamous adobe flash that Internet Explorer pop ups setting and having AV turned on as opposed to off can interfere or plain break the update ability

  • "Could not complete the "...."command because of a program error" PE10, Windows 7, 64 bit

    I have just done a clean re-install of  PE10 on my windows 7, 64 bit desktop because I was getting the "Could not complete the "...."command because of a program error" message every time I try to do anything to my file such as applying a filter, enhance or anything. After I re-installed it, I still am getting the same results, making it completely useless. I do not use PE10 often, as I use Lightroom 5.3 almost exclusively for my picture manipulations, but I do need it for some purposes. Please help.

    "...create a new layer by selecting the new layer icon at the bottom of the layers pallet..."
    That produces a blank layer. With this blank layer selected, you should get the message "Could not complete the command because the selected area is blank".

Maybe you are looking for

  • Hyperlinks in excel don't allow user to save file in adobe reader

    I created a fillable form for users who have adobe reader. Form works. Users can fill the form in and save it (with same name). When users try to access this same form thru a hyperlink in excel, they are not allowed to save the filled in form using t

  • [solved] Pacman shows Idconfig errors

    Whenever I am upgrading or installing a package with pacman, I get the following printout after the operation is finished. [2012-05-21 22:51] Running 'pacman -S flashplugin' [2012-05-21 22:52] upgraded flashplugin (11.2.202.235-1 -> 11.2.202.235-1) [

  • I got a new PC

    I got a new PC. & my itunes is working fine on it, but I can't seem to upload any of the new songs that I have downloaded on iTunes on my new PC to my iPod..

  • Use of BADI /SAPAPO/SDP_RELDATA METHOD CHANGE_PROD_LOC

    We have a requirement for a small number of product/locations to re-direct them onto a customer location when releasing the forecasts to SNP. We have been pointed in the direction of the BADI /SAPAPO/SDP_RELDATA method CHANGE_PROD_LOC. Unfortunately

  • Ipad 2 won't go into setup

    I have a new Ipad2. I plugged it into my laptop where other ipods are synced. Laptop went dead when Ipad touched laptop. My Gurue? said" bad usb ports and or not enough power. I switched to desktop signed in and nothing happens.