function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
szesze20szesze20 

Lightning: Not saving sample component file provided by SFDC

I'm following the examples in https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/events_one_demo_load.htm but when I tried to save the contactList.cmp code in step 2, it threw an error:

Failed to save undefined: An unexpected error occurred. Please include this ErrorId if you contact support: 2024919742-80507 (-1984777881)

I did what was suggested in step 1: to replace namespace with my own namespace, but still it wouldn't save the file: contactList.cmp. Pls advise.
ShashankShashank (Salesforce Developers) 
If you are still facing this issue, please email me at ssrivatsavaya@salesforce.com with your org Id and I can check the error number for you. Please reference this post in the email.
TamasTamas
I've encountered the similar error a few times since I started experimenting with Lightning a few days ago. Perfectly valid components cannot be saved in the Developer Console.
szesze20szesze20
Tamas, here's Shashank's response, hope this helps:

Hi,
Here's what the error message says. Please see if makes sense to you:
"No COMPONENT named outputTextArea found"

From what I see internally, outputtextarea was not properly exposed, and this is scheduled to be fixed with the Spring 15 release. Please check if it gets fixed with the spring 15 release. Here's the release schedule: https://trust.salesforce.com/trust/maintenance/
Thanks,
Shashank

 
TamasTamas
Thank you very much for the useful information. Actually I figured out that I had a problem with long custom object names as Lightning apparently doesn't manage them very well. I started a new topic about this issue: https://developer.salesforce.com/forums/?id=906F0000000Ay7uIAC.