Thomas, Vincent,

Thank you very much for your help. I will re-enable it when I need too.

Best wishes,
Tom Troughton

On Fri, Jan 11, 2013 at 3:46 AM, Vincent Massol <[email protected]> wrote:
>
> On Jan 11, 2013, at 9:01 AM, Thomas Mortagne <[email protected]> 
> wrote:
>
>> On Thu, Jan 10, 2013 at 7:26 PM, Tom Troughton <[email protected]> wrote:
>>> Thomas,
>>>
>>> You are right - I changed everything but what needed to be done.
>>> Problem solved. Thank you very much.
>>>
>>> Will I need to do anything if I want to administer or update my
>>> software in future?
>>
>> Depends what you need to do. You pretty much disabled Extension
>> Manager here since it does not have any repository to get extension
>> from but that's if you want to install extensions. Now Extension
>> Manager is also used in recent version to download and upgrade the UI
>> when you change the WAR but you can still do it the old way by
>> importing the XAR.
>
> .. but that's going to be a bad idea since the recommended way is to use the 
> Extension Manager (it'll do merges and more).
>
> So basically you can enable it when you want to perform upgrades/installs and 
> disable it afterwards if that's really what you want to…
>
> Thanks
> -Vincent
>
>>> Best wishes,
>>> Tom Troughton
>>>
>>> On Thu, Jan 10, 2013 at 11:45 AM, Thomas Mortagne
>>> <[email protected]> wrote:
>>>> On Thu, Jan 10, 2013 at 5:21 PM, Tom Troughton <[email protected]> 
>>>> wrote:
>>>>> Thomas,
>>>>>
>>>>> Thank you for the quick reply. I changed the xwiki.properties file,
>>>>> but the connections continue, so I don't think this is (directly) the
>>>>> problem.
>>>>>
>>>>> Here is the section I have changed
>>>>>
>>>>> ----
>>>>> #-# 2013-01-09 I commented this section out based on email from Thomas
>>>>> Mortagne, and put in a blank repository.
>>>>> #-#
>>>>> #-# Here is an example:
>>>>> #-# 
>>>>> extension.repositories=privatemavenid:maven:http://host.com/private/maven/
>>>>> #-# extension.repositories.privatemavenid.auth.user=someuser
>>>>> #-# extension.repositories.privatemavenid.auth.password=thepassword
>>>>> #-#
>>>>> #-# The default is:
>>>>> #-# 
>>>>> extension.repositories=maven-xwiki:maven:http://nexus.xwiki.org/nexus/content/groups/public
>>>>> #-# 
>>>>> extension.repositories=extensions.xwiki.org:xwiki:http://extensions.xwiki.org/xwiki/rest/
>>>>>
>>>>> # extension.repositories=
>>>>
>>>> I this s copy/paste error or you forgot to uncomment it ?
>>>>
>>>>>
>>>>>
>>>>> #-# [Since 2.5]
>>>>> #-# The directory where extensions are stored after being downloaded.
>>>>> #-#
>>>>> #-# The default is extension/repository in whatever is the general
>>>>> persistent directory.
>>>>> #-# See container.persistentDirectory.
>>>>> # extension.localRepository=extension/repository
>>>>>
>>>>> #-# [Since 3.4]
>>>>> #-# The user agent to use when communication with external services
>>>>> (generally repositories).
>>>>> #-#
>>>>> #-# The default is:
>>>>> # extension.userAgent=XWikiExtensionManager
>>>>> ----
>>>>>
>>>>> The privatemavenid: example with the next two lines was not commented
>>>>> out in my original file. I commented them out as well.
>>>>>
>>>>> Also, looking through this file I see the core.renderingcache.enabled=
>>>>> value is set to 'true', but the comment says the default value should
>>>>> be false.
>>>>>
>>>>> Any other suggestions as to where else I should look?
>>>>>
>>>>> Best wishes,
>>>>> Tom Troughton
>>>>>
>>>>>
>>>>> On Thu, Jan 10, 2013 at 10:26 AM, Thomas Mortagne
>>>>> <[email protected]> wrote:
>>>>>> At startup XWiki go to remote repositories to find more informations
>>>>>> about the jar it could find in its classpath (what you can find as
>>>>>> core extension in the administration UI), it's probably what produces
>>>>>> this network traffic.
>>>>>>
>>>>>> I was not expecting it to cause any issue, it's running in a
>>>>>> background thread with a very low priority. There is no real option to
>>>>>> disable this specifically but you could disable default repositories
>>>>>> to make sure there is nowhere to connect too anymore. In
>>>>>> xwiki.properties put en empty value to extension.repositories as in
>>>>>>
>>>>>> extension.repositories=
>>>>>>
>>>>>> On Thu, Jan 10, 2013 at 4:01 PM, Tom Troughton <[email protected]> 
>>>>>> wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> I have installed Xwiki a few times over the last few days. I am using
>>>>>>> Xwiki for my research notes, and have no intention to run a public
>>>>>>> wiki - I connect on localhost, I have set it up on a USB key, and plug
>>>>>>> it into various up to date windows vista and 7 machines. The firewall
>>>>>>> configured so that java cannot accept incoming connections. I am up to
>>>>>>> date with Java 7.
>>>>>>>
>>>>>>> As soon as I start Xwiki it begins attempting to make ocnnections to
>>>>>>> the addresses above. I have searched around, but find nothing to
>>>>>>> explain this behaviour. I don't really see the need for xwiki to scan
>>>>>>> all my ports trying to connect to these servers, but perhaps there is
>>>>>>> a good reason.
>>>>>>>
>>>>>>> Also, when I installed Xwiki in Xammp, this pointless network activity
>>>>>>> led to Xampp falling over. My laptops are on other people's networks,
>>>>>>> and I don't want to generate a lot of traffic, so I would like to turn
>>>>>>> this off.
>>>>>>>
>>>>>>> Any help or explanations are welcome.
>>>>>>>
>>>>>>> Best wishes,
>>>>>>> Tom Troughton
>>>>>>> ----
>>>>>>> Attached are samples of the messages from netstat -b and the command
>>>>>>> window for Xwiki.
>>>>>>>
>>>>>>>> netstat -b
>>>>>>>
>>>>>>> Microsoft Windows [Version 6.1.7601]
>>>>>>> Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
>>>>>>>
>>>>>>> C:\Windows\system32>netstat -b
>>>>>>>
>>>>>>> Active Connections
>>>>>>>
>>>>>>>  Proto  Local Address          Foreign Address        State
>>>>>>>  TCP    127.0.0.1:5550         User-Tablet:49164      ESTABLISHED
>>>>>>> [AtService.exe]
>>>>>>>  TCP    127.0.0.1:49164        User-Tablet:5550       ESTABLISHED
>>>>>>> [cssauth.exe]
>>>>>>>  TCP    127.0.0.1:49176        User-Tablet:49177      ESTABLISHED
>>>>>>> [LMS.exe]
>>>>>>>  TCP    127.0.0.1:49177        User-Tablet:49176      ESTABLISHED
>>>>>>> [LMS.exe]
>>>>>>>  TCP    127.0.0.1:51437        User-Tablet:51438      ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    127.0.0.1:51438        User-Tablet:51437      ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    127.0.0.1:52537        User-Tablet:52541      ESTABLISHED
>>>>>>> [googletalkplugin.exe]
>>>>>>>  TCP    127.0.0.1:52541        User-Tablet:52537      ESTABLISHED
>>>>>>> [plugin-container.exe]
>>>>>>>  TCP    142.157.40.33:49171    psi:https              CLOSE_WAIT
>>>>>>> [PSIA.exe]
>>>>>>>  TCP    142.157.40.33:52523    174.35.22.67:http      CLOSE_WAIT
>>>>>>> [KiesTrayAgent.exe]
>>>>>>>  TCP    142.157.40.33:52529    yyz06s06-in-f21:https  ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    142.157.40.33:52545    yyz06s06-in-f2:https   TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52546    yyz06s06-in-f2:https   ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>
>>>>>>> C:\Windows\system32>netstat -b
>>>>>>>
>>>>>>> Active Connections
>>>>>>>
>>>>>>>  Proto  Local Address          Foreign Address        State
>>>>>>>  TCP    127.0.0.1:5550         User-Tablet:49164      ESTABLISHED
>>>>>>> [AtService.exe]
>>>>>>>  TCP    127.0.0.1:49164        User-Tablet:5550       ESTABLISHED
>>>>>>> [cssauth.exe]
>>>>>>>  TCP    127.0.0.1:49176        User-Tablet:49177      ESTABLISHED
>>>>>>> [LMS.exe]
>>>>>>>  TCP    127.0.0.1:49177        User-Tablet:49176      ESTABLISHED
>>>>>>> [LMS.exe]
>>>>>>>  TCP    127.0.0.1:51437        User-Tablet:51438      ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    127.0.0.1:51438        User-Tablet:51437      ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    127.0.0.1:52537        User-Tablet:52541      ESTABLISHED
>>>>>>> [googletalkplugin.exe]
>>>>>>>  TCP    127.0.0.1:52541        User-Tablet:52537      ESTABLISHED
>>>>>>> [plugin-container.exe]
>>>>>>>  TCP    127.0.0.1:52548        User-Tablet:52549      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52549        User-Tablet:52548      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52550        User-Tablet:52551      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52551        User-Tablet:52550      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52553        User-Tablet:52554      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52555        User-Tablet:52556      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52558        User-Tablet:52559      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52560        User-Tablet:52561      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52563        User-Tablet:52564      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52565        User-Tablet:52566      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52569        User-Tablet:52570      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52571        User-Tablet:52572      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52575        User-Tablet:52576      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52577        User-Tablet:52578      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52580        User-Tablet:52581      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52581        User-Tablet:52580      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52582        User-Tablet:52583      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52583        User-Tablet:52582      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    142.157.40.33:49171    psi:https              CLOSE_WAIT
>>>>>>> [PSIA.exe]
>>>>>>>  TCP    142.157.40.33:52523    174.35.22.67:http      CLOSE_WAIT
>>>>>>> [KiesTrayAgent.exe]
>>>>>>>  TCP    142.157.40.33:52529    yyz06s06-in-f21:https  ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    142.157.40.33:52545    yyz06s06-in-f2:https   TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52546    yyz06s06-in-f2:https   ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    142.157.40.33:52547    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52552    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52557    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52562    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52567    5.135.240.207:http     ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    142.157.40.33:52568    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52573    5.135.240.207:http     ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    142.157.40.33:52574    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52579    91-121-34-179:http     ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>
>>>>>>> C:\Windows\system32>netstat -b
>>>>>>>
>>>>>>> Active Connections
>>>>>>>
>>>>>>>  Proto  Local Address          Foreign Address        State
>>>>>>>  TCP    127.0.0.1:5550         User-Tablet:49164      ESTABLISHED
>>>>>>> [AtService.exe]
>>>>>>>  TCP    127.0.0.1:49164        User-Tablet:5550       ESTABLISHED
>>>>>>> [cssauth.exe]
>>>>>>>  TCP    127.0.0.1:49176        User-Tablet:49177      ESTABLISHED
>>>>>>> [LMS.exe]
>>>>>>>  TCP    127.0.0.1:49177        User-Tablet:49176      ESTABLISHED
>>>>>>> [LMS.exe]
>>>>>>>  TCP    127.0.0.1:51437        User-Tablet:51438      ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    127.0.0.1:51438        User-Tablet:51437      ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    127.0.0.1:52537        User-Tablet:52541      ESTABLISHED
>>>>>>> [googletalkplugin.exe]
>>>>>>>  TCP    127.0.0.1:52541        User-Tablet:52537      ESTABLISHED
>>>>>>> [plugin-container.exe]
>>>>>>>  TCP    127.0.0.1:52548        User-Tablet:52549      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52549        User-Tablet:52548      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52550        User-Tablet:52551      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52551        User-Tablet:52550      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52553        User-Tablet:52554      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52555        User-Tablet:52556      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52558        User-Tablet:52559      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52560        User-Tablet:52561      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52563        User-Tablet:52564      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52565        User-Tablet:52566      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52569        User-Tablet:52570      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52571        User-Tablet:52572      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52575        User-Tablet:52576      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52577        User-Tablet:52578      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52580        User-Tablet:52581      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52582        User-Tablet:52583      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52585        User-Tablet:52586      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52587        User-Tablet:52588      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52590        User-Tablet:52591      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52592        User-Tablet:52593      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52595        User-Tablet:52596      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52597        User-Tablet:52598      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52601        User-Tablet:52602      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52603        User-Tablet:52604      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52606        User-Tablet:52607      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52608        User-Tablet:52609      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52611        User-Tablet:52612      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52613        User-Tablet:52614      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52617        User-Tablet:52618      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52619        User-Tablet:52620      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52622        User-Tablet:52623      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52624        User-Tablet:52625      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52628        User-Tablet:52629      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52630        User-Tablet:52631      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52633        User-Tablet:52634      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52635        User-Tablet:52636      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52639        User-Tablet:52640      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52641        User-Tablet:52642      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52644        User-Tablet:52645      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52646        User-Tablet:52647      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52649        User-Tablet:52650      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52651        User-Tablet:52652      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52655        User-Tablet:52656      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52657        User-Tablet:52658      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52660        User-Tablet:52661      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52662        User-Tablet:52663      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52667        User-Tablet:52668      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52669        User-Tablet:52670      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52672        User-Tablet:52673      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52674        User-Tablet:52675      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52678        User-Tablet:52679      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52680        User-Tablet:52681      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52683        User-Tablet:52684      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52685        User-Tablet:52686      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52689        User-Tablet:52690      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52691        User-Tablet:52692      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52694        User-Tablet:52695      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52696        User-Tablet:52697      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52700        User-Tablet:52701      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52702        User-Tablet:52703      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52706        User-Tablet:52707      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52708        User-Tablet:52709      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52712        User-Tablet:52713      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52714        User-Tablet:52715      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52717        User-Tablet:52718      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52719        User-Tablet:52720      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52723        User-Tablet:52724      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52725        User-Tablet:52726      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52728        User-Tablet:52729      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52730        User-Tablet:52731      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52733        User-Tablet:52734      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52735        User-Tablet:52736      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52739        User-Tablet:52740      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52741        User-Tablet:52742      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52744        User-Tablet:52745      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52746        User-Tablet:52747      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52749        User-Tablet:52750      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52751        User-Tablet:52752      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52755        User-Tablet:52756      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52757        User-Tablet:52758      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52760        User-Tablet:52761      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52762        User-Tablet:52763      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52766        User-Tablet:52767      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52768        User-Tablet:52769      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52771        User-Tablet:52772      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52773        User-Tablet:52774      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52778        User-Tablet:52779      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52780        User-Tablet:52781      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52784        User-Tablet:52785      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52786        User-Tablet:52787      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52790        User-Tablet:52791      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52792        User-Tablet:52793      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52796        User-Tablet:52797      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52798        User-Tablet:52799      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52801        User-Tablet:52802      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52803        User-Tablet:52804      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52807        User-Tablet:52808      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52809        User-Tablet:52810      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52812        User-Tablet:52813      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52814        User-Tablet:52815      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52818        User-Tablet:52819      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52820        User-Tablet:52821      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52823        User-Tablet:52824      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52825        User-Tablet:52826      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52828        User-Tablet:52829      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52830        User-Tablet:52831      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52834        User-Tablet:52835      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52836        User-Tablet:52837      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52839        User-Tablet:52840      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52841        User-Tablet:52842      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52844        User-Tablet:52845      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52846        User-Tablet:52847      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52850        User-Tablet:52851      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52852        User-Tablet:52853      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52856        User-Tablet:52857      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52858        User-Tablet:52859      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52861        User-Tablet:52862      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52863        User-Tablet:52864      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52866        User-Tablet:52867      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52868        User-Tablet:52869      TIME_WAIT
>>>>>>>  TCP    127.0.0.1:52872        User-Tablet:52873      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    127.0.0.1:52873        User-Tablet:52872      ESTABLISHED
>>>>>>> [java.exe]
>>>>>>>  TCP    142.157.40.33:49171    psi:https              CLOSE_WAIT
>>>>>>> [PSIA.exe]
>>>>>>>  TCP    142.157.40.33:52523    174.35.22.67:http      CLOSE_WAIT
>>>>>>> [KiesTrayAgent.exe]
>>>>>>>  TCP    142.157.40.33:52529    yyz06s06-in-f21:https  ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    142.157.40.33:52545    yyz06s06-in-f2:https   TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52546    yyz06s06-in-f2:https   ESTABLISHED
>>>>>>> [firefox.exe]
>>>>>>>  TCP    142.157.40.33:52547    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52552    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52557    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52562    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52567    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52568    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52573    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52574    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52579    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52584    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52589    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52594    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52599    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52600    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52605    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52610    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52615    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52616    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52621    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52626    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52627    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52632    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52637    5.135.240.207:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52638    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52643    91-121-34-179:http     TIME_WAIT
>>>>>>>  TCP    142.157.40.33:52648    91-121-34-179:http     TIME_WAIT
>>>>>>> ^C
>>>>>>> C:\Windows\system32>
>>>>>>>
>>>>>>>> start_xwiki.bat
>>>>>>>
>>>>>>> 2013-01-10 09:46:27.051:INFO::jetty-7.4.5.v20110725
>>>>>>> 2013-01-10 09:46:27.086:INFO::Opened G:\XWiki Enterprise 
>>>>>>> 4.4\data\logs\2013_01_1
>>>>>>> 0.request.log
>>>>>>> 2013-01-10 09:46:27.096:INFO::Deployment monitor G:\XWiki Enterprise 
>>>>>>> 4.4\jetty\c
>>>>>>> ontexts at interval 1
>>>>>>> 2013-01-10 09:46:27.116:INFO::Deployable added: G:\XWiki Enterprise 
>>>>>>> 4.4\jetty\co
>>>>>>> ntexts\xwiki.xml
>>>>>>> 2013-01-10 09:46:42.044:INFO::NO JSP Support for /xwiki, did not find 
>>>>>>> org.apache
>>>>>>> .jasper.servlet.JspServlet
>>>>>>> 2013-01-10 09:46:56,064 [main] INFO  istributionInitializerListener - 
>>>>>>> Distributi
>>>>>>> on partially up to date
>>>>>>> 2013-01-10 09:46:56.074:INFO::started 
>>>>>>> o.e.j.w.WebAppContext{/xwiki,file:/G:/XWik
>>>>>>> i%20Enterprise%204.4/webapps/xwiki/},G:\XWiki Enterprise 
>>>>>>> 4.4\jetty/../webapps/xw
>>>>>>> iki
>>>>>>> 2013-01-10 09:46:56.409:INFO::Deployable added: G:\XWiki Enterprise 
>>>>>>> 4.4\jetty\co
>>>>>>> ntexts\root.xml
>>>>>>> 2013-01-10 09:46:56.454:INFO::NO JSP Support for /, did not find 
>>>>>>> org.apache.jasp
>>>>>>> er.servlet.JspServlet
>>>>>>> 2013-01-10 09:46:56.469:INFO::started 
>>>>>>> o.e.j.w.WebAppContext{/,file:/G:/XWiki%20E
>>>>>>> nterprise%204.4/webapps/root/},G:\XWiki Enterprise 
>>>>>>> 4.4\jetty/../webapps/root
>>>>>>> 2013-01-10 09:46:56.494:INFO::Started 
>>>>>>> [email protected]:8080 STARTI
>>>>>>> NG
>>>>>>> 2013-01-10 09:46:56.499:INFO::----------------------------------
>>>>>>> 2013-01-10 09:46:56.504:INFO::Server started, you can now open 
>>>>>>> http://142.157.40
>>>>>>> .33:8080/ in your browser to access your wiki.
>>>>>>> 2013-01-10 09:46:56.504:INFO::----------------------------------
>>>>>>> 2013-01-10 09:59:04,675 [http://localhost:8080/xwiki/bin/view/Main/] 
>>>>>>> INFO  .Hibe
>>>>>>> rnateDataMigrationManager - Storage schema updates and data migrations 
>>>>>>> are enabl
>>>>>>> ed
>>>>>>> 2013-01-10 09:59:04,680 [http://localhost:8080/xwiki/bin/view/Main/] 
>>>>>>> INFO  .Hibe
>>>>>>> rnateDataMigrationManager - No data migration to apply for database 
>>>>>>> [xwiki] curr
>>>>>>> ently in version [43000]
>>>>>>> 2013-01-10 09:59:04,680 [http://localhost:8080/xwiki/bin/view/Main/] 
>>>>>>> INFO  .Hibe
>>>>>>> rnateDataMigrationManager - Checking Hibernate mapping and updating 
>>>>>>> schema if ne
>>>>>>> eded for database [xwiki]
>>>>>>> 2013-01-10 09:59:16,390 
>>>>>>> [http://localhost:8080/xwiki/bin/login/XWiki/XWikiLogin;
>>>>>>> jsessionid=9q4tzt7z5vxo1cph0gzc0yned?srid=X3kqV6MD&xredirect=%2Fxwiki%2Fbin%2Fvi
>>>>>>> ew%2FMain%2F%3Fsrid%3DX3kqV6MD] WARN  o.x.v.i.DefaultVelocityEngine  - 
>>>>>>> Deprecate
>>>>>>> d usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in 
>>>>>>> /templates/login.vm@
>>>>>>> 29,33
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to