cancel
Showing results for 
Search instead for 
Did you mean: 

FileNotFound exception while compiling WebDynpro Project

Former Member
0 Kudos

Hi,

I was trying to develop a webdynpro application by installing NetWeaver developer Studio on my local machine and accesing a remote j2EE server. Simple applications run without any problem.But when I am trying out Data Binding and eventing,I am getting compilation error:

com.sap.ide.tools.core.patternfwk.GenerationPluginDataProvider: Unable to configure AvalonLogSystem : java.io.FileNotFoundException: C:\Program Files\SAP\JDT\eclipse\velocity.log (Access is denied) (java.lang.Exception: Unable to configure AvalonLogSystem : java.io.FileNotFoundException: C:\Program Files\SAP\JDT\eclipse\velocity.log (Access is denied))

Any inputs as how to solve the problem?

Thanks and Regards,

Vaijayanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vaijayanth,

this is strange. velocity.log is used for output of messages regarding the code generation process (for example generating controller implementation code). That's all. Please check, if the file exists, if not, try to create it manually. If it exists, it might be locked by another process, but i have no idea, which process.

Hope that helps.

Best regards

Stefan