DMS: java.io.FileNotFoundException: C:\Oracle\DMS11GR2_MDK_ONLY\mobile\server\bin\mobileserverid.dat
When I tried to publish an Mobile Application using JAVA API And jar file created by wtgpack
I have the following Error with DMS11GR2:
java.io.FileNotFoundException: C:\Oracle\DMS11GR2_MDK_ONLY\mobile\server\bin\mobileserverid.dat (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:84)
at oracle.lite.web.util.ParamEncoder.readKey(Unknown Source)
at oracle.lite.web.util.ParamEncoder.setId(Unknown Source)
at oracle.lite.web.JupConfig.initialize0(Unknown Source)
at oracle.lite.web.WebFS.<init>(Unknown Source)