A series of activities that makes a program available for use (usually in test or production environments)

learn more… | top users | synonyms (1)

0
votes
0answers
28 views

Most of my assets suddenly return 404 after a push to heroku

I have deployed this app a million times, I haven't messed with any settings, but now I'm greeted with this: Why did this happen out of the blue? My conents of application.rb include ...
0
votes
0answers
8 views

Installing a Vb.NET Windows application by including Crystal Report runtime

I have a Windows application developed in VS2010 and .Net framework 4.0. We have used Crystal reports in the application. We need to create an installer by including crystal report runtime and the ...
0
votes
1answer
21 views

Windows project deployment (with WIX, InstallShield etc.) - Easy solutions?

Recently, I had to learn the hard way that Microsoft removed the famous Installer project from Visual Studio 2012. Even though they announced a few years ago that support will be discontinued, like ...
0
votes
0answers
5 views

How to keep multiple version of BPM application

I got some question, I have deploy the BPM application in Enterprise Manager.I deploy the application as version 1.0.For example:HelloWorld Now I want to deploy the same application but as version ...
0
votes
0answers
5 views

Orchard.CustomForms loses route when built for deploy

I've successfully built my first complete website using Orchard. And I've already become a big fan. I built my Orchard based website using the source of Orchard. When I made a build for deploy and I ...
0
votes
0answers
7 views

Weblogic: Encrypt properties

Weblogic application server 10g and above encrypts data source passwords etc. in the configuration files which is usually fine. For a third party library, I have to provide credentials via my ...
0
votes
0answers
25 views

deploy and run java application on jboss

I am using eclipse juno with jboss 7.1.0. I am able to deploy my application but when i am running it on server it is showing resource not available.Please can anyone tell me what are the steps to ...
0
votes
0answers
9 views

development and debugging base ground

I am new here and I want some help to put me on the right direction. I am developing this website using apache and php on windows server from scratch. No frameworks except jQuery. We released a ...
0
votes
1answer
23 views

ERROR — : reaped #<Process::Status: pid 4335 exit 1> worker=0

I am trying since 2 days to deploy on my vps (Ubuntu 12.04 Server (64 bits)) using : ruby (1.9.3-rc1), rails, capistrano, nginx and unicorn. I also follow railscast tutorial from Ryan Bates showing ...
1
vote
0answers
22 views

How to deploy two projects with NetBeans that use the same deployed JRE?

I have two Java projects in Net Beans IDE 7.3. One is a JavaFX GUI admin console that I've built and deployed ("admin.java"); which contains the minimized JRE and installs via a single .exe file. ...
2
votes
0answers
14 views

JSF2 with EJB3 and JPA - how best to package

I'm trying to teach myself a bit about EJB3 and JPA by creating some functionality that uses JSF2 as a front end, stateless EJB3 session beans to handle transactions and JPA to persist entities. ...
0
votes
1answer
23 views

The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception

I am deploying a desktop application to my clients that uses the Crystal Reports API to display and print forms. I am building my installer using InstallShield 2012. I have also included the .NET 4.0 ...
0
votes
0answers
13 views

Weblogic redeployment fails due to weblogic.deploy.api.tools.deployer.DeployerException

When I try to redeploy war file to Weblogic 10.3.6, I am getting the following error [ERROR] Failed to execute goal com.oracle.weblogic:weblogic-maven-plugin:10.3.6.0:redeploy (default-cli) on ...
1
vote
1answer
23 views

Where is my application on target computer when deployed via clickonce?

I have an application which runs on my system inside and outside VS. So there is nothing missing from my computer that needs by my application. But when I use clickonce to publish it and then use ...
1
vote
2answers
30 views

Symfony2 production; Apache VirtualHost not working

I'm a novice to Symfony2 and MVC frameworks but have some experience with PHP and Apache. I developed a project on an Apache server on my workstation. I'm trying to deploy my first Symfony2 project ...
0
votes
0answers
16 views

Deployment of a web project to Glassfish via ANT in Java for all platforms

I have a web project that deploys war files, and right now I can deploy to Glassfish in Windows. Here is my build.xml's necessary part. <target name="deploywar" description="Varolan WAR ...
0
votes
1answer
18 views

CloudBees: Deploy 2 different versions of the same WAR to different app instances

Is this possible? I'm trying to achieve a partial production release whereby, if my app has (say) 6 instances up and running, I could deploy a new version out to only 1 or 2 of them and turn sticky ...
0
votes
1answer
37 views

Cannot deploy sample GOLang application to Heroku

I tried deploying the sample GO application to Heroku listed here But when I run the command: git push heroku master I get the following error: Counting objects: 28, done. Compressing ...
0
votes
1answer
11 views

Heroku Cannot Require file

My Sinatra/Rack application has the following structure -app routes.rb --pages courses_page.rb this is my config.ru require 'rubygems' require 'bundler/setup' Bundler.require require ...
0
votes
1answer
25 views

Deploy Rails app anywhere

How can I deploy my Rails apps anywhere in the world (including my shared hosting http://www.moxo.cz/)? I tried Heroku, but I had problem with moving my dev db. Then I found mod_rails and it seems I ...
0
votes
0answers
22 views

Failed to deploying symfony 1.4 web application to host

I had some problem with deploying my web application which is implemented in symfony 1.4 framework. When I store my files of the application I got this errors bellow. These errors appeared when I want ...
0
votes
0answers
15 views

Error deploying a meteor app

When deploying a meteor app, I run into this error: Errors prevented deploying: Exception while bundling application: Error: EACCES, permission denied ...
0
votes
1answer
24 views

Deploying maven project to glassfish with Netbeans

this is my first post here so I would like to say hi to this wonderful community. Tips found here helped me many times, but now I am in need to ask a question So here is my problem. I'm struggling to ...
0
votes
2answers
22 views

How to deploy a Glassfish application on CloudBees

I'm trying to deploy my Web application running on Glassfish on Cloudbees. Unfortunately I didn't find any documentation or tutorial. I'll be very thankful if anybody can explain me the best way to ...
2
votes
4answers
48 views

Creating a Windows installer for application [duplicate]

I want to create a windows installer package can be .exe or MSI. I want to do the following : Check if the Java 7 Runtime is available in the system & system has enough space for this ...
0
votes
1answer
14 views

Why does Fabric usually output an extra empty line?

In Fabric deployments, there is often an extra empty response line output. ie, after running run('pwd') Fabric will return [mydomain] out: /mydir [mydomain] out: Why is this?
0
votes
3answers
52 views

Is it possible not to add JDBC to classpath? [closed]

Is it possible not to add the JDBC to CLASSPATH? just use the source code. I am creating a program that connects to the database but I don't want my users asking them to add the JDBC to there ...
0
votes
1answer
32 views

Weblogic application context root is war file name instead of name specified in weblogic.xml

I have an application which I have deployed using Maven to Weblogic 10.3.6. I have specified context root in weblogic.xml as <context-root>/myapps</context-root> The problem I am ...
2
votes
0answers
11 views

Fabric - Sequential meta-tasks?

I have a task that executes tasks - @roles('group_django') @task @serial def deploy_web(): execute(pre_deploy) execute(fix_srv_perms) execute(force_checkout_branch_to_production) ...
1
vote
2answers
19 views

iOS: Re-deploy app but selectively preserve old data on device

For testing purposes, I need to periodically deploy new builds of my iOS app to the device which has old data in its document folder. I'd like to be able to selectively update part of the data and ...
0
votes
0answers
6 views

JBoss 7 deployment - file/folder filter/exclusion

I have a web app that make use of two javascript frameworks (extjs and arcgis_js api). They are a lot greater than my app (exploded war folder): my app ~4Mb extjs+arcgis ~100Mb They are not ...
0
votes
1answer
19 views

Role does not exist error when logging into Postgresql

My Rails app can't connect to Postgresql. I suspect it's because Postgres expects the user logging into it to be the same user logged into Ubuntu (12.10). deployer@xxx:~$ whoami deployer ...
-1
votes
0answers
26 views

c# wpf application with acrobat reader, when install on other machine cannot open pdf even if adobe reader is installed on machine

I am using acrobat reader in my c# wpf application to read pdf.It is working fine on my machine but when I install application on another machine, pdf not opens although adobe reader is installd on ...
0
votes
0answers
7 views

Mac installer package - how to optionally install to multiple locations

I am trying to create a Mac installer package with pkgbuild and productbuild that installs 1 package to 4 locations optionally, depending on the result of the installer options laid out in the ...
0
votes
0answers
13 views

Should I redistribute wldap.dll with my application?

Should I redistribute wldap.dll with my application? My application will now be supporing LDAP access for authentication. Are any incompatibility issues possible with shipping the dll with the ...
0
votes
0answers
17 views

SVN versioning and remote deployment of a folder structure

there is a project is kept in svn which primarily has some scripts which will invoke a data transformation tool The current way of deployment to various environment is all manual. Scripts are ...
0
votes
2answers
29 views

Why does Postgres authentication fail after deploying my Rails app to production?

It's taken me two days to get this far. But I'm almost there. When I run cap deploy:cold the deployment fails with this message: servers: ["xxx"] [xxx] executing command ** [out :: xxx] rake ...
0
votes
0answers
6 views

How can I create a clean jail/chroot-like system within a Linux install in order to package it as a .deb/.rpm?

I'm looking into using package management for web app deployment and I'm wondering how to create a clean environment (similar to Python's virtualenv) that can be packaged and versioned later. In other ...
0
votes
1answer
6 views

SHAREPOIN2007 : Error: The copying of this file failed on deployment

Hi I have a problem when I deploy my wsp to sharepoint 2007 I get an alarm: SHAREPOIN2007 : Error: The copying of this file failed: And the all my files of the application. the weird thing is ...
0
votes
0answers
3 views

Is there official documentation for JBoss AS 4.2.3 war and ear deployment?

I cannot find that. Found how to restart app in JMX Console here http://www.info-system.eu/en/knowledge-exchange/37-java/87-jmx-console-restart and shell deployment here ...
0
votes
0answers
5 views

Error when generating the WSDL / rule project

I am working on a rule project with WODM 7.5. I deploy my ruleApp project from rule designer to rule execution server, and when i want to download/print the WSDL I get this error : ...
0
votes
0answers
14 views

creat war file for deployment about django

I follow the tutorial "Creating a WAR Archive for Deployment" to build a war file for deployment. everything goes well at first, but when i execute the cmd "jython manage.py war", i get the error info ...
0
votes
0answers
7 views

How to deploy a asp.net application via live IP?

I develop an application that is ready to deploy I have live IP then how I deploy it to iis like from Internet I access that for example www.abc.com etc.... Thanks In Advance
1
vote
1answer
43 views

Powershell in NonInteractive mode

I use Octopus for our deployments. I have a problem with one of the Powershell scripts to control the deployment: # stops running processes $processes = @("Notepad", "Firefox") foreach ...
0
votes
0answers
26 views

Deployment Error in glassfish netbeans

I was trying to deploy a web application on netbeans.I received an error: Deployment error: Starting of server GlassFish Server 3.1.2 has timed-out See the server log for details. BUILD FAILED (total ...
0
votes
1answer
13 views

Glassfish can't find my application path correctly?

I always developed on Glassfish, using the deploy feature on it, but it seems that on productio is a little different, it seems that can't find my application path correclty. I have this domain ...
-1
votes
0answers
10 views

.net setup succesful but no files are copied

I wrote a small application and in order to deploy it I added a .net setup project. This project generates a setup.exe file and a .msi file. When I run the setup.exe file I enter the installation ...
1
vote
1answer
25 views

JavaFX exe bundling for x86 windows systems

usually I deploy my Java apps as a bundle which contains the JVM, so there's no need to install a JVM on the system. Btw: This is no jnlp applet, this is a normal Swing Application. I did this using ...
1
vote
2answers
24 views

Separate jar for EJB3 Entity classes

When I separate my EJB3 entities (annotated with @Entity) from my EJB Module and put them in a separate jar file, where should my Persistence.xml file go, in my EJB module or in my entities.jar? And ...
0
votes
0answers
28 views

How to install RVM debian requirements without giving sudo for rvm user

I have a deployer account that does not have a sudo. Installed rvm for this account, but when it tries to install some ruby, like 1.9.3 it triggers task to install debian dependencies (Installing ...

1 2 3 4 5 169