Could not access vCloud Director with IE

Hi, I installed vCloud Director 1.5 on my CentOS 6.3 in my lab. I used a Microsoft SQL database. During installation, I tried to set all the parts correctly. Everything was fine and I can launch my Internet Explorer browser and connect to the vCloud Director. I set it up without any problems. I run my lab on vmware wrokstation 8. I closed the CentOS down and all my virtual machines. The next day when I started my VMs and tried to connect to vCloud Director whit IE browser I could not. According to KB: 2005819 my IE is 32 bit, I have JRE and Adobe Flash Player.

mbayat wrote:

Hello

I have attached the file vmware-vcd-support to this post and log files

Please provide the logs.

There is an error in the file which indicates what could be the problem. I will quote the message at the end of this post in case anyone is looking for a solution to a similar problem in the future.

This error indicates that the encryption information in the configuration file of this cell does not match the information that was used to configure (and encrypt the information contained in) your database. For example, when the cell tries to decrypt the information contained in the database, the encryption algorithm fails (which is where the strange sounding "javax.crypto.BadPaddingException: receipt final block not well padded ' error message comes of).

It is most frequently observed in an environment of several cell when you do not use the response.properties file when you run/opt/vmware/vcloud-director/bin/configure on additional cells. The correct procedure to follow for vCD 1.5 is documented in the 'Installation software vCloud Director on other servers' section on page 31 of the installation and Configuration Guide.

However, in your case, I suspect the problem that we see here is actually the result of your attempts to debug what was your original problem. When you have installed vCD for the first time, you have run/opt/vmware/vcloud-director/bin/configure (or said 'yes' to a prompt end installation that is in order) which produces an encryption key used to encrypt the different pieces of information in your database. After meeting the initial error, looks like you uninstalled vCD system and re-installed. If you don't have keep the encryption key or empty the database when you do, the second run/opt/vmware/vcloud-director/bin/configure would have generated a different encryption key, which does not allow to read the information stored in the database by the first system.

At this point, you have two options. If you have the contents of the directory/opt/vmware/vcloud-director/etc of the first installation, you can use those to recover the encryption key and configure the current installation to use this value. If you do not, you can completely clear the database (for example by delete and recreate) and re - run/opt/vmware/vcloud-director/bin/configure which will create a fresh database schema, encryption of sensitive data (new) with the current encryption key. When you do that, you would be able to start the cell (but you can still run in what was your original question).

Once you are able to start your cell, a person must be able to help debug your problem with IE (assuming that it has not been resolved by the relocation process).

--

The message of the complete log which can be used to identify the problem:

2012-08-30 20:06:58,158 | ERROR    | SpringOsgiExtenderThread-8 | ContextLoaderListener          | Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=com.vmware.vcloud.common-util, config=osgibundle:/META-INF/spring/*.xml)) | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateCacheRegions': Cannot create inner bean 'abstractReplicatedCache$child#7f32e233' of type [com.vmware.vcloud.common.ehcache.ReplicatedEhCacheFactoryBean] while setting bean property 'sourceList' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'abstractReplicatedCache$child#7f32e233' defined in URL [bundleentry://169.fwk722090788/META-INF/spring/common-persist-context-cache.xml]: Cannot resolve reference to bean 'cacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheManager' defined in URL [bundleentry://169.fwk722090788/META-INF/spring/common-persist-context.xml]: Invocation of init method failed; nested exception is net.sf.ehcache.CacheException: Problem creating connections: Error decrypting data.    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:281)    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:120)    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:353)    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:153)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:563)    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)    at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)    at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)    at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)    at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)    at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:132)    at java.lang.Thread.run(Thread.java:662)Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'abstractReplicatedCache$child#7f32e233' defined in URL [bundleentry://169.fwk722090788/META-INF/spring/common-persist-context-cache.xml]: Cannot resolve reference to bean 'cacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheManager' defined in URL [bundleentry://169.fwk722090788/META-INF/spring/common-persist-context.xml]: Invocation of init method failed; nested exception is net.sf.ehcache.CacheException: Problem creating connections: Error decrypting data.    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:270)    ... 19 moreCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheManager' defined in URL [bundleentry://169.fwk722090788/META-INF/spring/common-persist-context.xml]: Invocation of init method failed; nested exception is net.sf.ehcache.CacheException: Problem creating connections: Error decrypting data.    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)    ... 25 moreCaused by: net.sf.ehcache.CacheException: Problem creating connections: Error decrypting data.    at com.vmware.vcloud.common.ehcache.ActiveMqCacheManagerPeerProviderFactory.createCachePeerProvider(ActiveMqCacheManagerPeerProviderFactory.java:77)    at net.sf.ehcache.config.ConfigurationHelper.createCachePeerProviders(ConfigurationHelper.java:282)    at net.sf.ehcache.CacheManager.configure(CacheManager.java:319)    at net.sf.ehcache.CacheManager.init(CacheManager.java:237)    at net.sf.ehcache.CacheManager.(CacheManager.java:210)    at net.sf.ehcache.CacheManager.create(CacheManager.java:517)    at org.springframework.cache.ehcache.EhCacheManagerFactoryBean.afterPropertiesSet(EhCacheManagerFactoryBean.java:103)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)    ... 32 moreCaused by: javax.jms.JMSException: Error decrypting data.    at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)    at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1255)    at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1350)    at org.apache.activemq.ActiveMQConnection.createSession(ActiveMQConnection.java:300)    at org.apache.activemq.pool.SessionPool.createSession(SessionPool.java:108)    at org.apache.activemq.pool.SessionPool.makeObject(SessionPool.java:76)    at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974)    at org.apache.activemq.pool.SessionPool.borrowSession(SessionPool.java:54)    at org.apache.activemq.pool.ConnectionPool.createSession(ConnectionPool.java:108)    at org.apache.activemq.pool.XaConnectionPool.createSession(XaConnectionPool.java:52)    at org.apache.activemq.pool.PooledConnection.createSession(PooledConnection.java:141)    at org.apache.activemq.pool.PooledConnection.createTopicSession(PooledConnection.java:137)    at com.vmware.vcloud.common.ehcache.ActiveMqCacheManagerPeerProviderFactory.createCachePeerProvider(ActiveMqCacheManagerPeerProviderFactory.java:69)    ... 40 moreCaused by: com.vmware.ssdc.util.crypto.CryptoException: Error decrypting data.    at com.vmware.ssdc.util.AesEncryption.Decrypt(AesEncryption.java:137)    at com.vmware.ssdc.util.AesEncryption.Decrypt(AesEncryption.java:150)    at com.vmware.vcloud.jms.activemq.impl.SystemUserCellBrokerAuthenticator.getBrokerSystemUserPassword(SystemUserCellBrokerAuthenticator.java:57)    at com.vmware.vcloud.jms.activemq.impl.SystemUserCellBrokerAuthenticator.doAuthentication(SystemUserCellBrokerAuthenticator.java:75)    at com.vmware.vcloud.jms.activemq.impl.CellAuthenticatedBrokerFactory.doAddConnection(CellAuthenticatedBrokerFactory.java:183)    at com.vmware.vcloud.jms.activemq.impl.CellAuthenticatedBrokerFactory.access$100(CellAuthenticatedBrokerFactory.java:44)    at com.vmware.vcloud.jms.activemq.impl.CellAuthenticatedBrokerFactory$1.addConnection(CellAuthenticatedBrokerFactory.java:102)    at org.apache.activemq.broker.MutableBrokerFilter.addConnection(MutableBrokerFilter.java:89)    at org.apache.activemq.broker.TransportConnection.processAddConnection(TransportConnection.java:686)    at org.apache.activemq.command.ConnectionInfo.visit(ConnectionInfo.java:134)    at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:308)    at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:182)    at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:109)    at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:68)    at org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:204)    at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)    at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)    ... 1 moreCaused by: javax.crypto.BadPaddingException: Given final block not properly padded    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)    at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA13*..)    at javax.crypto.Cipher.doFinal(DashoA13*..)    at com.vmware.ssdc.util.AesEncryption.v2Decrypt(AesEncryption.java:172)    at com.vmware.ssdc.util.AesEncryption.Decrypt(AesEncryption.java:131)    ... 19 more

Tags: VMware

Similar Questions

  • Problem of uninstalling with the error 'could not access VBScript Runtime for custom action'

    I'm having a problem uninstall a program. I'm getting repeatedly blocked in error: "could not access VBScript Runtime for custom action.  That means this error in uninstall a program? Would appreciate a fix for this. The program is called Soluto.  Thank you.

    P.S. I tried as admin and type regsvr32 vbscript.dll then regsvr32 jscript.dll in the command prompt.

    As well as their registration as an administrator, you may need to remove the entries for them in HKEY_CURRENT_USER.

    See:

    http://blogs.msdn.com/b/astebner/archive/2007/06/07/3151752.aspx

    Also, make sure that your antivirus software is not blocking scripts.

  • Error 1606. Could not access network location by default.

    Anyone know what this error message 'Error 1606 could not be accessed by default network location', or how to fix it?
    Yes, I know that it is almost the same as http://support.microsoft.com/kb/886549 but this difficulty does not work.

    The newspaper msi shows this when I hit retry:
    Error 1606. Could not access network location by default.
    Error 1606. Could not access network location by default.
    = Logging stopped: 06/02/2012 18:53:30 =.

    1. have you tried all of the methods in this article steps: http://support.microsoft.com/kb/886549

    2. have you made any changes on your computer before this problem occurred?

    3. When you receive this error message?

    4. you install any application?

    This problem occurs because there is incorrect entries in the Shell folder of the user who is logged on to Microsoft Windows. When Windows Installer goes to the sale of Shell folder of the user who is logged on to the computer, Windows Installer cannot locate the correct entry.

    Follow these steps and check.

    The Troubleshooting Manual in the link above steps show you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs.

    For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    http://Windows.Microsoft.com/en-us/Windows7/back-up-the-registry

    a. click Startand then click run.
    (b) in the Open box, type regeditand then click OK.
    c. look for, and then click the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
    (If the command is missing, you can add a command)

    d. in the right pane of the registry editor, double-click common administrative tools.
    e. in the value data box, type the following line, and then click OK:
    %ALLUSERSPROFILE%\Start Menu\Programs\Administrative of Directors
    f. on the file menu, click Exit to quit the registry editor.
    g. restart the computer.

    Thank you

  • When you try to activate Windows I get an error: Code 45123 could not establish a connection with the activation server.

    the error number is 45123 and said "we could not establish a connection with the activation server." Please give me an answer to this error and try to solve it! If you want I can send you my product key to activate it, but I think it's better on email not here because there are a lot of... the pirates who have access to this site! provide me with an email address and I'll send you my product key and try to activate it and then give me the id I need to enter the activation window! Thank you!

    I solved this problem! Thanks for the help!

  • could not access vb run time for custom action script

    I have windows vista Home premium installed on a HP Pavilion laptop dv6-1030us entertainmeny. I am trying to install a mobile usb broadband telstra for internet connection on my lap top. the installation process starts, but is abandoned with a message ' could not access Vbscript run time custom action. I looked upward for solution of line and followed who asked to change the registry for vbscript.dll. I followed the instructions but the problem has not been resolved. The next set of instructions was to permanently remove some keys: current user/software/class/CLISD which I tried, but ended with an error.

    Hello

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_programs/error-2738-could-not-access-VBScript-run-time-for/1a4499ae-8bc1-4534-9c6f-4d399ac70d9a

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_programs/error-2738-could-not-access-VBScript-run-time-for/0ffd532e-a3e0-4738-8601-38c46e69e238

  • Error 2738 could not access VBScript Runtime for custom action

    Well, I have the same problem error 2738 could not access VBScript run time for action custom when I try to install incredimail I just do a restore to factory in the last 2 days I do not even have all yet loaded things back and I came across this problem so here is my contact information and what I tried already :

    I'm running Windows Vista Home Premium Service pack 2 32 bit
    I use Mcafee and installed and after reading just down to you ensure that I uninstalled and ran the cleaner program suggested and she has still not work, I reinstalled and not yet did not work so I've currently uninstalled again and the vacuum again 3 times
    I ran all the advice from the command prompt still does not work
    I tried to delete the registry entry suggested HKCU\SOFTWARE \Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}, but he's not here to remove
    I ran this command suggested reg delete "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\ {B54F3741-5B07-11CF-A4B0-00AA004A55E8} and I think that maybe it wasn't a good idea but may not know whether it was or not.
    Then I read in this thread on Mcafee to a registry entry and redirecting somewhere it should not so I went to look at and that's what I found:
    HKEY_CLASSES_ROOT\CLSID\ {B54F3741-5B07-11cf-A4B0-00AA004A55E8} \InprocServer32 - default REGSZ C:\Program Files\Fichiers Files\McAfee\SystemCore\ScriptSn.20110417221023.dll
    and no I have not yet reinstalled McAfee and ran to the 3 times vacuum why is there always a register McAfee entry I followed the path C:\Program Files\Common Files\McAfee\SystemCore\ScriptSn.20110417221023.dll and guess what it's not exist, and yes I looked into the hidden files I even ran a search in all files and it is not anywhere
    I had already run the sfc/scannow once before I deleted the McAfee and it found corrupted files, but said they have been fixed as well, I ran again just to check and this time no errors
    HELP, I am at a loss of what to next in addition to another factory restore which I really really DON'T want to because I have an I had my computer since February 2007 as well as the amount of updates to Vista I need to do well is all together besides the Service Pack 1 and 2 there are more than 300 reviews have even not looked optional and yet if pardon my language is a pain in one @.
    Please can someone HELP!

    Whoo Hoo!

    Someone told me how to change the permissions on the registry key and DUH! I knew how to do this, so I changed the and then changed the key to C:\Program Files\Common Files\McAfee\SystemCore\ScriptSn.20110417221023.dll TO C:\\Windows\\system32\\vbscript.dll
    Restarted checked and then ran the installation for incredimail and IT WORKED!
    Thank God I've been playing with this for 2 days I really doesn't want to have to do another restore of factory which is what I was about to
  • Error 1006 could not access network location % public % of office

    whenever I try to install vmware-player it gives me this anwser & other programs as well

    Take a look at the position of jwittenmyer on August 24, 2011 for the best answer to this problem.

    VMware Tools installation fails with the Error 1606
    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=1011717

    http://www.Google.com/search?q=VMware+1606&RLS=com.Microsoft:-AU & ie = UTF-8 & oe = UTF-8 & startIndex = & startPage = 1

    With Error 1606 and if you're worried about XP or Windows 7 patches, if not apply to Vista (they often do), take a look at these positions.

    + site: microsoft.com & rn = Programs + Forum http://social.answers.Microsoft.com/Search/en-US/?Query=Error%201606&RQ=meta:Search.MSForums.forumid (893ae3f8-6e52-4d46-8aee-71be26000c70)

    Then take a look at these.

    66 Error 1606. Location of access network
    http://www.kellys-Korner-XP.com/xp_tweaks.htm

    How to fix Error 1606 during installation of Adobe Acrobat
    http://www.gilsmethod.com/fix_error_1606_acrobat

    http://forums.CNET.com/5208-6121_102-0.html?forumid=45&ThreadId=104829&MessageID=1200965

    You receive an "Error 1606" error message when you try to install or remove a program from Microsoft
    http://support.Microsoft.com/default.aspx/KB/886549#appliesTo

    Resolve the Error 1606: could not access network location
    http://rajputyh.blogspot.com/2009/12/solve-Error-1606-could-not-access.html

  • Whenever I try to download something, he said that he could not access APPDATA Error 1606. How can I solve this problem without any of my stuff getting deleted?

    Whenever I try to download something, he said that he could not access APPDATA Error 1606. How can I solve this problem without any of my stuff getting deleted?

    Hello
    1. what Internet browser do you use?
    2 are you having the same problem with other browsers also?
     
     
    Method 1: I suggest you try SFC running [System File Checker] scan on the computer that would be a system file corrupt on the computer search and replace.

    http://support.Microsoft.com/kb/929833

    Method 2: If the problem persists, you can try the steps mentioned below and check if it helps.
     
    (a) click Start.
    (b) type regedit in the Start Search and press enter.
    (c) access the site mentioned below.
    "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
    (d) then change the appdata read "% USERPROFILE%\AppData\Roaming" thing
     
    Note: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    322756 (http://support.microsoft.com/kb/322756/)
    How to back up and restore the registry in Windows

    Hope this information is useful.
  • Error message 1606 could not access network location%AppData%\

    Whenever I try to play a game of cards on yahoo or pogo that he told me that I have to update my java. so I uninstalled the version I had. went on java.com and tried to redownload it. It goes through the process then says Error 1606 could not access network location%appdata%\. I checked the registry thing and everything fits to what he says, he should be. All the other things I could try. This is getting very frustrating. I even restored my computer to an earlier date, hoping it would help. but it does not. I even tried using another browser. I had internet Explorer 7. then it installed automatically internet explorer 9, when he came out. I thought that maybe that was the problem. so I downloaded google chrome. but it does the same thing. I have Windows vista. Please help, thanks, jen

    Hello

    Method 1:

    You can consult the following wire link and check if it helps.

    Error 1606 on Java

    Note: The above mentioned link thread contains third party links.

    Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Method 2:

    You can also create a new administrator user account and check.

    Create a new user account

    If you are not faced with the question in a new user account, then you can view the following link to resolve a corrupted user profile.
    Difficulty of a corrupted user profile

  • could not access network location %APPDATA%\protector.exe

    Runing Vista - Cannot install iTunes.  Get error - could not access network location %APPDATA%\protector.exe
    I see APPDATA is in the temp folder - how to fix this?

    I have seen this error a lot with iTunes. Let's start by checking your system files.

    Go to start / programs / accessories / command prompt and right click on command prompt and click Run as administrator.

    Type sfc/scannow (note the space - it is important) and to enter and leave running.  It will scan some of your system files and fix them if possible (let us know if it finds errors, it cannot repair).  If it runs successfully, try the installation again.

    In addition, you must be logged on as administrator to install the program - some programs require that (but I'm not sure that in this case then log in as administrator just to be sure, this isn't the issue).

    Let us know if it works or if it does not work (and we can try another option).

    Good luck and hope this helps.

  • Internet security problem - I got a security alert was attacking my computer or filtered in and I could not access the internet

    Yes, all of a sudden, I got a security alert was attacking my computer or filtered in and I could not access Internet, I advocate for window / malware scanning and also, mcafee for extra security, but it happens still., why? Then a few days later, I was able to get on the internet again, only about 2 days, now I can no longer access the internet, Iget, open with file, message, so I guess I have to reinstall internet explore, some of my applications are not running, but I think that their always there.  I have scan Windows / Defender and mcafee installed and running on my computer, so what's the problem here?

    Hello

    Download update and scan with the free version of malwarebytes anti-malware

    http://www.Malwarebytes.org/MBAM.php

    You can also download and run rkill to stop the process of problem before you download and scan with malwarebytes

    http://www.bleepingcomputer.com/download/anti-virus/rkill

    If it does not remove the problem and or work correctly in normal mode do work above in safe mode with networking

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode with networking with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.
  • Cannot install adobe reader software. I get error 1606 could not access network location %APPDATA%\protector.exe

    I have not been able to completely install the Adobe Reader or open pdf files. I'm getting Errorr code 1606 could not access network location %AppData%. I'm not that computer savy and don't know what is the right answer or suggestion should I take without seriously harming the computer. Quitr sure don't miss suggestion

    Hi TERESA-2009.

    (1) since when are you facing this problem?

    Method 1: You can follow the steps described in the article below that addresses this question

    You receive an "Error 1606" error message when you try to install or remove a program from Microsoft

    http://support.Microsoft.com/kb/886549

    (Article applies to Microsoft Programs, steps works great for other programs)

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base.
    How to back up and restore the registry in Windows

    You can post your query on the Adobe Forums
    http://forums.Adobe.com/index.jspa

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer
    ***************************************************************************

  • Error 1606 could not access network location 0.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: when I want to install or uninstall any what adobe product (adobe reader, adobe flash player etc...) I got an error IE code Error 1606: could not access the network location 0.  This error had begun as early as a week ago.i can't the solution for this error on windows site.please help me my system is windows 7 Home Basic.

    • Programs that you have problems with adobe reader adobe flash player.adobe photoshop elements etc.
    • Error messages Error 1606 could not access network location 0.
    • Recent changes to your computer, I had updated adobe flash player a few weeks ago software
    • What you have already tried to remedy the problem idid to solve my problem
    • Regedit-> HKEY_CURRENT_USER-> software-> Microsoft-> Windows-> the current Version-> explore-> user-> recent Shell folders and deleated it.

    Take a look at this Microsoft Support tutorial. It has a "Fix it for me" application and also an instructions "I'll fix it myself.

    http://support.Microsoft.com/kb/886549 . for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Error 1606 could not access network location %APPDATA%\microsoft\windows\sendto when installing iTunes

    Original title: cannot install Itunes because of (Error 1606 could not access network location %AppData%).
    Please can someone help me?

    Hello

    This problem occurs because there is incorrect entries in the Shell folder of the user who is logged on to Microsoft Windows. When Windows Installer goes to the sale of Shell folder of the user who is logged on to the computer, Windows Installer cannot locate the correct entry.

    The steps to correct this problem involve editing the Windows registry.

    WARNING: This method contains steps that tell you how to modify the registry. However, serious problems can occur if you change the
    Register incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it.
    Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following link:http://windows.microsoft.com/en-US/windows7/Back-up-the-registry

    Method 1:

    a. Click Start and typeregedit into the search box start and press to enter.
    b. find the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell dossiers\
    c.
    remove the entries that show the path that is listed in the error message.

    Method 2:

    Run Fixit from article mentioned below. It can fox the most problems with Error 1606.
    http://support.Microsoft.com/kb/886549

    Kind regards
    Afzal Taher-Microsoft Support.
    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • Error 1606: 'could not access location network & AppData%.

    Please help with Error 1606, "could not access location network & APPDATA%\.»  Can someone please provide a fix?

    This problem occurs because there is incorrect entries in the Shell folder of the user who is logged on to Microsoft Windows. When Windows Installer goes to the sale of Shell folder of the user who is logged on to the computer, Windows Installer cannot locate the correct entry. The solution is inhttp://support.microsoft.com/default.aspx/kb/886549.

    The steps to correct this problem involve editing the Windows registry.  Change the settings of the REGISTRY can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the REGISTRY settings configuration can be solved. Changes to these settings are at your own risk. I suggest that you first back up your registry as follows: http://windows.microsoft.com/en-US/windows-vista/Back-up-the-registry.

    Here are the steps to fix it.

    1. click on start, run, typeregedit in the Open box, and then click OK.

    2. look for the following registry key:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell dossiers\

    3 remove the entries that show the path that is listed in the error message.

    886549 KBhttp://support.microsoft.com/default.aspx/kb/886549: Regedit open again. In the left pane, click User Shell Folders, point tonew, click expandable string value, type the value name that you want to restore (AppData) and then press ENTER. Right click on this value, clickchange, type the value in the value data for the value name box, and then clickOK. The value data must be: % USERPROFILE%\AppData\Roaming.

    Step 8 KB 886549 suggests that you also check the values in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders. However, by fixing my problem, I had not to change values in the registry key. If this does not work, follow ALL the steps in the referenced article.

    Good luck. Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for