[jboss-user] [Management, JMX/JBoss] - Error while deploying application using JMX

2007-01-29 Thread litalh
Hi, When trying to deploy my application on jboss 4.0.5 using JMX this way: MBeanServerConnection server = (MBeanServerConnection) ctx.lookup(jmx/invoker/RMIAdaptor); server.invoke(jboss.system:service=MainDeployer, deploy, new

[jboss-user] [Installation, Configuration Deployment] - error while deploying application using JMX

2007-01-28 Thread litalh
Hi, When I try to deploy my application using the JMX over RMI I get the following error: MBeanException: null Cause: Incomplete Deployment listing: --- Packages waiting for a deployer --- [EMAIL PROTECTED] {

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-service.xml in version 4.0.5

2007-01-23 Thread litalh
Hi, I would be happy to ignore the debug message. The problem is the deployment doesn't work on 4.0.5. I thought this might be beacuse of the jboss-service.xml.Does this message doesn't indicate of a problem ? Do you have any idea about this ? Thanks, Lital View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: problem deploy in jboss 4.0.5.

2007-01-22 Thread litalh
hi, These are the debug information when trying to deploy: 2007-01-16 19:29:52,280 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSightInstallerService.deployer 2007-01-16 19:29:52,280 DEBUG

[jboss-user] [Installation, Configuration Deployment] - deploy on jboss 4.0.5

2007-01-18 Thread litalh
Hi all, I'm trying to deploy my application on jboss 4.0.5. For that I'm using jbossall-client.jar. I couldn't deploy it and got the following information in the jboss log: 2007-01-18 18:21:07,021 DEBUG [org.jboss.deployment.MainDeployer] Copying

[jboss-user] [Installation, Configuration Deployment] - problem deploy in jboss 4.0.5.

2007-01-17 Thread litalh
Hi all, I'm trying to deploy a deployer in jboss version 4.0.5 and get the following error: javax.management.MBeanException: nested exception is Incomplete Deployment listing: --- Packages waiting for a deployer --- [EMAIL PROTECTED] {

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jBossall-client.jar and servlet 2.3 specification violat

2006-09-13 Thread litalh
hi, I've a similar problem. Did you find out which client libraries we should use to connect to jboss 4.0.3 ? I could really use your help:( Lital View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971255#3971255 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - client libraries to connect to jboss 4.0.3

2006-09-11 Thread litalh
Hi all, I'm trying to connect to jboss version 4.0.3. Since I'm using its client libraries I've replaced them with the ones sutiable for version 4.0.3. The list is as follows: jboss-client.jar jboss-common-client.jar jboss-j2ee.jar jboss-remoting.jar jbosssx-client.jar