当前位置:  技术问答>java相关

http://localhost:8080/cocoon/报错

    来源: 互联网  发布时间:2015-06-20

    本文导语:  环境 中文WIN2K Tomcat4.0.3 jsdk1.4.0 添加COCOON应用后,http://localhost:8080/cocoon/报错 type fatal message Language Exception description org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error co...

环境
中文WIN2K
Tomcat4.0.3
jsdk1.4.0
添加COCOON应用后,http://localhost:8080/cocoon/报错

type fatal

message Language Exception

description org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap: Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/io/OutputStream.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:12: Class java.io.OutputStream not found in import. import java.io.OutputStream; ^ Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/io/IOException.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:13: Class java.io.IOException not found in import. import java.io.IOException; ^ Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/util/List.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:15: Class java.util.List not found in import. import java.util.List; ^ Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/util/ArrayList.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:16: Class java.util.ArrayList not found in import. import java.util.ArrayList; ^ Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/util/Map.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:17: Class java.util.Map not found in import. import java.util.Map; ^ Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/util/HashMap.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:18: Class java.util.HashMap not found in import. import java.util.HashMap; ^ Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/util/Stack.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:19: Class java.util.Stack not found in import. import java.util.Stack; ^ Line 0, column 0: could not parse error message: error: Invalid class file format in D:JDKjrelibrt.jar(java/util/StringTokenizer.class). The major.minor version '48.0' is too recent for this tool to understand. D:tomcatworklocalhostcocooncocoon-filesorgapachecocoonwwwsitemap_xmap.java:20: Class java.util.StringTokenizer not found in import. import java.util.StringTokenizer; ^ Line 0, column 0: error: Invalid class file format in D:JDKjrelibrt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand. error: Class java.lang.Object not found in class org.apache.avalon.framework.logger.AbstractLoggable. 18 errors 


谁知道为什么?
有人说已在其MAILLIST中找到解决方法
我不知道这么解决,
一定给分,谢谢.


|
2.0.1好像跟Tomcat403与jdk14有不少问题,见Mailing List中HOWTO: jdk1.4和Correction: [SOLUTION] Cocoon with the Tomcat 4.0.3。

List:     xml-cocoon-users
Subject:  HOWTO: jdk1.4
From:     "Matt Williams" 
Date:     2002-03-05 5:14:44
[Download message RAW]

Hi,
Sorry I havent introduce myself, I will do so when im not so tired ;-)
 
Those wanting to use cocoon2 on windows with jdk1.4 do the following:
- Download Tomcat Binary(LE) and "install"
- Download Cocoon Binary and copy cocoon.war to $CATALINA_HOME/webapps
- Launch Tomcat
- When the WAR has been extracted Shut Tomcat Down
- make a directory 'endorsed' in $JAVA_HOME/jre/lib
- copy xerces,xalan,xml-apis from
$CATALINA_HOME/webapps/cocoon/WEB-INF/libs to the endorsed directory
- copy batik-libs,xerces,xalan,xml-apis from
$CATALINA_HOME/webapps/cocoon/WEB-INF/libs to $CATALINA_HOME/common/libs
- remove javac from $CATALINA_HOME/webapps/cocoon/WEB-INF/libs
- copy $JAVA_HOME/lib/tools.jar to
$CATALINA_HOME/webapps/cocoon/WEB-INF/libs
- clear out everything under $CATALINA_HOME/work/localhost
- start tomcat
- buy me a beer
 
Those wanting to use cocoon2 on *nix with jdk1.4 do the following:
- Do the same as the windows guys are doing
- edit catalina.sh in the $CATALINA_HOME/bin directory and add a line
CATALINA_OPTS='-Djava.awt.headless=true'
- start tomcat
- buy me 2 beers
 
 
Can someone with commit access to the cvs add that headless stuff
 
 
Thanks,
 
Matt
 
Oh yeah, this works on the latest releases of cocoon and tomcat (2.0.1
and 4.0.3 atm). that java.awt.headless=true thing is really important
for *nix users, so someone please add it to the INSTALL text.
I recommend using the light edition of tomcat, because its less to worry
about. if you use the full version then you will need to screw around
with extra JARs



|
我使用了最新的2.0.2并没有什么问题呀!
你使用其它版本的JDK试试!

|

jsdk版本太高!

    
 
 

您可能感兴趣的文章:

  • 如何设置服务器, 使http://localhost/hello.php变成http://www.example.com/hello.php生效?
  • 为什么后台JBOSS已经启动了,而用http://localhost:8080/和http://localhost:8083/访
  • Tomcat4.03启动后,没有报错,但http://localhost:8080/不能正常工作,为什么?(在线关注)
  • 我按cn-java上实战EJB做的第一个EJB例子(最简单的),最后运行http://localhost:6888/hello/servlet/HelloServlet,结果提示“Http:404
  • 请问localhost、127.0.0.1与 本机ip 在请求http服务时有什么不同?
  • 输入http://localhost:8080显示欢迎页面但无法显示JSP页面
  • 安装jakarta-tomcat-4.0.2.exe后,访问http://localhost:8080/无反应?
  • 在浏览器里输入http://localhost/phpmyadmin时出错
  • 请问Tomcat4.04的http://localhost:8080/manager的用户名和口令是多少?
  • linux安装上webmin后不能通浏览器用http://IP地址:10000访问,而在本机上用http://localhost:10000却可以访问,为什么?
  • 获取根目录的URL例如http://localhost:51898
  • 我装完tomcat4.1后,http://localhost:8080/页面只能访问一次,关了之后就访问不了了,怎么回事?
  • JAVA,J2EE配置问题,http://localhost:8000 毫无反应
  • 红旗Linux浏览http://localhost为什么浏览不了了,说服务器关闭或没连接,怎么启动服务器呀??
  • tomat3.2运行正确,但在IE中输入http://localhost:8080,居然连接超时,为什么?
  • 我在WIN2000SERVER中安装了JRUN,现在可以在LOCALHOST:8000中打开JRUN,但是我编写了一个lei.jsp文件,却不知道怎么打开,每次输入http://localhost:8000/lei.jsp都会出现下面的提示。
  • 浏览器地址栏中输入 http://localhost/acidbase没有反应
  • 博客 iis7站长之家
  • 请问jboss下如何在根路径显示出http://localhost:8080/image.jpg?
  • 高分请教 localhost访问本机,为什么不需要加上www和http:?
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 关于apache ,端口该为8080,想http://www.as.com访问,而不是www.as.com:8080
  • 高分求救:tomcat4.1为什么我的tomcat只能通过http://127.0.0.1:8080/访问?
  • URL url=new URL(/tech-qa-java/"http_/156.66.212.15_8080/djs/servlet/DbServlet"/index.html);这句有什么错误?
  • Apache服务有什么用?Tomcat除了打开一个类似8080的Http端口之外,还有什么用途?
  • 不能显示 http://localhost:8080 为什么?????
  • 还是关于tomcat的配置,就是win2000下,JDK+tomcat,http://localhost:8080/启动成功,接下来改如何做,我有编译好的类和一个html文件
  • 运行了RESIN里面的HTTPD后 开HTTP://127.0.0.1:8080出现以下错误是怎么回事??
  • 关于IIS+RESIN的问题.http://127.0.0.1/interflow http://127.0.0.1:8080/的使用.
  • 解压了RESIN后 开HTTP://127.0.0.1:8080出现以下错误是怎么回事??
  • 我装了jdk1.2.2和tomcat4.1。打开http://localhost:8080/却无法显示?
  • java命名空间javax.xml.ws.http接口httpbinding成员方法: http_binding定义参考
  • 防病毒的HTTP代理服务器 HTTP Anti Virus Proxy
  • java命名空间java.net枚举proxy.type的类成员方法: http定义及介绍
  • HTTP开发工具包 http-kit
  • java命名空间javax.print.attribute.standard类referenceurischemessupported的类成员方法: http定义及介绍
  • Java HTTP客户端 http4j
  • java命名空间java.net类httpurlconnection的类成员方法: http_accepted定义及介绍
  • Java HTTP 客户端开发包 jcabi-http
  • java命名空间java.net类httpurlconnection的类成员方法: http_unauthorized定义及介绍
  • linux c socket http编程 返回http消息体出错!
  • java命名空间java.net类httpurlconnection的类成员方法: http_created定义及介绍
  • 请问如何在c程序里调用一段http地址,比如http://test/reload.jsp
  • java命名空间java.net类httpurlconnection的类成员方法: http_forbidden定义及介绍
  • 为什么输http://www.china-java.net,会自动改为http://www.china-java.net:8081?
  • java命名空间java.net类httpurlconnection的类成员方法: http_gone定义及介绍
  • http协议中文分词 http-scws
  • java命名空间java.net类httpurlconnection的类成员方法: http_ok定义及介绍
  • MM求助:怎样多线程下载http://java.sun.com上的东东? 用http方式,谢谢了.
  • java命名空间java.net类httpurlconnection的类成员方法: http_conflict定义及介绍
  • 异步 HTTP 客户端开发包 android-async-http
  • java命名空间java.net类httpurlconnection的类成员方法: http_reset定义及介绍


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3