Now (cause before it worked), I don't know why, I can not launch my project with Vision, it looks like it's going to open the project but one second later the window is closed.
The log is:
TRACE [GatewayCommUtil ] [2024/10/21 16:15:24]: getGatewayRawResponse: using URL http://localhost:8088/system/gwinfo?launcherVersion=1.1.28&launcherAPIVersion=4
TRACE [ClientLauncher ] [2024/10/21 16:15:25]: Multicast data update finished
TRACE [MulticastReceiverService ] [2024/10/21 16:15:30]: Socket is waiting to receive multicast...
TRACE [ClientLauncher ] [2024/10/21 16:15:30]: Multicast data update finished
TRACE [ClientLauncher ] [2024/10/21 16:15:35]: Multicast data update finished
TRACE [MulticastReceiverService ] [2024/10/21 16:15:40]: Socket is waiting to receive multicast...
TRACE [ClientLauncher ] [2024/10/21 16:15:40]: Multicast data update finished
Any idea about this?
Thanks in advance.
Launcher debugging needs to be done in a terminal, usually. Look in your ~/.ignition
folder for the client launcher log file. Near the end, the launcher will report the final Java command line it is about to run to actually run the client. You would take that complete command line and run it in a terminal to capture the rest of the logging for the Vision Client.
2 Likes
The end of the log is the following:
(I upload the snapshot)
Te command related to Java I think is (this is cut on the snapshot):
"INFO [LaunchUtil ] [2024/10/25 16:51:06]: Starting Java with the following parameters: C:\Program Files\Inductive Automation\Vision Client Launcher\jre\bin\java.exe -classpath C:\Users\ce05798.ignition\cache\resources\platform\launchclient.jar\00000000C6C20B5E\launchclient.jar -Djavaws.sr.gateway.addr.0=http://fgetceapp25:8088 -Djavaws.sr.launchts=1729867866212 -Djavaws.sr.main=com.inductiveautomation.factorypmi.application.runtime.ClientLaunchHook -Djavaws.sr.platform.edition= -Djavaws.sr.platform.plugins= -Djavaws.ignition.sso=true -Xms256M -Xmx768M -Djavaws.sr.memory.init=256M -Djavaws.sr.memory.max=768M -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=false -Djavaws.sr.screen=0 -Djavaws.sr.scope=C -Djavaws.sr.project=EnterpriseOee com.inductiveautomation.ignition.client.launch.BootstrapSwing "
Which was exactly java command: "Starting Java with ..."? And what do you suggest to type on prompt?
Many thanks for your help!!
Cut and paste that whole command to the terminal prompt.
Hi!
In my company I don't have any problem executing Vision and later launching the app. So using this command from prompt for starting Java works.
But a colleague of mine, who doesn't get to launch the app (he can execute Vision), he tried to launch his command (extracted from his Vision datalog) for starting Java but propmt doesn't recognize the command.
He and I, have installed Vision in a analogous way, in our user folder for only one user (not multiuser) but the commands are not strictly similar, and I mark diferences with yellow colour on attached picture.
We tried to re install Vision, even delete temp folders and data log but with no results. Any idea what else try to do??
Thanks in advance,
Benito.
.
Those are roaming profiles versus local profiles. I don't do enough with Windows to help you with that. You probably should open a support ticket.