Hello all!
I am starting my learning and development of plug-ins for ME. I am hoping the error below is my silly mistake and not the application. All I am trying to accomplish is following the Cheatsheets within ME for creating a Hello World Example plug-in. When launching the Eclipse SDK, I get an exception.
Jun 28, 2009 8:13:26 AM com.genuitec.pulse2.client.services.profile.PulseBlueprintInformation <init>
SEVERE: Unable to find current instance client blueprint
org.eclipse.core.runtime.CoreException: Unable to determine the current blueprint; missing com.genuitec.pulse.client.blueprint.id
at com.genuitec.pulse2.client.common.provisioning.ClientBlueprintServices.getThisBlueprint(Unknown Source)
at com.genuitec.pulse2.client.services.profile.PulseBlueprintInformation.<init>(Unknown Source)
at com.genuitec.pulse2.client.services.profile.internal.DefaultPulseBlueprintProfileInformation.<init>(Unknown Source)
at com.genuitec.pulse2.client.services.PulseServices.getBlueprintInformation(Unknown Source)
at com.genuitec.pulse2.client.services.update.PulseUpdateServices.getUpdateInformation(Unknown Source)
at com.genuitec.eclipse.dashboard.DashboardJob.runDashboard(DashboardJob.java:117)
at com.genuitec.eclipse.dashboard.DashboardJob.run(DashboardJob.java:50)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
A little help or suggestions would be greatly appreciated. Thanks for reading my post!
Russ