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
William De GaëtanoWilliam De Gaëtano 

Method not implemented for Queueable Apex

Hello,

I want implement Queueable Apex on Sandbox (Winter 15) and I follow the example on this article : https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_queueing_jobs.htm but when i launch test class, i have this error :  "This method is not implemented" 
And, in Debug log, i have : FATAL_ERROR Internal Salesforce.com Error

Code apex : 
public class AsyncExecutionExample implements queueable {
    public void execute(queueablecontext context) {
        system.debug('test');
    }
}

On my Dev Org, this code works.

Someone already encountered this problem? Thank you for your help
Best Answer chosen by William De Gaëtano
William De GaëtanoWilliam De Gaëtano
Thank you for your messages.
My problem is solved since yesterday, i can execute Queueable Apex classes.

However, i don't know why. 
Salesforce correct the problem on the CS8 sandbox that was the problem.

All Answers

Sumitkumar_ShingaviSumitkumar_Shingavi
You SB is definately not yet refreshed for Winter 15! There is not other possibility to see this failed.

PS: if this answers your question then hit Like and mark it as solution
wtm17wtm17
I am seeing the exact same issue in the CS8 sandbox, which has already been upgraded to Winter '15.
Matt Matt 
Can confirm same problem using a new Winter '15 Partner Developer Edition created from Environment Hub (Organization Id 00Dj0000000I44v)

queueable internal salesforce.com error
William De GaëtanoWilliam De Gaëtano
Thank you for your messages.
My problem is solved since yesterday, i can execute Queueable Apex classes.

However, i don't know why. 
Salesforce correct the problem on the CS8 sandbox that was the problem.
This was selected as the best answer
Enkhbold Tsagaach 1Enkhbold Tsagaach 1
It works for my dev instances. But didn't work for 2 other dev instances. Don't know why. Errors are enqueueJob is not implemented & Invalid interface name Queueable
Kaushik.RayKaushik.Ray
This issue is NOT even related to some specific SF servers. It gives error on one dev org while works on other on same SF server. Will be logging a case with SF to check details. Will update same.