Questions tagged [server-migration]

Server Migration is simply the act of moving your server data and configuration from one server to another. Sometimes this migration is from one server platform to another, such as from a Virtual Server to a Cloud Server.

50 questions
0
votes
1 answer

PSQL database transfer and errors

I'm transferring a rails app to a new server, and have run into errors preventing some data from being transferred between apps with identical db schema. If I run rake db:version on both servers, I get the same result. On my new…
0
votes
0 answers

JBoss (EAP 7.0) equivalent classes for Weblogic

I have been trying to migrate from Weblogic to JBoss EAP 7.0. The problem being faced is in code deployment as JBoss does not support anything related to Weblogic specific classes and Java RPC. The code base uses some of the Weblogic specific…
0
votes
0 answers

Migrating from Websphere 8.5 to Tomcat 8.5 API

I am trying to migrate an piece of code which works on Websphere 8.5 to Tomcat 8.5. There are a few imports that a piece of code uses: import com.ibm.websphere.wssecurity.callbackhandler.UNTGenerateCallbackHandler; import…
hell_storm2004
  • 1,401
  • 2
  • 33
  • 66
0
votes
1 answer

prestashop v 1.5.6.2 server/domain migration

I've a problem with migration my prestashop system from old server & domain to new. I've copied the full folder tree from old server and have done dump of DB, then pasted that to the new server and import DB to the new one. After that my problem…
0
votes
1 answer

How to migrate: JBoss AS 7.1.1 -> JBoss EAP 7

I'm looking for guides regarding specific details / instructions to migrate our app. The closest I have found is this. But that is about AS 4.2 GA to EAP 6.2. Can anyone guide my poor soul? Please help.
thisNeil
  • 73
  • 1
  • 3
  • 11
0
votes
1 answer

https request error in android version < 6.0 after server migration

I migrated my server to another host company. All of my apps running android version < 6.0 are now failing to do HTTPS requests, but the problem doesn't apply to newer versions. Here is my error log.
0
votes
2 answers

Best alternative to Weblogic startup classes in Websphere?

I am working on a Server Migration Project from Weblogic to Websphere. The problem is that in Weblogic, we are already using a class specified as Startup-class in Weblogic (and arguments to the class like log4j config file) which is present in a jar…
abhihello123
  • 1,668
  • 1
  • 22
  • 38
0
votes
1 answer

Migration one Chef server to another server in Azure

There are 2 subscriptions in Azure and migrating Chef from Chef Server1(subscr-1) to another Server2(subscr-2) in Azure. The process followed is using the VHD files. The VHD files are created from Server1(Subscr1) and VMs are provisioned using the…
intechops6
  • 1,007
  • 4
  • 22
  • 43
0
votes
1 answer

RegExp to fix php tags

I made a website using php. In some places I put these php tags in other places just those . After doing a server migration the latter tags do not work because of php version differences. The new server understands only these tags…
Hayk Safaryan
  • 1,996
  • 3
  • 29
  • 51
0
votes
2 answers

SecurityConstraint.class not found Tomcat 8.0.30

I am trying to upgrade my application server from Tomcat 6 to Tomcat 8, which is using cutom realm. After changing the server.xml file to point to our custom realm started getting exception :- at…
Kiran
  • 183
  • 5
  • 19
0
votes
1 answer

Transfering site from demo server to live server

mostly i come across a situation where i have to move files between two servers. I usually test my project live in one testing server online and client checks the websties functionality and all. After completing all the task i again have to transfer…
KoolKabin
  • 17,157
  • 35
  • 107
  • 145
0
votes
0 answers

I move my presta-shop version-1.6.1.0 site from one server to other displaying error about database query

SELECT bc.`id_cms_block`, bc.`id_cms_category`, bc.`display_store`, ccl.`link_rewrite`, ccl.`name` category_name, bcl.`name` block_name FROM `ps_cms_block` bc LEFT JOIN `ps_cms_block_shop` bcs ON (bcs.id_cms_block =…
khushi
  • 178
  • 2
  • 10
0
votes
1 answer

Restoring WAS7.0 CAR file to WAS 8.5

My current application setup is running with WAS 7.0 and we are planning to migrate with WAS 8.5. Since my application is having lot of complex console setup like Queues , Activation Spec, multiple data sources , security configs, work manager…
Mohan
  • 3,893
  • 9
  • 33
  • 42
0
votes
1 answer

server migration and could not connect to mysql

I have a Centos 5.5 Server and needs to migrate to a new one with 6.6. I have about three websites, a third party application(service). I need to put all these to my new server and host the websites. And In the new machine i am not able to connect…
0
votes
2 answers

Where to get and how to install (or migrate) missing assemblies for ASP.NET server?

I am migrating web apps to new hosting servers, but when I try to access them to test on the new server, I get all these assemblies not found errors like: Configuration Error Description: An error occurred during the processing of a configuration…
MetaGuru
  • 42,847
  • 67
  • 188
  • 294