Error in application log

ptgx

Member
Hello, i have this problem in my app log. What does it mean ? It's coming few times by minutes when i'm sending a campaign. Thank you for your help.

2017/02/03 09:48:01 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "wq419tzklm172".' in /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php:3776
Stack trace:
#0 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(3658): CController->missingAction('wq419tzklm172')
#1 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(1768): CController->run('wq419tzklm172')
#2 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(1688): CWebApplication->runController('campaigns/wq419...')
#3 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(1205): CWebApplication->processRequest()
#4 /var/www/virtual/domain/htdocs/apps/init.php(227): CApplication->run()
#5 /var/www/virtual/domain/htdocs/index.php(18): require_once('/var/www/virtua...')
#6 {main}
REQUEST_URI=/index.php/campaigns/wq419tzklm172/track-url/qp556o=
---
2017/02/03 09:48:39 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "wq419tzklm172".' in /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php:3776
Stack trace:
#0 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(3658): CController->missingAction('wq419tzklm172')
#1 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(1768): CController->run('wq419tzklm172')
#2 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(1688): CWebApplication->runController('campaigns/wq419...')
#3 /var/www/virtual/domain/htdocs/apps/common/framework/yiilite.php(1205): CWebApplication->processRequest()
#4 /var/www/virtual/domain/htdocs/apps/init.php(227): CApplication->run()
#5 /var/www/virtual/domain/htdocs/index.php(18): require_once('/var/www/virtua...')
#6 {main}
REQUEST_URI=/index.php/campaigns/wq419tzklm172/track-url/my4188=
---
 
If the camp wq419tzklm172 is there, perhaps your load is to high and the server (dbf or http) cannot keep up?
 
You mean the allowed ressources are too light to send the campaign ?
The sending may take so many resources, that other parts are not serviceable. Try to find the bottleneck and give each part the resources needed.
 
@tty0 - i just noticed this now, the request url is:
Code:
REQUEST_URI=/index.php/campaigns/wq419tzklm172/track-url/my4188=
It ends with an equal sign which means actually the email client cut the link at that point in order to throw it on a new line and when it rendered it it rendered it broken.
I have to look and see if there's something we can do to fix this.
 
Back
Top