[xwiki-users] xwiki 6.0RC1
Hello, I wanted to try 6.0 version... The distribution Wizard doesn't want install UI extension. DW display: "We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured." I suppose I must add 6.0milestone1 repository in my xwiki.properties: http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi... But what is the line to modify? I add this line without success: extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public Thxs for your help. Pascal B
No you don't need to do anything. I guess you tested when the server was not in a good shape for some reason, seems to work well right now. On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN <[email protected]> wrote:
Hello,
I wanted to try 6.0 version...
The distribution Wizard doesn't want install UI extension. DW display: "We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured."
I suppose I must add 6.0milestone1 repository in my xwiki.properties: http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
But what is the line to modify? I add this line without success: extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public Thxs for your help.
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
By the way Milestone 1 does not mean RC1, it more a Beta 1. On Wed, Apr 2, 2014 at 9:07 AM, Thomas Mortagne <[email protected]> wrote:
No you don't need to do anything. I guess you tested when the server was not in a good shape for some reason, seems to work well right now.
On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN <[email protected]> wrote:
Hello,
I wanted to try 6.0 version...
The distribution Wizard doesn't want install UI extension. DW display: "We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured."
I suppose I must add 6.0milestone1 repository in my xwiki.properties: http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
But what is the line to modify? I add this line without success: extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public Thxs for your help.
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
I retried and I obtain same result: "We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured." I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki 5.4.2 work well) JAVA_OPTS="-server -Xms1724m -Xmx1724m -XX:PermSize=256M -XX:MaxPermSize=512m -Dfile.encoding=utf-8 -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100 -Dhttp.proxyHost=my.nice.proxy.com -Dhttp.proxyPort=8080" My catalin log indicate: 2014-04-02 09:41:42,790 [Active Installs Ping Thread] WARN a.i.c.ActiveInstallsPingThread - Failed to send Active Installation ping to [http://extensions.xwiki.org/activeinstalls]. Error = [ConnectException: Connexion terminée par expiration du délai d'attente]. Will retry in [86400] seconds... but root@blabla:/opt/tomcat-7.0.47-x6# ping extensions.xwiki.org PING extensions.xwiki.org (5.135.240.206) 56(84) bytes of data. 64 bytes from www.xwiki.org (5.135.240.206): icmp_req=1 ttl=46 time=115 ms Any idea? ________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 9h07 Objet : Re: [xwiki-users] xwiki 6.0RC1 No you don't need to do anything. I guess you tested when the server was not in a good shape for some reason, seems to work well right now. On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN <[email protected]> wrote:
Hello,
I wanted to try 6.0 version...
The distribution Wizard doesn't want install UI extension. DW display: "We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured."
I suppose I must add 6.0milestone1 repository in my xwiki.properties: http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
But what is the line to modify? I add this line without success: extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public Thxs for your help.
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Sounds like a proxy issue then. Either there is an issue with the proxy configuration or there is a bug related to proxies in this version (probably related to AETHER upgrade in 6.0M1). If you are absolutely sure the exact same setup works with 5.4.2 then would be great if you could create a bug issue on http://jira.xwiki.org will all environment details. On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN <[email protected]> wrote:
I retried and I obtain same result:
"We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured." I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki 5.4.2 work well) JAVA_OPTS="-server -Xms1724m -Xmx1724m -XX:PermSize=256M -XX:MaxPermSize=512m -Dfile.encoding=utf-8 -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100 -Dhttp.proxyHost=my.nice.proxy.com -Dhttp.proxyPort=8080" My catalin log indicate: 2014-04-02 09:41:42,790 [Active Installs Ping Thread] WARN a.i.c.ActiveInstallsPingThread - Failed to send Active Installation ping to [http://extensions.xwiki.org/activeinstalls]. Error = [ConnectException: Connexion terminée par expiration du délai d'attente]. Will retry in [86400] seconds... but root@blabla:/opt/tomcat-7.0.47-x6# ping extensions.xwiki.org PING extensions.xwiki.org (5.135.240.206) 56(84) bytes of data. 64 bytes from www.xwiki.org (5.135.240.206): icmp_req=1 ttl=46 time=115 ms
Any idea?
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 9h07 Objet : Re: [xwiki-users] xwiki 6.0RC1
No you don't need to do anything. I guess you tested when the server was not in a good shape for some reason, seems to work well right now.
On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN <[email protected]> wrote:
Hello,
I wanted to try 6.0 version...
The distribution Wizard doesn't want install UI extension. DW display: "We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured."
I suppose I must add 6.0milestone1 repository in my xwiki.properties:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
But what is the line to modify? I add this line without success:
extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public Thxs for your help.
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
Ok. I will try xwiki 6.0 M2 before open a bug. ________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 9h53 Objet : Re: [xwiki-users] xwiki 6.0RC1 Sounds like a proxy issue then. Either there is an issue with the proxy configuration or there is a bug related to proxies in this version (probably related to AETHER upgrade in 6.0M1). If you are absolutely sure the exact same setup works with 5.4.2 then would be great if you could create a bug issue on http://jira.xwiki.org will all environment details. On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN <[email protected]> wrote:
I retried and I obtain same result:
"We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured." I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki 5.4.2 work well) JAVA_OPTS="-server -Xms1724m -Xmx1724m -XX:PermSize=256M -XX:MaxPermSize=512m -Dfile.encoding=utf-8 -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100 -Dhttp.proxyHost=my.nice.proxy.com -Dhttp.proxyPort=8080" My catalin log indicate: 2014-04-02 09:41:42,790 [Active Installs Ping Thread] WARN a.i.c.ActiveInstallsPingThread - Failed to send Active Installation ping to [http://extensions.xwiki.org/activeinstalls]. Error = [ConnectException: Connexion terminée par expiration du délai d'attente]. Will retry in [86400] seconds... but root@blabla:/opt/tomcat-7.0.47-x6# ping extensions.xwiki.org PING extensions.xwiki.org (5.135.240.206) 56(84) bytes of data. 64 bytes from www.xwiki.org (5.135.240.206): icmp_req=1 ttl=46 time=115 ms
Any idea?
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 9h07 Objet : Re: [xwiki-users] xwiki 6.0RC1
No you don't need to do anything. I guess you tested when the server was not in a good shape for some reason, seems to work well right now.
On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN <[email protected]> wrote:
Hello,
I wanted to try 6.0 version...
The distribution Wizard doesn't want install UI extension. DW display: "We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured."
I suppose I must add 6.0milestone1 repository in my xwiki.properties:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
But what is the line to modify? I add this line without success:
extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public Thxs for your help.
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
Ok. I will try xwiki 6.0 M2 before open a bug. ... the WAR file isn't ready yet? :-) ________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 9h53 Objet : Re: [xwiki-users] xwiki 6.0RC1 Sounds like a proxy issue then. Either there is an issue with the proxy configuration or there is a bug related to proxies in this version (probably related to AETHER upgrade in 6.0M1). If you are absolutely sure the exact same setup works with 5.4.2 then would be great if you could create a bug issue on http://jira.xwiki.org will all environment details. On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN <[email protected]> wrote:
I retried and I obtain same result:
"We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured." I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki 5.4.2 work well)
It's a bit short, I'm currently releasing it :) But I really doubt it will change anything, there is no much in M2 and certainly nothing related. On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN <[email protected]> wrote:
Ok. I will try xwiki 6.0 M2 before open a bug. ...
the WAR file isn't ready yet? :-)
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 9h53 Objet : Re: [xwiki-users] xwiki 6.0RC1
Sounds like a proxy issue then. Either there is an issue with the proxy configuration or there is a bug related to proxies in this version (probably related to AETHER upgrade in 6.0M1).
If you are absolutely sure the exact same setup works with 5.4.2 then would be great if you could create a bug issue on http://jira.xwiki.org will all environment details.
On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN <[email protected]> wrote:
I retried and I obtain same result:
"We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured." I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki 5.4.2 work well)
-- Thomas Mortagne
Is it released now? :-)) More seriously, I open the bug about DW and proxy: http://jira.xwiki.org/browse/XWIKI-10209 Thank you ________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 10h31 Objet : Re: [xwiki-users] xwiki 6.0RC1 It's a bit short, I'm currently releasing it :) But I really doubt it will change anything, there is no much in M2 and certainly nothing related. On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN <[email protected]> wrote:
Ok. I will try xwiki 6.0 M2 before open a bug. ...
the WAR file isn't ready yet? :-)
Thanks ! (yes it's released on http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/6...., need to finish paper work and announces) On Wed, Apr 2, 2014 at 10:54 AM, Pascal BASTIEN <[email protected]> wrote:
Is it released now? :-))
More seriously, I open the bug about DW and proxy: http://jira.xwiki.org/browse/XWIKI-10209
Thank you
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 10h31
Objet : Re: [xwiki-users] xwiki 6.0RC1
It's a bit short, I'm currently releasing it :)
But I really doubt it will change anything, there is no much in M2 and certainly nothing related.
On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN <[email protected]> wrote:
Ok. I will try xwiki 6.0 M2 before open a bug. ...
the WAR file isn't ready yet? :-)
-- Thomas Mortagne
I see you fixed this bug. Thxs By the way I use link checker functionnality to check the validity of external URL http://extensions.xwiki.org/xwiki/bin/view/Extension/Link+Checker+Transforma... There are a way/file to indicate my proxy? My web server is behind an http proxy and the url checker can't verify trough it. Internet URL aren't verified but intranet URL can be verified (because for the moment my webserver don't need a proxy to see intranet site) I launch my tomcat with: JAVA_OPTS="xxxxx -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=xxxx" Pascal B ________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 11h33 Objet : Re: [xwiki-users] xwiki 6.0RC1 Thanks ! (yes it's released on http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/6...., need to finish paper work and announces) On Wed, Apr 2, 2014 at 10:54 AM, Pascal BASTIEN <[email protected]> wrote:
Is it released now? :-))
More seriously, I open the bug about DW and proxy: http://jira.xwiki.org/browse/XWIKI-10209
Thank you
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 10h31
Objet : Re: [xwiki-users] xwiki 6.0RC1
It's a bit short, I'm currently releasing it :)
But I really doubt it will change anything, there is no much in M2 and certainly nothing related.
On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN <[email protected]> wrote:
Ok. I will try xwiki 6.0 M2 before open a bug. ...
the WAR file isn't ready yet? :-)
-- Thomas Mortagne
On Thu, Apr 3, 2014 at 3:22 PM, Pascal BASTIEN <[email protected]> wrote:
I see you fixed this bug. Thxs
By the way I use link checker functionnality to check the validity of external URL http://extensions.xwiki.org/xwiki/bin/view/Extension/Link+Checker+Transforma... There are a way/file to indicate my proxy? My web server is behind an http proxy and the url checker can't verify trough it. Internet URL aren't verified but intranet URL can be verified (because for the moment my webserver don't need a proxy to see intranet site)
No there is no special file and this module should follow standard Java proxy. I simply think it has been forgotten, the best is probably to create a jira issue for it.
I launch my tomcat with: JAVA_OPTS="xxxxx -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=xxxx"
Pascal B
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 11h33
Objet : Re: [xwiki-users] xwiki 6.0RC1
Thanks !
(yes it's released on http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/6...., need to finish paper work and announces)
On Wed, Apr 2, 2014 at 10:54 AM, Pascal BASTIEN <[email protected]> wrote:
Is it released now? :-))
More seriously, I open the bug about DW and proxy: http://jira.xwiki.org/browse/XWIKI-10209
Thank you
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 10h31
Objet : Re: [xwiki-users] xwiki 6.0RC1
It's a bit short, I'm currently releasing it :)
But I really doubt it will change anything, there is no much in M2 and certainly nothing related.
On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN <[email protected]> wrote:
Ok. I will try xwiki 6.0 M2 before open a bug. ...
the WAR file isn't ready yet? :-)
-- Thomas Mortagne
-- Thomas Mortagne
The general issue here is that most HTTP tools in Java don't follow the default standard proxy by default so you have to explicitly tell them to do it (and you often forget). On Thu, Apr 3, 2014 at 3:30 PM, Thomas Mortagne <[email protected]> wrote:
On Thu, Apr 3, 2014 at 3:22 PM, Pascal BASTIEN <[email protected]> wrote:
I see you fixed this bug. Thxs
By the way I use link checker functionnality to check the validity of external URL http://extensions.xwiki.org/xwiki/bin/view/Extension/Link+Checker+Transforma... There are a way/file to indicate my proxy? My web server is behind an http proxy and the url checker can't verify trough it. Internet URL aren't verified but intranet URL can be verified (because for the moment my webserver don't need a proxy to see intranet site)
No there is no special file and this module should follow standard Java proxy. I simply think it has been forgotten, the best is probably to create a jira issue for it.
I launch my tomcat with: JAVA_OPTS="xxxxx -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=xxxx"
Pascal B
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 11h33
Objet : Re: [xwiki-users] xwiki 6.0RC1
Thanks !
(yes it's released on http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/6...., need to finish paper work and announces)
On Wed, Apr 2, 2014 at 10:54 AM, Pascal BASTIEN <[email protected]> wrote:
Is it released now? :-))
More seriously, I open the bug about DW and proxy: http://jira.xwiki.org/browse/XWIKI-10209
Thank you
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]> Cc : XWiki Users <[email protected]> Envoyé le : Mercredi 2 avril 2014 10h31
Objet : Re: [xwiki-users] xwiki 6.0RC1
It's a bit short, I'm currently releasing it :)
But I really doubt it will change anything, there is no much in M2 and certainly nothing related.
On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN <[email protected]> wrote:
Ok. I will try xwiki 6.0 M2 before open a bug. ...
the WAR file isn't ready yet? :-)
-- Thomas Mortagne
-- Thomas Mortagne
-- Thomas Mortagne
participants (2)
-
Pascal BASTIEN -
Thomas Mortagne