Something is wrong when I integrate a custom web application with Orbeon v3.5.2 and WebSphere Application Server v6.1.0.2 When my servlet responds and Orbeon intercepts the answer, translates to xhtml and shows the final page in the browser, every UI feature fails.
File not found /ops/xforms-server/xforms-min.js
[7/23/07 16:07:11:651 CST] 00000022 SRTServletRes W WARNING: Cannot set status. Response already committed.[7/23/07 16:07:11:651 CST] 00000022 SRTServletRes W WARNING: Cannot set header. Response already committed.[7/23/07 16:07:11:667 CST] 00000022 SystemOut O 2007-07-23 16:07:11,667 WebContainer : 0 INFO webapp.ProcessorService - /xforms-server/xforms-min.js - Received request
Something is wrong with the filters and WASv6.1.0.2. Not so amazingly , it works perfect in WASv6.0
Application servers > server1 > Web container > Custom Properties com.ibm.ws.webcontainer.invokefilterscompatibility = true
So we are back in business...
Oliver Quixchan Got a little couch potato? Check out fun summer activities for kids. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Oliver,
Thanks for sharing this with us! -Erik oliver quixchan wrote: > > Something is wrong when I integrate a custom web application with Orbeon > v3.5.2 and WebSphere Application Server v6.1.0.2 > > When my servlet responds and Orbeon intercepts the answer, translates to > xhtml and shows the final page in the browser, every UI feature fails. > > * I tested using Firefox ->Firebug and it showed the next message. > > > File not found /ops/xforms-server/xforms-min.js > > * So I activated Orbeon debug messages in WAS console and it showed: > > [7/23/07 16:07:11:651 CST] 00000022 SRTServletRes W WARNING: Cannot set > status. Response already committed.[7/23/07 16:07:11:651 CST] 00000022 > SRTServletRes W WARNING: Cannot set header. Response already > committed.[7/23/07 16:07:11:667 CST] 00000022 SystemOut O 2007-07-23 > 16:07:11,667 WebContainer : 0 INFO webapp.ProcessorService - > /xforms-server/xforms-min.js - Received request > > > > Something is wrong with the filters and WASv6.1.0.2. Not so amazingly , > it works perfect in WASv6.0 > > > > * So after doing some reasearch we found a few similar problems with > Struts2 and WebSphere v6.1. See: > http://www.nabble.com/-S2--Websphere-6.1-Showcase-application%2C-Response-already-committed-warning-in-logs-tf3468980.html#a9831115 > * We decided to upgrade our WebSphere Application Server from > v6.1.0.2 to v6.1.0.9 > * Additionally we added the custom property mentioned in the link above: > > Application servers > <http://localhost:9062/ibm/console/navigatorCmd.do?forwardName=ApplicationServer.content.main&WSC=true> > > server1 > <http://localhost:9062/ibm/console/applicationServerCollection.do?EditAction=true&contextId=cells%3AT60-OQUIXCHANNode03Cell%3Anodes%3AT60-OQUIXCHANNode03%3Aservers%3Aserver1&resourceUri=server.xml&perspective=tab.configuration> > > Web container > <http://localhost:9062/ibm/console/com.ibm.ws.console.servermanagement.AppserverWebContainer.do?sfname=components&lastPage=ApplicationServer.config.view&resourceUri=server.xml&parentRefId=ApplicationServer_1176133715171&serverRefId=Server_1176133715171&contextId=cells%3AT60-OQUIXCHANNode03Cell%3Anodes%3AT60-OQUIXCHANNode03%3Aservers%3Aserver1&perspective=tab.configuration> > > Custom Properties > > com.ibm.ws.webcontainer.invokefilterscompatibility = true > > > > So we are back in business... > > > > > > Oliver Quixchan > > http://oliverqg.blogspot.com > > > ------------------------------------------------------------------------ > Got a little couch potato? > Check out fun summer activities for kids. > <http://us.rd.yahoo.com/evt=48248/*http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz> > -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |