You are seeing this error because the action AC_RunActiveContent.js is not defined in controller JobsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the JobsController::AC_RunActiveContent.js() in file : app/controllers/jobs_controller.php
<?php
class JobsController extends AppController {
function AC_RunActiveContent.js() {
}
}
?>