Siteminder Exception

Hello All,

In our application we have siteminder as our webserver par , for every request it hits the siteminder and then the control comes to the weblogic.

The strange problem we are facing now is, it was all working fine in the development environment when the same EAR is deployed in our TEsting env, that siteminder is throwing the exception after the user logs in .THe error is thrown exactly when our application has to eb launched after thevalidation done by the siteminder.

Its throwing the follownig exception

"No backend server available for connection: timed out after 10 seconds"

And its throwing some NSAPI error.

Its very much strange that itw was working fine with dev env. If i connect to teh teting siteminder with teh dev app server its working.If i connect to testing app from dev siteminder then also behavious is as expected.

Whyu this strange probelm not able to see where its going wrong.

If any of you have come across usch probelm, or if yuo haev any idea please throw some light.

Thanks ,

VIswa

[1089 byte] By [vishyscreena] at [2007-11-27 1:49:13]
# 1

I assume you use webserver to proxy your requests to the application server. If so, this error occurs when the back-end app server is down or not accessible from the web server.

1. Try to ping your app server from the web server where you installed the webagent

2. Try accessing the http://appserver:port/XXXXX from the web server

3. Check your webserver Proxy Plugin/ .ini file that will proxy to your app server

Hope this helps.

Novella at 2007-7-12 1:14:15 > top of Java-index,Security,Other Security APIs, Tools, and Issues...