airpal icon indicating copy to clipboard operation
airpal copied to clipboard

Issue running Airpal

Open surendraGaddam99 opened this issue 8 years ago • 6 comments

image

image

Even after setting SET NODE_ENV='development' I am not able to open Airpal home page

surendraGaddam99 avatar Jun 14 '16 09:06 surendraGaddam99

is port 8081 accepting connections? Did you try connecting to 8080 or any other open port?

gneets avatar Jun 14 '16 23:06 gneets

image These are the ports listening in my VM. I tried connecting to 8008 port and 8880 ports but showing as Unable to start server as Address is already in use.

surendraGaddam99 avatar Jun 15 '16 02:06 surendraGaddam99

Seems like app.js and plugin.js are not getting packaged in the jar. I hit this issue too when I was trying to specify presto version during build. What command do you use in step 1? Just run "./gradlew clean shadowJar" and move on.

gneets avatar Jun 15 '16 18:06 gneets

Which version of node and npm combination is better for running Airpal application ? Currently i used 0.12 node , 2.5.1 for npm .

Thanks Surendra

surendraGaddam99 avatar Jun 16 '16 13:06 surendraGaddam99

image I am able to see sample text hello world after running Airpal but React Js components are not loaded properly. So the page is showing blank. How to fix this issue .

image

surendraGaddam99 avatar Jun 16 '16 13:06 surendraGaddam99

i have the same issue,

➜  ~ node -v
v7.0.0
➜  ~ npm -v
3.10.8

but 123

M2shad0w avatar Nov 06 '16 15:11 M2shad0w