I am trying to get an application called Vernon Browser working on JBoss 4.01 SP1 running on a Windows 2003 server, with a SQL Server 2000 database behind it.
I have installed the JDK Version 1.5.0.02, SQL Server 2000 Driver for JDBC Service Pack 3, and JBoss 4.0.1 SP1. JBoss is installed and it is running and I can see the console on http://localhost:8080/jmx-console. I have also installed the isapi_redirector2.dll (from the tomcat website) so IIS will pass jsp requests to JBoss, and IIS Manager shows this as working i.e. I get a green arrow. (Although I have no way to test this is really working? Any suggestions?) So now I just need some guidance as to the final steps to get the Vernon Browser running. The instructions I have say to copy opac.ear directory from the CD to jboss\server\default\deploy, I have done this but it is not working. I get the following messages 10:19:22,657 ERROR [URLDeploymentScanner] Incomplete Deployment listing: Incompletely deployed packages: [EMAIL PROTECTED] { url=file:/C:/jboss/jboss-4.0.1sp1 /server/default/deploy/opac.ear/opac-web.war/ } deployer: [EMAIL PROTECTED] status: Deployment FAILED reason: URL file:/C:/jboss/jboss-4.0.1sp1/server/def ault/deploy/opac.ear/opac-web.war/ deployment failed state: FAILED watch: file:/C:/jboss/jboss-4.0.1sp1/server/default/deploy/opac.ear/opac-web.w ar/WEB-INF/web.xml altDD: null lastDeployed: 1115889535197 lastModified: 1115826829821 mbeans: [EMAIL PROTECTED] { url=file:/C:/jboss/jboss-4.0.1sp1 /server/default/deploy/opac.ear/ } deployer: [EMAIL PROTECTED] status: Deployment FAILED reason: URL file:/C:/jboss/jboss-4.0.1sp1/server/def ault/deploy/opac.ear/opac-web.war/ deployment failed state: FAILED watch: file:/C:/jboss/jboss-4.0.1sp1/server/default/deploy/opac.ear/META-INF/a pplication.xml altDD: null lastDeployed: 1115889535197 lastModified: 1115826829921 mbeans: MBeans waiting for other MBeans: ObjectName: jboss.web.deployment:war=opac-web.war,id=701403341 state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: URL file:/C:/jboss/jbo ss-4.0.1sp1/server/default/deploy/opac.ear/opac-web.war/ deployment failed ObjectName: jboss.j2ee:service=EARDeployment,url='opac.ear' state: CREATED I Depend On: Depends On Me: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.j2ee:service=EARDeployment,url='opac.ear' state: CREATED I Depend On: Depends On Me: ObjectName: jboss.web.deployment:war=opac-web.war,id=701403341 state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: URL file:/C:/jboss/jbo ss-4.0.1sp1/server/default/deploy/opac.ear/opac-web.war/ deployment failed 10:19:23,758 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808 0 10:19:24,359 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009 10:19:24,479 INFO [JkMain] Jk running ID=0 time=0/320 config=null 10:19:24,609 INFO [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: CVSTag=JBos s_4_0_1_SP1 date=200502160314)] Started in 1m:32s:854ms Does anyone know why the war deployment might fail? and what can I do to fix it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877464#3877464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877464 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
