cancel
Showing results for 
Search instead for 
Did you mean: 

InvocationTargetException

nm_santos
Champ in-the-making
Champ in-the-making
Hi,

I'm trying to deploy Alfresco 4.0d Community in a VM with Windows Server 2008.

After configuring alfresco-global.properties and share-custom-config, I try to start tomcat but I always get an error at this line:

 
INFO: deploying web application archive share.war
java.lang.reflect.InvocationTargetException

And it just hangs there.

I've tried googling it, but found no answers that relate to Alfresco..

Regards,

Nuno.
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

it is not a surprise that you don't find anything related to Alfresco based on the information you have. InvocationTargetException is a VERY general error in Java and completely useless unless you can find out what is the technical cause of it. Unfortunately, you can almost never get to that unless you are a developer. Have you looked into some other logfiles to see if there might be some more information logged around the same time you tried to start tomcat?

Regards
Axel