新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     >>计算机科学论坛<<     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> Web服务(Web Services,WS), 语义Web服务(Semantic Web Services, SWS)讨论区: WSDL, SOAP, UDDI, DAML-S, OWL-S, SWSF, SWSL, WSMO, WSML,BPEL, BPEL4WS, WSFL, WS-*,REST, PSL, Pi-calculus(Pi演算), Petri-net,WSRF,
    [返回] 计算机科学论坛W3CHINA.ORG讨论区 - Web新技术讨论『 Web Services & Semantic Web Services 』 → 还是uddi4j  juddi的问题 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 3825 个阅读者  浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: 还是uddi4j  juddi的问题 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     bandaotiehe 美女呀,离线,快来找我吧!
      
      
      等级:大一(猛啃高等数学)
      文章:18
      积分:139
      门派:XML.ORG.CN
      注册:2008/8/25

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给bandaotiehe发送一个短消息 把bandaotiehe加入好友 查看bandaotiehe的个人资料 搜索bandaotiehe在『 Web Services & Semantic Web Services 』的所有贴子 引用回复这个贴子 回复这个贴子 查看bandaotiehe的博客楼主
    发贴心情 还是uddi4j  juddi的问题

    大家好!
        我运行juddi自带的示例程序SaveBusinessExample的时候经常抱如下的错误。我的各种包已经很全了,而且数据库也能连上,http://localhost:8080/juddi/页面也没有红色能正常打开,用户名和密码也都正确,但是程序就是报错。看起来好像是返回的东西不能被正确的解码,有谁帮我分析下啊 ,已经困扰我好几天了!

        先谢谢大家了啊
    *********** Running SaveBusinessExample ***********

    Get authtoken
    org.uddi4j.transport.TransportException: Unsupported response content type "text/html;charset=GB2312", must be: "text/xml". Response was:
    <html><head><title>Apache Tomcat/5.0.27 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /juddi/publisher</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/juddi/publisher</u></p><p><b>description</b> <u>The requested resource (/juddi/publisher) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>
     at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:88)
     at org.uddi4j.transport.TransportBase.send(TransportBase.java:57)
     at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1942)
     at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626)
     at com.dareway.SaveBusinessExample.run(SaveBusinessExample.java:75)
     at com.dareway.SaveBusinessExample.main(SaveBusinessExample.java:50)

    Nested exception:
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html;charset=GB2312", must be: "text/xml". Response was:
    <html><head><title>Apache Tomcat/5.0.27 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /juddi/publisher</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/juddi/publisher</u></p><p><b>description</b> <u>The requested resource (/juddi/publisher) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>]
     at org.apache.soap.rpc.Call.getEnvelopeString(Unknown Source)
     at org.apache.soap.messaging.Message.receiveEnvelope(Unknown Source)
     at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:79)
     at org.uddi4j.transport.TransportBase.send(TransportBase.java:57)
     at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1942)
     at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626)
     at com.dareway.SaveBusinessExample.run(SaveBusinessExample.java:75)
     at com.dareway.SaveBusinessExample.main(SaveBusinessExample.java:50)


       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2008/8/29 9:46:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Web Services & Semantic Web Services 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/7/19 7:27:24

    本主题贴数1,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    46.875ms