Kohana_Request_Exception [ 0 ]: Unable to find a route to match the URI: _inc/js/jquery.js

SYSPATH/classes/kohana/request.php [ 574 ]

569 		}
570 
571 		// No matching route for this URI
572 		$this->status = 404;
573 
574 		throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
575 			array(':uri' => $uri));
576 	}
577 
578 	/**
579 	 * Returns the response as the string representation of a request.
  1. SYSPATH/classes/kohana/request.php [ 255 ] » Kohana_Request->__construct(arguments)

  2. APPPATH/bootstrap.php [ 216 ] » Kohana_Request::instance()

  3. APPPATH/public/index.php [ 113 ] » require(arguments)

Environment