Re: JBoss (Jetty)/Cocoon/Wyona-CMS...
Jonas Sunryd <[email protected]> Fri, 21 Mar 2003 13:14:26 +0100 (MET)
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 21 Mar 2003, Alex McLintock wrote:
> One problem you may find is that you are specifying
> pubs.root.dirs=src/webapp/lenya/pubs:/home/lenya/src/lenya-pubs
> when in fact /home/lenya/ is not in cvs and so probably doesn't exist.
fixed that. thx!
> As for the two compile time errors - are you sure you have done a clean
> build? (ie ant clean before ant install)
did that, no compiling errros occurs. thx again!
> However even when you compile the current development version I got this
> error with the recommended tomcat version.
I'm getting this when I start up JBoss
-------Output-------------
13:05:28,702 INFO [MainDeployer] Deployed package:
file:/opt/binarysite/jboss-3.0.6/server/default/deploy/jmx-ejb-adaptor.jar
13:05:28,843 INFO [MainDeployer] Starting deployment of package:
file:/opt/binarysite/jboss-3.0.6/server/default/deploy/jmx-console.war/
13:05:31,577 INFO [Manager] cloning Manager:
org.mortbay.j2ee.session.Manager@1724a9d
13:05:31,679 INFO [JBossWebApplicationContext]
setDistributableSessionManager org.mortbay.j2ee.session.Manager@cc7439
13:05:32,394 INFO [jbossweb] Registered
jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console
13:05:34,589 INFO [jbossweb] Started
WebApplicationContext[/jmx-console,file:/opt/binarysite/jboss-3.0.6/server/default/deploy/jmx-console.war/]
13:05:35,251 INFO [jbossweb] successfully deployed
file:/opt/binarysite/jboss-3.0.6/server/default/deploy/jmx-console.war/ to
/jmx-console
13:05:35,331 INFO [MainDeployer] Deployed package:
file:/opt/binarysite/jboss-3.0.6/server/default/deploy/jmx-console.war/
13:05:35,411 INFO [MainDeployer] Starting deployment of package:
file:/opt/binarysite/jboss-3.0.6/server/default/deploy/lenya/
13:06:01,499 INFO [MainDeployer] deployment waiting for deployer:
file:/opt/binarysite/jboss-3.0.6/server/default/deploy/lenya/
13:06:01,502 INFO [MainDeployer] Deployment of package:
file:/opt/binarysite/jboss-3.0.6/server/default/deploy/lenya/ is waiting
for an appropriate deployer.
13:06:01,513 ERROR [URLDeploymentScanner] MBeanException: Exception in
MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
[org.jboss.deployment.DeploymentInfo@b5744d3f {
url=file:/opt/binarysite/jboss-3.0.6/server/default/deploy/lenya/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/binarysite/jboss-3.0.6/server/default/deploy/lenya/
lastDeployed: 1048248361501
lastModified: 1048248189000
mbeans:
]Incompletely deployed packages:
[org.jboss.deployment.DeploymentInfo@b5744d3f {
url=file:/opt/binarysite/jboss-3.0.6/server/default/deploy/lenya/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/binarysite/jboss-3.0.6/server/default/deploy/lenya/
lastDeployed: 1048248361501
lastModified: 1048248189000
mbeans:
]MBeans waiting for classes:
<none>
MBeans waiting for other MBeans:
<none>
13:06:01,517 INFO [URLDeploymentScanner] Started
13:06:01,518 INFO [MainDeployer] Deployed package:
file:/opt/binarysite/jboss-3.0.6/server/default/conf/jboss-service.xml
13:06:01,601 INFO [Server] JBoss (MX MicroKernel) [3.0.6
(CVSTag=JBoss_3_0_6 Date=200301260037)] Started in 1m:51s:901ms
---------
Thx in advance for all help!
/Jonas