renatomack / zing

Automatically exported from code.google.com/p/zing
0 stars 0 forks source link

Error calling action method of component with id login:button - I am getting this error when i try to login. Any suggestions? #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

ccompton    
Error calling action method of component with id login:button Caused by: 
java.lang.NoClassDefFoundError - Could not initialize class 
com.iLabs.spice.common.exception.SysException I am on WinXP and followed 
the instructions here http://code.google.com/p/zing/wiki/gettingStarted
  Sep 10, 1:56 am
------------------------------------------------------------------------

Gaurav Nigam    
View profile
  (1 user)  More options Sep 10, 3:07 pm
Hi, 
Did you set this variable: 
COMPOSITE_CONFIG="${ZingWebConfig}/configurations/ 
configurationControlFile.xml" 
For example, use the below command to run Jetty server: 
java -DCOMPOSITE_CONFIG="${ZingWebConfig}/configurations/ 
configurationControlFile.xml " -jar start.jar etc/jetty.xml 
This variable is required at server runtime. 
Regards, 
Gaurav Nigam 

Original issue reported on code.google.com by impetus.opensource on 12 Sep 2008 at 7:56