Alfresco 共享登录问题

2023-11-30

我发现本地安装的露天共享存在一些问题。当我尝试使用登录时

http://localhost:8080/共享

它向我返回此错误消息:

The remote server may be unavailable or your authentication details have not been recognized

在我的日志中我可以看到:

12:02:28,491 http-8080-1 DEBUG [commons.httpclient.HttpClient] Java version: 1.6.0_26
12:02:28,492 http-8080-1 DEBUG [commons.httpclient.HttpClient] Java vendor: Apple Inc.
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] Java class path: /Users/andrea.girardi/Documents/Works/Project/alfresco-3.4.e/tomcat/bin/bootstrap.jar
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] Operating system name: Mac OS X
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] Operating system architecture: x86_64
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] Operating system version: 10.7.1
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SunPKCS11-Darwin 1.6: SunPKCS11 accessing Mac OS X SmartCardServices
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SUN 1.6: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration)
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] Apple 1.0: Apple Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC/MD5, HMAC/SHA1)
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SunRsaSign 1.5: Sun RSA signature provider
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SunJSSE 1.6: Sun JSSE provider(PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SunJCE 1.6: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC)
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SunJGSS 1.0: Sun (Kerberos v5, SPNEGO)
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SunSASL 1.5: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] XMLDSig 1.0: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory)
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] SunPCSC 1.6: Sun PC/SC provider
12:02:28,493 http-8080-1 DEBUG [commons.httpclient.HttpClient] BC 1.45: BouncyCastle Security Provider v1.45
12:02:28,523 http-8080-1 DEBUG [commons.httpclient.HttpConnection] Open connection to 172.24.110.5:8080
12:02:28,526 http-8080-1 DEBUG [httpclient.wire.header] >> "GET http://localhost:8080/alfresco/s/remotestore/has/alfresco/site-data/configurations/slingshot.site.configuration.xml?s=sitestore HTTP/1.1[\r][\n]"
12:02:28,526 http-8080-1 DEBUG [commons.httpclient.HttpMethodBase] Adding Host request header
12:02:28,534 http-8080-1 DEBUG [httpclient.wire.header] >> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
12:02:28,535 http-8080-1 DEBUG [httpclient.wire.header] >> "Host: localhost:8080[\r][\n]"
12:02:28,535 http-8080-1 DEBUG [httpclient.wire.header] >> "Proxy-Connection: Keep-Alive[\r][\n]"
12:02:28,535 http-8080-1 DEBUG [httpclient.wire.header] >> "[\r][\n]"
12:02:28,537 http-8080-1 DEBUG [httpclient.wire.header] << "HTTP/1.1 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )[\r][\n]"
12:02:28,537 http-8080-1 DEBUG [httpclient.wire.header] << "HTTP/1.1 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )[\r][\n]"

我在论坛上发现了一些解决该问题的线索,将 tomcat 端口从默认的 8080 更改为另一个,但是转移到 8081,我可以看到同样的问题。

我该如何解决这个问题?我在本地 Mac 上使用 3.4.e,在远程 Windows 2003 服务器上使用 3.4.d。

这似乎是代理错误,

"HTTP/1.1 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).

另一个问题,在 Windows 服务器上我可以看到错误日志消息:

WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Cannot access http://127.0.0.1:10080/alfresco/service/cmis: Connection refused: connect

有什么建议吗?

谢谢你的时间!

Andrea


我终于找到了问题所在。正如 Alfresco 论坛上所写,“如果 Explorer 应用程序未正确运行或在 8080 以外的端口上运行,并且您没有告诉 Share 在哪里可以找到它,则 Share 不会让您登录。您必须获取 Explorer (/ alfresco)在尝试运行共享之前正在工作”。

谢谢你的时间, 安德里亚

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Alfresco 共享登录问题 的相关文章

随机推荐