microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

No Class deffound error when adding O365 activity #276

Closed babumuralidharan closed 9 years ago

babumuralidharan commented 9 years ago

Create an application. Create a new O365 activity. Do a sign in. In my case my login do not return any token from AD. It just shows status as loading in O365 screen and i get no class deffound error. To repro you can either enter wrong credentials or just cancel the activity you should be able to see this error.

_Error log:_


java.lang.NoClassDefFoundError: com/microsoftopentechnologies/intellij/helpers/graph/PluginDependencyResolver
    at com.microsoftopentechnologies.intellij.helpers.o365.Office365RestAPIManager.getDirectoryClient(Office365RestAPIManager.java:184)
    at com.microsoftopentechnologies.intellij.helpers.o365.Office365RestAPIManager.access$300(Office365RestAPIManager.java:55)
    at com.microsoftopentechnologies.intellij.helpers.o365.Office365RestAPIManager$4.execute(Office365RestAPIManager.java:338)
    at com.microsoftopentechnologies.intellij.helpers.o365.Office365RestAPIManager.requestWithToken(Office365RestAPIManager.java:305)
    at com.microsoftopentechnologies.intellij.helpers.o365.Office365RestAPIManager.getApplicationList(Office365RestAPIManager.java:335)
    at com.microsoftopentechnologies.intellij.wizards.activityConfiguration.Office365Step.fillApps(Office365Step.java:364)
    at com.microsoftopentechnologies.intellij.wizards.activityConfiguration.Office365Step.access$900(Office365Step.java:54)
    at com.microsoftopentechnologies.intellij.wizards.activityConfiguration.Office365Step$4.run(Office365Step.java:302)
    at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:405)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
    at org.jetbrains.ide.PooledThreadExecutor$1$1.run(PooledThreadExecutor.java:56)
babumuralidharan commented 9 years ago

This is working fine with the latest source .Now we do not see this error anymore