You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <tu...@ws.apache.org> on 2008/04/04 23:25:24 UTC

[jira] Created: (TUSCANY-2202) Sample feed-aggregator fails in WAS 6.1

Sample feed-aggregator fails in WAS 6.1
---------------------------------------

                 Key: TUSCANY-2202
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2202
             Project: Tuscany
          Issue Type: Bug
            Reporter: Luciano Resende


Start the application and click on one of the links

Error 404: SRVE0190E: File not found: /rssAggregator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-2202) Sample feed-aggregator fails in WAS 6.1

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585833#action_12585833 ] 

Jean-Sebastien Delfino commented on TUSCANY-2202:
-------------------------------------------------

the link is to rssAggregator is: http://localhost:8080/sample-feed-aggregator-webapp/rssAggregator

How did you install the app? did you name it sample-feed-aggregator-webapp?

Maybe we can also make the link in index.html relative so that it still works if you name the app differently.

> Sample feed-aggregator fails in WAS 6.1
> ---------------------------------------
>
>                 Key: TUSCANY-2202
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2202
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.2
>            Reporter: Luciano Resende
>             Fix For: Java-SCA-1.2
>
>
> Start the application and click on one of the links
> Error 404: SRVE0190E: File not found: /rssAggregator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-2202) Sample feed-aggregator fails in WAS 6.1

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-2202.
--------------------------------------

    Resolution: Fixed
      Assignee: Luciano Resende

Fixed under svn revision #645253 by properly calculating path when in a web container environment.

> Sample feed-aggregator fails in WAS 6.1
> ---------------------------------------
>
>                 Key: TUSCANY-2202
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2202
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.2
>            Reporter: Luciano Resende
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-1.2
>
>
> Start the application and click on one of the links
> Error 404: SRVE0190E: File not found: /rssAggregator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-2202) Sample feed-aggregator fails in WAS 6.1

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586088#action_12586088 ] 

Luciano Resende commented on TUSCANY-2202:
------------------------------------------

I was able to debug and find what's causing the issue... This issue was introduced in in revision #633212

When running with embedded tomcat
INFO: >>> request.getRequestURI : /ShoppingCart/Cart/
INFO: >>> request.getServletPath : /ShoppingCart/Cart

When running with tomcat and using host-webapp
INFO: >>> request.getRequestURI : /sample-feed-aggregator-webapp/atomAggregator
INFO: >>> request.getServletPath : /atomAggregator

This cause the atom binding to get a corrupted path info...
String path = URLDecoder.decode(request.getRequestURI().substring(request.getServletPath().length()), "UTF-8");

this is what is causing the 404 on the client application. 

Let me take a look and fix the atom-abdera extension

> Sample feed-aggregator fails in WAS 6.1
> ---------------------------------------
>
>                 Key: TUSCANY-2202
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2202
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.2
>            Reporter: Luciano Resende
>             Fix For: Java-SCA-1.2
>
>
> Start the application and click on one of the links
> Error 404: SRVE0190E: File not found: /rssAggregator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-2202) Sample feed-aggregator fails in WAS 6.1

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende updated TUSCANY-2202:
-------------------------------------

          Component/s: Java SCA Samples
    Affects Version/s: Java-SCA-1.2
        Fix Version/s: Java-SCA-1.2

> Sample feed-aggregator fails in WAS 6.1
> ---------------------------------------
>
>                 Key: TUSCANY-2202
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2202
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.2
>            Reporter: Luciano Resende
>             Fix For: Java-SCA-1.2
>
>
> Start the application and click on one of the links
> Error 404: SRVE0190E: File not found: /rssAggregator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org