- This topic has 1 reply, 2 voices, and was last updated 15 years ago by
support-joy.
-
AuthorPosts
-
anandshahMemberGet the following exception in the Error log every time I start the MyEclipse IDE
*** Server-side exception received:
java.lang.IllegalAccessException: You do not have access to blueprint with ID 601265
at com.genuitec.pulse2.server.ws.targetcfg.GetWorkspaceConfigurationAction.doExecute(Unknown Source)
at com.genuitec.pulse2.server.ws.launcher.AbstractPulseLauncherServlet.execute(Unknown Source)
at org.eclipse.maynstall.common.ws.AbstractMaynstallActionServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(Unknown Source)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
— Wrapped client-side as exception:
org.eclipse.maynstall.client.core.MaynstallActionException: You do not have access to blueprint with ID 601265
at org.eclipse.maynstall.client.core.MaynstallActionResponse.fromWire(Unknown Source)
at org.eclipse.maynstall.client.core.MaynstallActionResponse.fromWire(Unknown Source)
at com.genuitec.pulse2.common.http.httpclient.ws.internal.HttpClientMaynstallClient.execute(Unknown Source)
at com.genuitec.pulse2.common.http.httpclient.ws.internal.HttpClientMaynstallClient.execute(Unknown Source)
at com.genuitec.pulse2.client.services.internal.PulseClient$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)Session Data:
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
support-joyMemberanandshah,
Sorry to hear you are running into this issue. Can you answer few queries for me to get to the root cause?
1. Can you copy and paste your installation details? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
2. How did you install ME? Meaning all-in-one installer / using pulse / archived update site on top of eclipse classic?
3. Have you added any 3rd party plugins? If yes, can you list them here?
4. Can you mention in detail the steps you have taken that resulted in this issueI would recommend you a quick fix using pulse. Follow below mentioned steps –
1. Open Pulse. If you don’t have pulse, download the same from http://www.poweredbypulse.com
2. Login to pulse. You can also login anonymously.
3. Select the base eclipse realm from top left hand corner dropdown. If you have ME 6.x, choose Eclipse – Europa, if you have ME 7.x, choose Eclipse – Ganymede, in case you have ME 8.x, choose Eclipse – Galileo
4. From “My Profiles”, select your ME profile
5. Right click on your ME profile and from the context menu click on [Re-install and run]
6. This will open a wizard which will guide you through the rest of the steps.Let me know how this works for you.
-
AuthorPosts