cancel
Showing results for 
Search instead for 
Did you mean: 

impl.fsr.ValidateCommand Unable to validate

jsosic
Champ in-the-making
Champ in-the-making
Hi guys.

I've installed Alfresco 3.2.0 r2 build 2440. After the initialization, at the end of the log, I see the following errors:

18:06:32,687  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [wcm_deployment_receiver, default] complete
Nov 28, 2009 6:06:35 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Nov 28, 2009 6:06:35 PM org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
Nov 28, 2009 6:06:35 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Nov 28, 2009 6:06:35 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 86953 ms
18:06:37,626  ERROR [impl.fsr.ValidateCommand] Unable to validate
java.lang.NullPointerException
   at org.alfresco.deployment.impl.server.Target.validateMetaData(Target.java:148)
   at org.alfresco.deployment.impl.server.Target.validateMetaData(Target.java:126)
   at org.alfresco.deployment.impl.fsr.FileSystemDeploymentTarget.validate(FileSystemDeploymentTarget.java:857)
   at org.alfresco.deployment.impl.fsr.ValidateCommand.run(ValidateCommand.java:35)
   at org.alfresco.deployment.impl.server.DeploymentCommandQueueHousekeeper.poll(DeploymentCommandQueueHousekeeper.java:24)
   at org.alfresco.deployment.impl.server.DeploymentReceiverEngineImpl.run(DeploymentReceiverEngineImpl.java:198)
   at java.lang.Thread.run(Thread.java:619)

Now, I wonder, what could have caused this and how to solve it? Any ideas?
3 REPLIES 3

jsosic
Champ in-the-making
Champ in-the-making
So no ideas about this one?

mrogers
Star Contributor
Star Contributor
I've checked the code and can't see anything obviously wrong.

I'm presuming that you have deployed to the wcm "filesystem" target and then "something" has happened to your metadata.  If you work out what that "something" is then please raise an issue in JIRA.

You can remove the error by removing the contents of the filesystem's metadata folder.     Then when you next deploy it will start all over again.

jsosic
Champ in-the-making
Champ in-the-making
I haven't initialized folders for wcm at all.. I just copied xml where the Alfresco wiki says, and started the tomcat. Maybe I should have configure it prior to deploying it or something? Maybe it's my error…