2 Replies Latest reply on Nov 17, 2016 11:39 AM by allawin1

    Exception reading manifest from  rest service URL

    allawin1

      I was trying to implement HelloWorld on wildFly 10 ( @ JAX-RS Hello world example With Wildfly - theJavaGeek )

      and I got the below exceptions

      is this version require .NET4.5?  Not sure why the below error shows the below windows characteristics, because I have Windows 7 64 bit OS

      Please advise

      thanks

       

       

      PLATFORM VERSION INFO

        Windows : 6.1.7601.65536 (Win32NT)

        Common Language Runtime : 4.0.30319.18444

        System.Deployment.dll : 4.0.30319.34280 built by: FX452RTMGDR

        clr.dll : 4.0.30319.18444 built by: FX451RTMGDR

        dfdll.dll : 4.0.30319.34280 built by: FX452RTMGDR

        dfshim.dll : 4.0.41209.0 (Main.041209-0000)

       

       

      SOURCES

        Deployment url : http://localhost:8080/JAX-RS_examples/rest/HelloWorld/sayHello

       

       

      ERROR SUMMARY

        Below is a summary of the errors, details of these errors are listed later in the log.

        * Activation of http://localhost:8080/JAX-RS_examples/rest/HelloWorld/sayHello resulted in exception. Following failure messages were detected:

        + Exception reading manifest from http://localhost:8080/JAX-RS_examples/rest/HelloWorld/sayHello: the manifest may not be valid or the file could not be opened.

        + Parsing and DOM creation of the manifest resulted in error. Following parsing errors were noticed:

        -HRESULT: 0x8007001f

        Start line: 0

        Start column: 0

        Host file:

        + A device attached to the system is not functioning. (Exception from HRESULT: 0x8007001F)

       

       

      COMPONENT STORE TRANSACTION FAILURE SUMMARY

        No transaction error was detected.

       

       

      WARNINGS

        There were no warnings during this operation.

       

       

      OPERATION PROGRESS STATUS

        * [11/7/2016 5:40:19 PM] : Activation of http://localhost:8080/JAX-RS_examples/rest/HelloWorld/sayHello has started.

       

       

      ERROR DETAILS

        Following errors were detected during this operation.

        * [11/7/2016 5:40:25 PM] System.Deployment.Application.InvalidDeploymentException (ManifestParse)

        - Exception reading manifest from http://localhost:8080/JAX-RS_examples/rest/HelloWorld/sayHello: the manifest may not be valid or the file could not be opened.

        - Source: System.Deployment

        - Stack trace:

        at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)

        at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)

        at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)

        at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)

        at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

        --- Inner Exception ---

        System.Deployment.Application.InvalidDeploymentException (ManifestParse)

        - Parsing and DOM creation of the manifest resulted in error. Following parsing errors were noticed:

        -HRESULT: 0x8007001f

        Start line: 0

        Start column: 0

        Host file:

        - Source: System.Deployment

        - Stack trace:

        at System.Deployment.Application.Manifest.AssemblyManifest.LoadCMSFromStream(Stream stream)

        at System.Deployment.Application.Manifest.AssemblyManifest..ctor(FileStream fileStream)

        at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)

        --- Inner Exception ---

        System.Runtime.InteropServices.COMException

        - A device attached to the system is not functioning. (Exception from HRESULT: 0x8007001F)

        - Source: System.Deployment

        - Stack trace:

        at System.Deployment.Internal.Isolation.IsolationInterop.CreateCMSFromXml(Byte[] buffer, UInt32 bufferSize, IManifestParseErrorCallback Callback, Guid& riid)

        at System.Deployment.Application.Manifest.AssemblyManifest.LoadCMSFromStream(Stream stream)

       

       

      COMPONENT STORE TRANSACTION DETAILS

        No transaction information is available.