Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • MatsStam 50 posts 195 karma points
    Feb 21, 2011 @ 13:58
    MatsStam
    0

    Could not find part of the path

    Hi there!

    I've had feedcache2 setup and it works great as long as I in the config file set the path (for example:C:\www\App_Data\FeedCache\) in the config file. But when I try to set a relative path something like\App_Data\FeedCache\ . Then I get the following error: [FmFeedCache2] http://feeds.feedburner.com/darrenjferguson: Could not find a part of the path 'C:\www\App_Data\FeedCache\darrenferguson.xml'. Which is the correct path to the file I want it to write to. And it is the exact same path that I earlier had in the config file.

    Could someone please help me with this? I really don't know why it's not working.. Maybe it just doesn't support relative paths? If thats the case.. I think it should ;)

    /Mats

  • Darren Ferguson 1022 posts 3258 karma points MVP c-trib
    Feb 22, 2011 @ 09:29
    Darren Ferguson
    0

    Can you post your config please?

    Thanks.

  • MatsStam 50 posts 195 karma points
    Feb 22, 2011 @ 09:36
    MatsStam
    0

    This one works:

    <?xml version="1.0" encoding="utf-8"?>
    <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <CachePath>C:\SVN\Umbraco_Base_Web\trunk\Umbraco.Web\App_Data\FeedCache</CachePath>
      <Feeds>
        <Feed>
          <Url>http://feeds.feedburner.com/darrenjferguson</Url>;
          <LocalFile>darrenferguson.xml</LocalFile>
        </Feed>
        <Feed>
          <Url>http://feeds.feedburner.com/umbracoblog</Url>;
          <LocalFile>umbraco.xml</LocalFile>
        </Feed>
        <Feed>
          <Url>http://www.meltwater.com/feed/</Url>;
          <LocalFile>meltwater.xml</LocalFile>
        </Feed>
      </Feeds>
    </Configuration>
    

    This one doesnt work, which is kind of a problem since it's supposed to be on serveral different machines. Would make life alot easier if something like this was possible:

    <?xml version="1.0" encoding="utf-8"?>
    <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <CachePath>\App_Data\FeedCache</CachePath>
      <Feeds>
        <Feed>
          <Url>http://feeds.feedburner.com/darrenjferguson</Url>;
          <LocalFile>darrenferguson.xml</LocalFile>
        </Feed>
        <Feed>
          <Url>http://feeds.feedburner.com/umbracoblog</Url>;
          <LocalFile>umbraco.xml</LocalFile>
        </Feed>
        <Feed>
          <Url>http://www.meltwater.com/feed/</Url>;
          <LocalFile>meltwater.xml</LocalFile>
        </Feed>
      </Feeds>
    </Configuration>
  • Darren Ferguson 1022 posts 3258 karma points MVP c-trib
    Feb 22, 2011 @ 09:38
    Darren Ferguson
    0

    Try specify your cache path as:

    ~/App_Data/FeedCache

    and let me know if that works.

     

     

  • MatsStam 50 posts 195 karma points
    Feb 22, 2011 @ 09:42
    MatsStam
    0

    Ooops think I broke my last post :P

    Anyways, it does not work. In the error log I get:

    [FmFeedCache2] http://feeds.feedburner.com/umbracoblog: Could not find a part of the path 'C:\SVN\Umbraco_Base_Web\trunk\Umbraco.Web\App_Data\FeedCache\umbraco.xml'.
  • Darren Ferguson 1022 posts 3258 karma points MVP c-trib
    Feb 22, 2011 @ 09:43
    Darren Ferguson
    0

    You get that message even after the change i detailed?

     

  • MatsStam 50 posts 195 karma points
    Feb 22, 2011 @ 09:45
    MatsStam
    0

    Yes I do.

  • Shannon 148 posts 171 karma points
    Apr 13, 2011 @ 23:37
    Shannon
    0

    Is there a work around for this. I would like to use ~/App_Data/FeedCache as my cache path. I have the same issue.

  • Darren Ferguson 1022 posts 3258 karma points MVP c-trib
    Apr 14, 2011 @ 10:14
    Darren Ferguson
    0

    Shannon: Can you post all information from your logs relating to Feedcache. These should be prefixed with [FmFeedCache2]

    Thanks.

  • Jason Prothero 416 posts 1226 karma points c-trib
    Apr 17, 2012 @ 00:12
    Jason Prothero
    0

    Did this ever get resolved?

    When I try to use relative URLs, I'm getting:

     

    [FmFeedCache2] http://feedrinse.com/services/channel/?chanurl=3f5499ffba845f36e50e3d3eaea94e01: Could not find a part of the path 'c:\windows\system32\inetsrv\~\App_Data\FeedCache\abho.xml'.

     

    My config:

    <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <CachePath>~\App_Data\FeedCache</CachePath>
      <Feeds>
        <Feed>
          <Url>http://feedrinse.com/services/channel/?chanurl=3f5499ffba845f36e50e3d3eaea94e01</Url>
          <LocalFile>abho.xml</LocalFile>
        </Feed>
      </Feeds>
    </Configuration>

     

     

    Thanks,

    Jason

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies