Hey All, i just got fantom and tales up 30mins before. not sure this is right place to post this.
when i hit localhost:8000 i get below error
ERROR: / sys::Err: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory tales::Get.process (Get.fan:16) tales::TalesMod.onGet (TalesMod.fan:48) web::Weblet$.onService (Weblet.fan:59) web::WebMod.onService (WebMod.fan:15) wisp::WispActor.doService (WispActor.fan:194) wisp::WispActor.process (WispActor.fan:78) wisp::WispActor.receive (WispActor.fan:48) concurrent::Actor._dispatch (Actor.java:225) concurrent::Actor._work (Actor.java:196) concurrent::ThreadPool$Worker.run (ThreadPool.java:255)
Looks like one of Apache Commons' jars is missing. Make sure you copied all jars from tales distribution to $FAN_HOME/lib/java/ext/
$FAN_HOME/lib/java/ext/
See installation notes. Also Tales has its own forum.
Login or Signup to reply.
nandan Wed 1 Dec 2010
Hey All, i just got fantom and tales up 30mins before. not sure this is right place to post this.
when i hit localhost:8000 i get below error
ERROR: / sys::Err: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory tales::Get.process (Get.fan:16) tales::TalesMod.onGet (TalesMod.fan:48) web::Weblet$.onService (Weblet.fan:59) web::WebMod.onService (WebMod.fan:15) wisp::WispActor.doService (WispActor.fan:194) wisp::WispActor.process (WispActor.fan:78) wisp::WispActor.receive (WispActor.fan:48) concurrent::Actor._dispatch (Actor.java:225) concurrent::Actor._work (Actor.java:196) concurrent::ThreadPool$Worker.run (ThreadPool.java:255)
vkuzkokov Wed 1 Dec 2010
Looks like one of Apache Commons' jars is missing. Make sure you copied all jars from tales distribution to
$FAN_HOME/lib/java/ext/
See installation notes. Also Tales has its own forum.