Page 1 of 1

error during deployment - incompletely deploy

PostPosted:Thu Aug 28, 2008 8:31 am
by badlis
Anyone can help? I\'ve got this error in my installation. I have set the JAVA_OPTS with \" -Dhttp.proxyHost=172.28.XX.XX -Dhttp.proxyPort=8080 -Dhttp.proxyUser=XXXX -Dhttp.proxyPassword=XXXX.

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@296fc890 { url=file:/C:/OpenKM-2.0/server/default/deploy/OpenKM.ear }
deployer: org.jboss.deployment.EARDeployer@29d294
status: Deployment FAILED reason: Could not create deployment: file:/C:/OpenKM-2.0/server/default/tmp/deploy/tmp36814OpenKM.ear-contents/OpenKM.war; - nested throwable: (javax.xml.ws.WebServiceException:org.dom4j.DocumentException: Server returned HTTP response code: 407 for URL: http://java.sun.com/dtd/web-app_2_3.dtd Nested exception: Server returned HTTP response code: 407 for URL: http://java.sun.com/dtd/web-app_2_3.dtd)

Re:error during deployment - incompletely deploy

PostPosted:Thu Aug 28, 2008 3:58 pm
by jllort
Have you internet connection on it computer ? there\'s some related bug on Jboss that for extrange reason needs to validate xml files by internet uri ( dtd). If it\'s your case you\'ve got two solutions, provide internet access to it server or remove from OpenKM.war file ( under OpenKM.ear ) the files under ws directory ( WEB-INF/classes/ws if I remember correctly ).

Re:error during deployment - incompletely deploy

PostPosted:Fri Aug 29, 2008 3:52 am
by badlis
OK, I finally managed to proceed with the installation. Its is about the login/authentication parameter. The problems also mentioned in this links:

http://www.openkm.com/Installation/155- ... age-2.html