Open arnavbhartiya opened 8 years ago
Hey Damien @docteau , Thanks for the reply. That worked ! I was wondering if there is a documentation or an example analysis on how to interpret the result which I got in the database. Excuse me for the naivety.
Thanks, Arnav
Hello java -jar ic3-0.2.0-full.jar -apkormanifest 1.apk -input outputp/retargeted/1 -cp android.jar -db cc.properties cc.properties should how to write? question follow as: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:408)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1137)
at com.mysql.jdbc.MysqlIO.
Hi,
For cc.properties, please follow the template from https://github.com/siis/ic3/blob/master/src/main/resources/db/cc.properties.template. You need to specify your MySQL user name and password. Note that the user you specify should have the proper permissions to perform SELECT and INSERT queries.
Regards, Damien
Hi,
Thank you for reporting this. There is indeed an issue with a null pointer exception when no output is specified. In order to avoid this, either use the -protobuf or -db option (see http://siis.cse.psu.edu/ic3/installation.html for how to use these options). This should be fixed for the next version.
Thanks, Damien