Python Forum
Error Type: <class 'OSError'> And Error Type: <class 'ValueError'>
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error Type: <class 'OSError'> And Error Type: <class 'ValueError'>
#1
Hi,

I've a python application which unzips .gz files and does various bits of processing on the contents.

Last night when it ran it produced the following error in the logs:

Quote:18-Jul-2017 02:35:31 | Processing Acccess Log
18-Jul-2017 02:35:31 | Compressed file
18-Jul-2017 02:35:31 | |- Name: /opt/billing/bin/get_access_logs/input/storagepool1-cf4225eb-a1f8-4caf-a57b-cdd2fad5b378-access.log-2017-06-21T150620535.gz
18-Jul-2017 02:35:31 | |- File size: 51,395,979 bytes
18-Jul-2017 02:35:36 | Uncompressed file
18-Jul-2017 02:35:36 | |- Name: /opt/billing/bin/get_access_logs/input/storagepool1-cf4225eb-a1f8-4caf-a57b-cdd2fad5b378-access.log-2017-06-21T150620535
18-Jul-2017 02:35:36 | Error Type: <class 'OSError'>
18-Jul-2017 02:35:36 | Error Args: (28, 'No space left on device')
18-Jul-2017 02:35:37 | Parsing: /opt/billing/bin/get_access_logs/input/storagepool1-cf4225eb-a1f8-4caf-a57b-cdd2fad5b378-access.log-2017-06-21T150620535
18-Jul-2017 02:36:19 | Error at line 387069
18-Jul-2017 02:36:20 | {"server_name":"ap-geo.select.com","remote_address":"1.174.9.6","forwarded_for":"3.7.5.19","remote_user":"ERT8NHuyrkEQ1buZVXr3","timestamp_start":"1498056996675","timestamp_finish":"1498056996715","time_start":"21/Jun/2017:14:56:36 +0000","time_finish":"21/Jun/2017:14:56:36 +0000","reques
18-Jul-2017 02:36:20 | Error Type: <class 'ValueError'>
18-Jul-2017 02:36:20 | Error Args: ('Unterminated string starting at: line 1 column 301 (char 300)',)
18-Jul-2017 02:36:20 | |- 387069 rows processed in 43.00548601150513 seconds
18-Jul-2017 02:36:20 | |- File 167 processed.

This appeared for the last 3 of 170 files. I thought the disk may have ran out of space bt my SA tells me this is not the case.

Is there any other likely cause for this issue?

Cheers
Paul
Reply
#2
It's more likely that the opt partition ran out of space, but it's definitely a disk space issue.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How does this code create a class? Pedroski55 3 90 2 hours ago
Last Post: Pedroski55
Sad [Solved] I'm not getting the good type slain 18 526 Apr-11-2024, 01:36 PM
Last Post: slain
  class definition and problem with a method HerrAyas 2 233 Apr-01-2024, 03:34 PM
Last Post: HerrAyas
  Printing out incidence values for Class Object SquderDragon 3 275 Apr-01-2024, 07:52 AM
Last Post: SquderDragon
  OSError occurs in Linux. anna17 2 279 Mar-23-2024, 10:00 PM
Last Post: snippsat
  class and runtime akbarza 4 354 Mar-16-2024, 01:32 PM
Last Post: deanhystad
  Operation result class SirDonkey 6 503 Feb-25-2024, 10:53 AM
Last Post: Gribouillis
  The function of double underscore back and front in a class function name? Pedroski55 9 644 Feb-19-2024, 03:51 PM
Last Post: deanhystad
Question How to get a removable disc type in drive Daring_T 12 1,198 Feb-11-2024, 08:55 AM
Last Post: Gribouillis
  super() and order of running method in class inheritance akbarza 7 722 Feb-04-2024, 09:35 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020