[Catalyst] RE: Permission Denied??

Emily Heureux emily at burnham.org
Mon Dec 17 18:32:55 GMT 2007


Never mind, it doesn't have to do with Catalyst.

-----Original Message-----
From: Emily Heureux [mailto:emily at burnham.org] 
Sent: Monday, December 17, 2007 10:24 AM
To: 'The elegant MVC web framework'
Subject: Permission Denied??

Hi, I have an instance of an object in my Catalyst application called
$MP_Model.  I have been using it successfully to call its methods until
today, when I received a 'permission denied' message:

Caught exception in Play::Controller::Maths->m_summarypg "Cannot open
file:Permission denied"

and from Stack Trace:

Play::Controller::Maths  	
65: 	# Get ProteinName data structure through Protein Summary Data from
Model.pm in MP.
66: 	my $summarydata = $MP_Model->ProteinSummaryData({ProteinName =>
[$param]});
67: 	my $structuredata = $MP_Model->GetAllStructureData({ProteinName =>
[$param]});

I added line 67, and that is when I get the error.  Line 66 works fine, and
the GetAllStructureData method works fine in the application that it is part
of, but that is what is causing the 'permission denied' error.

Why 'permission denied'??  What file could it be saying cannot be opened?

Emily





More information about the Catalyst mailing list