Yeah, I remember being equally frustrated when this happened to me. You may want to see if there are any firmware updates for your routers, etc.
Glad you found the culprit :) On Mon, Dec 7, 2009 at 4:59 PM, Davis Ford <[email protected]>wrote: > FWIW - velo sent me a 7z archive of the sax9 jar, and I put it in my local > mvn repo with the pom, md5/sha, etc. that I downloaded from sonatype and I > was able to get past this. Interestingly enough, the first time he just > attached the jar w/o compressing it -- sent to my gmail. Even when I tried > to d/l the attachment from gmail it hangs at the same place. > > I do think there must be a goofy piece of network equipment out there like > Grant said that just chokes on this. I watched it in tcpdump along with > wget and the server just stops sending packets after a certain count -- no > checksum errors. > > Weird. > > > On Mon, Dec 7, 2009 at 6:56 PM, Davis Ford > <[email protected]>wrote: > >> I'm at a bit of a loss on this one. I power cycled all my network >> equipment. This problem exists on any of the 5-6 computers I have here. I >> now just try wget, and it just hangs when it gets around 1196 KB. It >> doesn't matter what client I use (mvn, browser, wget), or OS (Linux, >> Windows, Mac) or machine. >> >> All my other network traffic works fine. I know this appears to be just >> my problem since no one else is experiencing it. I would love it if someone >> would go into their local maven repo and zip up the >> com/adobe/flex/compiler/saxon9/ directory and email it to me :) >> >> Regards, >> Davis >> >> >> On Mon, Dec 7, 2009 at 4:50 PM, Grant Smith <[email protected]> wrote: >> >>> I remember having a problem similar to this a few years ago. Turns out it >>> was a local router in our LAN that was faulty and was freezing up with a >>> certain byte sequence. I just tries to download that artifact manually from >>> here and it worked. >>> >>> On Mon, Dec 7, 2009 at 1:43 PM, Davis Ford <[email protected] >>> > wrote: >>> >>>> Hi, I've got this config: >>>> >>>> <repository> >>>> <id>flexmojos</id> >>>> <url>http://repository.sonatype.org/content/groups/flexgroup/ >>>> </url> >>>> </repository> >>>> >>>> <plugin> >>>> <groupId>org.sonatype.flexmojos</groupId> >>>> <artifactId>flexmojos-maven-plugin</artifactId> >>>> <version>${flexmojos.version}</version> >>>> <extensions>true</extensions> >>>> <dependencies> >>>> <dependency> >>>> <groupId>com.adobe.flex</groupId> >>>> <artifactId>compiler</artifactId> >>>> <version>4.0.0.8811</version> >>>> <type>pom</type> >>>> </dependency> >>>> </dependencies> >>>> <configuration> >>>> <targetPlayer>10.0.0</targetPlayer> >>>> <locales> >>>> <locale>en_US</locale> >>>> </locales> >>>> </configuration> >>>> </plugin> >>>> >>>> And maven is continually stuck on >>>> >>>> Downloading: >>>> http://repository.sonatype.org/content/groups/public//com/adobe/flex/compiler/saxon9/4.0.0.8811/saxon9-4.0.0.8811.jar >>>> 1167/4906K >>>> >>>> Anyone have a workaround for this? I can't d/l this with a web browser >>>> either -- just hangs after about 1MB. >>>> >>>> Regards, >>>> Davis >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Flex Mojos" group. >>>> To post to this group, send email to [email protected] >>>> To unsubscribe from this group, send email to >>>> [email protected]<flex-mojos%[email protected]> >>>> For more options, visit this group at >>>> http://groups.google.com/group/flex-mojos?hl=en?hl=en >>>> >>>> http://blog.flex-mojos.info/ >>>> >>> >>> >>> >>> -- >>> Grant Smith >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Flex Mojos" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected]<flex-mojos%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/flex-mojos?hl=en?hl=en >>> >>> http://blog.flex-mojos.info/ >>> >> >> >> >> -- >> Zeno Consulting, Inc. >> home: http://www.zenoconsulting.biz >> blog: http://zenoconsulting.wikidot.com >> p: 248.894.4922 >> f: 313.884.2977 >> > > > > -- > Zeno Consulting, Inc. > home: http://www.zenoconsulting.biz > blog: http://zenoconsulting.wikidot.com > p: 248.894.4922 > f: 313.884.2977 > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos?hl=en?hl=en > > http://blog.flex-mojos.info/ > -- Grant Smith -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
