Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

websphere application crashes when proxying to site throug..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Bad Headers  
Author Message
laker_netman

External


Since: Sep 15, 2003
Posts: 2



(Msg. 1) Posted: Tue Oct 14, 2003 1:09 pm
Post subject: websphere application crashes when proxying to site through apache 2.0.47
Archived from groups: ibm>software>websphere>http-servers, others (more info?)

Background:
An AS/400 on the company network is running websphere 5r1 (soon to be
r2). The developer is creating applications that are to be accessible
from the Internet. He is running an instance of apache on port 80,
using the "WebSphere Plugin" (an interceptor for URLs pointing to one
of the Java applications) and the apps live on port 9080. All this on
the AS/400. Surfing internally to this seems to be working okay.

To provide the outside (Internet) connection I have setup a Linux
server running Apache 2.0.47 with mod_proxy configured thus:

<Proxy *>
Order Deny,Allow
Allow from all
</Proxy>

ProxyPass / http://internal.server.name/
ProxyPassReverse / http://internal.server.name/

When coming into the application from the Internet the homepage loads,
one can get to the application, authenticate and retrieve a page based
on query data entered into the application page.
Then the problem arises: the page returned by the query contains links
to drill down further to specific information. When a user clicks on
one of the links the application blows up, returning a huge websphere
error message, notably:
WF0119: Error occurred while refreshing the screen
and
WF0025: In ControllerRequestHandler.displayScreen(), an exception
occurred while forwarding to /styles/chrome/PageBuilder.jsp

Again, this hasn't happened when running without the (Reverse)Proxy.

Also, running the Apache Plugin (mod_was_ap20_http.so) on the Internet
proxy is not an option as no data may reside on the proxy server and
there are administrative barriers to others manipulating the
plugin-cfg.xml file the plugin requires.

Ideas anyone?

TIA.

 >> Stay informed about: websphere application crashes when proxying to site throug.. 
Back to top
Login to vote
jring

External


Since: Jun 30, 2003
Posts: 154



(Msg. 2) Posted: Fri Oct 17, 2003 8:12 pm
Post subject: Re: websphere application crashes when proxying to site through apache 2.0.47 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

<font color=purple> > ProxyPass / <a style='text-decoration: underline;' href="http://internal.server.name/</font" target="_blank">http://internal.server.name/</font</a>>
<font color=purple> > ProxyPassReverse / <a style='text-decoration: underline;' href="http://internal.server.name/</font" target="_blank">http://internal.server.name/</font</a>>
 >
 > When coming into the application from the Internet the homepage loads,
 > one can get to the application, authenticate and retrieve a page based
 > on query data entered into the application page.
 > Then the problem arises: the page returned by the query contains links
 > to drill down further to specific information. When a user clicks on
 > one of the links the application blows up, returning a huge websphere
 > error message, notably:
 > WF0119: Error occurred while refreshing the screen
 > and
 > WF0025: In ControllerRequestHandler.displayScreen(), an exception
 > occurred while forwarding to /styles/chrome/PageBuilder.jsp
 >
 > Again, this hasn't happened when running without the (Reverse)Proxy.

sounds like you're in for some time with a packet sniffer. first do
the action blowing up over the proxy connected directly to the server
and sniff with ethereal on the client. use "follow tcp stream" to see
what is going on. keep a copy of the cleartext. then do the same over
the reverse proxy and keep a copy. then run a sniffer on the reverse
proxy on the backend interface to see what is going to the backend (if
you can't have ethereal on the proxy use tcpdump -i <backend-if> -s
1500 -w dump, copy over dump and read it into etheral for analysis.
then compare all three - look for differences. maybe there's headers
added or missing or data truncated, maybe it's just the fact that
mod_proxy uses no keepalive to the backend.

joachim, who has to do things like thasīt more often than he likes...<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: websphere application crashes when proxying to site throug.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
US-NYC - Need Apache/Websphere Specialist NOW! - Looking for a strong Apache/Websphere Specialist who can help with a technical issue... we need this person to start Monday morning (9/22/03) in Central New Jersey. Must have: a) Running IBM Apache 1.3.19.2 b) Websphere 4.0.4 The main problem that w...

basic authentication and proxying - Hello everyone, I have this weird problem with getting authentication working with proxying. I was able to get the authentication working without proxying. I made a ..htaccess file: AuthType Basic AuthName UserAdmin AuthUserFile..

How do I use multiple domains on the same site? - Our site has several different domain names. All of these names point to the same site/IP address. Whatever name you type to access the site, after the first page, it always forwards the url to a domain name of the machine. I would like to be able to let...

disable a site with an temporaly page - hi i've a problem with my site and i want to disable the access to all the files and subdirectories of the site, and display an unique page saying "temporally disabled....". I only can use .htaccess files to do this. srry for the english. Tha...

Problem with virtual host - WAP site 403 Error - I've configured two virtual hosts for www web site and wap. WWW works fine, but as i get to wap site via IE or M3Gate Wap explorer it gives me 403 Forbidden error. All files (www and wap) are chmod 775/664 and user is apache, group apache. httpd.conf..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]