error in claimed id

8 views
Skip to first unread message

王尧

unread,
Jan 4, 2008, 4:05:16 AM1/4/08
to openi...@googlegroups.com
Hi,
In the infocard demo, as far as I know, if I create a profile, I can retrieve some information form the url:"https://openidcards.sxip.com/i/myprofilename ."
for example if I create a profile named "wang1" then if I visite "https://openidcards.sxip.com/i/wang1" there will return a html pages includes
<html>
<head>
<meta http-equiv= "X-XRDS-Location" content="https://openidcards.sxip.com/id.xrds" />
<link rel="openid.server" href="https://openidcards.sxip.com/op/" />
< link rel="openid2.provider" href=" https://openidcards.sxip.com/op/" />

</head>
<body>

<p>
Identity page for OpenID Information Cards.
</p>

</body>
</html >

BUT the problem is when I set up the "openidcards-sxip" project according to the install file. I create a profile named yao,when I enter
https://localhost:8443/i/yao/ , there is a problem says

"HTTP Status 404 - /i/yao3"

what may cause such an error?

Thank you for anyone's reply!

王尧

unread,
Jan 4, 2008, 4:06:24 AM1/4/08
to openi...@googlegroups.com
sorry,there is a problem says :

"HTTP Status 404 - /i/yao"



2008/1/4, 王尧 <pku...@gmail.com>:

王尧

unread,
Jan 4, 2008, 5:07:57 AM1/4/08
to openi...@googlegroups.com
The following is the error reported by Tomcat:


[YadisResolver]Performing HTTP HEAD on: https://localhost:8443/i/yao3 ...
 2008-01-04T18:02:58Z DEBUG Performing HTTP HEAD on: https://localhost:8443/i/ya
o3 ... CLASS:yadis.YadisResolver http-8443-Processor25
[YadisResolver]Cannot retrieve X-XRDS-Location using HEAD from https://localhost
:8443/i/yao3; status=HTTP/1.1 404 /i/yao3
 2008-01-04T18:02:58Z DEBUG Cannot retrieve X-XRDS-Location using HEAD from http
s://localhost:8443/i/yao3; status=HTTP/1.1 404 /i/yao3 CLASS:yadis.YadisResolver
 http-8443-Processor25
[YadisResolver]Performing HTTP GET #1 on: https://localhost:8443/i/yao3 ...
 2008-01-04T18:02:58Z DEBUG Performing HTTP GET #1 on: https://localhost:8443/i/
yao3 ... CLASS:yadis.YadisResolver http-8443-Processor25
[YadisResolver]Yadis discovery failed on https://localhost:8443/i/yao3, status:
6, error message: GET failed on https://localhost:8443/i/yao3
 2008-01-04T18:02:58Z INFO  Yadis discovery failed on https://localhost:8443/i/y
ao3, status: 6, error message: GET failed on https://localhost:8443/i/yao3 CLASS
:yadis.YadisResolver http-8443-Processor25
[Discovery]No OpenID service endpoints discovered through Yadis; attempting HTML
 discovery...
 2008-01-04T18:02:58Z INFO  No OpenID service endpoints discovered through Yadis
; attempting HTML discovery... CLASS:discovery.Discovery http-8443-Processor25

[HtmlResolver]Fetching https://localhost:8443/i/yao3...
 2008-01-04T18:02:58Z DEBUG Fetching https://localhost:8443/i/yao3... CLASS:disc
overy.HtmlResolver http-8443-Processor25
[IndexController]Error encountered:
 2008-01-04T18:02:58Z ERROR Error encountered:  CLASS:web.IndexController http-8
443-Processor25
org.openid4java.discovery.DiscoveryException: GET failed on https://localhost:84
43/i/yao3 Received status code: 404
        at org.openid4java.discovery.HtmlResolver.call(HtmlResolver.java:167)
        at org.openid4java.discovery.HtmlResolver.discover(HtmlResolver.java:134
)
        at org.openid4java.discovery.Discovery.discover(Discovery.java:204)
        at org.openid4java.consumer.ConsumerManager.verifyDiscovered2(ConsumerMa
nager.java:1589)
        at org.openid4java.consumer.ConsumerManager.verifyDiscovered (ConsumerMan
ager.java:1460)
        at org.openid4java.consumer.ConsumerManager.verify(ConsumerManager.java:
1127)
        at net.sxip.openidcards.icdemo.web.IndexController.processOpenIDResp(Ind
exController.java :290)
        at net.sxip.openidcards.icdemo.web.IndexController.handleRequestInternal
(IndexController.java:127)
        at org.springframework.web.servlet.mvc.AbstractController.handleRequest(
AbstractController.java :153)
        at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.ha
ndle(SimpleControllerHandlerAdapter.java:45)
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(Dispatch
erServlet.java:806)
        at org.springframework.web.servlet.DispatcherServlet.doService(Dispatche
rServlet.java:736)
        at org.springframework.web.servlet.FrameworkServlet.processRequest(Frame
workServlet.java :396)
        at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServ
let.java:360)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service (HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java :174)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:117)
        at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineVal
ve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:151)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:874)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:665)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:528)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:81)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java :689)
        at java.lang.Thread.run(Thread.java:595)


在08-1-4,王尧 <pku...@gmail.com> 写道:
Reply all
Reply to author
Forward
0 new messages