Hello All,
I'm working on Freescale FRDM-K64F board and trying to run Java ME8 on it. I'm referring below URLs
Installing Oracle Java ME Embedded Software
Andy's Waffle (Struntprat): Search results for FRDM-K64F
Both metioned ME8.1 But Now I see ME8.2 foir the boards So I'm using ME8.2 now.
As of now I can connect FRDM-K64F board to ME8.2 Device connection manager See attachment.
I want to Run an Application using Command-Line Interface as mentioned by
Managing Applications
Start the Developer Agent program by typing the following command: (This is after disconnecting from Device manager)
C:\mydir\util java -jar proxy.jar -socket <K64F IP Address>
Here are messages I got:
D:\FRDM_MBED\util>java -jar proxy.jar -socket 10.91.40.45
Trying to open socket connection with device: 10.91.40.45:2201
Connected to the raw socket: Socket[addr=/10.91.40.45,port=2201,localport=64256]
Reading the handshake packet...
Handshake packet from a post-8.2 device has been received.
Failed to find or parse serializer configuration (serializer_config_e6557510.xml in )
java.io.FileNotFoundException: Config serializer_config_e6557510.xml not found
at com.oracle.vmagent.util.Configs.getConfigStream(Configs.java:43)
at com.oracle.midp.proxy.MeepSerializeManager.\<init>(MeepSerializeManager.java:34)
at com.oracle.midp.proxy.MeepSerializeManager.getInstance(MeepSerializeManager.java:26)
at com.oracle.midp.proxy.ProxySerializeManager.\<init>(ProxySerializeManager.java:17)
at com.oracle.vmagent.proxy.ProxyCommandRouter.handleOpen(ProxyCommandRouter.java:137)
at com.oracle.midp.proxy.JavaChannel.handleOpen(JavaChannel.java:117)
at com.oracle.vmagent.proxy.Dispatcher.notifyChannelOpen(Dispatcher.java:118)
at com.oracle.vmagent.proxy.Dispatcher.handleChannelOpen(Dispatcher.java:143)
at com.oracle.vmagent.proxy.Dispatcher.handleSystemRecord(Dispatcher.java:195)
at com.oracle.vmagent.proxy.VMConnectionManager.readRecord(VMConnectionManager.java:159)
at com.oracle.vmagent.proxy.VMConnectionManager.run(VMConnectionManager.java:184)
at com.oracle.vmagent.proxy.ProxyImpl.run(ProxyImpl.java:298)
at com.oracle.vmagent.proxy.ProxyConnector$1.run(ProxyConnector.java:179)
at java.lang.Thread.run(Unknown Source)
Failed to handle channel 8 open: java.io.FileNotFoundException: Config serializer_config_e6557510.xml not found
At least one packet was received, sending of keep alive is not required
Java is alive
Sending AM ALIVE packet to device
Java is alive
At least one packet was received, sending of keep alive is not required
Java is alive
Sending AM ALIVE packet to device
Java is alive
At least one packet was received, sending of keep alive is not required
after this I should see some messages on Mbed Serial Port terminal to install and run jar/jad files, But in my case I don't see anything.
Am I doing anything wrong here ?
Thanks for your help