Custom plugins repository

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?

0
14 comments

Please attach your plugin-repo.xml and/or idea.log (Help|Show Log in...)

0

plugin-repo.xml?
maybe uploadPlugin.xml?



Attachment(s):
idea.log.zip
0

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

0

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

0

So what does your XML file look like?

0
<plugins>
<plugin id="plugin" url="http://stage.hh:7000/idea-plugin.zip" version="100"/>

</plugins>
0

When i write in browser http://stage.hh:7000/ i see this file and plugin (they are in one place).

0

May I see your log file? Thanks

0

please try changing url to "idea-plugin.zip" (without server/port prefix)

0

idea.log?



Attachment(s):
idea.log.zip
0
<plugins>
<plugin id="plugin" url="idea-plugin.zip" version="100"/>

</plugins>

The same result...
0

Can you see http://stage.hh:7000?build=IU-133.130?

0

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
0

Thx for all. It's working.

0

Please sign in to leave a comment.