<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1">Hi,<br>
<br>
I'm getting below errors in Varnish 2.1 whereas it was working in the
older versions.<br>
<br>
Message from VCC-compiler:<br>
Variable 'obj.cacheable' not accessible in method 'vcl_fetch'.<br>
At: (input Line 349 Pos 14)<br>
        if (!obj.cacheable) {<br>
-------------#############---<br>
Running VCC-compiler failed, exit 1<br>
<br>
Message from VCC-compiler:<br>
Variable 'obj.status' not accessible in method 'vcl_fetch'.<br>
At: (input Line 357 Pos 13)<br>
        if (obj.status == 500 || obj.status == 501 || obj.status == 502
|| obj.status == 503 || obj.status == 504 || obj.status == 404){<br>
------------##########------------------------------------------------------------------------------------------------------------------<br>
Running VCC-compiler failed, exit 1<br>
<br>
Can anyone help me ?<br>
<br>
Thanks,<br>
Mahesh.<br>
<br>
<br>
</font>
</body>
</html>