2008/1/18, Alexey 0 Moudrick <moudrick@...>:
[...]
> 1. Create the following standard maillists :
> * rainbow-announce@googlegroups.com with purpose of:
> ** mkkforen, please, help me to define ;) (new releases?)
This is thought as a low volume list. It carries only important
things like new releases, critical bugs, vulnerabilities. For
people who want to stay informed but without the noise of
other lists.
(mk)
Community Team The Community team is incharge of our
mailing lsits, forums, blogs, and any community related sites. It's job
is to ensure the extended community runs smoothly and is informed about
our progress so that customers feel confident about our process and our
software.
The following correspondence remarks is related to the sphere of activity of this team.
mkkforen wrote: The whole "community" setup is rather confusing, currently. In my opinion
there should be 4 lists: rainbow-announce, rainbow-users, rainbow-dev and rainbow-logs, where rainbow-logs carries all the automatically generated
stuff like subversion, build and test logs. "list" means mailing list with web interface and rss access.
rasmseur wrote: Adding more list to the situation makes it more complex.
It won't make it more complex, but more simple for newbies to filter the messages flow.
You can consider me as temporary leader of communication team, until someone volunteer to take this vacant role.
I am going to perform some actions to get it to first base from standstill. It will be done in nearest twenty-four hours, feedbacks and remarks are accepted during this time. 1. Create the following standard maillists :
** developers automails from source control, integration etc.
It includes both web interface and rss, as required.
2. Setting the following men to managers of these lists
* moudrick as organizer * anantatman as project manager * ramseur as project manager * mkkforen
as the one who understand
3. Invite the whole cc: list of these messages to every of these newly created lists. 4. Moving all logs sendings (svn, cruisecontrol, etc) to
rainbow-logs@googlegroups.com 5. Advertise these actions in the whole community by all channels listed above in the beginning of the post, with invitation to register in the new lists.
Further steps to contribute by community team leader volunteer are (to be published in my blog):
1. Community forums organization.
* Move all notifications to appropriate maillists. * Moderation
2. Maillists organization and management
* Adjust access & feature member rights * Approve/decline pending membership requests
3. Developers communication organization.
* BaseCamp, Rahul's activity area.
4. Find and close unneeded, obsolete and possibly legacy community channels (?)
> > How can we clean up the issues section on Google Code? The reserved > > set of issues should be as atomic as possible. Ideally nobody should > > reserve more than one.
> > Did not understand what do you mean... Please describe more details of your > thought, with concrete examples.
Well, look at
http://code.google.com/p/rainbow/issues/list What does "Owner" mean? In my understanding this is the one who is currently working on the issue. So a name should not appear more than once - except when the issues are directly related.
> > Can we have a development mailing list? > > > > > Oh, at long least, I hear a legitimate claim to organize separate developers > list. > Active developers activity has been started!
> I really can create separate list (rainbow-developers) if we really need it, > and it is considered as good practice, since most people do not need to > receive commit and build reports that are currently being sent to rainbow
> list. > Also,.Rahul says it is not necessary to create separate list. Though I did > not understand the way he recommends. I use filters in the gmail web > interface to sort & separate the flow of rainbow maillist posts.
The whole "community" setup is rather confusing, currently. In my opinion there should be 4 lists: rainbow-announce, rainbow-users, rainbow-dev and rainbow-logs, where rainbow-logs carries all the automatically generated
stuff like subversion, build and test logs. "list" means mailing list with web interface and rss access. Everything else should disappear (and not linger around), including all the existing forums.
I also think that the subversion repository setup is rather complicated. There should be "devint" with trunk, tags and branches. And sandboxes, where every developer can create a work branch when he thinks it is necessary.
I don't think that there are enough resources to manage more.
(mk)
-- ---- Best Regards Alexey 0 Moudrick =================
One thing that helps immensly with debugging runtime errors in Rainbow is to completely comment out all of the rainbow error handling(in global.asax on Application_Error) and turn customErrors="off" in web.config
so you can see the real, unmolested error instead of the very mis-appropriately named "smartError"
Check to see if you have that sproc that is missing. It might be an ownership issue/permissions issue especially
if you are now connecting as a different user than before. There is a script to resolve this issue if that is the cause.
Let us know where you are at when that is done.
Chris F
On Jan 17, 2008 3:41 PM, Clyde Stoker <stokerc2@...> wrote:
I have successfully traced this problem far enough to learn the
following:
I get logged on successfully (I think) because I get to the
signin.ascx.cs
"private void LoginBtn_Click(object sender, EventArgs e)" method to
the code that originally read "Response.Redirect
(HttpUrlBuilder.BuildUrl("~/Default.aspx"));" I commented this out
and inserted a "return;"
I now get back to the logon screen with the password blanked out. If
I then try to type in a valid url in the Address line such as http://localhost/infonetportal/site/0/default.aspx is when I get the
error.
The rb_log file is as follows:
------------------------------------------>
***Level: FATAL
2008-01-17 13:14:35,203
Appl.Uptime: 10854653 ms
Logger: Rainbow
errorGUID: fc03ed50ca9b4265b5cca5d8759a26fd
Code version: 1879 http://localhost/infonetportal/DesktopDefault.aspx?PageID=0
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Data.SqlClient.SqlException: Could not find stored
procedure 'rb_GetAuthEditRolesRecycler'.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Rainbow.Security.PortalSecurity.hasPermissions(Int32 moduleID,
String procedureName, String parameterRol) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 159
at Rainbow.Security.PortalSecurity.HasEditPermissions(Int32
moduleID) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 184
at Rainbow.UI.WebControls.HeaderMenu.DataBind() in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 389
at Rainbow.UI.WebControls.HeaderMenu.OnInit(EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 236
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at Rainbow.DesktopDefault.LoadPage() in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\DesktopDefault.asp
x.cs:line 78
at Rainbow.DesktopDefault.DesktopDefault_Load(Object sender,
EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\DesktopDefault.asp
x.cs:line 61
at System.Web.UI.Control.OnLoad(EventArgs e)
at Rainbow.UI.Page.OnLoad(EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\Page.cs:line 184
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecut
ionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
***Level: FATAL
2008-01-17 13:14:35,281
Appl.Uptime: 10854731 ms
Logger: Rainbow
errorGUID: 4f0e77ca4f6141d09b27c808f86a2c18
Code version: 1879 http://localhost/infonetportal/app_support/SmartError.aspx?
500&eid=rainbow_rb_error_fc03ed50ca9b4265b5cca5d8759a26fd
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Data.SqlClient.SqlException: Could not find stored
procedure 'rb_GetAuthEditRolesRecycler'.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Rainbow.Security.PortalSecurity.hasPermissions(Int32 moduleID,
String procedureName, String parameterRol) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 159
at Rainbow.Security.PortalSecurity.HasEditPermissions(Int32
moduleID) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 184
at Rainbow.UI.WebControls.HeaderMenu.DataBind() in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 389
at Rainbow.UI.WebControls.HeaderMenu.OnInit(EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 236
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecut
ionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
***Level: FATAL
2008-01-17 13:14:35,297
Appl.Uptime: 10854747 ms
Logger: Rainbow
Unexpected error in ErrorHandler
Code version: 1879 http://localhost/infonetportal/app_support/SmartError.aspx?
500&eid=rainbow_rb_error_fc03ed50ca9b4265b5cca5d8759a26fd
System.Web.HttpException: Cannot redirect after HTTP headers have
been sent.
at System.Web.HttpResponse.Redirect(String url, Boolean
endResponse)
at Rainbow.Configuration.ErrorHandler.ProcessUnhandledException()
in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\C
onfiguration\Exceptions\ErrorHandler.cs:line 186
End of rb_log file--------------------------------->
--- In rainbowportal@yahoogroups.com, "Clyde Stoker" <stokerc2@...>
wrote:
>
> I now have an rb_logs file with the errors in it. I will try to
find
> out what is happening.
>
> Thanks Much, Clyde
>
> --- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@>
> wrote:
> >
> > Set all users to write to that folder and it should work. Its
most
> likly a
> > user that doesnt have permission to write to that folder. To
find
> out the
> > user i add everyone can write except for unknow users ( so users
> of the
> > system).
> >
> > On Jan 4, 2008 3:30 PM, Clyde Stoker <stokerc2@> wrote:
> >
> > > rb_logs is another problem. I have tried everything I can
think
> of
> > > to get Rainbow to start logging in rb_logs again and have not
had
> any
> > > luck. If I get rb_logs working I may be able to solve the
problem.
> > > I believe you are correct in that it could be something that
Matt
> > > custom programmed but if that is the case I just need to find
out
> > > what is happening and why.
> > >
> > > I will keep looking.
> > >
> > > Thanks, Clyde
> > >
> > > I have also asked Matt about both and he has no ideas.
> > >
> > > --- In rainbowportal@yahoogroups.com <rainbowportal%
> 40yahoogroups.com>,
> > > "Eric Ramseur" <ramseur@>
> > > wrote:
> > > >
> > > > This could be do to a somthing Matt custom programmed because
> this
> > > is for
> > > > Windows Auth if I remember. We have since replaced the old
> ASP.NET<http://asp.net/>
> > > 1.1 auth
> > > > with 2.0 aspnetdb. You may want to ask Matt as he made a lot
of
> > > strides in
> > > > fixing issues with Windows Auth.
> > > >
> > > > Can you produce the last line of what rb_logs says when you
try
> to
> > > login?
> > > >
> > > > On Jan 4, 2008 12:03 PM, Clyde Stoker <stokerc2@> wrote:
> > > >
> > > > > <------ Later Later update ---->
> > > > > In the Application_AuthenticateRequest method in the
> > > Global.asax.cs
> > > > > code the is occurring in the
> > > > >
> > > > > // Remove Windows specific custom settings
> > > > > if (portalSettings.CustomSettings != null)
> > > > > portalSettings.CustomSettings.Remove("WindowsAdmins");
> > > > >
> > > > > after I enter the home page url and try to tab to another
> page.
> > > > >
> > > > >
> > > > > --- In rainbowportal@yahoogroups.com <rainbowportal%
> 40yahoogroups.com><rainbowportal%
> > > 40yahoogroups.com>,
> > >
> > > > > "Clyde Stoker" <stokerc2@>
> > > > > wrote:
> > > > > >
> > > > > > <------Later Update----->
> > > > > > Help, I am really lost.
> > > > > >
> > > > > > I have been able to trace my problem farther and have
found
> the
> > > > > > Application_AuthenticateRequest method in the
Global.asax.cs
> > > code.
> > > > > >
> > > > > > The problem I am having is that after logging in I am
> getting
> > > the
> > > > > > error "Sorry - a critical error has occurred - unable to
> > > continue"
> > > > > >
> > > > > > This was originally occurring in the Signin.ascx.cs in the
> > > > > > LoginBtn_Click routine on a successful login. I replaced
the
> > > > > > "Response.Redirect(HttpUrlBuilder.BuildUrl
> ("~/Default.aspx"));"
> > > > > > statement with a "return;" for testing/tracing and am
able
> to
> > > get
> > > > > the
> > > > > > logon page to redisplay successfully. I think it should
> return
> > > to
> > > > > > the home page or the referring page with the proper
> > > > > > credentials/permissions. If I then enter the url for the
> home
> > > page
> > > > > I
> > > > > > can successfully get there but without the
> > > > > credentials/permissions.
> > > > > > If I try to click on any of the tabs from the home page I
> get
> > > the
> > > > > > same error.
> > > > > >
> > > > > >
> > > > > > --- In rainbowportal@yahoogroups.com<rainbowportal%
> 40yahoogroups.com><rainbowportal%
> > > 40yahoogroups.com>,
> > > > > "Clyde Stoker" <stokerc2@>
> > > > > > wrote:
> > > > > > >
> > > > > > > Yes, it is 1.6.0.1879.
> > > > > > >
> > > > > > > Sorry I left the version off. I just recently started
> > > supporting
> > > > > > the
> > > > > > > Rainbow Portal here. Matt Schaeffer has accepted greener
> > > > > pastures
> > > > > > > and I am trying to pick up where he left off and I am a
> > > rookie so
> > > > > > far
> > > > > > > as working with Rainbow is concerned.
> > > > > > >
> > > > > > > Thanks Much,
> > > > > > >
> > > > > > > Clyde
> > > > > > > --- In rainbowportal@yahoogroups.com<rainbowportal%
> 40yahoogroups.com><rainbowportal%
> > > 40yahoogroups.com>,
> > >
> > > > > "Eric Ramseur" <ramseur@>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > Is this 1.6 Clyde? What does rblogs quote?
> > > > > > > >
> > > > > > > > On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@>
wrote:
> > > > > > > >
> > > > > > > > > Where does this get set?
> > > > > > > > >
> > > > > > > > > I have started getting a "Sorry - a critical error
has
> > > > > > occurred -
> > > > > > > > > unable to continue" error after logging on. I have
> been
> > > able
> > > > > to
> > > > > > > trace
> > > > > > > > > to the logon.aspx.cs where it checks
> > > Request.IsAuthenticated
> > > > > > and
> > > > > > > either
> > > > > > > > > returns to PortalSecurity.PortalHome() or adds the
> signin
> > > > > > control
> > > > > > > and
> > > > > > > > > ends up back at the logon.aspx page.
> > > > > > > > >
> > > > > > > > > Thanks, Clyde
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Regards,
> > > > > > > >
> > > > > > > > Eric Ramseur
> > > > > > > > Software Solution Architect
> > > > > > > > www.razavi.com
> > > > > > > > community.rainbowportal.net | rainbowportal.net
> > > > > > > > http://www.linkedin.com/pub/0/430/214
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > >
> > > > Eric Ramseur
> > > > Software Solution Architect
> > > > www.razavi.com
> > > > community.rainbowportal.net | rainbowportal.net
> > > > http://www.linkedin.com/pub/0/430/214
> > > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > Eric Ramseur
> > Software Solution Architect
> > www.razavi.com
> > community.rainbowportal.net | rainbowportal.net
> > http://www.linkedin.com/pub/0/430/214
> >
>
I have successfully traced this problem far enough to learn the
following:
I get logged on successfully (I think) because I get to the
signin.ascx.cs
"private void LoginBtn_Click(object sender, EventArgs e)" method to
the code that originally read "Response.Redirect
(HttpUrlBuilder.BuildUrl("~/Default.aspx"));" I commented this out
and inserted a "return;"
I now get back to the logon screen with the password blanked out. If
I then try to type in a valid url in the Address line such as
http://localhost/infonetportal/site/0/default.aspx is when I get the
error.
The rb_log file is as follows:
------------------------------------------>
***Level: FATAL
2008-01-17 13:14:35,203
Appl.Uptime: 10854653 ms
Logger: Rainbow
errorGUID: fc03ed50ca9b4265b5cca5d8759a26fd
Code version: 1879
http://localhost/infonetportal/DesktopDefault.aspx?PageID=0
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Data.SqlClient.SqlException: Could not find stored
procedure 'rb_GetAuthEditRolesRecycler'.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Rainbow.Security.PortalSecurity.hasPermissions(Int32 moduleID,
String procedureName, String parameterRol) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 159
at Rainbow.Security.PortalSecurity.HasEditPermissions(Int32
moduleID) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 184
at Rainbow.UI.WebControls.HeaderMenu.DataBind() in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 389
at Rainbow.UI.WebControls.HeaderMenu.OnInit(EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 236
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at Rainbow.DesktopDefault.LoadPage() in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\DesktopDefault.asp
x.cs:line 78
at Rainbow.DesktopDefault.DesktopDefault_Load(Object sender,
EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\DesktopDefault.asp
x.cs:line 61
at System.Web.UI.Control.OnLoad(EventArgs e)
at Rainbow.UI.Page.OnLoad(EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\Page.cs:line 184
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecut
ionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
***Level: FATAL
2008-01-17 13:14:35,281
Appl.Uptime: 10854731 ms
Logger: Rainbow
errorGUID: 4f0e77ca4f6141d09b27c808f86a2c18
Code version: 1879
http://localhost/infonetportal/app_support/SmartError.aspx?
500&eid=rainbow_rb_error_fc03ed50ca9b4265b5cca5d8759a26fd
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Data.SqlClient.SqlException: Could not find stored
procedure 'rb_GetAuthEditRolesRecycler'.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Rainbow.Security.PortalSecurity.hasPermissions(Int32 moduleID,
String procedureName, String parameterRol) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 159
at Rainbow.Security.PortalSecurity.HasEditPermissions(Int32
moduleID) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\S
ecurity\Security.cs:line 184
at Rainbow.UI.WebControls.HeaderMenu.DataBind() in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 389
at Rainbow.UI.WebControls.HeaderMenu.OnInit(EventArgs e) in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\U
I\WebControls\HeaderMenu.cs:line 236
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecut
ionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
***Level: FATAL
2008-01-17 13:14:35,297
Appl.Uptime: 10854747 ms
Logger: Rainbow
Unexpected error in ErrorHandler
Code version: 1879
http://localhost/infonetportal/app_support/SmartError.aspx?
500&eid=rainbow_rb_error_fc03ed50ca9b4265b5cca5d8759a26fd
System.Web.HttpException: Cannot redirect after HTTP headers have
been sent.
at System.Web.HttpResponse.Redirect(String url, Boolean
endResponse)
at Rainbow.Configuration.ErrorHandler.ProcessUnhandledException()
in
D:\Data\InfonetPortal\INFONETPORTAL\Source\PRODCODE\app_code\Rainbow\C
onfiguration\Exceptions\ErrorHandler.cs:line 186
End of rb_log file--------------------------------->
--- In rainbowportal@yahoogroups.com, "Clyde Stoker" <stokerc2@...>
wrote:
>
> I now have an rb_logs file with the errors in it. I will try to
find
> out what is happening.
>
> Thanks Much, Clyde
>
> --- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@>
> wrote:
> >
> > Set all users to write to that folder and it should work. Its
most
> likly a
> > user that doesnt have permission to write to that folder. To
find
> out the
> > user i add everyone can write except for unknow users ( so users
> of the
> > system).
> >
> > On Jan 4, 2008 3:30 PM, Clyde Stoker <stokerc2@> wrote:
> >
> > > rb_logs is another problem. I have tried everything I can
think
> of
> > > to get Rainbow to start logging in rb_logs again and have not
had
> any
> > > luck. If I get rb_logs working I may be able to solve the
problem.
> > > I believe you are correct in that it could be something that
Matt
> > > custom programmed but if that is the case I just need to find
out
> > > what is happening and why.
> > >
> > > I will keep looking.
> > >
> > > Thanks, Clyde
> > >
> > > I have also asked Matt about both and he has no ideas.
> > >
> > > --- In rainbowportal@yahoogroups.com <rainbowportal%
> 40yahoogroups.com>,
> > > "Eric Ramseur" <ramseur@>
> > > wrote:
> > > >
> > > > This could be do to a somthing Matt custom programmed because
> this
> > > is for
> > > > Windows Auth if I remember. We have since replaced the old
> ASP.NET<http://asp.net/>
> > > 1.1 auth
> > > > with 2.0 aspnetdb. You may want to ask Matt as he made a lot
of
> > > strides in
> > > > fixing issues with Windows Auth.
> > > >
> > > > Can you produce the last line of what rb_logs says when you
try
> to
> > > login?
> > > >
> > > > On Jan 4, 2008 12:03 PM, Clyde Stoker <stokerc2@> wrote:
> > > >
> > > > > <------ Later Later update ---->
> > > > > In the Application_AuthenticateRequest method in the
> > > Global.asax.cs
> > > > > code the is occurring in the
> > > > >
> > > > > // Remove Windows specific custom settings
> > > > > if (portalSettings.CustomSettings != null)
> > > > > portalSettings.CustomSettings.Remove("WindowsAdmins");
> > > > >
> > > > > after I enter the home page url and try to tab to another
> page.
> > > > >
> > > > >
> > > > > --- In rainbowportal@yahoogroups.com <rainbowportal%
> 40yahoogroups.com><rainbowportal%
> > > 40yahoogroups.com>,
> > >
> > > > > "Clyde Stoker" <stokerc2@>
> > > > > wrote:
> > > > > >
> > > > > > <------Later Update----->
> > > > > > Help, I am really lost.
> > > > > >
> > > > > > I have been able to trace my problem farther and have
found
> the
> > > > > > Application_AuthenticateRequest method in the
Global.asax.cs
> > > code.
> > > > > >
> > > > > > The problem I am having is that after logging in I am
> getting
> > > the
> > > > > > error "Sorry - a critical error has occurred - unable to
> > > continue"
> > > > > >
> > > > > > This was originally occurring in the Signin.ascx.cs in the
> > > > > > LoginBtn_Click routine on a successful login. I replaced
the
> > > > > > "Response.Redirect(HttpUrlBuilder.BuildUrl
> ("~/Default.aspx"));"
> > > > > > statement with a "return;" for testing/tracing and am
able
> to
> > > get
> > > > > the
> > > > > > logon page to redisplay successfully. I think it should
> return
> > > to
> > > > > > the home page or the referring page with the proper
> > > > > > credentials/permissions. If I then enter the url for the
> home
> > > page
> > > > > I
> > > > > > can successfully get there but without the
> > > > > credentials/permissions.
> > > > > > If I try to click on any of the tabs from the home page I
> get
> > > the
> > > > > > same error.
> > > > > >
> > > > > >
> > > > > > --- In rainbowportal@yahoogroups.com<rainbowportal%
> 40yahoogroups.com><rainbowportal%
> > > 40yahoogroups.com>,
> > > > > "Clyde Stoker" <stokerc2@>
> > > > > > wrote:
> > > > > > >
> > > > > > > Yes, it is 1.6.0.1879.
> > > > > > >
> > > > > > > Sorry I left the version off. I just recently started
> > > supporting
> > > > > > the
> > > > > > > Rainbow Portal here. Matt Schaeffer has accepted greener
> > > > > pastures
> > > > > > > and I am trying to pick up where he left off and I am a
> > > rookie so
> > > > > > far
> > > > > > > as working with Rainbow is concerned.
> > > > > > >
> > > > > > > Thanks Much,
> > > > > > >
> > > > > > > Clyde
> > > > > > > --- In rainbowportal@yahoogroups.com<rainbowportal%
> 40yahoogroups.com><rainbowportal%
> > > 40yahoogroups.com>,
> > >
> > > > > "Eric Ramseur" <ramseur@>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > Is this 1.6 Clyde? What does rblogs quote?
> > > > > > > >
> > > > > > > > On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@>
wrote:
> > > > > > > >
> > > > > > > > > Where does this get set?
> > > > > > > > >
> > > > > > > > > I have started getting a "Sorry - a critical error
has
> > > > > > occurred -
> > > > > > > > > unable to continue" error after logging on. I have
> been
> > > able
> > > > > to
> > > > > > > trace
> > > > > > > > > to the logon.aspx.cs where it checks
> > > Request.IsAuthenticated
> > > > > > and
> > > > > > > either
> > > > > > > > > returns to PortalSecurity.PortalHome() or adds the
> signin
> > > > > > control
> > > > > > > and
> > > > > > > > > ends up back at the logon.aspx page.
> > > > > > > > >
> > > > > > > > > Thanks, Clyde
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Regards,
> > > > > > > >
> > > > > > > > Eric Ramseur
> > > > > > > > Software Solution Architect
> > > > > > > > www.razavi.com
> > > > > > > > community.rainbowportal.net | rainbowportal.net
> > > > > > > > http://www.linkedin.com/pub/0/430/214
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > >
> > > > Eric Ramseur
> > > > Software Solution Architect
> > > > www.razavi.com
> > > > community.rainbowportal.net | rainbowportal.net
> > > > http://www.linkedin.com/pub/0/430/214
> > > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > Eric Ramseur
> > Software Solution Architect
> > www.razavi.com
> > community.rainbowportal.net | rainbowportal.net
> > http://www.linkedin.com/pub/0/430/214
> >
>
We're having an issue with Firefox users accessing our Rainbow site.
When a user goes to our site, the left-hand navigation only shows the
last item in the list of options.
Has anyone else run into this and how did you fix it?
Its funny how youd rather do nothing and complain all the time instead of help and be positive. Ill choose to be positive. If you want to wait and just take everyone else code then dont waste our time and get in line.
On Jan 8, 2008 12:34 AM, William Forney <wforney@...> wrote:
--- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@...> wrote: > > Please take note that this is the 1.1 version of it. Alexey and I are
> making a fresh new migration build in hopes to solve issues ( since it will > be from the latest ASP.NET 1.1 ( rb 1.6 ) ported to 2.0) with the country
> list. I will also be converting all the extentions to 2.0 and the complete > code of 1.6 conversion will be posted.
From: rainbowportal@yahoogroups.com
[mailto:rainbowportal@yahoogroups.com] On Behalf Of mk_rainbowportal Sent: Monday, January 07, 2008 8:03 PM To: rainbowportal@yahoogroups.com Subject: [rainbowportal] Re: Latest version of eCommerce module?
--- In rainbowportal@yahoogroups.com,
"Eric Ramseur" <ramseur@...> wrote:
>
> Please take note that this is the 1.1 version of it. Alexey and I are
> making a fresh new migration build in hopes to solve issues ( since
it will
> be from the latest ASP.NET 1.1 ( rb 1.6 ) ported to 2.0) with the
country
> list. I will also be converting all the extentions to 2.0 and the
complete
> code of 1.6 conversion will be posted.
--- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@...> wrote:
>
> Please take note that this is the 1.1 version of it. Alexey and I are
> making a fresh new migration build in hopes to solve issues ( since
it will
> be from the latest ASP.NET 1.1 ( rb 1.6 ) ported to 2.0) with the
country
> list. I will also be converting all the extentions to 2.0 and the
complete
> code of 1.6 conversion will be posted.
Bullshit.
(mk)
Please take note that this is the 1.1 version of it. Alexey and I are making a fresh new migration build in hopes to solve issues ( since it will be from the latest ASP.NET 1.1 ( rb 1.6 ) ported to 2.0) with the country list. I will also be converting all the extentions to 2.0 and the complete code of 1.6 conversion will be posted.
On Jan 7, 2008 1:37 PM, Eric Ramseur <ramseur@...> wrote:
Well, i think it is not only cool but important. At least in my
environment. Maybe i will create an issue ;-)
(mk)
--- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@...> wrote:
>
> That is a cool feature we should have. For now they are at the
behest of
> the open source creator.
>
> On Jan 6, 2008 12:09 PM, mk_rainbowportal <mkkforen@...> wrote:
>
> > Hi,
> >
> > how can i localize module names in Rainbow?
> >
> > (mk)
> >
> >
> >
>
>
>
> --
> Regards,
>
> Eric Ramseur
> Software Solution Architect
> www.razavi.com
> community.rainbowportal.net | rainbowportal.net
> http://www.linkedin.com/pub/0/430/214
>
I now have an rb_logs file with the errors in it. I will try to find
out what is happening.
Thanks Much, Clyde
--- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@...>
wrote:
>
> Set all users to write to that folder and it should work. Its most
likly a
> user that doesnt have permission to write to that folder. To find
out the
> user i add everyone can write except for unknow users ( so users
of the
> system).
>
> On Jan 4, 2008 3:30 PM, Clyde Stoker <stokerc2@...> wrote:
>
> > rb_logs is another problem. I have tried everything I can think
of
> > to get Rainbow to start logging in rb_logs again and have not had
any
> > luck. If I get rb_logs working I may be able to solve the problem.
> > I believe you are correct in that it could be something that Matt
> > custom programmed but if that is the case I just need to find out
> > what is happening and why.
> >
> > I will keep looking.
> >
> > Thanks, Clyde
> >
> > I have also asked Matt about both and he has no ideas.
> >
> > --- In rainbowportal@yahoogroups.com <rainbowportal%
40yahoogroups.com>,
> > "Eric Ramseur" <ramseur@>
> > wrote:
> > >
> > > This could be do to a somthing Matt custom programmed because
this
> > is for
> > > Windows Auth if I remember. We have since replaced the old
ASP.NET<http://asp.net/>
> > 1.1 auth
> > > with 2.0 aspnetdb. You may want to ask Matt as he made a lot of
> > strides in
> > > fixing issues with Windows Auth.
> > >
> > > Can you produce the last line of what rb_logs says when you try
to
> > login?
> > >
> > > On Jan 4, 2008 12:03 PM, Clyde Stoker <stokerc2@> wrote:
> > >
> > > > <------ Later Later update ---->
> > > > In the Application_AuthenticateRequest method in the
> > Global.asax.cs
> > > > code the is occurring in the
> > > >
> > > > // Remove Windows specific custom settings
> > > > if (portalSettings.CustomSettings != null)
> > > > portalSettings.CustomSettings.Remove("WindowsAdmins");
> > > >
> > > > after I enter the home page url and try to tab to another
page.
> > > >
> > > >
> > > > --- In rainbowportal@yahoogroups.com <rainbowportal%
40yahoogroups.com><rainbowportal%
> > 40yahoogroups.com>,
> >
> > > > "Clyde Stoker" <stokerc2@>
> > > > wrote:
> > > > >
> > > > > <------Later Update----->
> > > > > Help, I am really lost.
> > > > >
> > > > > I have been able to trace my problem farther and have found
the
> > > > > Application_AuthenticateRequest method in the Global.asax.cs
> > code.
> > > > >
> > > > > The problem I am having is that after logging in I am
getting
> > the
> > > > > error "Sorry - a critical error has occurred - unable to
> > continue"
> > > > >
> > > > > This was originally occurring in the Signin.ascx.cs in the
> > > > > LoginBtn_Click routine on a successful login. I replaced the
> > > > > "Response.Redirect(HttpUrlBuilder.BuildUrl
("~/Default.aspx"));"
> > > > > statement with a "return;" for testing/tracing and am able
to
> > get
> > > > the
> > > > > logon page to redisplay successfully. I think it should
return
> > to
> > > > > the home page or the referring page with the proper
> > > > > credentials/permissions. If I then enter the url for the
home
> > page
> > > > I
> > > > > can successfully get there but without the
> > > > credentials/permissions.
> > > > > If I try to click on any of the tabs from the home page I
get
> > the
> > > > > same error.
> > > > >
> > > > >
> > > > > --- In rainbowportal@yahoogroups.com<rainbowportal%
40yahoogroups.com><rainbowportal%
> > 40yahoogroups.com>,
> > > > "Clyde Stoker" <stokerc2@>
> > > > > wrote:
> > > > > >
> > > > > > Yes, it is 1.6.0.1879.
> > > > > >
> > > > > > Sorry I left the version off. I just recently started
> > supporting
> > > > > the
> > > > > > Rainbow Portal here. Matt Schaeffer has accepted greener
> > > > pastures
> > > > > > and I am trying to pick up where he left off and I am a
> > rookie so
> > > > > far
> > > > > > as working with Rainbow is concerned.
> > > > > >
> > > > > > Thanks Much,
> > > > > >
> > > > > > Clyde
> > > > > > --- In rainbowportal@yahoogroups.com<rainbowportal%
40yahoogroups.com><rainbowportal%
> > 40yahoogroups.com>,
> >
> > > > "Eric Ramseur" <ramseur@>
> > > > > > wrote:
> > > > > > >
> > > > > > > Is this 1.6 Clyde? What does rblogs quote?
> > > > > > >
> > > > > > > On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@> wrote:
> > > > > > >
> > > > > > > > Where does this get set?
> > > > > > > >
> > > > > > > > I have started getting a "Sorry - a critical error has
> > > > > occurred -
> > > > > > > > unable to continue" error after logging on. I have
been
> > able
> > > > to
> > > > > > trace
> > > > > > > > to the logon.aspx.cs where it checks
> > Request.IsAuthenticated
> > > > > and
> > > > > > either
> > > > > > > > returns to PortalSecurity.PortalHome() or adds the
signin
> > > > > control
> > > > > > and
> > > > > > > > ends up back at the logon.aspx page.
> > > > > > > >
> > > > > > > > Thanks, Clyde
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Regards,
> > > > > > >
> > > > > > > Eric Ramseur
> > > > > > > Software Solution Architect
> > > > > > > www.razavi.com
> > > > > > > community.rainbowportal.net | rainbowportal.net
> > > > > > > http://www.linkedin.com/pub/0/430/214
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > >
> > > Eric Ramseur
> > > Software Solution Architect
> > > www.razavi.com
> > > community.rainbowportal.net | rainbowportal.net
> > > http://www.linkedin.com/pub/0/430/214
> > >
> >
> >
> >
>
>
>
> --
> Regards,
>
> Eric Ramseur
> Software Solution Architect
> www.razavi.com
> community.rainbowportal.net | rainbowportal.net
> http://www.linkedin.com/pub/0/430/214
>
Set all users to write to that folder and it should work. Its most likly a user that doesnt have permission to write to that folder. To find out the user i add everyone can write except for unknow users ( so users of the system).
On Jan 4, 2008 3:30 PM, Clyde Stoker <stokerc2@...> wrote:
rb_logs is another problem. I have tried everything I can think of to get Rainbow to start logging in rb_logs again and have not had any luck. If I get rb_logs working I may be able to solve the problem. I believe you are correct in that it could be something that Matt custom programmed but if that is the case I just need to find out what is happening and why.
I will keep looking.
Thanks, Clyde
I have also asked Matt about both and he has no ideas.
> This could be do to a somthing Matt custom programmed because this is for > Windows Auth if I remember. We have since replaced the old ASP.NET 1.1 auth > with 2.0 aspnetdb. You may want to ask Matt as he made a lot of strides in > fixing issues with Windows Auth. > > Can you produce the last line of what rb_logs says when you try to login? >
> On Jan 4, 2008 12:03 PM, Clyde Stoker <stokerc2@...> wrote: > > > <------ Later Later update ----> > > In the Application_AuthenticateRequest method in the
Global.asax.cs > > code the is occurring in the > > > > // Remove Windows specific custom settings > > if (portalSettings.CustomSettings != null) > > portalSettings.CustomSettings.Remove
("WindowsAdmins"); > > > > after I enter the home page url and try to tab to another page. > > > >
> > "Clyde Stoker" <stokerc2@> > > wrote: > > > > > > <------Later Update-----> > > > Help, I am really lost. > > >
> > > I have been able to trace my problem farther and have found the > > > Application_AuthenticateRequest method in the Global.asax.cs code. > > > > > > The problem I am having is that after logging in I am getting the > > > error "Sorry - a critical error has occurred - unable to continue" > > > > > > This was originally occurring in the Signin.ascx.cs in the > > > LoginBtn_Click routine on a successful login. I replaced the
> > > "Response.Redirect(HttpUrlBuilder.BuildUrl("~/Default.aspx"));" > > > statement with a "return;" for testing/tracing and am able to get > > the
> > > logon page to redisplay successfully. I think it should return to > > > the home page or the referring page with the proper > > > credentials/permissions. If I then enter the url for the home page > > I > > > can successfully get there but without the > > credentials/permissions. > > > If I try to click on any of the tabs from the home page I get the > > > same error.
> > > > > >
> > "Clyde Stoker" <stokerc2@> > > > wrote: > > > > > > > > Yes, it is 1.6.0.1879. > > > > > > > > Sorry I left the version off. I just recently started supporting > > > the > > > > Rainbow Portal here. Matt Schaeffer has accepted greener > > pastures > > > > and I am trying to pick up where he left off and I am a
rookie so > > > far > > > > as working with Rainbow is concerned. > > > > > > > > Thanks Much, > > > > > > > > Clyde
rb_logs is another problem. I have tried everything I can think of
to get Rainbow to start logging in rb_logs again and have not had any
luck. If I get rb_logs working I may be able to solve the problem.
I believe you are correct in that it could be something that Matt
custom programmed but if that is the case I just need to find out
what is happening and why.
I will keep looking.
Thanks, Clyde
I have also asked Matt about both and he has no ideas.
--- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@...>
wrote:
>
> This could be do to a somthing Matt custom programmed because this
is for
> Windows Auth if I remember. We have since replaced the old ASP.NET
1.1 auth
> with 2.0 aspnetdb. You may want to ask Matt as he made a lot of
strides in
> fixing issues with Windows Auth.
>
> Can you produce the last line of what rb_logs says when you try to
login?
>
> On Jan 4, 2008 12:03 PM, Clyde Stoker <stokerc2@...> wrote:
>
> > <------ Later Later update ---->
> > In the Application_AuthenticateRequest method in the
Global.asax.cs
> > code the is occurring in the
> >
> > // Remove Windows specific custom settings
> > if (portalSettings.CustomSettings != null)
> > portalSettings.CustomSettings.Remove("WindowsAdmins");
> >
> > after I enter the home page url and try to tab to another page.
> >
> >
> > --- In rainbowportal@yahoogroups.com <rainbowportal%
40yahoogroups.com>,
> > "Clyde Stoker" <stokerc2@>
> > wrote:
> > >
> > > <------Later Update----->
> > > Help, I am really lost.
> > >
> > > I have been able to trace my problem farther and have found the
> > > Application_AuthenticateRequest method in the Global.asax.cs
code.
> > >
> > > The problem I am having is that after logging in I am getting
the
> > > error "Sorry - a critical error has occurred - unable to
continue"
> > >
> > > This was originally occurring in the Signin.ascx.cs in the
> > > LoginBtn_Click routine on a successful login. I replaced the
> > > "Response.Redirect(HttpUrlBuilder.BuildUrl("~/Default.aspx"));"
> > > statement with a "return;" for testing/tracing and am able to
get
> > the
> > > logon page to redisplay successfully. I think it should return
to
> > > the home page or the referring page with the proper
> > > credentials/permissions. If I then enter the url for the home
page
> > I
> > > can successfully get there but without the
> > credentials/permissions.
> > > If I try to click on any of the tabs from the home page I get
the
> > > same error.
> > >
> > >
> > > --- In rainbowportal@yahoogroups.com <rainbowportal%
40yahoogroups.com>,
> > "Clyde Stoker" <stokerc2@>
> > > wrote:
> > > >
> > > > Yes, it is 1.6.0.1879.
> > > >
> > > > Sorry I left the version off. I just recently started
supporting
> > > the
> > > > Rainbow Portal here. Matt Schaeffer has accepted greener
> > pastures
> > > > and I am trying to pick up where he left off and I am a
rookie so
> > > far
> > > > as working with Rainbow is concerned.
> > > >
> > > > Thanks Much,
> > > >
> > > > Clyde
> > > > --- In rainbowportal@yahoogroups.com <rainbowportal%
40yahoogroups.com>,
> > "Eric Ramseur" <ramseur@>
> > > > wrote:
> > > > >
> > > > > Is this 1.6 Clyde? What does rblogs quote?
> > > > >
> > > > > On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@> wrote:
> > > > >
> > > > > > Where does this get set?
> > > > > >
> > > > > > I have started getting a "Sorry - a critical error has
> > > occurred -
> > > > > > unable to continue" error after logging on. I have been
able
> > to
> > > > trace
> > > > > > to the logon.aspx.cs where it checks
Request.IsAuthenticated
> > > and
> > > > either
> > > > > > returns to PortalSecurity.PortalHome() or adds the signin
> > > control
> > > > and
> > > > > > ends up back at the logon.aspx page.
> > > > > >
> > > > > > Thanks, Clyde
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > >
> > > > > Eric Ramseur
> > > > > Software Solution Architect
> > > > > www.razavi.com
> > > > > community.rainbowportal.net | rainbowportal.net
> > > > > http://www.linkedin.com/pub/0/430/214
> > > > >
> > > >
> > >
> >
> >
> >
>
>
>
> --
> Regards,
>
> Eric Ramseur
> Software Solution Architect
> www.razavi.com
> community.rainbowportal.net | rainbowportal.net
> http://www.linkedin.com/pub/0/430/214
>
This could be do to a somthing Matt custom programmed because this is for Windows Auth if I remember. We have since replaced the old ASP.NET 1.1 auth with 2.0 aspnetdb. You may want to ask Matt as he made a lot of strides in fixing issues with Windows Auth.
Can you produce the last line of what rb_logs says when you try to login?
On Jan 4, 2008 12:03 PM, Clyde Stoker <stokerc2@...> wrote:
<------ Later Later update ----> In the Application_AuthenticateRequest method in the Global.asax.cs code the is occurring in the
// Remove Windows specific custom settings if (portalSettings.CustomSettings
!= null) portalSettings.CustomSettings.Remove("WindowsAdmins");
after I enter the home page url and try to tab to another page.
--- In rainbowportal@yahoogroups.com, "Clyde Stoker" <stokerc2@...> wrote: > > <------Later Update----->
> Help, I am really lost. > > I have been able to trace my problem farther and have found the > Application_AuthenticateRequest method in the Global.asax.cs code. > > The problem I am having is that after logging in I am getting the > error "Sorry - a critical error has occurred - unable to continue" > > This was originally occurring in the Signin.ascx.cs in the > LoginBtn_Click routine on a successful login. I replaced the > "Response.Redirect(HttpUrlBuilder.BuildUrl("~/Default.aspx"));" > statement with a "return;" for testing/tracing and am able to get the > logon page to redisplay successfully. I think it should return to > the home page or the referring page with the proper > credentials/permissions. If I then enter the url for the home page I > can successfully get there but without the credentials/permissions. > If I try to click on any of the tabs from the home page I get the > same error. > > > --- In rainbowportal@yahoogroups.com
, "Clyde Stoker" <stokerc2@> > wrote: > > > > Yes, it is 1.6.0.1879. > > > > Sorry I left the version off. I just recently started supporting > the
> > Rainbow Portal here. Matt Schaeffer has accepted greener pastures > > and I am trying to pick up where he left off and I am a rookie so > far > > as working with Rainbow is concerned.
> > > > Thanks Much, > > > > Clyde > > --- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@> > > wrote: > > > > > > Is this 1.6 Clyde? What does rblogs quote? > > > > > > On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@> wrote: > > >
> > > > Where does this get set? > > > > > > > > I have started getting a "Sorry - a critical error has > occurred - > > > > unable to continue" error after logging on. I have been able to > > trace > > > > to the logon.aspx.cs where it checks Request.IsAuthenticated > and > > either > > > > returns to PortalSecurity.PortalHome() or adds the signin > control > > and > > > > ends up back at the logon.aspx page. > > > > > > > > Thanks, Clyde > > > > > > > > > > > >
> > > > > > > > > > > > -- > > > Regards, > > > > > > Eric Ramseur > > > Software Solution Architect > > > www.razavi.com > > > community.rainbowportal.net |
rainbowportal.net > > > http://www.linkedin.com/pub/0/430/214 > > > > > >
<------ Later Later update ---->
In the Application_AuthenticateRequest method in the Global.asax.cs
code the is occurring in the
// Remove Windows specific custom settings
if (portalSettings.CustomSettings != null)
portalSettings.CustomSettings.Remove("WindowsAdmins");
after I enter the home page url and try to tab to another page.
--- In rainbowportal@yahoogroups.com, "Clyde Stoker" <stokerc2@...>
wrote:
>
> <------Later Update----->
> Help, I am really lost.
>
> I have been able to trace my problem farther and have found the
> Application_AuthenticateRequest method in the Global.asax.cs code.
>
> The problem I am having is that after logging in I am getting the
> error "Sorry - a critical error has occurred - unable to continue"
>
> This was originally occurring in the Signin.ascx.cs in the
> LoginBtn_Click routine on a successful login. I replaced the
> "Response.Redirect(HttpUrlBuilder.BuildUrl("~/Default.aspx"));"
> statement with a "return;" for testing/tracing and am able to get
the
> logon page to redisplay successfully. I think it should return to
> the home page or the referring page with the proper
> credentials/permissions. If I then enter the url for the home page
I
> can successfully get there but without the
credentials/permissions.
> If I try to click on any of the tabs from the home page I get the
> same error.
>
>
> --- In rainbowportal@yahoogroups.com, "Clyde Stoker" <stokerc2@>
> wrote:
> >
> > Yes, it is 1.6.0.1879.
> >
> > Sorry I left the version off. I just recently started supporting
> the
> > Rainbow Portal here. Matt Schaeffer has accepted greener
pastures
> > and I am trying to pick up where he left off and I am a rookie so
> far
> > as working with Rainbow is concerned.
> >
> > Thanks Much,
> >
> > Clyde
> > --- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@>
> > wrote:
> > >
> > > Is this 1.6 Clyde? What does rblogs quote?
> > >
> > > On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@> wrote:
> > >
> > > > Where does this get set?
> > > >
> > > > I have started getting a "Sorry - a critical error has
> occurred -
> > > > unable to continue" error after logging on. I have been able
to
> > trace
> > > > to the logon.aspx.cs where it checks Request.IsAuthenticated
> and
> > either
> > > > returns to PortalSecurity.PortalHome() or adds the signin
> control
> > and
> > > > ends up back at the logon.aspx page.
> > > >
> > > > Thanks, Clyde
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > >
> > > Eric Ramseur
> > > Software Solution Architect
> > > www.razavi.com
> > > community.rainbowportal.net | rainbowportal.net
> > > http://www.linkedin.com/pub/0/430/214
> > >
> >
>
<------Later Update----->
Help, I am really lost.
I have been able to trace my problem farther and have found the
Application_AuthenticateRequest method in the Global.asax.cs code.
The problem I am having is that after logging in I am getting the
error "Sorry - a critical error has occurred - unable to continue"
This was originally occurring in the Signin.ascx.cs in the
LoginBtn_Click routine on a successful login. I replaced the
"Response.Redirect(HttpUrlBuilder.BuildUrl("~/Default.aspx"));"
statement with a "return;" for testing/tracing and am able to get the
logon page to redisplay successfully. I think it should return to
the home page or the referring page with the proper
credentials/permissions. If I then enter the url for the home page I
can successfully get there but without the credentials/permissions.
If I try to click on any of the tabs from the home page I get the
same error.
--- In rainbowportal@yahoogroups.com, "Clyde Stoker" <stokerc2@...>
wrote:
>
> Yes, it is 1.6.0.1879.
>
> Sorry I left the version off. I just recently started supporting
the
> Rainbow Portal here. Matt Schaeffer has accepted greener pastures
> and I am trying to pick up where he left off and I am a rookie so
far
> as working with Rainbow is concerned.
>
> Thanks Much,
>
> Clyde
> --- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@>
> wrote:
> >
> > Is this 1.6 Clyde? What does rblogs quote?
> >
> > On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@> wrote:
> >
> > > Where does this get set?
> > >
> > > I have started getting a "Sorry - a critical error has
occurred -
> > > unable to continue" error after logging on. I have been able to
> trace
> > > to the logon.aspx.cs where it checks Request.IsAuthenticated
and
> either
> > > returns to PortalSecurity.PortalHome() or adds the signin
control
> and
> > > ends up back at the logon.aspx page.
> > >
> > > Thanks, Clyde
> > >
> > >
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > Eric Ramseur
> > Software Solution Architect
> > www.razavi.com
> > community.rainbowportal.net | rainbowportal.net
> > http://www.linkedin.com/pub/0/430/214
> >
>
No one holds me back. Im just tired of we dont have this or we dont have that blah blah blha. The truth is rainbow never had good anything. They had solid developers and thats it. Now lets take the one solid thing weve ever had ( and wayyyyyyyyyyyyyyyy over dnn) and do something about it instead of trying to come up with ways in which nothing happens.
No one holds me back. Im just tired of we dont have this or we dont have that blah blah blha. The truth is rainbow never had good anything. They had solid developers and thats it. Now lets take the one solid thing weve ever had ( and wayyyyyyyyyyyyyyyy over dnn) and do something about it instead of trying to come up with ways in which nothing happens.
We have 1 svn we should be working on and thats 2.1 end of discussion. We should all be working on getting this release. Alexey is kicking ass on managing the SVN so thats all him. We should use Rahuls very precise web application for seeing who is doing what and who is on what so we dont step on each other's toes. Id rather this be public so everyone can see who is working on what but maybe this is not the time since we dont even have a prod 2.1 out yet. I say if you want to help then contact Rahul and Alexey who will discover your talent and what you really want to work on and let you go but in the proper way. The only real list we need is this one. -- Regards,
Adding more list to the situation makes it more complex. How about we just all talk on rainbowportal@yahoo so EVERYONE can see what we are doing and then they will help. If ppl see 10 ppl all doing shit then they will jump and do shit too. Stop making it so complicated and make it simple. Talk on rainbowportal@yahoo about ANYTHING related to getting shit done. Lets stop talking about whats not done and do shit this year. Im tired of talk its time for action.
As far as the SVN is concerned, Alexey, if you can handle it that's fine. I think eventually MK's idea works out after we are working on ONE version.
As far as work is concerned. I don't want people stepping on each others toes. I'm helping out a friend doing some pair programming on a small project and we step on each others toes all the time even though we're workng in the same room.
Those that are doing active work, get on the Project Path and put what you are doing. This way, every one knows what YOU are working on.
Rahul
On Jan 3, 2008 11:06 AM, Eric Ramseur <ramseur@...> wrote:
Adding more list to the situation makes it more complex. How about we just all talk on rainbowportal@yahoo
so EVERYONE can see what we are doing and then they will help. If ppl see 10 ppl all doing shit then they will jump and do shit too. Stop making it so complicated and make it simple. Talk on rainbowportal@yahoo about ANYTHING related to getting shit done. Lets stop talking about whats not done and do shit this year. Im tired of talk its time for action.
Adding more list to the situation makes it more complex. How about we just all talk on rainbowportal@yahoo so EVERYONE can see what we are doing and then they will help. If ppl see 10 ppl all doing shit then they will jump and do shit too. Stop making it so complicated and make it simple. Talk on rainbowportal@yahoo about ANYTHING related to getting shit done. Lets stop talking about whats not done and do shit this year. Im tired of talk its time for action.
Yes, it is 1.6.0.1879.
Sorry I left the version off. I just recently started supporting the
Rainbow Portal here. Matt Schaeffer has accepted greener pastures
and I am trying to pick up where he left off and I am a rookie so far
as working with Rainbow is concerned.
Thanks Much,
Clyde
--- In rainbowportal@yahoogroups.com, "Eric Ramseur" <ramseur@...>
wrote:
>
> Is this 1.6 Clyde? What does rblogs quote?
>
> On Dec 27, 2007 5:07 PM, Clyde Stoker <stokerc2@...> wrote:
>
> > Where does this get set?
> >
> > I have started getting a "Sorry - a critical error has occurred -
> > unable to continue" error after logging on. I have been able to
trace
> > to the logon.aspx.cs where it checks Request.IsAuthenticated and
either
> > returns to PortalSecurity.PortalHome() or adds the signin control
and
> > ends up back at the logon.aspx page.
> >
> > Thanks, Clyde
> >
> >
> >
>
>
>
> --
> Regards,
>
> Eric Ramseur
> Software Solution Architect
> www.razavi.com
> community.rainbowportal.net | rainbowportal.net
> http://www.linkedin.com/pub/0/430/214
>