Unable to build android application in kony Visualizer 8.2.x

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi I am trying to build andorid application with Kony Visualizer 8.2.x. please find below log:

eclipse.buildId=4.3.2.M20140221-1700

java.version=1.8.0_151

java.vendor=Oracle Corporation

BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US

Framework arguments: -perspective com.pat.tool.keditor.perspective.KonyPerspective -application org.eclipse.ui.ide.workbench -product com.kony.ide.paas.branding.studio -keyring /Users/shashikumarkurakula/.eclipse_keyring -showlocation

Command-line arguments: -os macosx -ws cocoa -arch x86_64 -perspective com.pat.tool.keditor.perspective.KonyPerspective -application org.eclipse.ui.ide.workbench -product com.kony.ide.paas.branding.studio -keyring /Users/shashikumarkurakula/.eclipse_keyring -showlocation

Error

Tue Aug 07 16:03:42 IST 2018

HTTP GET on http://www.google.com failed . Details - No route to host (Host unreachable)

java.net.NoRouteToHostException: No route to host (Host unreachable)

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)

at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)

at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)

at java.net.Socket.connect(Socket.java:589)

at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72)

at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125)

at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)

at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)

at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)

at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)

at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)

at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)

at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)

at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)

at com.kony.studio.Proxy.excute(Proxy.java:91)

at com.kony.studio.Proxy.excute(Proxy.java:60)

at com.kony.studio.StudioContext.isInternetReachable(StudioContext.java:1295)

at com.pat.tool.keditor.tasks.AndroidPackageManager.setCommonAntProperties(AndroidPackageManager.java:756)

at com.pat.tool.keditor.tasks.AndroidPackageManager.execute(AndroidPackageManager.java:165)

at com.pat.tool.keditor.tasks.Task.executeWithStatus(Task.java:260)

at com.pat.tool.keditor.utils.KJob.run(KJob.java:80)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

Note: When clicked the link: http://www.google.com from Kony Console log its opening google is opening in web browser

Thank you,

Regards

Hi @Lily Bell​ ,

It seems to be proxy is configured in your machine, Please follow below guide and confirm if proxy is configured as mentioned in the guide. That is,

---- Proxy should be configured in eclipse.ini available under visualizer installation folder

---- Proxy to be configured in Visualizer under preferences window

---- And configure manual proxy for your machine.

All these details are mentioned in the below guide for both MAC and Windows machine. Kindly check if you have followed all the steps and configured proxy

http://docs.kony.com/konylibrary/visualizer/visualizer_user_guide/Default.htm#UseProxyServer.htm%3FTocPath%3DConfiguring%2520Your%2520Computer%7C_____6

3. Once all the proxy is configured as mentioned in the above guide, follow step1 and let us know the update here.

4. Please ensure that all these URL's are whitelisted ("http*://*google.com*" Note: Please whitelist with the stars "*", "maven.google.com", "http://jcenter.bintray.com", "https://repo.maven.apache.org/maven2/") form the network connections.