1)unabletoreadtld"meta-inf/c.tld"fromjar
deleteservlet.jarandjsp.jarfromweb-inf/lib.
2)anttips:
a)
b)
<
pathelementpath="${classpath}"/
>
方式
①
:引用特定的变量
<
filesetdir="lib"
>
方式
②
:指向特定的文件集
<
pathelementlocation="classes"/
>
方式
③
:指向单个目录
<
dirsetdir="${build.dir}"
>
方式
④
:指向特定目录集
<
filelistrefid="third-party_jars"/
>
方式
⑤
:引用指定文件列表
c)
3)failed to setup clustering", what does it mean?
[jbosscacheservice][main] jboss.cache:service=tomcatclusteringcache service to tomcat clustering not found
[jbosscachemanager][main] jbosscacheservice to tomcat clustering not found
[tomcatdeployer][main] failed to setup clustering, clustering disabled
there's two possibilities here:
1) since 3.2.6, http session replication is based on , and more precisely the service.in 3.2.6, 3.2.7, 4.0.1 and 4.0.1sp1, the dependency on this service is missing in tomcat's jboss-service.xml. to fix it, please edit /all/deploy/jbossweb-tomcat5x.sar/meta-inf/jboss-service.xml and enable the ?"> element, update the mbean as well as the element itself.
the resulting code should look as follows:
jboss.cache:service=tomcatclusteringcache
instead of
2) this error could also come up if you're trying to remove the clustering capabilities from the all configuration as explained in . even though you might have modified jbossweb-tomcat5x.sar/meta-inf/jboss-service.xml to remove the dependency on
jboss.cache:service=tomcatclusteringcache
, if the web application is deployed as
, as will try starting up
jboss.cache:service=tomcatclusteringcache
, for http session replication. in this case, the error message should not be considered as a failure because if it can't start it up, it'll log the error but will continue working as normal.
4) 一次性导出所有oracle sequence
select 'create sequence abel.'|| sequence_name || ' minvalue '||min_value||' maxvalue '||max_value||' start with '||last_number||' increment by '||increment_by||' cache '||cache_size||' ;' from dba_sequences where sequence_owner = 'teema'
5) ora-01033: oracle initialization or shutdown in process.
sid_list_listener =
(sid_list =
(sid_desc =
(sid_name = plsextproc)
(oracle_home = d:\database\oracle\product\10.1.0\db_1)
(program = extproc)
)
#(sid_desc =
# (global_dbname = abel)
# (oracle_home = d:\database\oracle\product\10.1.0\db_1)
# (sid_name = abel)
#)
)
posted on 2008-04-21 18:03
鱼上游 阅读(2638)
评论(0) 编辑 收藏 所属分类:
爪哇世界探险