Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all 2179 articles
Browse latest View live

New Post: New Issue Notification

0
0

Hello,

Sure--but I would be okay (at least for now) just sending a hardcoded message (or one that doesn't need access to any httpContext values) to the assignee. Do you think doing that in IssueManager's SaveOrUpdate() function is the best place?


New Post: Application Error - Administration/Host/Settings.aspx

0
0

Thanks, that worked J

From: dubeaud [email removed]
Sent: December-04-12 9:11 AM
To: myitpros@hotmail.com
Subject: Re: Application Error - Administration/Host/Settings.aspx [bugnet:405478]

From: dubeaud

Did you try recycling your application after you upgraded?

New Post: Can't add a category

0
0

Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://localhost/MyBugNet/Webservices/BugNetServices.asmx/js

Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://localhost/MyBugNet/WebServices/BugNetServices.asmx/GetCategories

It seems my local web services is not working.

Event Log:

 

Event code: 3005 

Event message: An unhandled exception has occurred. 

Event time: 12/6/2012 6:24:21 AM 

Event time (UTC): 12/6/2012 11:24:21 AM Event ID: 2dda7de793e94f3f8890127eb41736cc Event sequence: 5 Event occurrence: 1 Event detail code: 0  Application information:     Application domain: /LM/W3SVC/1/ROOT/MyBugNet-2-129992666578432920    Trust level: Full     Application Virtual Path: /MyBugNet     Application Path: C:\inetpub\wwwroot\bugnet\     Machine name: SGAUTHIER7  Process information:     Process ID: 5428    Process name: w3wp.exe     Account name: IIS APPPOOL\Default  Exception information:     Exception type: InvalidOperationException     Exception message: Request format is unrecognized for URL unexpectedly ending in '/js'.   at System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response)   at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath)   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

  Request information:     Request URL: http://localhost/MyBugNet/Webservices/BugNetServices.asmx/js     Request path: /MyBugNet/Webservices/BugNetServices.asmx/js     User host address: ::1    User:      Is authenticated: False     Authentication Type:      Thread account name: IIS APPPOOL\Default  Thread information:     Thread ID: 198     Thread account name: IIS APPPOOL\Default     Is impersonating: False     Stack trace:    at System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response)  at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath)   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 

New Post: Can't add a category

0
0

I am not sure why you are getting this error but you can try adding this setting to your web.config

<configuration><system.web><webServices><protocols><addname="HttpGet"/><addname="HttpPost"/></protocols></webServices></system.web></configuration>

http://stackoverflow.com/a/654107

New Post: Application Error - Administration/Host/Settings.aspx

0
0

Glad you got it working. We did fix some application settings caching issues, but they are only refreshed after you save a setting or recycle the application.

Created Issue: 20 Project Limit in v1.2 [83]

0
0
After a test upgrade, it looks like the main page and the project selection drop down will clip displaying more than 20 projects. We currently have 28.

All project still show up in Admin>Projects however.

Commented Issue: 20 Project Limit in v1.2 [83]

0
0
After a test upgrade, it looks like the main page and the project selection drop down will clip displaying more than 20 projects. We currently have 28.

All project still show up in Admin>Projects however.
Comments: Please disregard this issue. After further review, this looks like a permission issue. The account I was using, was set up as a super user (thought this would show all projects), however was not added specifically to all projects. This was what was preventing the projects from displaying. There is no 20 count limit.

Closed Issue: 20 Project Limit in v1.2 [83]

0
0
After a test upgrade, it looks like the main page and the project selection drop down will clip displaying more than 20 projects. We currently have 28.

All project still show up in Admin>Projects however.
Comments: user resolved issue

New Post: Can't add a category

0
0

Figured my issue out.

ASP.NET must be re-registered with IIS.

  1. Open a command prompt in the directory where the file aspnet_regiis.exe exists. On most servers it's at c:\Windows\Microsoft.Net\Framework\v4.0.30319
  2. Type aspnet_regiis.exe -i

New Post: Login problem after upgrading to v1.1.213

0
0

Here is the solution:

http://www.brutaldev.com/post/2011/08/22/Reset-BugNET-admin-password.aspx

New Post: Failed running install.aspx

0
0

Hello,

 

when I try to run install.aspx i get the following Errors:

 

Installing BugNET

Version: 1.1.213.0

Installation Status Report

00:00:00 - Installing Version: 1.1.213.0
00:00:00 - Installing Membership Provider:
00:00:00 -    Executing Script: InstallCommon.sql Success
00:00:00.3437038 -    Executing Script: InstallMembership.sql Success
00:00:01.1248488 -    Executing Script: InstallProfile.sql Success
00:00:01.3435694 -    Executing Script: InstallRoles.sql Success
00:00:01.8591251 - Installing BugNET Database:
00:00:01.8591251 -    Executing Script: BugNET.Schema.SqlDataProvider.sqlError!

Error Details

FileBugNET.Schema.SqlDataProvider.sql
Error  In der Datenbank ist bereits ein Objekt mit dem Namen 'BugNet_UserProfiles' vorhanden.



00:00:01.8747480 - Installing BugNET Default Data:
00:00:01.8747480 -    Executing Script: BugNET.Data.SqlDataProvider.sqlError!

Error Details

FileBugNET.Data.SqlDataProvider.sql
Error  Verletzung der PRIMARY KEY-Einschränkung "PK_BugNet_Permissions". Ein doppelter Schlüssel kann in das Objekt "dbo.BugNet_Permissions" nicht eingefügt werden. Der doppelte Schlüsselwert ist (1).



00:00:01.8747480 - Creating Administrator Account

Error: The 'BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.

Installation Failed!

 

 

there have been a few tables created, so I think the connection to the Database works.

 

Any suggestions?

New Post: Failed running install.aspx

0
0

Edit: Tried a few more times and now it seems to work....

New Post: Email notification to new users

0
0

I think top priority should be the email notification to new users. There is no reason why an email isn't sent and is a glaring omission in my mind. Especially if the password has been randomly generated or reset.

Points 2 and 3 would be nice to haves in my opinion. Number 1 is essential!

New Post: New Issue creation - How to force the value of some fields?

0
0

It would be superb to be able to set in the project settings for new issues which values are default. As clems38 mentioned above, the ability to set Status to 'New' by default for new issues. 

New Post: Installation on shared hosting.

0
0

Hi there,

would like to request instruction to install this bugnet onto Shared hosting.

I am facing issue whereby "permission denied to config folder", when the hosting tech team set full permission, it return loop redirection error.


New Post: Installation on shared hosting.

0
0

What version of Windows does the hosting company use as well what hosting company are you using?

At the very min the web.config and Uploads folder needs write permission for BugNET to operate properly.

  • If the Windows version is 2008 or higher the account that the app-pool for BugNET is running under needs these permissions on the file system.
  • If the OS is Windows 2003 or less then the ASP.NET worker account needs those permissions on the file system.

This also depends on who you’re hosting with as some may configure a special account just for your hosting account that everything runs under.  It is hard to give you advice for installing BugNET on a shared hosting account due to the differences each company may implement the hosting.

Commented Issue: Problem Deleting Projects and Users [85]

0
0
When you delete a project or user, I assume there are foreign key contraints which prevent the delete statement from happening.

What should happen, especially on a system such as this, is each relevant table should have an IsDeleted bit column. So when anything in the system is deleted, the flag is marked as true. Therefore when you perform your queries you just make sure that everything shown is not deleted. This keeps data integrity intact and prevents foreign key constant problems.


Log:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Data.SqlClient.SqlException (0x80131904): The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_IssueVotes_BugNet_Issues". The conflict occurred in database "BugNet", table "dbo.BugNet_IssueVotes", column 'IssueId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectCategories". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueCategoryId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectStatus". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueStatusId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectMilestones". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueMilestoneId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectIssueTypes". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueTypeId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectResolutions". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueResolutionId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectPriorities". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssuePriorityId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_IssueVotes_BugNet_Issues". The conflict occurred in database "BugNet", table "dbo.BugNet_IssueVotes", column 'IssueId'.
Comments: This particular issue was fixed in the 1.2 release with modifications to the delete project stored procedure. I do agree with your recompilation of logically deleting items, which we have implemented for some tables already.

Closed Issue: Urgent: Migrated to v1.2.231 and cannot login [84]

0
0
I migrated to v1.2.231 and cannot login anymore.

The problem comes from the "Membership.ValidateUser" that is not validating my users.
When I revert the condition (ie removing the not), I can login.

Problem is in the LoginControl.ascx.ca, line 27: ... membershio.validateuser(...

protected void LoginButton_Click(object sender, EventArgs e)
{
if (!Page.IsValid) return;

if (Membership.ValidateUser(subLoginControl.UserName, subLoginControl.Password)) return;

FormsAuthentication.RedirectFromLoginPage(subLoginControl.UserName, subLoginControl.RememberMeSet);
}

What is wrong with the update to this new version ?
Thanks,

Closed Issue: DB Upgrade to 1.2 is incomplete [82]

0
0
Hi,

I've upgraded from 0.8 to 1.2, and most was ok. The Install/Install.aspx page did a good job with no errors.
However, the last successful script is: 1.1.213.0.SqlDataProvider.sql
There is no 1.2 script.
And there are 2 things missing in my database that I had to fix manually:

1) I had to go to /Administration/Projects/ProjectList.aspx
and click on "Generate Custom Field Views"
because I was getting an exception:
Invalid object name 'BugNet_P2_CFV'
(see discussion http://bugnet.codeplex.com/discussions/392922)

These views should be added by the Install script I think.

2) I had to update the sproc
BugNet_IssueNotification_GetIssueNotificationsByIssueId
using the script in BugNet.Schema.SqlDataProvider.sql
(replace CREATE by ALTER)
because I was getting an exception:
IndexOutOfRangeException: NotificationCulture
(see discussion http://bugnet.codeplex.com/discussions/404323)

This sproc should also be updated by the Install script I think.

I don't know if these are missing from the 1.2 script, or if they are missing from a previous script.

Commented Issue: Problem Deleting Projects and Users [85]

0
0
When you delete a project or user, I assume there are foreign key contraints which prevent the delete statement from happening.

What should happen, especially on a system such as this, is each relevant table should have an IsDeleted bit column. So when anything in the system is deleted, the flag is marked as true. Therefore when you perform your queries you just make sure that everything shown is not deleted. This keeps data integrity intact and prevents foreign key constant problems.


Log:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Data.SqlClient.SqlException (0x80131904): The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_IssueVotes_BugNet_Issues". The conflict occurred in database "BugNet", table "dbo.BugNet_IssueVotes", column 'IssueId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectCategories". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueCategoryId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectStatus". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueStatusId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectMilestones". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueMilestoneId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectIssueTypes". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueTypeId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectResolutions". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssueResolutionId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_Issues_BugNet_ProjectPriorities". The conflict occurred in database "BugNet", table "dbo.BugNet_Issues", column 'IssuePriorityId'.
The DELETE statement conflicted with the REFERENCE constraint "FK_BugNet_IssueVotes_BugNet_Issues". The conflict occurred in database "BugNet", table "dbo.BugNet_IssueVotes", column 'IssueId'.
Comments: This particular issue was fixed in the 1.2 release with modifications to the delete project stored procedure. I do agree with your recommendation of logically deleting items, which we have implemented for some tables already.
Viewing all 2179 articles
Browse latest View live




Latest Images