PDA

View Full Version : 4.3 swf9 compilation problem?!


ramakrishna
05-18-2009, 03:14 AM
Hi,
i updated to 4.3 and when i compile to swf9 the compiler says:

org.openlaszlo.sc.CompilerError: Exception creating files for external compilation: java.io.FileNotFoundException: C:\Program Files\Apache Software Foundation\Tomcat 6.0\temp\lzswf9\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\lps-4.3.0\homepage\build\homepage\$lzc$class_$2F$40sel ect_country_class$2F$40country_vw1$2F$40top_countr y$2F$40all_country_data_vw$2F$40all_country_data_v w_child1$2F$40all_country_data_vw_child3$2F$40coun try_data_vw_child1$2F$40country_detail_vw1$2F$40co untry_detail_vw1_txt$2F$40cnt_id1.as (The filename, directory name, or volume label syntax is incorrect)

help is greatly appreciated.

thanks in advance,
ramakrishna

caducarbonari
05-18-2009, 10:56 AM
try to clean laszlo cash and recompile again

ramakrishna
05-18-2009, 09:07 PM
hi caducarbonari,

thanks for quick reply.

"try to clean laszlo cash and recompile again"

am not clear on this, clean laszlo cache means what...?

I deleted my browser cache, cookies and recompiled , but it is showing the same problem.

am compiling file like :
http://localhost:8080/lps-4.3.0/homepage/homepage.lzx?lzproxied=false&lzr=swf9

after compilation:
Compilation Errors
org.openlaszlo.sc.CompilerError: Exception creating files for external compilation: java.io.FileNotFoundException: C:\Program Files\Apache Software Foundation\Tomcat 6.0\temp\lzswf9\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\lps-4.3.0\homepage\build\homepage\$lzc$class_$2F$40sel ect_country_class$2F$40country_vw1$2F$40top_countr y$2F$40all_country_data_vw$2F$40all_country_data_v w_child1$2F$40all_country_data_vw_child3$2F$40coun try_data_vw_child1$2F$40country_detail_vw1$2F$40co untry_detail_vw1_txt$2F$40cnt_id1.as (The filename, directory name, or volume label syntax is incorrect)


what is the problem here in lps4.3.0(swf9)................?

LaSlow
05-20-2009, 04:18 AM
Hi,
to clear the cache use:

http://localhost:8080/lps-4.3.0/homepage/homepage.lzx?lzt=clearcache

ramakrishna
05-20-2009, 09:32 PM
hi LaSlow,

thanks for your reply,

http://localhost:8080/lps-4.3.0/homepage/homepage.lzx?lzt=clearcache

it is clearing the cache , but after clearing cache also same compilation error it is showing..

any idea.....?


thanks in advance,
ramakrishna

senshi
05-21-2009, 03:00 PM
Hmm, so the compiler generates too long filenames. I've created LPP-8216 (http://www.openlaszlo.org/jira/browse/LPP-8216) for you.

ramakrishna
05-27-2009, 10:25 PM
hi senshi,

thanks for your reply.

but what is the solution for this...?

how can i proceed to next level...?

plz help me....

senshi
05-29-2009, 05:48 AM
but what is the solution for this...?

Tucker gave a temporary workaround in the bugreport:

A workaround is to give one of the nested views an `id` property, (thus giving an anchor for a shorter path).