1

Hi. I am trying to move existing Fogbugz from an IIS Win2003 server to a new IIS in Windows 2008 (both 32bit).

I create a new database called fogbugz and run the setup. Once I'm done with the setup I open up the URL and straight away FogBugz ask to upgrade to database version 771. Once I click the upgrade link I got this error:

Error:  Object reference not set to an instance of an object.
Stack Trace:    Show Stack TraceHide Stack Trace

System.NullReferenceException: Object reference not set to an instance of an object.
   at Wasabi.Runtime.ADO.KeySetCursor.get_Item(Int32 ix) in c:\code\release\build\fogbugz\8.2.25\Wasabi\Wasabi.Runtime\ADO\Cursor.cs:line 371
   at Wasabi.Runtime.ADO.Field.get_Value() in c:\code\release\build\fogbugz\8.2.25\Wasabi\Wasabi.Runtime\ADO\Field.cs:line 42
   at FogCreek.FogBugz.__Global.AssertCorrectDBVersion(Boolean fShowUI) in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 86
   at FogCreek.FogBugz.__Global.SetupDBGlobal(Boolean fShowUI) in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 72
   at FogCreek.FogBugz.__Global.InitializeFogBugz(Boolean fShowUI) in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 115
   at FogCreek.FogBugz.__Global.StartPreHeader() in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 304
   at FogCreek.FogBugz.__Global.StartDefault() in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\default.was:line 59
   at FogCreek.FogBugz.HttpHandler.ProcessRequest(HttpContext context) in c:\Users\svc-mortar\AppData\Local\Temp\dgbal2-b.0.cs:line 0

Browser:    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Source:     Wasabi.Runtime
OS Version:     Microsoft Windows NT 6.0.6002 Service Pack 2
Database:   MySQL
CLR Versions:   v1.0.3705|v1.1.4322|v2.0.50727|v3.0|v3.5|v4.0.30319
ixPerson:   0
QueryString:    ?pre=preUpgradeDatabase
URL:    /default.asp
Content Length:     0
Local Addr:     127.0.0.1
Remote Addr:    127.0.0.1
Time:   1/13/2011 2:40:50 PM 

Any ideas how to fix this? From the stack trace I wondering why the Wasabi point to c:\code*** which doesn't exist on my new and old server?

Thanks

flag
I believe the `c:\code` refers to where the code was when the debug data (file names and line numbers) were generated. – Daniel LeCheminant Jan 14 2011 at 4:42

2 Answers

1

FogBugz 8.2 was incompatible with MySQL 5.5. This problem has been fixed and will be available in FogBugz 8.3.

link|flag
We're seeing the same problem; the version is 5.5.8 Thanks, David – David Keldsen Jan 14 2011 at 21:54
It wasn't even connecting to MySQL, so we need to look at the adapter more deeply. – David Keldsen Jan 15 2011 at 2:34
Yes, we are running on 5.5.8 – Sam W. Jan 17 2011 at 3:29
0

I revert to Mysql version 5.1.54 and it running fine. So I guess FogBugz 8 doesn't support 5.5.8

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.