Questions tagged [deploying]

143 questions
12
votes
4 answers

How can I set up my domain name on Google App Engine?

I've made a website to go on App Engine, and have deployed it. I've redirected my domain name to ghs.google.com, and it successfully goes to my site. The problem is that in the address bar, 'www.mysite.com' turns into 'myappid.appspot.com', and I…
Louis Sayers
  • 2,135
  • 3
  • 28
  • 49
12
votes
1 answer

How to use qrc in c++ and QML application?

I have written a Qt Quick Desktop application in c++ qnd Qt Creator(QML) on Windows7. Now I have to deploy it, and I need to hide the qml files and the images(means: to put them in resources and etc.) I've read that there is a great way to do that…
user1835297
  • 889
  • 2
  • 11
  • 24
10
votes
4 answers

Deploying app from Eclipse to GlassFish

I’m trying to deploy application to GlassFish 4 server from Eclipse, but I get this error: cannot Deploy elearning deploy is failing=Application with name [elearning] is not deployed In glassfish log file no errors and no information about…
user2783755
  • 568
  • 2
  • 9
  • 25
9
votes
1 answer

Issues deploying to heroku path="/" path="/favicon.ico"

Hoping someone might be able to help me with an issue I'm experiencing when pushing my react app to heroku. The heroku logs show the following errors repeatedly. at=error code=H10 desc="App crashed" method=GET path="/"…
8
votes
1 answer

(gcloud.preview.app.deploy) Error Response: [13] Managed VMs can not be hosted in the application's region

I have followed the tutorial https://cloud.google.com/nodejs/getting-started/hello-world (deploying to Google Cloud Platform hello world application on node.js) and after last command: $ gcloud preview app deploy app.yaml --promote I get: Copying…
MykolaSharhan
  • 344
  • 5
  • 13
8
votes
2 answers

Deploying Django with Apache

I already have a Django web application working, and I wanted to make it visible through Internet. I would even consider using Django alone, since it is only a prototype I want to show to someone, and security is not a priority for me right now. But…
Roman Rdgz
  • 11,378
  • 36
  • 110
  • 192
7
votes
4 answers

git aws.push command not created by eb init

I was following the tutorial on how to deploy a Ruby on Rails application on AWS and got the following error when trying to execute the git aws.push command: fatal: cannot exec 'git-aws.push': Not a directory According to this tutorial the eb init…
7
votes
2 answers

heroku deploy taking very long

We've got a fairly large app that's going up on heroku... It's an app using browsercms as the base, and it's built on top of that. The Gemfile isn't that big (we don't have more gems than our average app) but for some reason, deploying takes 15…
courtsimas
  • 772
  • 13
  • 18
6
votes
1 answer

IIS7 MVC deploy - 404 not found on some actions

Once deployed parts of my web-application stop working. Index-es on each controller do work, and one form posting via Ajax, Login works too. Other then that yields 404. I understand that nothing particular should be done in integrated mode. I don't…
majkinetor
  • 7,812
  • 7
  • 49
  • 66
6
votes
2 answers

Deploying an ASP.NET MVC in production, while users are still online

I need to know the best practices for deploying a new version of an ASP.NET MVC application while users are still connected to it Everytime one deploys the .dll that contains the models and controllers of the application, the application is…
sports
  • 6,889
  • 11
  • 61
  • 121
5
votes
1 answer

How to deploy and run a zend project on a server?

I have a question about deploying Zend project on a server. On localhost I used virtual host to set the document root to the public/index.php folder. How should I deploy it now? I have copied whole my project on the server but it is not working as…
canimbenim
  • 649
  • 4
  • 10
  • 22
5
votes
5 answers

SQLSTATE[HY000] [1045] Access denied for user 'root'@'127.0.0.1' (using password: NO) SYMFONY2

So I'be been working on a symfony2 project and it was all good, then i wanted to host it on godaddy but now I get this error. I don't understand it neither do I know how to fix it. thanks so much. SQLSTATE[HY000] [1045] Access denied for user…
Seif Sayed
  • 638
  • 2
  • 9
  • 16
5
votes
1 answer

tomcat deploy webapp many times

I'm using apache 2 and tomcat 7 to run my webapps.. When I start Tomcat, its log shows that the same webapp has deployed many times.. : Deploying web application directory /var/www/web/www.mysite.com : : Deploying web application directory…
afterbit
  • 353
  • 6
  • 18
4
votes
3 answers

/usr/bin/env: ruby.exe: No such file or directory

I'm brand new to Rails and am following this tutorial on how to make Rails applications. I can't get the database to migrate to my heroku apps. I'm currently at the beginning of chapter 3, trying to set up an app to use for the rest of the…
3
votes
0 answers

Axis2 client. Log shows lots of "Deploying module: metadataExchange-1.4.1 - file:/C:/path/to/mex-1.4.1.jar" lines

I'm using an Axis2 soap client from an j2se application that is always running. I'm getting a lot of lines like these in my log files: INFO | jvm 1 |.. Deploying module: metadataExchange-1.4.1 - file:/C:/path/to/mex-1.4.1.jar Looks like a lot of…
Heiner
  • 93
  • 7
1
2 3
9 10