Custom plugins repository
Followed by 3 people
I created my custom plugin repository on nginx, uploaded plugin and uploadPlugin.xml on it. Then i added repository in Intellij IDEA, wrote repository's url (http://stage.hh:7000 server in local network) and pressed button "Check Now" and saw: "Connection failed: Invalid Http response".
When i changed url for http://stage.hh:7000/ and pressed button "Check now" i saw : "Plugin descriptions contain some errors. Please, check idea.log for details.".
What i wrong do?
Please sign in to leave a comment.
Please attach your plugin-repo.xml and/or idea.log (Help|Show Log in...)
plugin-repo.xml?
maybe uploadPlugin.xml?
Attachment(s):
idea.log.zip
It seems your IDE configuration is wrong as you try to access root (2013-12-18 14:31:49,611 [1579121] INFO - .ide.plugins.PluginManagerMain - Server returned HTTP response code: 403 for URL: http://stage.hh:7000/
java.io.IOException: Server returned HTTP response code: 403 for URL: http://stage.hh:7000/)
please add /uploadPlugin.xml in plugin repository config
Thanks, but this exception was when i shutdown server with repository and tried to connect him. Now server is alive, but when i check him, saw "Plugin descriptions contain some errors. Please, check idea.log for details.".
This event does not appear in the idea.log
So what does your XML file look like?
</plugins>
When i write in browser http://stage.hh:7000/ i see this file and plugin (they are in one place).
May I see your log file? Thanks
please try changing url to "idea-plugin.zip" (without server/port prefix)
idea.log?
Attachment(s):
idea.log.zip
</plugins>
The same result...
Can you see http://stage.hh:7000?build=IU-133.130?
Yes, I write in browser http://stage.hh:7000/?build=IU-133.130? and see updatePlugin.xml
Attachment(s):
Screenshot from 2013-12-18 16:43:44.png
Thx for all. It's working.