BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...0.7 -> 0.8.188 fails to upgrade database0.7 -> 0.8.188 fails to upgrade database
Previous
 
Next
New Post
5/10/2010 6:14 AM
 
I would suggest recycling your web server.  If install.aspx is not the requested page the application will try to load the host settings into memory. Thats why you are seeing this error.  Accessing the install page will bypass this function though.

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
5/10/2010 11:27 PM
 
Don't know what I'm doing wrong,

excuted iisreset
called http://localhost/bugnet/install/install.Aspx directly
immediately get the error Could not find stored procedure 'BugNet_HostSetting_GetHostSettings'.

 
New Post
5/11/2010 5:16 AM
 
I managed to get the update scripts running : I just had to enable anonymous access on the web site (when windows authentication is the only on, and you call install.aspx, it first redirects to the logon page)

But now I'm getting System.NullReferenceException:
BugNET.HttpModules.LocalizationModule.context_PreRequestHandlerExecute(Object sender, EventArgs e) +81
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
 
New Post
5/11/2010 5:35 AM
 
Hi Rekna,
Sheesh this is turning into a major.
Okay lets re-cap. The first error you were getting would have been because of two things. First was the Windows Authentication (which you mentioned). The second would be if you have a different database for ASP_MEMBERSHIP and BUGNET itself.
Please check these connection strings and ensure that all is ok.

The error you are getting now is implying that the new language dependent resource strings are not in the database and are returning null.
What locale are you running??

Follow me on twitter: @stewartmoss http://www.twitter.com/stewartmoss
Follow BugNETProject on twitter: @bugnetproject http://www.twitter.com/bugnetproject
 
New Post
5/11/2010 5:55 AM
 
To summarize where I am know :

- if windows authentication and anonymous on : I get a page The administrator has disabled anonymous access, please register to view any projects.
if I click home link, I get a list of the projects, I can get to the projects page, but when I try to click on any of the detailsI sometimes get Access Denied...
the browser also seems to be waiting for the end of the request (I get a results, but it seems as if the request is not finished:progress indicator keeps running).

- if only windows authentication is enabled (which was the configuration we used when the site was running previous version), the site immediately returns System.NullReferenceException:
BugNET.HttpModules.LocalizationModule.context_PreRequestHandlerExecute(Object sender, EventArgs e) +81
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

- My locale is nl-be, if I check request headers Accept-Language: nl-NL,nl;q=0.7,chrome://global/locale/intl.properties;q=0.3
 
Previous
 
Next
HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...0.7 -> 0.8.188 fails to upgrade database0.7 -> 0.8.188 fails to upgrade database


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.