Error After Installation

Hi,


I am getting following error on going to myurl.com:8080 after installing through installer on CentOS 6.

<type ‘exceptions.IOError’>: [Errno 13] Permission denied: ‘/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt’ 
      args = (13, ‘Permission denied’) 
      errno = 13 
      filename = ‘/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt’ 
      message = ‘’ 
      strerror = ‘Permission denied’

Full page error pastebin link: http://pastebin.com/P5Rbmhi4 .

Can anyone help?

Thanks,

Shubham



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

Hi ,

I faced the same error. The user www-data isn't able to access the mentioned file. What I did was chmod www-data for /usr.../lib folder.

I don't think it should be done on a production server tho. Am not aware of the security issues arising from the abovr

On Jul 27, 2013 4:58 PM, "Shubham Gupta" <sh...@gmail.com> wrote:
Hi,

I am getting following error on going to myurl.com:8080 after installing through installer on CentOS 6.

<type 'exceptions.IOError'>: [Errno 13] Permission denied: '/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt'
args = (13, 'Permission denied')
errno = 13
filename = '/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt'
message = ''
strerror = 'Permission denied'

Full page error pastebin link: http://pastebin.com/P5Rbmhi4 .

Can anyone help?

Thanks,

Shubham



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.






Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

I chmod the file top_level.txt to 755. It works now…

On Saturday, 27 July 2013 18:28:30 UTC+5:30, Shubham Gupta wrote:

Hi,

I am getting following error on going to myurl.com:8080 after installing through installer on CentOS 6.

<type ‘exceptions.IOError’>: [Errno 13] Permission denied: ‘/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt’ 
      args = (13, ‘Permission denied’) 
      errno = 13 
      filename = ‘/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt’ 
      message = ‘’ 
      strerror = ‘Permission denied’

Full page error pastebin link: http://pastebin.com/P5Rbmhi4 .

Can anyone help?

Thanks,

Shubham



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

The same error was also coming for /usr/lib/python2.6/site-packages/google_api_python_client-1.1-py2.6.egg-info/top_level.txt , did the same chmod 755.


Is it the right thing to do? Anyone?   

On Saturday, 27 July 2013 18:28:30 UTC+5:30, Shubham Gupta wrote:
Hi,

I am getting following error on going to myurl.com:8080 after installing through installer on CentOS 6.

<type ‘exceptions.IOError’>: [Errno 13] Permission denied: ‘/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt’ 
      args = (13, ‘Permission denied’) 
      errno = 13 
      filename = ‘/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt’ 
      message = ‘’ 
      strerror = ‘Permission denied’

Full page error pastebin link: http://pastebin.com/P5Rbmhi4 .

Can anyone help?

Thanks,

Shubham



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

Am not sure myself. Its a mire security based question than erpnext I guess. Perhaps should check around online

On Jul 27, 2013 5:46 PM, "Shubham Gupta" <sh...@gmail.com> wrote:
The same error was also coming for /usr/lib/python2.6/site-packages/google_api_python_client-1.1-py2.6.egg-info/top_level.txt , did the same chmod 755.

Is it the right thing to do? Anyone?

On Saturday, 27 July 2013 18:28:30 UTC+5:30, Shubham Gupta wrote:
Hi,

I am getting following error on going to myurl.com:8080 after installing through installer on CentOS 6.

<type 'exceptions.IOError'>: [Errno 13] Permission denied: '/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt'
args = (13, 'Permission denied')
errno = 13
filename = '/usr/lib/python2.6/site-packages/httplib2-0.8-py2.6.egg-info/top_level.txt'
message = ''
strerror = 'Permission denied'

Full page error pastebin link: http://pastebin.com/P5Rbmhi4 .

Can anyone help?

Thanks,

Shubham



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.






Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.