Anyone have a clue how to get past this problem? No idea what would have 
caused this.

May 12 23:28:35 jimnmichelle4 weewx[4453]: engine: Initializing weewx 
version 3.5.0
May 12 23:28:35 jimnmichelle4 weewx[4453]: engine: Using Python 2.7.6 
(default, Oct 26 2016, 20:32:47) #012[GCC 4.8.4]
May 12 23:28:35 jimnmichelle4 weewx[4453]: engine: Platform 
Linux-3.19.0-80-generic-i686-with-Ubuntu-14.04-trusty
May 12 23:28:35 jimnmichelle4 weewx[4453]: engine: pid file is 
/var/run/weewx.pid
May 12 23:28:35 jimnmichelle4 weewx[4457]: engine: Using configuration file 
/home/weewx/weewx.conf
May 12 23:28:35 jimnmichelle4 weewx[4457]: engine: Loading station type 
Vantage (weewx.drivers.vantage)
May 12 23:28:42 jimnmichelle4 weewx[4457]: engine: StdConvert target unit 
is 0x1
May 12 23:28:42 jimnmichelle4 weewx[4457]: wxcalculate: The following 
values will be calculated: 
barometer=prefer_hardware,windchill=prefer_hardware,dewpoint=prefer_hardware,appTemp=prefer_hardware,rainRate=prefer_hardware,windrun=prefer_hardware,heatindex=prefer_hardware,maxSolarRad=prefer_hardware,humidex=prefer_hardware,pressure=prefer_hardware,inDewpoint=prefer_hardware,ET=prefer_hardware,altimeter=prefer_hardware,cloudbase=prefer_hardware
May 12 23:28:42 jimnmichelle4 weewx[4457]: wxcalculate: The following 
algorithms will be used for calculations: altimeter=aaNOAA,maxSolarRad=RS
May 12 23:28:42 jimnmichelle4 weewx[4457]: engine: Archive will use data 
binding wx_binding
May 12 23:28:42 jimnmichelle4 weewx[4457]: engine: Record generation will 
be attempted in 'hardware'
May 12 23:28:42 jimnmichelle4 weewx[4457]: engine: The archive interval in 
the configuration file (300) does not match the station hardware interval 
(60).
May 12 23:28:42 jimnmichelle4 weewx[4457]: engine: Using archive interval 
of 60 seconds
May 12 23:28:43 jimnmichelle4 weewx[4457]: engine: Caught unrecoverable 
exception in engine:
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****  database disk image is 
malformed
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****  Traceback (most recent 
call last):
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/engine.py", line 853, in main
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****      engine = 
EngineClass(config_dict)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/engine.py", line 75, in __init__
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****     
 self.loadServices(config_dict)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/engine.py", line 136, in loadServices
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****     
 self.service_obj.append(weeutil.weeutil._get_object(svc)(self, 
config_dict))
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/engine.py", line 504, in __init__
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****     
 self.setup_database(config_dict)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/engine.py", line 602, in setup_database
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****      dbmanager = 
self.engine.db_binder.get_manager(self.data_binding, initialize=True)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/manager.py", line 824, in get_manager
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****     
 self.manager_cache[data_binding] = open_manager(manager_dict, initialize)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/manager.py", line 973, in open_manager
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****     
 manager_dict['schema'])
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/manager.py", line 138, in open_with_create
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****      dbmanager = 
cls(connection, table_name=table_name, schema=schema)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/manager.py", line 1109, in __init__
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****     
 super(DaySummaryManager, self).__init__(connection, table_name, schema)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weewx/manager.py", line 70, in __init__
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****      self.sqlkeys = 
self.connection.columnsOf(self.table_name)
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weedb/sqlite.py", line 155, in columnsOf
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****      column_list = 
[row[1] for row in self.genSchemaOf(table)]
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****    File 
"/home/weewx/bin/weedb/sqlite.py", line 144, in genSchemaOf
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****      for row in 
self.connection.execute("""PRAGMA table_info(%s);""" % table):
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****  DatabaseError: 
database disk image is malformed
May 12 23:28:43 jimnmichelle4 weewx[4457]:     ****  Exiting.
jmoudy@jimnmichelle4:~$

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to