I want to deploy jbpm-console on jboss web server,
but the following error message appears.
Can anyone tell me what's wrong?
2010-01-22 08:11:21,416 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (Thread-2) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS ...
I have created a solution that comprise of a WPF application and a mobile device application. What I am trying to figure out is how to facilitate the installation of the mobile application.
When I publish and install the WPF desktop application it creates a start menu folder for the application. Optimally I would like to add the mobile ...
Joel mentioned in StackOverflow podcast #24 that it's FogCreek company policy to not ship software on Fridays. However, he didn't elaborate as to why.
I agree. At my employer, we deploy on Thursday nights. So we have Friday to cleanup any bugs that missed Quality Assurance (QA).
However, my manager suggested that we deploy on Frid...
I have a VS2008 web project which was originally migrated from VS2003.
In my solution, I have a web deployment project which uses the Primary Output and Content Files (+ some support files) from this web project to build an msi package.
The problem is that under "Detected Dependencies", I see the files EnvDTE.dll and dte80a.olb. Furthe...
I have used Jboss and deployment happens by dropping war to deploy folder. But when I set my war project to Tomcat server eclipse claims that it is deploying war, but I cannot see my war in webapps folder. And what url is to my war? In jboss I can add app url to jboss-web.xml, so when I set app path to jboss-web.xml I can find my app fro...
When I add a file to my setup deployment project, Visual Studio won't allow me to edit the "SourcePath" to resolve an environment variable like $(DLL_PATH). It adds the file with the source path on my local machine and builds fine locally. When the same project is built on another machine, it won't work unless that machine also has the e...
Has anyone experienced incompatibilities with a C++ project executable compiled with Visual Studio 2008 C++ on Windows Vista when the executable is run on Windows XP? I'm having difficulties on such issue.
...
I created a SQL Server Project in VS2008 called 'RegularExpression'.In that Project i created a 'Regex.cs' class and i wrote one function regarding Regular Expression.
Then i Build the solution.
Now My problem is to deploy this solution in SQL server 2008 through scripts.( not just clicking on Deploy in VS2008 ).
I succeeded up to dep...
I'm trying to deploy new web application in Tomcat 6.0, but whenever I click on start button, I repeatedly getting FAIL - Application at context path /Hello could not be started. Other deployed application running fine, whenever I click on start button. But why not this application?
web-xml:
<web-app xmlns="http://java.sun.com/xml/ns...
I have a Visual Studio 2008 solution which is multi-layered.
In one of those projects (which is not the main project and is actually a Class library) i have a Crystal Report file which i want to be included in the deployment of the application.
I tried several settings with no success.
How can i achieve deploying this report file with...
Currently an application of mine is using SQLAlchemy, but I have been considering the possibility of using Django model API.
Django 1.1.1 is about 3.6 megabytes in size, whereas SQLAlchemy is about 400 kilobytes (as reported by PyPM - which is essentially the size of the files installed by python setup.py install).
I would like to use...
I'm wanting to use Grouping in CListCtrls, which seems to have been introduced in Common Controls 6. CC6 only came out with XP, so we have a problem with Windows 2000 and earlier. Deploying a new version of Comctl32.dll would seem to be the solution - however, our software has the requirement of being a standalone executable.
Is there a...
Hi,
I want to deploy an MVC application on IIS 5.1. I am using MVC 2.
How can I do so? It seems bit difficult?
regards,
Kaps
...
I have two computers , I don't want to install weblogic and oracle in my development computer, they consume too much memory, the problem is how can I deploy my application on development computer to another free computer which has oracle and weblogic installed ? I am using weblogic 10.3.
...
If I make a spring mvc application, what are the things I have to do to deploy the application? (say its a commercial application)
What options do I have? Do all applications compress the classes into a .war file?
/WEB-INF/web.xml, appname-servlet.xml, etc.
/WEB-INF/jsp/*.*
/WEB-INF/appname.war ???
...
I am currently trying to automate the deployment process of our rails app as much as possible, so that a clean build on the CI server can trigger an automated deployment on a test server.
But I have run into a bit of a snag with the following scenario:
I have added the friendly_id gem to the application. There's a migration that creates...
Hi,
On WebLogic 10.0 I use the "Shared J2EE Libraries" ( http://download.oracle.com/docs/cd/E11035_01/wls100/programming/libraries.html ) feature of WLS to group some jars which would need to be accessible in multiple ear's. These jars resided on the system classpath, and I try to move them into the shared lib from there.
My problem is...
I am running into deployment issues for a SL3, WCF application that runs fine on development machine on built in server as well as deployed on development machine IIS (it is on XP and hence IIS 5.1). Note that the service accesses some data files that are mirrored on dev. server but ultimately has to be using deployment server data. Howe...
In Tomcat 5, I would build a WAR file and place it on my test server. On this server there was a my-app.xml file in the CATALINA_HOME/conf/[EngineName]/[HostName] directory that pointed to my test database. Once I finished testing, I would send the WAR file to my clients IT department and they would put the file in the CATALINA_HOME/weba...
Hi.
I'm running production server with 12 projects written in PHP and Python (Django framework).
The problem is that every time i commit something to svn i have to ssh to server and do svn update manually. I've made a simple shell script for this, but it's definitenly not an option.
I thought about capistrano+webistrano, but for this i'...