Continuum build server deploys to my oc4j instance I get the following error it seems every other build.
09/03/10 13:47:49 Notification ==>Operation failed with error:
Unable to find/read file META-INF/application.xml in C:\oc4j\j2ee\home\applications\rrs (META-INF/application.xml)
Continuum is running in a windows environment
Any inp...
How can one reach web-module isolation (i.e. each contained web-app is isolated from the others in the same .EAR) in jboss 4.2.2 when deployed inside a isolated .EAR file?
Jboss 4.2.2 keeps warning that web-module (jboss-web) level deployment descriptor class loading configuration is ignored when deployng an EAR file.
...
I am trying to implement a nightly build environment for our SharePoint solution that includes VS 2008 and VS 2008 extensions for Windows SharePoint Services 3.0 (version 1.2).
When I deploy via the VS 2008 GUI it works fine.
When I use the command line:
c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe SharePoint.sln...
I did a build of my SharePoint site template solution assembly and successfully deployed it to SharePoint, it was version 6.4.0.2032. I did some testing and found a couple problems with my code. I fixed the issues. Uninstalled my solution via "setup.bat /uninstall". Rebuilt my assembly to version 6.4.0.2033. I again installed my new temp...
Hi ,
I want to create a application (.apk). which after installing and clicking on that calls a locally deployed application or external url. Can anybody tell me steps to create apk for this purpose.
Thanks in advance
amar
...
Hi,
I am using the latest version of inno that does the following during setup:
[1] Perform dependency check to see what is installed
[2] Installs dependencies that are not already installed (.net, sql server, directx etc)
[3] Install the application and the files from the [Files] section (wpReady)
[4] Checks SQL Server for previously ...
We have a WPF Application that has a two flavors with a consistent UI etc,one that runs from a Windows OS Desktop and one that is supposed to run as an XBAP application.
Currently I am publishing the XBAP application to my localhost machine IIS (Windows XP Pro),Also I have enabled full trust in my scenario as it is needed(Microsoft .NET...
I have create a setup project using Visual Studio 2008. When installing on a different machine, i get the following error:
The installer was interrupted before
MyApplication could be installed. You
need to restart the installer to try
again.
the log file shows the following
MSI (s) (D8:20) [14:06:01:020]: Executing op: Compo...
In the catalina log file we see this error message in some cases when the web application are tried to be redeployed:
INFO: Deploying web application archive ROOT.war
13-May-2009 09:50:09 org.apache.catalina.core.StandardContext processTlds
SEVERE: Error reading tld listeners java.lang.IllegalArgumentException: URI has an authority comp...
I am using craken to run cron processes on my aws machine instance. I have defined the following custom tasks in Capistrano:
namespace :craken do
desc "Install raketab"
task :install, :roles => :cron do
set :rails_env, "production" unless exists?(:rails_env)
set :env_args, (exists?(:env_args) ? env_args : "app_name=#{applica...
I am thinking about writing my own release storage server and before I do this, I'd like to know what people use to see integration instead of create.
So what do you use to store your builds for internal access?
I'm looking for a web app that allows me to upload artifacts and then reference them by various tags so I can group them toge...
To minimize deployment package, I'd like to know the CRT versions which are already included in .NET redists. The info I've already gathered are:
.NET 2.0 -> CRT 8.0.50727.42
.NET 2.0 SP1 -> CRT 8.0.50727.762
However, I cannot find the CRT versions for .NET 3.5. I roughly remember I used to come across a blog page list all the version...
Can Maven copy local file to a remote server server using SSH?
I want to specify location in maven configuration file and to copy that file(or files) to server each time deploy phase is executed.
...
Hi there,
I have looked through the help documentation in netbeans 6.5.1 but cannot find anything explicit explaining how to deploy/import a war package.
I know in Eclipse, it's as easy as right clicking in the Project Explorer >> select IMPORT >> WAR FILE.
However, I still am unable to find a solution for Netbeans.
Thankyou,
Jordan
...
My company maintains a SaaS platform and we're approaching a pretty major release. Deploy night activities involve a large cross-functional team spanning several Development & QA groups, Operations, Professional Services, and Customer Support.
We've always used a simple task-list and a chatroom to coordinate all the work to be done dur...
I recently turned a couple of my plugins into submodules and realized that when you "git clone" a repository, the submodule directory will be empty. This makes sense for co-developers to initialize their submodules and update.
However, when I deploy with capistrano the submodule code will obviously not be deployed which causes proble...
I have the following problem. When I deploy my ear file to server\default\deploy folder of JBOSS the first time, things seem to work fine. But then, with JBOSS still running, if I delete and recopy the ear file again, my unit tests fail with the exception listed below. It's like it loses the Hibernate mappings for the entities during th...
I have been developing an application for the last 12 months using VS2008, VB.NET(WPF) and SQLExpress2008. It has been running successfully in a single organization but I now need to consider deploying it to other organisations where I won't know the connection string for the DB, app locations, server locations etc.
What is the current ...
Hi,
I have a build process after which I upload my war to our local Maven repository.
When we deploy to TEST and PROD, I would like to use maven cargo plugin and specify the version to deploy to these environments. How can I configure my pom ( or maybe a new pom called pom-deploy.xml) to pull a particular war from the repository and de...
I am hosting my assets on s3. In production, rails is looking for /javascripts/cache/all.js and /stylesheets/cache/all.css. I'm using a plugin to swoop the public directory over to s3 when I deploy with cap. The problem is that rails doesn't create these cache files until they are requested for the first time, so they aren't around du...