I'm trying to get up and running with Struts2 on an old Struts1 project (i.e.
want to use both at the same time).

During my travels of trying to get running, I've tried using the
config-browser. *but* it only half works for me. I get the top half of the
screen correctly showing the namespaces etc, but when it tries to load the
bottom half WebSphere throws an exception: java.io.FileNotFoundException:
/config-browser/showConfig.action

It seems as though WebSphere isn't even giving Struts it's chance? I.e. the
Struts filter isn't being dispatched on the
/config-browser/showConfig.action url?


 Struts Configuration Browser > Action information
Namespaces
default
/config-browser
Actions in default
Hello
        
Action information
Action information - Hello
Action name:    Hello
Namespace:      
Action class:   com.fonterra.tams.actions.s2.HelloWorld
Action method:  
Parameters:     
Default location:       /TAMSWeb/Hello.action
Results         Exception Mappings      Interceptors    Properties      
Validators
Name    Type    Parameters
success         org.apache.struts2.dispatcher.ServletDispatcherResult   
location =
/Hello.jsp
Apache Struts Project Struts © 2003 - 2006 | Bugs | Mailing Lists

java.io.FileNotFoundException: /config-browser/showConfig.action
        at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:362)
        at
com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:111)
        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
        at 
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
        at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
        at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
        at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
        at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
        at
com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1812)
        at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
        at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
        at
com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
        at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)
        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)
-- 
View this message in context: 
http://www.nabble.com/Config-Browser-half-works---java.io.FileNotFoundException-tf3503552.html#a9784831
Sent from the Struts - User mailing list archive at Nabble.com.

Reply via email to