Tag Archives | error

Error #1009 vSphere Web Client

Error #1009 vSphere Web Client

Recently I have been having some issues with plugins while working in my lab.  I recently wrote this article “Error 1063 vSphere Web Client” which documents how to disable selected plugins.  This fixed worked for a little while, but recently I have started receving a similar error but with the Error #1009 vSphere Web Client.  I tried the fix in my previous article again, however when I tried to go into the Client Plug-Ins area of the vSphere Web Client, I received the #1009 error everytime. The first thing I tried was to (obviously) Google the error, but I couldn’t find any resolution.  A few people have experienced this error on the communities forum but no one had a fix for it.  I phoned a friend in GSS, and they told me about an issue with cached objects that are stored in a SerenityDB folder.  They aparantly have bad references […]

Continue Reading 5
Screenshot 2015-03-26 12.21.13

Error 1063 vSphere Web Client

I have recently been upgrading all our lab to vSphere 6.0 and have come across an interesting error everytime I login to the vSphere Web Client. Error 1063 vSphere Web Client The error is “An internal error has occured – Error #1063”. I actually migrated my previous version of vCenter 5.5 to vCenter 6.0 using the inbuilt upgrade.  This actually deploys a new vCenter Server Appliance with version 6.0 and migrates all the information from the previous appliance, including all the plugins. I would receive this error everytime I tried to click the Actions menu on any object.  Didn’t matter whether it was a host or a VM, this error always popped up.  Clicking yes never solved it, I couldn’t do anything. Then I started thinking about the upgrade.  I wonder if a plugin that was installed on the previous 5.5 version had been migrated across and was causing a […]

Continue Reading 2
plugins

vSphere Replication Unable to obtain SSL certificate – Bad Server Response

Working on upgrading our vCloud Air TMM lab today, I came across an interesting error that had me baffled for quite some time. I was upgrading the vSphere Replication Appliance from version 5.8 to version 6.0 and everything went smoothly.  After logging out and clearing the cache for the web browser (as documented here), I came across a new field that needs to be configured for the vSphere Replication Appliance to work.  Its the LookupService Address.  This didn’t exist in the previous version, but easy I thought.  Lets enter the vCenter server FQDN and away we go. vSphere Replication Unable to obtain SSL certificate Then I received the error: Unable to obtain SSL certificate: Bad server response; is a LookupService listening on the given address? If you perform a quick google, you are reffered to this KB article, but DNS wasn’t the problem, I could ping both the long FQDN […]

Continue Reading 16
Screenshot 2014-11-19 21.17.23

Server Certificate not verified error vCloud Air Plugin

After upgrading the VMware vSphere web client vCloud Air plugin today, I received the error, Server Certificate Not Verified. This error appeared when I was trying to add in my vCloud Air credentials. First you click the register vCloud Air Account Then you enter the credentials However, once you click OK you receive the error: Server Certificate Not Verified This error is actually expected, as the new release of the vCloud Air plugin version 1.5.1 release notes specifically state: Certificate requirement While establishing an SSL connection to vCloud Air, the plug-in verifies the SSL certificate of the site. As part of the installation process, you must download the certificate from https://vchs.vmware.com and add it to the trusted keystore of the vSphere Web Client. If you do not add the certificate, you will be unable to register your vCloud Air account with the plug-in or connect to vCloud Air. The vCloud Air […]

Continue Reading 1
ERROR 144 at line 1 Table

ERROR 144 (HY000) at line 1: Table ‘./wordpress/wp_options’ – WordPress MySQL

Received this error today ERROR 144 (HY000) at line 1 Table ‘./wordpress/wp_options’ on one of my WordPress installations after trying to restart MySQL.  This is how I fixed it. This is the error I received when running # /etc/init.d/mysql restart Stopping MySQL database server: mysqld. Starting MySQL database server: mysqld. Checking for corrupt, not cleanly closed and upgrade needing tables.. # ERROR 144 (HY000) at line 1: Table ‘./wordpress/wp_options’ is marked as crashed and last (automatic?) repair failed It was showing one of my WordPress tables was corrupted. Don’t panic though, there is an easy way to resolve this. Run the following command myisamchk -r /var/lib/mysql/MyWordPress_db/wp_options replacing the pathname with your path name. If successful you should see the following. # myisamchk -r /var/lib/mysql/MyWordPress_db/wp_options – recovering (with sort) MyISAM-table ‘wp_options’ Data records: 253 – Fixing index 1 – Fixing index 2 Data records: 348 Restart MySQL again, you will see […]

Continue Reading 4
Copyright David Hill

Powered by WordPress. Designed by Woo Themes