Re: Beagle excepts [Was: anybody working/supporting beagle?]



It exists in gac/Mono.Data.Sqlite/1.xxx/ but not the 2.xxx version.
I'm told we can explicitly link against the old one by specifying
-r:path/to/gac/Mono.Data.Sqlite/1.xxx/....  I'm also told that the
2.xxx version has been shipped since Mono 1.2.4 (which we already
require), so we should probably just upgrade to it.  I have a patch to
do so that I'll push if nobody objects.

Gabriel

On Mon, Jan 25, 2010 at 6:28 AM, Joe Shaw <joe joeshaw org> wrote:
> Hi,
>
> Yep, that class does not exist in Mono.Data.Sqlite.
>
> A fix might be to change the "using" line to be
> Mono.Data.SqliteClient, as I believe that is the older code.
> Otherwise some sort will be needed to port to the newer
> Mono.Data.Sqlite API.
>
> Joe
>
> On Mon, Jan 25, 2010 at 8:53 AM, Adam Tauno Williams
> <awilliam whitemice org> wrote:
>> On Mon, 2010-01-25 at 08:49 -0500, Adam Tauno Williams wrote:
>>> On Fri, 2010-01-22 at 10:59 -0500, Joe Shaw wrote:
>>> > Hi,
>>> > On Fri, Jan 22, 2010 at 6:19 AM, Adam Tauno Williams
>>> > <awilliam whitemice org> wrote:
>>> > > BTW, I love Beagle - it is a massive improvement over 'managing files'.
>>> > > But, at least for me, it has stopped working.  Since I last updated Mono
>>> > > it just churns out a lot of -
>>> > > ---
>>> > > 20100122 06:15:13.6246 10662 Beagle ERROR EX:   at
>>> > > System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
>>> > > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
>>> > > System.Globalization.CultureInfo culture) [0x00000] in <filename
>>> > > unknown>:
>>> > This doesn't look like the complete stack trace.  Or, at least, there
>>> > isn't the exception message included.  Can you provide that?
>>> > Hopefully it's something simple.
>>> Cleaned out .beagle/Logs, restarted Beagle, and attached logs.
>>
>> I'd guess the crux of the issue is all of the:
>> ----
>> 20100125 08:51:14.2123 08249 Beagle ERROR EX:
>> System.Reflection.TargetInvocationException: Exception has been thrown
>> by the target of an invocation. ---> System.TypeLoadException: Could not
>> load type 'Mono.Data.Sqlite.SqliteBusyException' from assembly
>> 'Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral,
>> PublicKeyToken=0738eb9f132ed756'
>> ----
>>
>> It appears to be having an SQLite issue.  I've disabled all the backends
>> now except files.
>>
>> mono-data-sqlite-2.6.1-31.1.i586 is the package installed.
>>
>> awilliam linux-m3mt:~/.beagle/Log> rpm -ql
>> mono-data-sqlite-2.6.1-31.1.i586
>> /usr/lib/mono/1.0/Mono.Data.Sqlite.dll
>> /usr/lib/mono/1.0/Mono.Data.SqliteClient.dll
>> /usr/lib/mono/2.0/Mono.Data.Sqlite.dll
>> /usr/lib/mono/2.0/Mono.Data.SqliteClient.dll
>> /usr/lib/mono/gac/Mono.Data.Sqlite
>> /usr/lib/mono/gac/Mono.Data.Sqlite/1.0.5000.0__0738eb9f132ed756
>> /usr/lib/mono/gac/Mono.Data.Sqlite/1.0.5000.0__0738eb9f132ed756/Mono.Data.Sqlite.dll
>> /usr/lib/mono/gac/Mono.Data.Sqlite/1.0.5000.0__0738eb9f132ed756/Mono.Data.Sqlite.dll.mdb
>> /usr/lib/mono/gac/Mono.Data.Sqlite/2.0.0.0__0738eb9f132ed756
>> /usr/lib/mono/gac/Mono.Data.Sqlite/2.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll
>> /usr/lib/mono/gac/Mono.Data.Sqlite/2.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll.mdb
>> /usr/lib/mono/gac/Mono.Data.SqliteClient
>> /usr/lib/mono/gac/Mono.Data.SqliteClient/1.0.5000.0__0738eb9f132ed756
>> /usr/lib/mono/gac/Mono.Data.SqliteClient/1.0.5000.0__0738eb9f132ed756/Mono.Data.SqliteClient.dll
>> /usr/lib/mono/gac/Mono.Data.SqliteClient/1.0.5000.0__0738eb9f132ed756/Mono.Data.SqliteClient.dll.mdb
>> /usr/lib/mono/gac/Mono.Data.SqliteClient/2.0.0.0__0738eb9f132ed756
>> /usr/lib/mono/gac/Mono.Data.SqliteClient/2.0.0.0__0738eb9f132ed756/Mono.Data.SqliteClient.dll
>> /usr/lib/mono/gac/Mono.Data.SqliteClient/2.0.0.0__0738eb9f132ed756/Mono.Data.SqliteClient.dll.mdb
>>
>> --
>> openSUSE <http://www.opensuse.org/en/>
>> Linux for human beings who need to get things done.
>>
>> _______________________________________________
>> Dashboard-hackers mailing list
>> Dashboard-hackers gnome org
>> http://mail.gnome.org/mailman/listinfo/dashboard-hackers
>>
>>
> _______________________________________________
> Dashboard-hackers mailing list
> Dashboard-hackers gnome org
> http://mail.gnome.org/mailman/listinfo/dashboard-hackers
>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]