Hi All,
In my atlas-sdk, in current merge check plug-in , I used atlas-run.Suddenly after showing Live Reload Ended message in command prompt, it is showing a error message
i.e., "ERROR [localhost-startStop-1] c.a.plugin.manager.PluginEnabler Unable to start the following plugins due to timeout while waiting for plugin to enable: com.mycompany.is-admin-merge-check-tests".
My stash server is working fine, but the plugin is not working properly..
Can anyone suggest me how to resolve this...
-Regards
Anil
Actually, Though the plugin giving me the error message. I manually uninstalled and installed the target plugin add-ons in stash server then it started working normally.
Sorry, I cannot help you with Eclipse, I use IDEA. There is a good description here: https://developer.atlassian.com/display/DOCS/Set+up+the+Atlassian+Plugin+SDK+and+Build+a+Project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If your plugin does not yet do anything, perhaps you could re-create it?
Also, unless you have a good reason not to, you should use an IDE (Even if you do not want to use debug/breakpoints, it makes your life easier).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any suggestion please. If the created plugin works fine then only I can able to do my use cases.
Regards,
Anil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I'm not using Eclipse IDE / other. I think I cant do the debug properly.. like putting breakpoints..etc.,
I just installed SDK and created a plugin. i.e., Merge check plugin created. This plugin I'm not able to run.
I didn't add any sorce code. I just run the "atlas-run" there it is giving me error message like in which I shared the image.
And I addded some print statements inorder to know whether my created plugin is not responding or not, but its no where given the i client closole or somewhere.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thigs I would try:
1.: Inspect the code for places where it could be
a) waiting for a resource which is not available or
b) stuck in an infinite loop.
2.: Set a breakpoint in the beginning of your plugin's constructor, start the server in debug mode using atlas-debug, attach the debugger and step through the code to see where it gets stuck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm a starter in this stash development. I struck with this error. Any sugestion to overcome this please.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
any suggestion please. Right now i'm alternately checking on other machine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi charles,
May I know how to do this "jstack on the stash server".
After downloading the Atlas sdk, I created the plugin and I tried to run with atlas-run. then its giving me the error meesage like I mentitioned in above.
I got struck here..
Can you help here please.
Regards
Anil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anil,
What happens if you run jstack on the stash server, what is your plugin doing that is causing the timeout?
Is it possible to share the source of your plugin?
Charles
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.