Our Team

T. Udayakumar

A Qualified Civil Engineer, aged 54 years is the Mentor for Landmark Metro Projects Pvt. Ltd. Landmark Metro has been fortunate to be one of the few developers to have qualified, experienced and a visionary to be its Mentor which shall give the company a huge advantage over the other developers. He guides the organization aided by very efficient and experienced department heads. He advises and handhold’s the team of the company in all its Land Acquisition, Monitors Development.

Domodharan Veeramani

Domodharan Veeramani was the General Manager Projects in Radiance Realty Developers India Ltd., (Formerly NAP Properties Ltd.,) between Jan 2011 till Aug 2021. He has handled in total 400 Cr in Construction Spend. Prior to Radiance DV was key personnel (Project Manager) in EMAS Engineers and Contractors Pvt Ltd. In EMAS he was responsible for execution of several notable projects which includes Commercial, Industrial, Residential and Educational Sectors. Key clients handled by him are MGM, Chaitanya, TEZ Homes, GE (General Electric), TIMKEN, Cap Gemni, BYD China, Mahindra Life Spaces to name a few. Prior to EMAS, DV had served in different positions in leading contracting companies such as Coromandel Engineering, Subramanian Construction Co, Mahindra Construction Co, etc., He carries a total of 35 Years in the field of Construction till date.

Exception

Error

We're sorry, but an unhandled error occurred. Please see the details below.

The stream or file "/var/www/html/demo/landmark_metro/storage/logs/system.log" could not be opened in append mode: failed to open stream: Permission denied

/var/www/html/demo/landmark_metro/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php line 110

                @chmod($this->url, $this->filePermission);
            }
            restore_error_handler();
            if (!is_resource($this->stream)) {
                $this->stream = null;
 
                throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url));
            }
        }
 
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);

Stack trace

# Called Code Document Line
9 Monolog\Handler\StreamHandler->write() ~/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php 39
8 Monolog\Handler\AbstractProcessingHandler->handle() ~/vendor/monolog/monolog/src/Monolog/Logger.php 344
7 Monolog\Logger->addRecord() ~/vendor/monolog/monolog/src/Monolog/Logger.php 712
6 Monolog\Logger->error() ~/vendor/laravel/framework/src/Illuminate/Log/Writer.php 203
5 Illuminate\Log\Writer->writeLog() ~/vendor/laravel/framework/src/Illuminate/Log/Writer.php 114
4 Illuminate\Log\Writer->error() ~/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php 221
3 Illuminate\Support\Facades\Facade::__callStatic() ~/vendor/october/rain/src/Foundation/Exception/Handler.php 66
2 October\Rain\Foundation\Exception\Handler->report() ~/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php 81
1 Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()