[Cppcms-users] Error Running Forms Example on cppcms 0.99.8
Brought to you by:
artyom-beilis
From: Daniel R. <dan...@li...> - 2011-07-25 15:36:04
|
Hello people, I'm Daniel first time here !. Im trying cppcms 0.99.8 newest version. The Hello World works fine, but when I try the forms example the browser doesn't show anything, This is the console log: server@xxx:~/forms$ c++ hello.cpp -lcppcms -o helloserver@xxx:~/forms$ ./hello -c config.js 2011-07-25 15:27:18 GMT; cppcms, error: Caught exception [There is no such skin:]0x2b04e4: booster::stack_trace::trace(void**, int) + 0x24 in /usr/local/lib/libbooster.so.00x804b7d1: ??? + 0x804b7d1 in ./hello0x804b928: booster::runtime_error::runtime_error(std::string const&) + 0x30 in ./hello0x804bb5a: cppcms::cppcms_error::cppcms_error(std::string const&) + 0x18 in ./hello0xc91c86: cppcms::views_pool::render(std::string, std::string, std::ostream&, cppcms::base_content&) + 0x9b6 in /usr/local/lib/libcppcms.so.10xc7b999: cppcms::application::render(std::string, cppcms::base_content&) + 0x99 in /usr/local/lib/libcppcms.so.10x804ce08: ??? + 0x804ce08 in ./hello0xc7451a: cppcms::http::context::dispatch(booster::intrusive_ptr<cppcms::application>, std::string, bool) + 0x7a in /usr/local/lib/libcppcms.so.10xc75f08: booster::function<void ()()>::callable_impl<void, cppcms_boost::_bi::bind_t<void, void (*)(booster::intrusive_ptr<cppcms::application>, std::string, bool), cppcms_boost::_bi::list3<cppcms_boost::_bi::value<booster::intrusive_ptr<cppcms::application> >, cppcms_boost::_bi::value<std::string>, cppcms_boost::_bi::value<bool> > > >::call() + 0x68 in /usr/local/lib/libcppcms.so.10xc77dc7: cppcms::impl::thread_pool::worker() + 0xa7 in /usr/local/lib/libcppcms.so.10xc7773e: booster::function<void ()()>::callable_impl<void, cppcms_boost::_bi::bind_t<void, cppcms_boost::_mfi::mf0<void, cppcms::impl::thread_pool>, cppcms_boost::_bi::list1<cppcms_boost::_bi::value<cppcms::impl::thread_pool*> > > >::call() + 0x1e in /usr/local/lib/libcppcms.so.10x322f4a: booster_thread_func + 0x2a in /usr/local/lib/libbooster.so.00x35380e: ??? + 0x35380e in /lib/tls/i686/cmov/libpthread.so.00x1dca0e: clone + 0x5e in /lib/tls/i686/cmov/libc.so.6 (http_context.cpp:145)2011-07-25 15:27:18 GMT; cppcms, error: Caught exception [There is no such skin:]0x2b04e4: booster::stack_trace::trace(void**, int) + 0x24 in /usr/local/lib/libbooster.so.00x804b7d1: ??? + 0x804b7d1 in ./hello0x804b928: booster::runtime_error::runtime_error(std::string const&) + 0x30 in ./hello0x804bb5a: cppcms::cppcms_error::cppcms_error(std::string const&) + 0x18 in ./hello0xc91c86: cppcms::views_pool::render(std::string, std::string, std::ostream&, cppcms::base_content&) + 0x9b6 in /usr/local/lib/libcppcms.so.10xc7b999: cppcms::application::render(std::string, cppcms::base_content&) + 0x99 in /usr/local/lib/libcppcms.so.10x804ce08: ??? + 0x804ce08 in ./hello0xc7451a: cppcms::http::context::dispatch(booster::intrusive_ptr<cppcms::application>, std::string, bool) + 0x7a in /usr/local/lib/libcppcms.so.10xc75f08: booster::function<void ()()>::callable_impl<void, cppcms_boost::_bi::bind_t<void, void (*)(booster::intrusive_ptr<cppcms::application>, std::string, bool), cppcms_boost::_bi::list3<cppcms_boost::_bi::value<booster::intrusive_ptr<cppcms::application> >, cppcms_boost::_bi::value<std::string>, cppcms_boost::_bi::value<bool> > > >::call() + 0x68 in /usr/local/lib/libcppcms.so.10xc77dc7: cppcms::impl::thread_pool::worker() + 0xa7 in /usr/local/lib/libcppcms.so.10xc7773e: booster::function<void ()()>::callable_impl<void, cppcms_boost::_bi::bind_t<void, cppcms_boost::_mfi::mf0<void, cppcms::impl::thread_pool>, cppcms_boost::_bi::list1<cppcms_boost::_bi::value<cppcms::impl::thread_pool*> > > >::call() + 0x1e in /usr/local/lib/libcppcms.so.10x322f4a: booster_thread_func + 0x2a in /usr/local/lib/libbooster.so.00x35380e: ??? + 0x35380e in /lib/tls/i686/cmov/libpthread.so.00x1dca0e: clone + 0x5e in /lib/tls/i686/cmov/libc.so.6 (http_context.cpp:145) Any Clue ?? |