Software Archive
Read-only legacy content
17061 Discussions

Cordova CLI 5.1.1 Build Failure

Matthew_G_6
Beginner
1,028 Views
I can build on Android with 4.1.2, but when trying to build targeting 5.1.1, I get the following in the error log.

...
:compileReleaseJava.../KendoUI/platforms/android/src/org/apache/cordova/inappbrowser/InAppBrowser.java:120: error: cannot find symbol
                                || Config.isUrlWhiteListed(url)) {
                                         ^
  symbol:   method isUrlWhiteListed(String)
  location: class Config
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileReleaseJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 6.361 secs

.../KendoUI/platforms/android/cordova/node_modules/q/q.js:126
                    throw e;
                          ^
Error code 1 for command: .../KendoUI/platforms/android/gradlew with args: cdvBuildRelease,-b,.../KendoUI/platforms/android/build.gradle,-Dorg.gradle.daemon=true
Command finished with error code 8: .../KendoUI/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../KendoUI/platforms/android/cordova/build: Command failed with exit code 8
You may not have the required environment or OS to build this project
Error: .../KendoUI/platforms/android/cordova/build: Command failed with exit code 8
    at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Process.ChildProcess._handle.onexit (child_process.js:810:5)
0 Kudos
18 Replies
John_H_Intel2
Employee
1,028 Views

Are you using any 3rd party plugins?

Can you try removing them and see if you can build with 5.1.1. If you can, then one of the plugins that you removed is the issue.

0 Kudos
Matthew_G_6
Beginner
1,028 Views
I noticed the '/inappbrowser/InAppBrowser.java' line, so I removed the 'baked in' version from XDK and added the current version off the repo: https://github.com/apache/cordova-plugin-inappbrowser
That allowed the app to build fine. But when I added plugin-push (https://github.com/phonegap/phonegap-plugin-push) it then gave me the below errors.
************* Completed processing the main config.xml file (after_prepare)  *****************
Running command: .../KendoUI/platforms/android/cordova/build --release
ANDROID_HOME=/Developer/android-sdk-linux
JAVA_HOME=/usr/lib/jvm/java-7-oracle
Running: .../KendoUI/platforms/android/gradlew cdvBuildRelease -b .../KendoUI/platforms/android/build.gradle -Dorg.gradle.daemon=true

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
   > Could not find any version that matches com.android.support:support-v13:23+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/android/support/support-v13/maven-metadata.xml
         https://repo1.maven.org/maven2/com/android/support/support-v13/
     Required by:
         :android:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 5.28 secs

.../KendoUI/platforms/android/cordova/node_modules/q/q.js:126
                    throw e;
                          ^
Error code 1 for command: .../KendoUI/platforms/android/gradlew with args: cdvBuildRelease,-b,.../KendoUI/platforms/android/build.gradle,-Dorg.gradle.daemon=true
Command finished with error code 8: .../KendoUI/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../KendoUI/platforms/android/cordova/build: Command failed with exit code 8
You may not have the required environment or OS to build this project
Error: .../KendoUI/platforms/android/cordova/build: Command failed with exit code 8
    at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Process.ChildProcess._handle.onexit (child_process.js:810:5)
0 Kudos
Matthew_G_6
Beginner
1,028 Views

I also tried an earlier version (https://github.com/phonegap-build/PushPlugin) and this resulted in a similar error.

The biggest diff that I notice is the original:

Could not find any version that matches com.android.support:support-v13:23+.

And this error:

Could not find any version that matches com.android.support:support-v4:+

Any way to set the com.android.support:support-x in XDK?

************* Completed processing the main config.xml file (after_prepare)  *****************
Running command: .../KendoUI/platforms/android/cordova/build --release
ANDROID_HOME=/Developer/android-sdk-linux
JAVA_HOME=/usr/lib/jvm/java-7-oracle
Running: .../KendoUI/platforms/android/gradlew cdvBuildRelease -b .../KendoUI/platforms/android/build.gradle -Dorg.gradle.daemon=true

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
   > Could not find any version that matches com.android.support:support-v4:+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/android/support/support-v4/maven-metadata.xml
         https://repo1.maven.org/maven2/com/android/support/support-v4/
     Required by:
         :android:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 4.358 secs

.../KendoUI/platforms/android/cordova/node_modules/q/q.js:126
                    throw e;
                          ^
Error code 1 for command: .../KendoUI/platforms/android/gradlew with args: cdvBuildRelease,-b,.../KendoUI/platforms/android/build.gradle,-Dorg.gradle.daemon=true
Command finished with error code 8: .../KendoUI/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../KendoUI/platforms/android/cordova/build: Command failed with exit code 8
You may not have the required environment or OS to build this project
Error: .../KendoUI/platforms/android/cordova/build: Command failed with exit code 8
    at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Process.ChildProcess._handle.onexit (child_process.js:810:5)
0 Kudos
PaulF_IntelCorp
Employee
1,028 Views

The issues you are seeing are plugin issues, not XDK build issues:

Could not find any version that matches com.android.support:support-v13:23+.

And this error:

Could not find any version that matches com.android.support:support-v4:+

Are Android gradle build requests (from the plugin) that are trying to retrieve a library from what is called a "Maven" repository. Unfortunately, the requested file(s) are not there, and this is causing the build to fail (due to the request for these files by the plugin). This due to one of two problems:

  • the plugin needs to be updated to point to the correct Maven location
  • or the plugin expects the library file to be local to the build system

I suspect it is the latter. According to search.maven.org, one of those libraries is retrievable online, but under a different ID. See the following:

But notice that none of the Maven repos use the address specified by the plugin. I don't have those files installed on my local system, so I'm not able to confirm that the local copy would use that address, but I suspect that is the case.

This mechanism is new to CLI 5, so it means either:

  • our build system has a bug
  • that plugin has a bug
  • ???

I'll ask engineering to take a closer look.

0 Kudos
Matthew_G_6
Beginner
1,028 Views

Thanks Paul. I am familiar with gradle/maven, so I am following you. I guess to be more specific, I was wondering if there was a way for me to specify any dependencies on my end in XDK, as is possible in Android Studio.

Below are similar issues that have been recently closed, resolved by setting the dependency:

https://github.com/phonegap/phonegap-plugin-push/issues/141

https://github.com/phonegap/phonegap-plugin-push/issues/136

0 Kudos
John_H_Intel2
Employee
1,028 Views

If you only goal with the push plugin is to get push notifications in your app, I have tested PushWoosh in the past, and they work very well with the XDK. We dont work with them or partner with them in any way, I have just tested their stuff for another user.

0 Kudos
PaulF_IntelCorp
Employee
1,028 Views

Matthew, the only way I can see you being able to do this today is by adding the plugin as a local plugin and modifying it to include those lib files locally. This will be much easier to do with the Early Access release or with our upcoming release, but I'm not quite sure what changes you'd have to make, haven't had time to look into it.

The solutions described in the references you provided worked because they are using CLI not the cloud build, so they essentially needed to update their local Android Studio SDK libs, which doesn't help you when you perform a cloud build, but could help in undercovering how to do something similar in a local, custom copy of the plugin.

If you are in a hurry, I would follow John's advice and use PushWoosh. Otherwise, if you're willing to take some time to resolve this, I'd wait for our update, which should be available very soon.

0 Kudos
Matthew_G_6
Beginner
1,028 Views

Paul + John: Thanks to you both for your insights. I have other bugs to squash :) , so I'll look forward to your update.

0 Kudos
Joaco_P_
Beginner
1,028 Views

Hi everyone, i have the same problem, anyone have a temporally solution ? please help me, thanks

 

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
   > Could not find any version that matches com.android.support:support-v13:23+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/android/support/support-v13/maven-metadata.xml
         https://repo1.maven.org/maven2/com/android/support/support-v13/
     Required by:
         :android:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 4.307 secs

.../Amipass4/platforms/android/cordova/node_modules/q/q.js:126
                    throw e;
                          ^
Error code 1 for command: .../Amipass4/platforms/android/gradlew with args: cdvBuildRelease,-b,.../Amipass4/platforms/android/build.gradle,-Dorg.gradle.daemon=true
Command finished with error code 8: .../Amipass4/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../Amipass4/platforms/android/cordova/build: Command failed with exit code 8
You may not have the required environment or OS to build this project
Error: .../Amipass4/platforms/android/cordova/build: Command failed with exit code 8
    at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Process.ChildProcess._handle.onexit (child_process.js:810:5)

 

 

 

 

 

 

0 Kudos
PaulF_IntelCorp
Employee
1,028 Views

We do not have a solution for this issue, at this time, but are working on one.

This problem is due to a new plugin format instituted by the Apache Cordova project that impacts Android and Crosswalk builds. The only workarounds are:

  • try an older version of the plugin that is causing this (which plugin is the culprit cannot be easily deduced from the error message, so you have to remove plugins one at a time and rebuild to figure out which one is causing the problem)
  • try using the CLI 4.1.2 build option (which uses a different technique for building Android images)
  • try a combination of both (older plugin and CLI 4.1.2)
  • look for a version of the plugin that does not rely on the maven repository for external libraries

This problem only applies to Android and Crosswalk builds.

 

0 Kudos
Antonio_M_1
Beginner
1,028 Views

Hi guru, I have the same problem with cli 5.1.1. build.

Here my log:

2 errors
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileReleaseJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 34.315 secs

.../corrado100/platforms/android/cordova/node_modules/q/q.js:126
                    throw e;
                          ^
Error code 1 for command: .../corrado100/platforms/android/gradlew with args: cdvBuildRelease,-b,.../corrado100/platforms/android/build.gradle,--no-daemon
Command finished with error code 8: .../corrado100/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../corrado100/platforms/android/cordova/build: Command failed with exit code 8
You may not have the required environment or OS to build this project
Error: .../corrado100/platforms/android/cordova/build: Command failed with exit code 8
    at ChildProcess.whenDone (/Developer/cordova/cordova-cli/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Process.ChildProcess._handle.onexit (child_process.js:810:5)

 

Could you help me?

Best Regards

Antonio

0 Kudos
PaulF_IntelCorp
Employee
1,028 Views

@Antonio -- please attach the complete build log as a file to your post, there is not enough information in the part that you posted. Use the "Attach Media" button under "File Attachments" (below the forum post edit window).
 

0 Kudos
Antonio_M_1
Beginner
1,028 Views

495936

 

Hi Paul, in attachment my complete error log.

Best Regards.

Antonio

0 Kudos
PaulF_IntelCorp
Employee
1,028 Views

Hello Antionio -- this appears to be the problem:

:compileReleaseJava.../corrado100/platforms/android/src/org/apache/cordova/filetransfer/FileTransfer.java:692: error: cannot find symbol
        if (!isLocalTransfer && !Config.isUrlWhiteListed(source)) {
                                       ^
  symbol:   method isUrlWhiteListed(String)
  location: class Config
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 FAILED

According to the build log, you have these plugins as part of your project:

Iterating over installed plugins: [ 
  'org.apache.cordova.device-motion',
  'org.apache.cordova.camera',
  'org.apache.cordova.device-orientation',
  'org.apache.cordova.network-information',
  'org.apache.cordova.device',
  'org.apache.cordova.battery-status',
  'org.apache.cordova.file',
  'org.apache.cordova.file-transfer',
  'org.apache.cordova.geolocation',
  'org.apache.cordova.globalization',
  'org.apache.cordova.dialogs',
  'org.apache.cordova.splashscreen',
  'org.apache.cordova.statusbar',
  'cordova-plugin-inappbrowser',
  'cordova-plugin-legacy-whitelist' 
]

Which are old versions of the plugins, but the last two are new versions. I suspect you have a CLI 5.1.1 project but your trying to build with CLI 4.1.2 plugins, and that is likely the source of the problem. Convert your project to a CLI 4.1.2 project, then convert it again to a CLI 5.1.1 project and allow it to also update all of the plugins in your project when you do the conversions.

0 Kudos
Ongky_H_
Beginner
1,028 Views

Hi Everyone.

Can anybody help me with this?

************* Completed processing the main config.xml file (after_prepare)  *****************
Running command: .../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/cordova/build --release
ANDROID_HOME=.../android-sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle-amd64
Running: .../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/gradlew cdvBuildRelease -b .../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/build.gradle --no-daemon
embedded
WARNING [Project: :] Current NDK support is deprecated.  Alternative will be provided in the future.
WARNING [Project: :] Current NDK support is deprecated.  Alternative will be provided in the future.
WARNING [Project: :] Current NDK support is deprecated.  Alternative will be provided in the future.
WARNING [Project: :] Current NDK support is deprecated.  Alternative will be provided in the future.
org.xwalk:xwalk_core_library:16+
:preBuild
:compileArmv7ReleaseNdk
:preArmv7ReleaseBuild
:checkArmv7ReleaseManifest
:preX86ReleaseBuild
:CordovaLib:compileLint
:CordovaLib:copyReleaseLint UP-TO-DATE
:CordovaLib:mergeReleaseProguardFiles
:CordovaLib:preBuild
:CordovaLib:preReleaseBuild
:CordovaLib:checkReleaseManifest
:CordovaLib:prepareReleaseDependencies
:CordovaLib:compileReleaseAidl
:CordovaLib:compileReleaseRenderscript
:CordovaLib:generateReleaseBuildConfig
:CordovaLib:generateReleaseAssets UP-TO-DATE
:CordovaLib:mergeReleaseAssets
:CordovaLib:generateReleaseResValues
:CordovaLib:generateReleaseResources
:CordovaLib:packageReleaseResources
:CordovaLib:processReleaseManifest
:CordovaLib:processReleaseResources
:CordovaLib:generateReleaseSources
:CordovaLib:compileReleaseJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:CordovaLib:processReleaseJavaRes UP-TO-DATE
:CordovaLib:packageReleaseJar
:CordovaLib:compileReleaseNdk
:CordovaLib:packageReleaseJniLibs UP-TO-DATE
:CordovaLib:packageReleaseLocalJar UP-TO-DATE
:CordovaLib:packageReleaseRenderscript UP-TO-DATE
:CordovaLib:bundleRelease
:prepareAndroidCordovaLibUnspecifiedReleaseLibrary
:preArmv7DebugBuild
:preX86DebugBuild
:CordovaLib:copyDebugLint UP-TO-DATE
:CordovaLib:mergeDebugProguardFiles
:CordovaLib:preDebugBuild
:CordovaLib:checkDebugManifest
:CordovaLib:prepareDebugDependencies
:CordovaLib:compileDebugAidl
:CordovaLib:compileDebugRenderscript
:CordovaLib:generateDebugBuildConfig
:CordovaLib:generateDebugAssets UP-TO-DATE
:CordovaLib:mergeDebugAssets
:CordovaLib:generateDebugResValues
:CordovaLib:generateDebugResources
:CordovaLib:packageDebugResources
:CordovaLib:processDebugManifest
:CordovaLib:processDebugResources
:CordovaLib:generateDebugSources
:CordovaLib:compileDebugJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:CordovaLib:processDebugJavaRes UP-TO-DATE
:CordovaLib:packageDebugJar
:CordovaLib:compileDebugNdk
:CordovaLib:packageDebugJniLibs UP-TO-DATE
:CordovaLib:packageDebugLocalJar UP-TO-DATE
:CordovaLib:packageDebugRenderscript UP-TO-DATE
:CordovaLib:bundleDebug
:prepareComAndroidSupportSupportV42400Alpha2Library
:prepareOrgXwalkXwalk_core_library164542119Library
:prepareArmv7ReleaseDependencies
:compileArmv7ReleaseAidl
:compileArmv7ReleaseRenderscript
:generateArmv7ReleaseBuildConfig
:generateArmv7ReleaseAssets UP-TO-DATE
:mergeArmv7ReleaseAssets
:createXwalkCommandLineFileArmv7Release
:generateArmv7ReleaseResValues
:generateArmv7ReleaseResources
:mergeArmv7ReleaseResources
:processArmv7ReleaseManifest
:processArmv7ReleaseResources
:generateArmv7ReleaseSources
:compileArmv7ReleaseJava.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/src/com/intel/xdk/display/Display.java:127: error: cannot find symbol
                ViewGroup rootView = (ViewGroup)webView.getParent().getParent();
                                                       ^
  symbol:   method getParent()
  location: variable webView of type CordovaWebView
.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/src/com/intel/xdk/display/Display.java:129: error: cannot find symbol
                rootView.bringChildToFront((View)webView.getParent());
                                                        ^
  symbol:   method getParent()
  location: variable webView of type CordovaWebView
.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/src/com/intel/xdk/display/Display.java:133: error: cannot find symbol
                webView.bringToFront();
                       ^
  symbol:   method bringToFront()
  location: variable webView of type CordovaWebView
.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/src/com/intel/xdk/display/Display.java:134: error: cannot find symbol
                webView.setBackgroundColor(0x00000000);
                       ^
  symbol:   method setBackgroundColor(int)
  location: variable webView of type CordovaWebView
.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/src/com/intel/xdk/display/Display.java:135: error: cannot find symbol
                LinearLayout ll = (LinearLayout)webView.getParent();
                                                       ^
  symbol:   method getParent()
  location: variable webView of type CordovaWebView
.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/src/com/intel/xdk/contacts/Contacts.java:60: error: cannot find symbol
		((CordovaActivity)(this.activity)).setActivityResultCallback(this);
		                                  ^
  symbol:   method setActivityResultCallback(Contacts)
  location: class CordovaActivity
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 errors
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileArmv7ReleaseJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 32.816 secs

.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/cordova/node_modules/q/q.js:126
                    throw e;
                    ^
Error code 1 for command: .../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/gradlew with args: cdvBuildRelease,-b,.../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/build.gradle,--no-daemon
Command finished with error code 1: .../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/cordova/build --release
ERROR building one of the platforms: Error: .../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/cordova/build: Command failed with exit code 1
You may not have the required environment or OS to build this project
Error: .../builds/build.2016-05-29.12-19-06.LVoyRK.tmp/AppCE/platforms/android/cordova/build: Command failed with exit code 1
    at ChildProcess.whenDone (.../cordova/cordova-cli/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:821:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
0 Kudos
PaulF_IntelCorp
Employee
1,028 Views

Try upgrading your project to CLI 5.4.1 and "upgrade CLI and plugins" when requested. I think you're using an old version of a core plugin.

0 Kudos
Ongky_H_
Beginner
1,028 Views

Paul F. (Intel) wrote:

Try upgrading your project to CLI 5.4.1 and "upgrade CLI and plugins" when requested. I think you're using an old version of a core plugin.

I will try that soon..

Thank you Paul :)

0 Kudos
Ongky_H_
Beginner
1,028 Views

Hi everyone.

Can anybody help me with this?

<?xml version="1.0" encoding="UTF-8"?>

-<Error>

<Code>InvalidObjectState</Code>

<Message>The operation is not valid for the object's storage class</Message>

<RequestId>6084AADA42F725F8</RequestId>

<HostId>GFQ+mCj97vcpNwkIxUUshxUw43bKVnzSSWnHncUvQxtCjgfzV1+DtY+1eV/01JWJcuse8AiFLnM=</HostId>

</Error>

I just don't understand..

0 Kudos
Reply