Bug 116590 - Site Proxy CT cannot get content from URL defined
Summary: Site Proxy CT cannot get content from URL defined
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise CMS
Classification: Retired
Component: APLAWS
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Daniel Berrangé
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-23 15:51 UTC by Arturo Dell
Modified: 2007-04-18 17:03 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-23 15:57:00 UTC
Embargoed:


Attachments (Terms of Use)

Description Arturo Dell 2004-02-23 15:51:11 UTC
Description of problem: Site Proxy CT cannot get content from URL 
defined


Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1. Create site proxy CT
2. Put this URL: 
http://modules.lbc.bigoxford.com/templates/cindex/index.cfm?
frmsubjectlogic=OR&frmsubject=ABORTION in the URL authoring step
3. Publish or preview and try
  
Actual results: 

<cms:contentPanel xmlns:cms="http://www.arsdigita.com/cms/1.0" 
bebop:classname="com.arsdigita.cms.dispatcher.SiteProxyPanel" 
id="SiteProxyItemXML">
  <bebop:label bebop:classname="com.arsdigita.bebop.Label" 
escape="no">Error fetching URL: 
http://modules.lbc.bigoxford.com/templates/cindex/index.cfm?
frmsubjectlogic=OR&frmsubject=ABORTION with exception of type " 
java.net.NoRouteToHostException " and message " No route to 
host "</bebop:label> 
  <cms:siteProxyPanel dataType="cdata" /> 
  </cms:contentPanel>


Expected results: Get the data from the URL and render the XML with 
the XSLT stylesheet


Additional info:

Comment 1 Daniel Berrangé 2004-02-23 15:57:00 UTC
This is a bug in network router. It unable to route traffic from the
CCM server to the URL you requested:

[root@staging01 root]# wget -S
'http://modules.lbc.bigoxford.com/templates/cindex/index.cfm?frmsubjectlogic=OR&frmsubject=ABORTION'
--16:01:22-- 
http://modules.lbc.bigoxford.com/templates/cindex/index.cfm?frmsubjectlogic=OR&frmsubject=ABORTION
           => `index.cfm?frmsubjectlogic=OR&frmsubject=ABORTION'
Resolving modules.lbc.bigoxford.com... done.
Connecting to modules.lbc.bigoxford.com[194.202.210.7]:80... failed:
No route to host.
[root@staging01 root]# host modules.lbc.bigoxford.com
modules.lbc.bigoxford.com is an alias for lbcwww2.bocc.co.uk.
lbcwww2.bocc.co.uk has address 194.202.210.7
[root@staging01 root]# telnet 194.202.210.7 80
Trying 194.202.210.7...
telnet: connect to address 194.202.210.7: No route to host
[root@staging01 root]# 
[root@staging01 root]# 
[root@staging01 root]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref   
Use Iface
194.202.210.0   0.0.0.0         255.255.255.0   U     0      0       
0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         194.202.210.1   0.0.0.0         UG    0      0       
0 eth0
[root@staging01 root]# 
[root@staging01 root]# host 194.202.210.1
1.210.202.194.in-addr.arpa domain name pointer mci-gw01.bocc.co.uk.
[root@staging01 root]# 



Note You need to log in before you can comment on or make changes to this bug.