getting Error while trying to log in to maximo 7.6 - websphere-8

I have deployed MAXIMO7.6 on WAS8.5.5.3 but am receiving the following error:
Error 500: javax.servlet.ServletException: Filter [MTContextFilter]:
Could not find required filter class -
psdi.webclient.system.filter.MTContextFilter.class
while trying to log in. Any ideas what is causing this?

Does the problem persist over restarts? It is a common problem in earlier versions that starting Maximo too soon after deploying causes "missing class" problems that go away with restarting the JVM / MXServer.

Related

Getting Strange message when creating a browser instance

I am using JxBrowser (6.23.1) on windows 10 and using the 64-bit library. however, when i startup the demo application I get the following Log message.
SEVERE: [0528/084716.632:ERROR:browser_process_stub.cpp(279)] NOT IMPLEMENTED
Can anyone shed light on this and whether this is an issue?
I have tried to find anything in relation to above error code, but did not find anything.
The browser_process_stub.cpp(279)] NOT IMPLEMENTED message means that Chromium engine tries to get access to the specific code of JxBrowser which is not implemented at the moment due to the fact that this functionality is not supported by JxBrowser at the moment. This method does not affect the existing JxBrowser functionality, so you can safely ignore this error message.

WebSphere 8.5.5 Linux: Error 404: SRVE0295E: Error reported: 404

I have a problem with 404 error with WebSphere 8.5.5 on Linux.
I am able to access the index.jsp page but cannot access other resources (e.g. rest services). I keep getting:
Error 404: SRVE0295E: Error reported: 404
enable-file-serving is set to true.
The same web application deploys fine and all resources are available with Windows WebSphere but not Linux version.
Any suggestions are appreciated.
OK. I figured it out. It was a silly mistake on my part. The value of the applicationContext file was being constructed by a environment variable with incorrect case. i.e. instead of OnPremise, it was onPremise. Changing the value of the environment variable resolved my issue.

Cause of event id 1309 asp.net 4.0 unhandled exception in asp.net

I am working on website, yesterday i faced a problem i.e server got down. i have checked the event log files then i came to know that it was due to "event id 1309 asp.net 4.0 unhandled exception" error. i just restore the back up of the website and restart the website it got worked.
Now my concern is why i got this error: is the criteria i had followed is actual way to recover from this error. i am asking this because might be we will not have latest code back up in future then what will we do? so i am asking to experts
why this errors occurred, what is exact caused for this.?
Best way to overcome this.
I have read theThis link and came to know this is due to
This problem occurs because the public headers properties of the Request.Headers property and of the Response.Headers property become non-serializable after you install the MS07-040 security update
But i have not used "Request.Headers".. please guide me.

Asp.net throwing random error

I have an asp.net blog that is randomly throwing this error:
The page cannot be displayed because an internal server error has
occurred.
It lasts anywhere from 5 minutes to 1 hour.
I haven't implemented error logging yet, but in the meantime what can cause this? The error goes away on it's own after a while.
Thanks.
Check your windows Event Log, specifically the Application log. Uncaught ASP.NET errors will show up there.
Use Elmah, it is available as nuget package, in 2 minutes you will have an error logging enabled application. So you can view and detect error.
Elmah has lots of features and easy to integrate. You can follow these link for more info.
http://code.google.com/p/elmah/
http://www.hanselman.com/blog/ELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx
http://nuget.org/packages/elmah

How to debug "An unhandled exception occurred and the process was terminated" error

I am seeing error in IIS Log, Is there any way to know more info about this? We have multiple .NET apps running on IIS.
An unhandled exception occurred and the process was terminated.
Application ID: DefaultDomain
Process ID: 7284
Exception: System.AppDomainUnloadedException
Message: Attempted to access an unloaded AppDomain.
StackTrace:
http://support.microsoft.com/kb/919789
Get crash dumps first, and then use Debug Diag or WinDbg to analyze the dumps. You will see all necessary information from it if you are familiar with the tools.
Microsoft support guys can also help if you open a support case via http://support.microsoft.com
You need to start looking deeper. Perhaps with logging and perhaps running the application in isolation with probes.
Is it a problem? If not stop perhaps?
First check the windows logs and look for more information.
Next check the IIS logs to see if anything is recorded there
Next if you can duplicate the error, try and narrow down to the steps to the bare minimum.
Does it occur on one machine, many machines, on euser many users etc etc...
Try run the app in isolation.
Attach a debugger to the IIS process and see if you can catch this exception alone. If you can then perhaps rebuild the code with symbols to give more information.
Try all these and see if you can find it.

Resources