upgrade

How to delete unused users after TFS2010 Migration-Upgrade from TFS2008

廉价感情. 提交于 2019-12-24 12:18:42
问题 I have a situation where after performing a migration-upgrade of our TFS2008 server to a new domain, I have a bunch of straggling users from the old domain that never created anything inside the 2008 server, nor need access anymore. Does anyone know how do fully delete these old domain users from TFS2010 post-migration? Thanks, John 回答1: You might need to be more specific about "delete". If they're in the [SERVER]\Team Foundation Valid Users group, simply remove them from the group, and they

elasticserch: org.elasticsearch.client.transport.NoNodeAvailableException: No node available

旧街凉风 提交于 2019-12-24 11:27:48
问题 I have update elasticsearch version from elasticsearch-0.90.7 to elasticsearch-1.3.1 and application was working fine in elasticsearch-0.90.7 but in elasticsearch-1.3.1 getting below exception: 2014-07-31/12:49:22.276 [SimpleAsyncTaskExecutor-4] ERROR step.AbstractStep - Encountered an error executing the step org.elasticsearch.client.transport.NoNodeAvailableException: No node available at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java

config.logger and config.paths.log in Rails 3

巧了我就是萌 提交于 2019-12-24 09:48:18
问题 I get this error when trying to start the server. logger.rb:541:in `exist?': can't convert Rails::Paths::Path into String (TypeError) This is the code in my development.rb. require 'log_formatter' config.logger = Logger.new(config.paths.log.first) config.logger.formatter = LogFormatter.new config.logger.level = Logger::DEBUG I have tried adding .to_s, but it's no use. Google is no help either. 回答1: Try config.logger = Logger.new(config.paths.log.first.path) http://api.rubyonrails.org/classes

Upgrade from Kohana 2 to latest 3.2 version

邮差的信 提交于 2019-12-24 07:17:39
问题 I have project written in 2009 and based on Kohana 2.3.4, this project is still active and time to time there is requirement to make fix/create whole new feature. Because Kohana 2 is no longer supported and whole application stack is quite deprecated I have investigated (few times :) possibilities how to upgrade from Kohana 2 to 3. I already know there has been quite a lot of changes and it isn't simple upgrade, it's more like rewrite of application. Does anybody have real experience with

Upgrade Servicemix 4 to Servicemix 7

坚强是说给别人听的谎言 提交于 2019-12-24 05:59:29
问题 We are using ServiceMix 4 in our company, now due to deprecation of Java 6 we are planning to upgrade both Java and ServiceMix to the latest version. But I can see lots of configuration changes included in Servicemix 7, so how can we upgrade from SMX4 TO SMX7? Also, where can I find tutorials to learn SMX7 completely? I've done a small search and all I end up is a simple intro as mentioned in SMXx. x quickstart.pdf. All the bundles that were built previously was done by different people and

Upgrading a neo4j database from 2.0.1 to 2.1.3 fails

半城伤御伤魂 提交于 2019-12-24 03:23:12
问题 I'm trying to upgrade my neo4j store, running on windows, from 2.0.1 to 2.1.3. What i have done, starting with a working 2.0.1. environment, is the following: .\2.0.1\bin\neo4jinstall.bat remove xcopy .\2.0.1\data\findsi.graphdb .\2.1.3\data\findsi.graphdb .\2.1.3\bin\neo4jinstall.bat install This will fail with the message: Detected incorrectly shut down database, performing recovery.. My (2.1.3) messages.log file tells me this: 2014-08-11 09:45:46.352+0000 ERROR [o.n.k.EmbeddedGraphDatabase

Apache not working after Windows 8.1 upgrade [closed]

佐手、 提交于 2019-12-24 02:03:31
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . After upgrading to Windows 8.1 from Windows 8 today Apache isn't working anymore. I had this problem when upgrading last time to Windows 8 from Windows 7 and had to re-install all my server components but I don't want to do that this time as I loose all the databases I had before. Does anyone know what I can do

How to upgrade symfony2 version?

橙三吉。 提交于 2019-12-24 01:48:16
问题 Is there a easy way to upgrade your symfony2.1.6 to 2.1.7 via command line or so? I am using composer.json 回答1: Download composer.phar and then run in the symfony folder php composer.phar update If you get some errors try removing first the vendors and try again. rm - R vendor/* 来源: https://stackoverflow.com/questions/14924867/how-to-upgrade-symfony2-version

ubuntu: upgrading software (cmake) - version disambiguation (local compile) [closed]

人走茶凉 提交于 2019-12-23 19:45:37
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I had cmake 2.8.0 installed on my machine (from ubuntu packages), the binary was placed in /usr/bin/cmake. I need to upgrade cmake version to at least 2.8.2. The ubuntu version is quite old, but I can't upgrade it right now, therefore I have to install it from sources. I've downloaded cmake 2.8.2, followed

Upgrade Apache Solr from 4.10.4 to 6.6.0 on Cent os 7

折月煮酒 提交于 2019-12-23 19:04:33
问题 How to upgrade Apache solr from existing version 4.10.4 to 6.6.0 (A latest one) On linux centos 7 operating system. 回答1: stop existing running solr sudo service solr stop confirm its stopped or not sudo service solr status You can take backup of existing solr data from /var/solr/data/< core_name >, But reindexing solr data after upgrading solr version will give best performance without any unknown issues. now remove existing solr from centos sudo rm -r /var/solr remove solr from following