Forum Discussion
aksanoop
11 years agoOccasional Contributor
Hi Renato,
Thanks for your mail.
I changed 4.3.2 httpclient version to 4.3 but it didn't work.
Then i worked on your next work around of copying grapes libraries into load ui grapes and it worked for me.
But now i am getting error of unresolved class...it says
startup failed:
13org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script7.groovy: 18: unable to resolve class org.apache.http.entity.mime.content.FileBody
@ line 18, column 1.
import org.apache.http.entity.mime.content.FileBody;
^
Script7.groovy: 17: unable to resolve class org.apache.http.entity.mime.MultipartEntity
@ line 17, column 1.
import org.apache.http.entity.mime.MultipartEntity;
^
Script7.groovy: 20: unable to resolve class org.codehaus.groovy.grails.web.json.JSONObject
@ line 20, column 1.
import org.codehaus.groovy.grails.web.json.JSONObject
^
Script7.groovy: 19: unable to resolve class org.apache.http.entity.mime.content.StringBody
@ line 19, column 1.
import org.apache.http.entity.mime.content.StringBody;
^
4 errors
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302)
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:858)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:548)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:497)
Could you please help me on how to fix these issues? Which libraries i need to copy ?
Thanks & regards,
Anoop.
Thanks for your mail.
I changed 4.3.2 httpclient version to 4.3 but it didn't work.
Then i worked on your next work around of copying grapes libraries into load ui grapes and it worked for me.
But now i am getting error of unresolved class...it says
startup failed:
13org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script7.groovy: 18: unable to resolve class org.apache.http.entity.mime.content.FileBody
@ line 18, column 1.
import org.apache.http.entity.mime.content.FileBody;
^
Script7.groovy: 17: unable to resolve class org.apache.http.entity.mime.MultipartEntity
@ line 17, column 1.
import org.apache.http.entity.mime.MultipartEntity;
^
Script7.groovy: 20: unable to resolve class org.codehaus.groovy.grails.web.json.JSONObject
@ line 20, column 1.
import org.codehaus.groovy.grails.web.json.JSONObject
^
Script7.groovy: 19: unable to resolve class org.apache.http.entity.mime.content.StringBody
@ line 19, column 1.
import org.apache.http.entity.mime.content.StringBody;
^
4 errors
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302)
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:858)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:548)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:497)
Could you please help me on how to fix these issues? Which libraries i need to copy ?
Thanks & regards,
Anoop.