AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 945715
Accepted
Johnny Doe
Johnny Doe
Asked: 2018-12-18 11:34:09 +0800 CST2018-12-18 11:34:09 +0800 CST 2018-12-18 11:34:09 +0800 CST

无法使用 .Net 访问 iLO 或 Java irc.exe.manifest 未成功

  • 772

iLO 3 - 1.80

使用远程控制台时,使用 IE 或 Firefox 的 .NET 和 Java 都不起作用。从 IE 或 Firefox 使用 .NET 时,我收到此错误:

PLATFORM VERSION INFO
    Windows             : 6.1.7601.65536 (Win32NT)
    Common Language Runtime     : 4.0.30319.42000
    System.Deployment.dll       : 4.7.3221.0 built by: NET472REL1LAST_C
    clr.dll             : 4.7.3260.0 built by: NET472REL1LAST_C
    dfdll.dll           : 4.7.3221.0 built by: NET472REL1LAST_C
    dfshim.dll          : 4.0.41209.0 (Main.041209-0000)

SOURCES
    Deployment url          : file:///C:/Users/jdoe/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/K59HMCW5/IRC%20(1).application

IDENTITIES
    Deployment Identity     : IRC.application, Version=1.2.3.1591, Culture=neutral, PublicKeyToken=ccbf8ed862428044, processorArchitecture=msil

APPLICATION SUMMARY
    * Online only application.
    * Trust url parameter is set.
ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC (1).application resulted in exception. Following failure messages were detected:
        + Downloading file:///C:/Users/jdoe/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/K59HMCW5/IRC.exe.manifest did not succeed.
        + Could not find file 'C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC.exe.manifest'.
        + Could not find file 'C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC.exe.manifest'.
        + Could not find file 'C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC.exe.manifest'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    * [12/17/2018 2:10:17 PM] : Activation of C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC (1).application has started.
    * [12/17/2018 2:10:17 PM] : Processing of deployment manifest has successfully completed.
    * [12/17/2018 2:10:17 PM] : Installation of the application has started.

ERROR DETAILS
    Following errors were detected during this operation.
    * [12/17/2018 2:10:17 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
        - Downloading file:///C:/Users/jdoe/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/K59HMCW5/IRC.exe.manifest did not succeed.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
            at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
            at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState, X509Certificate2 clientCertificate)
            at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
            at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
            at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
            at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
            at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl, Uri& deploymentUri)
            at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
--- End of stack trace from previous location where exception was thrown ---
            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
            at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
            at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
        --- Inner Exception ---
        System.Net.WebException
        - Could not find file 'C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC.exe.manifest'.
        - Source: System
        - Stack trace:
            at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
        --- Inner Exception ---
        System.Net.WebException
        - Could not find file 'C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC.exe.manifest'.
        - Source: System
        - Stack trace:
            at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
            at System.Net.FileWebRequest.GetResponseCallback(Object state)
        --- Inner Exception ---
        System.IO.FileNotFoundException
        - Could not find file 'C:\Users\jdoe\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\K59HMCW5\IRC.exe.manifest'.
        - Source: mscorlib
        - Stack trace:
            at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
            at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
            at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
            at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
            at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.

Windows 7,在 IE 中启用了 TLS 1.2。

internet-explorer
  • 1 1 个回答
  • 6120 Views

1 个回答

  • Voted
  1. Best Answer
    Dan
    2018-12-31T03:12:12+08:002018-12-31T03:12:12+08:00

    我建议使用独立应用程序(hplocons)。它解决了大多数此类问题

    • 适用于 Windows 的 HPE Lights-Out 独立远程控制台- 截至本文发布时的当前版本
    • 搜索“HPLOCONS” - 为将来的读者提供网络搜索,以防 URL 迁移。
    • 1

相关问题

  • windows下如何强制IE选择网卡?

  • 在 Internet Explorer 中将本地文件视为位于 Intranet 区域中

  • 背景颜色未显示在网络浏览器中

  • 适用于 Windows 的 64 位 Web 浏览器?

  • Typo3 网站中的会话超时,无法使用 Mozilla Firefox 打开

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve