Couldn't render template "-1/shortselling/search.tt: file error - -1/shortselling/search.tt: not found"

Stack Trace

Package Line File
Shortpos::Controller::Shortselling 183 /home/shortpos/Shortpos/lib/Shortpos/Controller/Shortselling.pm

180: } 181: 182: # 共通のend処理呼び出し 183: $c->forward('Shortpos::Controller::Root', 'end'); 184: } 185: 186: ################################################################################

Request

bless({
  _path            => "shortselling/3099.html",
  action           => "^shortselling/(?:.*?)(\\d{4})\\.html\$",
  address          => "3.141.202.187",
  arguments        => [],
  base             => bless(do{\(my $o = "http://www.alert-service.net/")}, "URI::http"),
  body_parameters  => { code => 3099, event => "shortselling" },
  captures         => [3099],
  cookies          => {},
  headers          => bless({
                        "accept"          => "*/*",
                        "connection"      => "close",
                        "host"            => "www.alert-service.net",
                        "user-agent"      => "claudebot",
                        "x-forwarded-for" => "3.141.202.187",
                        "x-real-ip"       => "3.141.202.187",
                      }, "HTTP::Headers"),
  match            => "shortselling/3099.html",
  method           => "GET",
  parameters       => {},
  protocol         => "HTTP/1.0",
  query_keywords   => "",
  query_parameters => {},
  remote_user      => undef,
  secure           => 0,
  uploads          => {},
  uri              => bless(do{\(my $o = "http://www.alert-service.net/shortselling/3099.html")}, "URI::http"),
}, "Catalyst::Request")

Response

bless({
  body => undef,
  cookies => {},
  finalized_headers => 0,
  headers => bless({
    "content-type" => "text/html; charset=utf-8",
    "x-catalyst"   => 5.90007,
  }, "HTTP::Headers"),
  status => 200,
}, "Catalyst::Response")

Stash

{
  adchoice    => 2,
  cnt         => 0,
  code        => 3099,
  column      => "",
  eisyo       => "Isetan Mitsukoshi Holdings Ltd.",
  emsg        => "",
  event       => "shortselling",
  gyousyu     => "\x{5C0F}\x{58F2}\x{696D}",
  homepage    => "http://www.imhds.co.jp/",
  insdate     => "2019/07/31 08:57:17",
  is_async    => 0,
  is_cds      => 1,
  is_cocomero => 1,
  is_error    => 1,
  is_future   => 1,
  is_ipad     => 1,
  is_local    => 1,
  is_mobile   => 1,
  issue       => "     395,520,854\x{682A}",
  locale      => -1,
  meisyo      => "\x{4E09}\x{8D8A}\x{4F0A}\x{52E2}\x{4E39}\x{FF28}\x{FF24}",
  order       => "desc",
  sijou       => "\x{6771}\x{8A3C}1\x{90E8}",
  template    => "-1/shortselling/search.tt",
  ua_type     => 7,
}

Config

do {
  my $a = {
    "Action::RenderView" => {
      ignore_classes => [
                          "DBIx::Class::ResultSource::Table",
                          "DBIx::Class::ResultSourceHandle",
                          "DateTime",
                        ],
      scrubber_func  => sub { ... },
    },
    "connect_info" => [
      "dbi:Oracle:host=192.168.0.26;sid=goldsh;port=1521",
      "shortpos",
      "shortpos",
    ],
    "default_view" => "TT",
    "disable_component_resolution_regex_fallback" => 1,
    "enable_catalyst_header" => 1,
    "home" => "/home/shortpos/Shortpos",
    "name" => "Shortpos",
    "Plugin::ConfigLoader" => {},
    "root" => bless({
      dirs => ["", "home", "shortpos", "Shortpos", "root"],
      file_spec_class => undef,
      volume => "",
    }, "Path::Class::Dir"),
    "stacktrace" => { context => 3, verbose => 0 },
    "static" => {
      debug => 1,
      dirs => [],
      ignore_dirs => [],
      ignore_extensions => ["tmpl", "tt", "tt2", "html", "xhtml"],
      include_path => ['fix'],
      mime_types => {},
      mime_types_obj => bless({}, "MIME::Types"),
      no_logs => 1,
    },
  };
  $a->{"static"}{include_path}[0] = $a->{"root"};
  $a;
}

Shortpos on Catalyst 5.90007