B4J Question [ABMaterial] After deploy App in Ubuntu VPS keep refreshing page

Don Oso

Active Member
Licensed User
Longtime User
After deploy App in Ubuntu VPS the app keep refreshing page in an infinity loop, i copy all the necessary files for ABmaterial 4.30

im using java 8

root@go:/home/jadovi/GoApp# java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)


root@go:/home/jadovi/GoApp# ls -l
total 9520
drwxrwxr-x 3 root root 4096 Dec 5 18:30 bin
-rw-rw-r-- 1 root root 5296 Dec 6 02:39 copymewithjar.needs
-rw-rw-r-- 1 root root 38176 Dec 5 18:22 firma.pdn
-rw-rw-r-- 1 root root 11220 Dec 5 18:22 firma.png
-rw-rw-r-- 1 root root 361 Dec 5 19:26 go.cfg
-rw-rw-r-- 1 root root 9575636 Dec 6 14:32 go.jar
-rw-r--r-- 1 root root 1781 Dec 6 14:35 go.log
-rw-rw-r-- 1 root root 9673 Dec 5 18:22 logoc1.png
drwxrwxr-x 2 root root 4096 Dec 6 02:19 logs
-rw-rw-r-- 1 root root 10050 Dec 5 18:22 ObfuscatorMap.txt
-rw-rw-r-- 1 root root 16172 Dec 5 18:22 ordendecompra.pdf
-rw-rw-r-- 1 root root 80 Dec 5 18:21 robots.txt
drwxrwxr-x 3 root root 4096 Dec 5 18:26 src
drwxrwxr-x 7 root root 4096 Dec 5 18:27 www
root@go:/home/jadovi/GoApp#

here the log generated
log.jpg


any clue of what happening??

Thanks.
 

Don Oso

Active Member
Licensed User
Longtime User
I fix the rare problem.... How Fix the problem.. after re install the vps :mad::confused: , my site keep doing the same thing, in firefox and chrome ...

I clear the Cache in Chrome and Firefox .. but the same thing remains .. after adding new domain name in my dns server the site works ..

thats means Application Storage its the guilty... after clear the cache in chrome all returns to normality

upload_2018-12-8_12-18-47.png


All start with some missing permtions in the app installation directory in Ubuntu server , but after fix the permitions in app path , the problemm remains because the application storage keeps all .js files acting wrong . i think o_O, not easy to discover..

But now its running :D

Thanks Alain for your answer
 
Upvote 0
Top