Installing WampServer 2 on Windows

Download and install “Visual C++ 2010 SP1 Redistributable Package x86 or x64” which is a pre-requisite for WampServer. Download the installer from http://www.wampserver.com/en/#download-wrapper This will install all the below components: Apache: 2.4.4 MySQL : 5.6.12 PHP     : 5.4.12 PHPMyAdmin: 4.0.4 SqlBuddy      : 1.3.3 XDebug        : 2.2.3   and also takes care of auto linking these components and defining their default values.     The Default login for phpMyAdmin page are below: username: root password:  (blank) After you login, click on Change Password and set new value.   Default installation configuration will be as below: Database server Server: localhost via TCP/IP […]

Read more

Fix: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

Error: ————————— Internet Information Services (IIS) Manager ————————— The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020) ————————— OK —————————   FIX: The error message usually, indicates a port conflict with IIS and other application on the system. The default http port used by IIS is 80.  On desktop systems it’s usually found that Skype when running will cause conflict on port 80.  If it’s the case, please close and exit the Skype and then try starting web site and it should work for you.   < p>Otherwise, use TCP view […]

Read more

FIX: ORA-01653: unable to extend table <tablename>.WEBLOG_TEMP by <Size> in tablespace RAPP ORA-27059: skgfrsz: could not reduce file size Linux Error: 22: Invalid argument

Scenario: You notice below error on a Oracle DB server hosted on a Linux system if, your tablespace Extent DB file (.ddf) is over size of 2 GB on your Linux System you reached max file size of an Extent allowed for your tablespace   Weblog2.addRequest(testlaunch) WelogEntry failed: action=launch remote=95.211.217.68 ref=null agent=Pingdom.com_bot_version_1.4_(http://www.pingdom.com/) java.sql.SQLException: ORA-01653: unable to extend table APPINFRATABLE.WEBLOG_TEMP by 16158 in tablespace RAPP ORA-27059: skgfrsz: could not reduce file size Linux Error: 22: Invalid argument Additional information: 1 ORA-27059: skgfrsz: could not reduce file size Linux Error: 22: Invalid argument Additional information: 1 ORA-27059: skgfrsz: could not reduce file […]

Read more