This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi i am pretty new by using MSP432P401r, i already debbuged my programme with CCS 6.1.2 and it worked well but as i tried to make GUI work through Runtime app a message like this appeared to me:
Restarting Program Model...
Initializing target : null
sun.org.mozilla.javascript.internal.WrappedException: Wrapped com.ti.ccstudio.scripting.environment.ScriptingException: Could not start server:
DebugServer.1: No configuration was supplied (<Unknown source>#8) in <Unknown source> at line number
8Restart Completed.
Thanks in advance
Alejandro
Hi Alejandro,
I have put together a windows version of GC Runtime that includes latest available components including MSP432 support. Could you run the installer, then copy your application to guicomposer\webapps folder and try running your app after exporting? I tried a simple MSP432 example and it worked without issues for me. First time you run it you may get a message in the console about emulator firmware upgrade. If you do, then let it finish and then click "Initialize" button again.
Please let me know if this worked for you. I'll then add updated GC runtime package to main wiki.
Martin
Hi Martin,
After trying what you wrote it still doesn´t work. I followed all your steps, download the GC runtime, copy my programm into guicomposer\webapps folder and once i have exported it, try to run it. It looks like something is going to happen but then it just appears this screen to me, loading permanently.
Hope you can help me,
Alejandro
I am not pretty sure what you want me to send you i attached the file.
Let me know if your were asking for another thing!
Alejandro
Hi Martin,
I recall changing the appInitScript.js because of something i read but then i have tried the hole process again with your suggestion changing the code however it still doesn´t work. I also took a look of the firewall but it wasn´t affecting anyway.
In addition to that, i have tried to make it run in another computer but same result.
Alejandro
Install location: file:/c:/ti/guicomposer/eclipse/ Configuration file: file:/c:/ti/guicomposer/eclipse/configuration/config.ini loaded Configuration location: file:/c:/ti/guicomposer/eclipse/configuration/ Framework located: file:/c:/ti/guicomposer/eclipse/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar eclipse.properties not found Framework classpath: file:/c:/ti/guicomposer/eclipse/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar file:/c:/ti/guicomposer/eclipse/plugins/ file:/c:/ti/guicomposer/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar Splash location: null Debug options: file:/c:/ti/guicomposer/eclipse/traceAll.properties loaded Time to load bundles: 11 Starting application: 3393 Exception in thread "Thread-4" java.lang.UnsatisfiedLinkError: C:\ti\guicomposer\ccs_base\DebugServer\bin\LibraryLoader.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(Unknown Source) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.System.load(Unknown Source) at com.ti.debug.engine.xpcom.Runtime.preXPCOMInit(Runtime.java:163) at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:116) at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:170) at com.ti.utility.filesystem.DirectoryService.<init>(DirectoryService.java:26) at com.ti.utility.filesystem.DirectoryService.<init>(DirectoryService.java:9) at com.ti.utility.filesystem.DirectoryService$SingletonHolder.<clinit>(DirectoryService.java:44) at com.ti.utility.filesystem.DirectoryService.instance(DirectoryService.java:49) at com.ti.common.core.utils.ds.CoreUtilsProvider.getSharedTemporaryFileDir(CoreUtilsProvider.java:24) at com.ti.common.core.CoreUtils.getSharedTemporaryFileDir(CoreUtils.java:128) at com.ti.gui.composer.common.internal.ServerFileOperations.setPaths(ServerFileOperations.java:111) at com.ti.gui.composer.common.internal.ServerFileOperations.<clinit>(ServerFileOperations.java:34) at com.ti.gui.composer.common.internal.WebBindingRegistry.<init>(WebBindingRegistry.java:98) at com.ti.gui.composer.common.internal.GCServerInfo$3.run(GCServerInfo.java:209) at java.lang.Thread.run(Unknown Source) Application Started: 8668
here you are!
Alejandro
Hi Martin,
Here attached you will find the file with all the .log inside. The operating system is windows 7.
guicomposer_11E8186A-7B66-4900-8DFE-07FA1CC2B2F0.zip
Alejandro
Hello Alejandro,
The log helped identify an issue with installer package. I have re-created a new package and posted it. Please use the link below to try it out.
Please let me know if this resolves the issue.
Martin