plivo / plivo-salesforce-example

A complete Salesforce demo showing how to use the Plivo Salesforce helper library to make calls and send text messages from within Salesforce.
MIT License
2 stars 4 forks source link

Getting an error of type DOCTYPE when deploying... #1

Open skollcaku opened 8 years ago

skollcaku commented 8 years ago

Hi,

I get the following error when trying deploy Plivo:

C:\Plivo\plivo-salesforce-master\install>ant deployPlivo Buildfile: C:\Plivo\plivo-salesforce-master\install\build.xml

deployPlivo: [echo] Deploying Plivo Helper Library for Salesforce... [sf:deploy] Request for a deploy submitted successfully. [sf:deploy] Request ID for the current deploy task: 0Af58000002UvFiCAK [sf:deploy] Waiting for server to finish processing the request... [sf:deploy] Request Status: InProgress [sf:deploy] Request Status: Failed

BUILD FAILED C:\Plivo\plivo-salesforce-master\install\build.xml:15: *** DEPLOYMENT FAILED *** Request ID: 0Af58000002UvFiCAK

All Component Failures:

  1. pages/Plivo.page-meta.xml -- Error: Error parsing file: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true. (line 5, colu mn 10)
  2. staticresources/plivo_style.resource-meta.xml -- Error: Error parsing file: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true. (line 5, column 10)
  3. staticresources/plivo_javascript.resource-meta.xml -- Error: Error parsing file: DOCTY PE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" s et to true. (line 5, column 10)

*** DEPLOYMENT FAILED ***

skollcaku commented 8 years ago

I get another error now and I do not understand what does it mean:

`C:\Plivo\plivo-salesforce-example-master\install>ant deployPlivoDemo Buildfile: C:\Plivo\plivo-salesforce-example-master\install\build.xml

deployPlivoDemo: [echo] Deploying Plivo Demo for Salesforce... [sf:deploy] Request for a deploy submitted successfully. [sf:deploy] Request ID for the current deploy task: 0Af58000003u3FrCAI [sf:deploy] Waiting for server to finish processing the request... [sf:deploy] Request Status: InProgress (3/4) -- Processing Type: ApexClass

[sf:deploy] ------------------------------------------------------------------------------

[sf:deploy] Component Failures: [sf:deploy] 1. classes/PlivoDemo.cls -- Error: No such column 'plivo_api_keyc' on entit y 'User'. If you are attempting to use a custom field, be sure to append the 'c' after t he custom field name. Please reference your WSDL or the describe call for the appropriate names. (line 3, column 16)

[sf:deploy] ------------------------------------------------------------------------------

[sf:deploy] Request Status: Failed

BUILD FAILED C:\Plivo\plivo-salesforce-example-master\install\build.xml:15: *** DEPLOYMENT FAILED *** Request ID: 0Af58000003u3FrCAI

All Component Failures:

  1. classes/PlivoDemo.cls -- Error: No such column 'plivo_api_keyc' on entity 'User'. If you are attempting to use a custom field, be sure to append the 'c' after the custom fi eld name. Please reference your WSDL or the describe call for the appropriate names. (line 3, column 16)
  2. pages/Plivo.page -- Error: Apex class 'PlivoDemo' does not exist

*** DEPLOYMENT FAILED ***

Total time: 15 seconds `