B4J Question Windows VPS on AWS - not exe working

gabriels

Member
Licensed User
Hi there! , I have implemented a free tier VPS on AWS
1611415966780.png


I have uploaded the build folder which is working ok on Windows 10 and Windows 8 .
When I tried to run the exe file for a UI App, nothing happens , but looking at Event viewer :

1611416564877.png

----- With this description
Faulting application name: result.exe, version: 0.0.0.0, time stamp: 0x60084eae
Faulting module name: KERNELBASE.dll, version: 10.0.17763.1697, time stamp: 0xb157f7ff
Exception code: 0xe0434352
Fault offset: 0x00000000000396c9
Faulting process id: 0x127c
Faulting application start time: 0x01d6f19b793378b1
Faulting application path: C:\Users\Administrator\Desktop\build\result.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 7e47c91a-d0b7-4097-be89-8b6249ae9d1f
Faulting package full name:
Faulting package-relative application ID:
--------------------------------------------
Application: result.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
at System.Diagnostics.Process.StartWithShellExecuteEx(System.Diagnostics.ProcessStartInfo)
at B4JRunner.Program.Main(System.String[])
----------------------------------------------------------------------------------

Seems something related with .NET ??
.NET is installed --
1611416544550.png


But ...... the very estrange situation is when I run "run_debug.bat"
Everything works fine, no error message at all
But It takes too much time to initiate and response is low in general
no error messages or warnings are in event viewer

the same situation as above is when I try to run from java, from bin folder as
java -jar jar.jar

So , what is wrong with exe file/environment in this Data Center Server ?

Thanks in advance
Regards !
 

Attachments

  • 1611416534625.png
    1611416534625.png
    5.1 KB · Views: 158

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello,

did you try the following tutorial ?

because i have a B4J server installed in Microsoft VPS and it works pretty fine,
Try to enable the .net 3.5 framework + download the JAVA mentioned in the link above
 
Upvote 0

gabriels

Member
Licensed User
Thanks for your attention sfsameer ; link provided doesn't belong to VPS based on Windows , is for Linux

I have copy/ paste again all the build folder and works fine , may something went wrong in the previous copy/paste and exe went corrupted.

By the way, no need to install .net 3.5 framework or set global path to JAVA runtimes
Regards !
 
Upvote 0

sfsameer

Well-Known Member
Licensed User
Longtime User
Thanks for your attention sfsameer ; link provided doesn't belong to VPS based on Windows , is for Linux

I have copy/ paste again all the build folder and works fine , may something went wrong in the previous copy/paste and exe went corrupted.

By the way, no need to install .net 3.5 framework or set global path to JAVA runtimes
Regards !
Glad to hear that you got it fixed :)
 
Upvote 0
Top