Hi,

      The problem described in my first email got solved after adding
junit.jar, which seems to added manually to lib folder but now I'm getting
following exception on string the New Run:

09-02 12:30PM 23.617

/cloudcover/queueAction/completionNotification/4001
java.lang.NullPointerException
        at 
com.google.appengine.testing.cloudcover.server.DatastoreTestHarnessDao.runIsComplete(DatastoreTestHarnessDao.java:175)
        at 
com.google.appengine.testing.cloudcover.server.CloudCoverManager.doCompletionCheck(CloudCoverManager.java:304)
        at 
com.google.appengine.testing.cloudcover.server.CloudCoverServiceImpl.handleQueueAction(CloudCoverServiceImpl.java:166)
        at 
com.google.appengine.testing.cloudcover.server.CloudCoverServiceImpl.service(CloudCoverServiceImpl.java:143)


        at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

==================

Run 4001: RUNNING, Completed 0/1 (0%)
Passed:
0
Too Slow:
0
Failed:
0
In Progress:
1
Not Started:
0

======================

Any help on this is appreciated.

Thanks,
Ramesh




On Thu, Sep 2, 2010 at 9:57 AM, mobileQAguru <[email protected]> wrote:

> Hi,
>
> I am getting following error when I am trying to run unit tests using
> clound cover
>
>
> javax.servlet.ServletContext log: Exception while dispatching incoming
> RPC call
> com.google.gwt.user.server.rpc.UnexpectedException: Service method
> 'public abstract
> com.google.appengine.testing.cloudcover.client.model.NewRunResult
>
> com.google.appengine.testing.cloudcover.client.CloudCoverService.createNewRun(java.lang.String)'
> threw an unexpected exception: java.lang.NoClassDefFoundError: junit/
> framework/TestListener
>
> I am able to run same tests locally without any problems.  I have made
> following changes for these working local tests:
> > Removed LocalServiceTestHelper as the local test environment is not
> needed
> > Then followed the steps described at
> http://code.google.com/p/cloudcover/
>
> Please let me know if I am missing any steps.
>
> Thanks & Regards,
> Ramesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to