JBoss error: Incomplete Deployment listing

Hello,
Have installed JBoss3.0.7/Tomcat4.1.24 to c:\jboss307 on webM6.0.1/Win2k/Sun1.3.1_07 JDK. Created c:\jboss307\server\myhome\ and copied contents of c:\jboss307\server\minimal to this directory. Started JBoss successfully. Tried to deploy file wmUsersEJB.jar to c:\jboss307\server\gbsei\deploy\ but ERROR message:

“…2003-06-17 12:59:37,101 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation ‘checkIncompleteDeployments()’
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
[org.jboss.deployment.DeploymentInfo@1d4994ff { url=file:/C:/jboss307/server/gbsei/deploy/wmUsersEJB.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss307/server/gbsei/deploy/wmUsersEJB.jar
lastDeployed: 1055818777091
lastModified: 1055818777081
mbeans:
]…”

Any ideas???
Cheers, John

FYI…
Came across problem when trying Mark Carlson’s article ‘Invoking EJBs in JBoss 3 using webMethods 6’ in the JBoss Interest Group. Mark suggested to copy the \server\default directory, rather than the \server\minimal. All worked fine after doing this.