街霸gtr4装好以后downloading resource file怎么解决

loadrunner常见问题汇总_图文_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
loadrunner常见问题汇总
上传于||文档简介
&&l​o​a​d​r​u​n​n​e​r​常​见​问​题​汇​总​ ​学​习​了
阅读已结束,如果下载本文需要使用2下载券
想免费下载本文?
定制HR最喜欢的简历
下载文档到电脑,查找使用更方便
还剩17页未读,继续阅读
定制HR最喜欢的简历
你可能喜欢安装Zk的过程_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
安装Zk的过程
上传于||文档简介
&&安​装​Z​k​的​过​程
阅读已结束,如果下载本文需要使用0下载券
想免费下载更多文档?
定制HR最喜欢的简历
下载文档到电脑,查找使用更方便
还剩13页未读,继续阅读
定制HR最喜欢的简历
你可能喜欢12262人阅读
Java(72)
Redis/Jedis(2)
下载地址:http://redis.io/download下载文件:redis-2.4.14.tar.gz官方教程:&关于redis.conf文件里面信息内容请访问:&解压:root@ubuntu:/usr/local# tar -zxvf redis-2.4.14.tar.gz&进行redis-2.4.14进行安装root@ubuntu:/usr/local# cd redis-2.4.14/root@ubuntu:/usr/local/redis-2.4.14# makecd src && make allmake[1]: Entering directory `/usr/local/redis-2.4.14/src'MAKE hiredismake[2]: Entering directory `/usr/local/redis-2.4.14/deps/hiredis'gcc -std=c99 -pedantic -c -O3 -fPIC& -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb& net.cmake[2]: gcc: Command not foundmake[2]: *** [net.o] Error 127make[2]: Leaving directory `/usr/local/redis-2.4.14/deps/hiredis'make[1]: *** [dependencies] Error 2make[1]: Leaving directory `/usr/local/redis-2.4.14/src'make: *** [all] Error 2未安装gcc编译工具&当时出现这个问题 我也在网上搜了很多都未能解决,我最后是在linux里面更新一下软件并安装,然后重启linux服务然后执行[root@localhost /]# ls
redis-1.2.6
redis-2.6.6
lost+found
redis-1.2.6.tar.gz
redis-2.6.6.tar.gz
[root@localhost /]# yum install gcc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* updates:
Setting up Install Process
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
--& Running transaction check
---& Package gcc.i386 0:4.1.2-52.el5_8.1 set to be updated
--& Processing Dependency: glibc-devel &= 2.2.90-12 for package: gcc
--& Running transaction check
---& Package glibc-devel.i386 0:2.5-81.el5_8.7 set to be updated
--& Processing Dependency: glibc-headers = 2.5-81.el5_8.7 for package: glibc-devel
--& Processing Dependency: glibc-headers for package: glibc-devel
--& Running transaction check
---& Package glibc-headers.i386 0:2.5-81.el5_8.7 set to be updated
--& Processing Dependency: kernel-headers &= 2.2.1 for package: glibc-headers
--& Processing Dependency: kernel-headers for package: glibc-headers
--& Running transaction check
---& Package kernel-headers.i386 0:2.6.18-308.20.1.el5 set to be updated
--& Finished Dependency Resolution
Dependencies Resolved
=================================================================================================================================================================================
Repository
=================================================================================================================================================================================
Installing:
4.1.2-52.el5_8.1
Installing for dependencies:
glibc-devel
2.5-81.el5_8.7
glibc-headers
2.5-81.el5_8.7
kernel-headers
2.6.18-308.20.1.el5
Transaction Summary
=================================================================================================================================================================================
4 Package(s)
0 Package(s)
Total size: 9.2 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing
: kernel-headers
Installing
: glibc-headers
Installing
: glibc-devel
Installing
Installed:
gcc.i386 0:4.1.2-52.el5_8.1
Dependency Installed:
glibc-devel.i386 0:2.5-81.el5_8.7
glibc-headers.i386 0:2.5-81.el5_8.7
kernel-headers.i386 0:2.6.18-308.20.1.el5
Complete!这样gcc也可以使用了 然后我就进入我安装的redis-2.4.14 目录 并且安装也成功了,然后也启动了redis的服务。 然后又启动redis的客户端进行测试 [root@localhost /]# cd usr/local
[root@localhost local]# ls
gcc-4.1.2.tar.gz
gcc-install
redis-1.2.6
redis-2.4.14
redis-2.6.6.tar.gz
redis-1.2.6.tar.gz
redis-2.4.14.tar.gz
[root@localhost local]# cd redis-2.4.14
[root@localhost redis-2.4.14]# ls
00-RELEASENOTES
CONTRIBUTING
Linux_gcc的安装.txt
redis.conf
[root@localhost redis-2.4.14]# make
cd src && make all
make[1]: Entering directory `/usr/local/redis-2.4.14/src'
MAKE hiredis
make[2]: Entering directory `/usr/local/redis-2.4.14/deps/hiredis'
cc -std=c99 -pedantic -c -O3 -fPIC
-Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb
cc -std=c99 -pedantic -c -O3 -fPIC
-Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb
cc -std=c99 -pedantic -c -O3 -fPIC
-Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb
cc -std=c99 -pedantic -c -O3 -fPIC
-Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb
ar rcs libhiredis.a net.o hiredis.o sds.o async.o
make[2]: Leaving directory `/usr/local/redis-2.4.14/deps/hiredis'
MAKE linenoise
make[2]: Entering directory `/usr/local/redis-2.4.14/deps/linenoise'
-c -Wall -W -Os -g linenoise.c
-c -Wall -W -Os -g example.c
-Wall -W -Os -g -o linenoise_example linenoise.o example.o
make[2]: Leaving directory `/usr/local/redis-2.4.14/deps/linenoise'
MAKE jemalloc
checking for xsltproc... /usr/bin/xsltproc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether compiler supports -std=gnu99... yes
checking whether compiler supports -Wall... yes
checking whether compiler supports -pipe... yes
checking whether compiler supports -g3... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 4
checking size of int... 4
checking size of long... 4
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether __asm__ is compilable... yes
checking whether __attribute__ syntax is compilable... yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether mremap(...MREMAP_FIXED...) is compilable... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for ld... /usr/bin/ld
checking for autoconf... no
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking configured backtracing method... N/A
checking STATIC_PAGE_SHIFT... 12
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlopen in -ldl... yes
checking for TLS... yes
checking for ffsl... yes
checking whether Darwin OSAtomic*() is compilable... no
checking whether Darwin OSSpin*() is compilable... no
checking for memalign... yes
checking for valloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating include/jemalloc/jemalloc_defs.h
===============================================================================
jemalloc version
: 2.2.5-0-gfc1bb70e5f0d9a58b39efa39cc549b5af5104760
-D_GNU_SOURCE -D_REENTRANT
: -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
-lpthread -ldl
RPATH_EXTRA
: /usr/bin/xsltproc
: /usr/share/xml/docbook/stylesheet/docbook-xsl
: /usr/local
: /usr/local/bin
INCLUDEDIR
: /usr/local/include
: /usr/local/lib
: /usr/local/share
: /usr/local/share/man
abs_srcroot
: /usr/local/redis-2.4.14/deps/jemalloc/
abs_objroot
: /usr/local/redis-2.4.14/deps/jemalloc/
JEMALLOC_PREFIX
JEMALLOC_PRIVATE_NAMESPACE
install_suffix
cc-silence
prof-libunwind
prof-libgcc
dynamic_page_shift : 0
===============================================================================
make[2]: Entering directory `/usr/local/redis-2.4.14/deps/jemalloc'
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_swap.o src/chunk_swap.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/chunk_swap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/rtree.o src/stats.o src/tcache.o
make[2]: Leaving directory `/usr/local/redis-2.4.14/deps/jemalloc'
CC redis-benchmark.o
CC adlist.o
CC zmalloc.o
MAKE hiredis
make[2]: Entering directory `/usr/local/redis-2.4.14/deps/hiredis'
make[2]: Nothing to be done for `static'.
make[2]: Leaving directory `/usr/local/redis-2.4.14/deps/hiredis'
LINK redis-benchmark
CC redis-cli.o
redis-cli.c: In function ‘pipeMode’:
redis-cli.c:898: 警告:隐式声明函数 ‘time’
redis-cli.c:932: 警告:提领类型双关的指针将破坏强重叠规则
CC release.o
LINK redis-cli
CC redis-check-dump.o
CC lzf_c.o
CC lzf_d.o
LINK redis-check-dump
CC redis-check-aof.o
LINK redis-check-aof
CC redis.o
CC pqsort.o
CC zipmap.o
CC ziplist.o
CC networking.o
CC object.o
CC replication.o
CC t_string.o
CC t_list.o
CC t_set.o
CC t_zset.o
CC t_hash.o
CC config.o
CC pubsub.o
CC multi.o
CC debug.o
CC intset.o
CC syncio.o
CC slowlog.o
CC memtest.o
LINK redis-server
Hint: To run 'make test')&redis服务启动部分:make[1]: Leaving directory `/usr/local/redis-2.4.14/src'
[root@localhost redis-2.4.14]# ls
00-RELEASENOTES
CONTRIBUTING
Linux_gcc的安装.txt
redis.conf
[root@localhost redis-2.4.14]# ./redis-server redis.conf
-bash: ./redis-server: 没有那个文件或目录
[root@localhost redis-2.4.14]#
[root@localhost redis-2.4.14]# ./redis.conf
-bash: ./redis.conf: 权限不够
[root@localhost redis-2.4.14]# ls
00-RELEASENOTES
CONTRIBUTING
Linux_gcc的安装.txt
redis.conf
[root@localhost redis-2.4.14]#
./src/redis-server
[5219] 05 Dec 08:59:23 # Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf'
[5219] 05 Dec 08:59:23 # Warning: 32 bit instance detected but no memory limit set. Setting 3.5 GB maxmemory limit with 'noeviction' policy now.
[5219] 05 Dec 08:59:23 * Server started, Redis version 2.4.14
[5219] 05 Dec 08:59:23 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
[5219] 05 Dec 08:59:23 * The server is now ready to accept connections on port 6379
[5219] 05 Dec 08:59:24 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 08:59:29 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 08:59:34 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 08:59:39 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 08:59:44 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 08:59:49 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 08:59:54 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 08:59:59 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 09:00:04 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 09:00:09 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 09:00:14 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 09:00:19 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 09:00:24 - 0 clients connected (0 slaves), 547464 bytes in use
[5219] 05 Dec 09:00:30 - 0 clients connected (0 slaves), 547464 bytes in use&&redis客户端测试部分:Last login: Wed Dec
5 08:43:28 2012 from 192.168.0.137
[root@localhost ~]# ls
anaconda-ks.cfg
install.log
install.log.syslog
[root@localhost ~]# cd /usr/local
[root@localhost local]# ls
gcc-4.1.2.tar.gz
gcc-install
redis-1.2.6
redis-2.4.14
redis-2.6.6.tar.gz
redis-1.2.6.tar.gz
redis-2.4.14.tar.gz
[root@localhost local]# cd redis-2.4.14
[root@localhost redis-2.4.14]# ls
00-RELEASENOTES
CONTRIBUTING
Linux_gcc的安装.txt
redis.conf
[root@localhost redis-2.4.14]# ./src/redis-cli
redis 127.0.0.1:6379& set too bar
redis 127.0.0.1:6379& get too
redis 127.0.0.1:6379& shutdown
redis 127.0.0.1:6379& quit
[root@localhost redis-2.4.14]# ls
00-RELEASENOTES
CONTRIBUTING
Linux_gcc的安装.txt
redis.conf
[root@localhost redis-2.4.14]# ./src/redis-cli
Could not connect to Redis at 127.0.0.1:6379: Connection refused
not connected&
到此 基本已结束,下一章将采用jedis来连接redis。
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:1298908次
积分:13849
积分:13849
排名:第626名
原创:236篇
转载:18篇
评论:594条
(1)(1)(3)(2)(2)(1)(1)(2)(3)(2)(1)(2)(2)(5)(4)(4)(1)(1)(2)(1)(3)(2)(1)(3)(4)(1)(3)(1)(1)(1)(4)(5)(5)(5)(11)(8)(5)(11)(6)(6)(6)(7)(1)(5)(5)(9)(4)(2)(3)(8)(1)(2)(2)(1)(33)(1)(2)(2)(2)(4)(9)(2)(1)(8)(5)(2)(1)温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!&&|&&
LOFTER精选
网易考拉推荐
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
&该错误的详细描述如下:ArtifactDescriptorException: Failed to read artifact descriptor for woodstox:wstx-asl:jar:3.2.7: ArtifactResolutionException: Failure to transfer woodstox:wstx-asl:pom:3.2.7 from /content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of cdh.snapshot.repo has elapsed or updates are forced. Original error: Could not transfer artifact woodstox:wstx-asl:pom:3.2.7 from/to cdh.snapshot.repo (/content/repositories/snapshots): Failed to transfer /content/repositories/snapshots/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom. Error code 409, The repository 'libs-snapshot-local' rejected the artifact 'libs-snapshot-local:woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom' due to its snapshot/release handling policy.看上去是有什么东西无法下载,但工程各种Clean、重新导入、Update Dependency、package、eclipse:eclipse都无效,切换到老的Repository就没问题。去新的路径下看,对应的jar包也都在,又怀疑pom中有格式错误,各种调整也没有解决。后来执行 mvn dependency:tree 时,发现这样一段信息:[WARNING] POM for 'com.taobao.promotioncenter:promotion-common-client:pom:2.2.0:compile' is invalid.Its dependencies (if any) will NOT be available to the current build.Downloading: http://mvnrepo./mvn/repository/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.7' in repository central (http://mvnrepo./mvn/repository)Downloading: /content/repositories/snapshots/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom[WARNING] Unable to get resource 'woodstox:wstx-asl:pom:3.2.7' from repository cdh.snapshot.repo (/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 502 for URL: /content/repositories/snapshots/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pomDownloading: /content/groups/cloudera-repos/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom[WARNING] Unable to get resource 'woodstox:wstx-asl:pom:3.2.7' from repository cdh.repo (/content/groups/cloudera-repos): Error transferring file: Server returned HTTP response code: 502 for URL: /content/groups/cloudera-repos/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pomDownloading: http://people.apache.org/~rawson/repo//woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.7' in repository temp-thrift (http://people.apache.org/~rawson/repo/)Downloading: http://mvnrepo./mvn/repository/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.7' in repository java.net (http://download.java.net/maven/2/)Downloading: http://repository.codehaus.org//woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.7' in repository codehaus (http://repository.codehaus.org/)[WARNING] POM for 'com.taobao.hsf:hsf.services:pom:1.4:compile' is invalid.可以看出,Maven尝试了各种下载地址仍没有成功下载这个jar包的信息,于是更倾向于无法下载的原因。看了一下这个jar包的引用关系,是一个间接引用的非必需jar包,将其exclude掉后400多个error立即消失。总结:1. 该问题还是由于某个jar包相关的信息无法下载,导致Maven无法正确读取其pom中的信息,因此是ArtifactDescriptorException。2. 其他400多个error是由于这一个问题jar包导致,可以随之一起修复。3. 像这种实在无法下载的情况,最好的方式就是将其exclude掉。如果是必需的jar包,暂时不知道有什么好的方法。但必需的应该是很常用的jar包,不会出现这种无法下载的情况。&原创文章,转载请注明出处&
阅读(30354)|
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
历史上的今天
在LOFTER的更多文章
loftPermalink:'',
id:'fks_',
blogTitle:'ArtifactDescriptorException的解决方法',
blogAbstract:'最近在切换Maven Repository路径时,eclipse中遇到了ArtifactDescriptorException的问题,而且一下就是400多个error。&该错误的详细描述如下:ArtifactDescriptorException: Failed to read artifact descriptor for woodstox:wstx-asl:jar:3.2.7: ArtifactResolutionException: Failure to transfer woodstox:wstx-asl:pom:3.2.7 from /content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of cdh.snapshot.repo',
blogTag:'java,maven,eclipse,artifactdescriptorex',
blogUrl:'blog/static/',
isPublished:1,
istop:false,
modifyTime:4,
publishTime:9,
permalink:'blog/static/',
commentCount:1,
mainCommentCount:1,
recommendCount:0,
bsrk:-100,
publisherId:0,
recomBlogHome:false,
currentRecomBlog:false,
attachmentsFileIds:[],
groupInfo:{},
friendstatus:'none',
followstatus:'unFollow',
pubSucc:'',
visitorProvince:'',
visitorCity:'',
visitorNewUser:false,
postAddInfo:{},
mset:'000',
remindgoodnightblog:false,
isBlackVisitor:false,
isShowYodaoAd:false,
hostIntro:'',
hmcon:'1',
selfRecomBlogCount:'0',
lofter_single:''
{list a as x}
{if x.moveFrom=='wap'}
{elseif x.moveFrom=='iphone'}
{elseif x.moveFrom=='android'}
{elseif x.moveFrom=='mobile'}
${a.selfIntro|escape}{if great260}${suplement}{/if}
{list a as x}
推荐过这篇日志的人:
{list a as x}
{if !!b&&b.length>0}
他们还推荐了:
{list b as y}
转载记录:
{list d as x}
{list a as x}
{list a as x}
{list a as x}
{list a as x}
{if x_index>4}{break}{/if}
${fn2(x.publishTime,'yyyy-MM-dd HH:mm:ss')}
{list a as x}
{if !!(blogDetail.preBlogPermalink)}
{if !!(blogDetail.nextBlogPermalink)}
{list a as x}
{if defined('newslist')&&newslist.length>0}
{list newslist as x}
{if x_index>7}{break}{/if}
{list a as x}
{var first_option =}
{list x.voteDetailList as voteToOption}
{if voteToOption==1}
{if first_option==false},{/if}&&“${b[voteToOption_index]}”&&
{if (x.role!="-1") },“我是${c[x.role]}”&&{/if}
&&&&&&&&${fn1(x.voteTime)}
{if x.userName==''}{/if}
网易公司版权所有&&
{list x.l as y}
{if defined('wl')}
{list wl as x}{/list}}

我要回帖

更多关于 街霸x铁拳 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信