iOS Question Cannot Create Push Store (B4X Push Server)

Peter Yeung

Member
Licensed User
Longtime User
Hello,

Today I faced an error when I want to create Push Store (B4X Push Server), I could do this in 2019.

The error was:

Push Store Error.png


An error occurred.
Error creating key: Out: Error occurred
during initialization of VM
java.lang.Error: Properties init: Could not
detemine current working directory.
at
java.lang.System.initProperties(Native
Method)
at
java.lang.System.initializeSystemClass
(System.java:1163)

my B4i Anywhere Software Version: 5.00

java -version

java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)

aps.cer file was in the key folder. Can create Firebase Server key, just B4X Push Server failed.

Thanks a lot for your help!
 

Peter Yeung

Member
Licensed User
Longtime User
I cannot understand. I was able to do that in few monthes before, are there any workaround to fix the java error and create the push store key? I can develop the app much faster using the past methods. Thanks again.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
I will write again:

1. No point in developing with B4i v5.00 unless you are not planning upload your apps to the app store.
2.
I can develop the app much faster using the past methods.
That's wrong. It is much simpler to develop with Firebase. If you try it you will see.

3. I've just tried to create a B4X push key and it worked properly.

Check the build server logs for more information.
 
Upvote 0

Peter Yeung

Member
Licensed User
Longtime User
Dear Erel,

I upgraded to v6.5. Can Build Release App with no Error. Just cannot Create the B4X push key. Same Error Message. I need the key for push service. Do I need to upgrade the JAVA?

An error occurred.
Error creating key: Out: Error occurred
during initialization of VM
java.lang.Error: Properties init: Could not
detemine current working directory.
at
java.lang.System.initProperties(Native
Method)
at
java.lang.System.initializeSystemClass
(System.java:1163)

my B4i Anywhere Software Version: 6.50

java -version

java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)
 
Upvote 0

Peter Yeung

Member
Licensed User
Longtime User
It fixed, I changed the hosted builder login and some details (32-bitsb/64 bits) again and again. Finally it works. Thanks Erel!
 
Upvote 0
Top