L.S.,

Did you manage to build and install the Jboss deployer on your container? Without it, you can't hotdeploy this type of file to JBoss directly. If you only installed the 3.2.1 WAR distribution, you can access the ServiceMix web console and install your SU/SA artifacts through that -- the console is usually available at http://localhost:8080/servicemix-web/.

Regards,

Gert

anoweb wrote:
I am running JBoss 4.2.2 and ServiceMix 3.2.1 Web Application (WAR file) is
deployed.

I am trying to deploy the "filebinding-sm.xml"
(http://servicemix.apache.org/jboss-deployer.html) but when I do that I get
this output in the JBoss console:

--- Packages waiting for a deployer ---
[EMAIL PROTECTED] {
url=file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/filebinding-sm.xml }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/filebinding-sm.xml
altDD: null
lastDeployed: 1214490607878
lastModified: 1214490607863
mbeans:

[EMAIL PROTECTED] {
url=file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/inbox/a-pdf.pdf }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/inbox/a-pdf.pdf
altDD: null
lastDeployed: 1214490607894
lastModified: 1214490607878
mbeans:

--- Incompletely deployed packages ---
[EMAIL PROTECTED] {
url=file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/filebinding-sm.xml }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/filebinding-sm.xml
altDD: null
lastDeployed: 1214490607878
lastModified: 1214490607863
mbeans:

[EMAIL PROTECTED] {
url=file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/inbox/a-pdf.pdf }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/dev/jboss-4.2.2.GA/server/default/deploy/inbox/a-pdf.pdf
altDD: null
lastDeployed: 1214490607894
lastModified: 1214490607878
mbeans:

As you can see I have an inbox folder with a pdf file in it and an empty
outbox folder.

any ideas why it has a problem?

Reply via email to