cancel
Showing results for 
Search instead for 
Did you mean: 

create MI archieve file

Former Member
0 Kudos

create MI archieve file

Run the mobile application [disabled]

URL pattern: /start

very weird the options for run the mobile application is disabled , pls advice

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I believe you are using the MDK and exporting your project and then are trying to run the same. Am i right??? If this is the situation then you cant run the application until and unless the application is uploaded in the Web Console or NetWeaver Administrator and the deployed onto the client successfully. Unless this is done, the run option will always be disabled. Once application is installed on the client, you can see that the run option would be enabled in MDK.

Hope this helps

Best Regards

Sivakumar

Former Member
0 Kudos

what i do is simple,

i just put the war file in the webapps

and try to run it....

my pc is client, do i need to deploy to MI Server, but how ?

and usually the url for the accessing the page is what ?

for instance : my application name : MDK_configExampleJSP

every time i try to export with the run mobile application is disable

i will redirect to

http://servername:50100/me/WebConsole/login

what should i do then

do i have to Upload the war files ??

Message was edited by:

yzme yzme

Message was edited by:

yzme yzme

Former Member
0 Kudos

Hi

The Web Console is an administrative tool to manage and deploy mobile components onto your mobile device. Once the page http://servername:50100/me/WebConsole/login is opened, enter the login credentials after providing the system details. Once logged in, please go to tab Upload Mobile Compnents and here click on the button Upload Mobile Component. In the next screen choose the mobile component type as Application, name as say MDK_configExampleJSP, your description, version no. JSP as the runtime and then browse in your local directory to upload the MDK_configExampleJSP.war file. Finally click Upload. For more details refer to http://help.sap.com/saphelp_nw04/helpdata/en/87/d4f60854de0542812dd6c4d5247e17/content.htm

Once upload is successful, go to Administration tab and click Add Entries. Here enter the user name, choose the MCD and version and specify the device id of the device you need to assign and click Add. Then Sync from the client and this will download the applicaiton on to your mobile device.Hope this helps

Best Regards

Sivakumar

Former Member
0 Kudos

Hi,

Adding to above points by Siva. While Uploading the War file in Webconsole, keep this in mind.

MCD Name = name of .war file = application name in meta-xml = return value of getApplicationName()

if these are not met, stack traces will happen at runtime.

Hope this helps,

Best Regards,

Lakshmi

Former Member
0 Kudos

where do i check the meta-xml

Former Member
0 Kudos

Hi

If you are trying to import Smart Sync Project then meta-Xml is found under app-root folder. Since you are using MDK_configExampleJSP, its a common MI Project you wont have meta-Xml. So while uploading the application follow this

MCD Name = name of .war file = return value of getApplicationName()

Hope this helps

Best Regards,

Lakshmi

Former Member
0 Kudos

In my console some file are initialize

-


Initialize framework ...

Configuration initialized. Installation Base = C:\Program Files\SAP Mobile Infrastructure

Path settings adjusted

Timezone initialized; use timezone id 'Asia/Singapore'

Trace initialized. Log is switched on.

Framework singletons initialized.

Gzip data compression configuration initialized.

Registry initialized.

MI OS installer lib (C:\Program Files\SAP Mobile Infrastructure\bin\NATSTART.DLL) loaded successfully.

Dlls loaded.

Timed Sync initialized.

Persistence initialized.

Smart Sync initialized.

CCMS initialized.

Agents initialized.

Communication server initialized.

-


Framework initialized.

-


Check if running inside installation server.

<b>Installation toolkit parameters C:\Program Files\SAP Mobile Infrastructure/itool.properties not detected </b>

Use normal startup: true

Try to login user 'won'

Client Installer Packages status updated.

Starting tomcat. Check logs/tomcat.log for error messages

ME started with 'FrameworkInitializer' class and user 'won'

Type:R,Id:5AB22FD4BB5FC44989371E2E9D67C782,SId:-1,Items:0,MaxI:0

<b>C:\Program Files\SAP Mobile Infrastructure/itool.properties not detected</b>

anyone can clear my doubt

Former Member
0 Kudos

Hi

This statement is just an info and not an error and hence not a cause for concern. Just ignore this and go ahead.

Best Regards

Sivakumar

Former Member
0 Kudos

• Synchronization started

• Connection set up (without proxy) to: http://emi-sap:50100/meSync/servlet/meSync?~sysid=N01&;

• Connection to server failed.

• Synchronisation problems: Transport-layer (http) sync exception raised (root cause: Exception while synchronizing (java.io.EOFException: null))

while synchronization...

weird things happen...

the first time i upload and deploy the MDK_configExampleJSP it works fine...

after that i deploy the MDK_configExampleEventJSPResB

that start to sync...both of them cannot work....

after delete entry in web console and reupload and add entry and run...

exception throws....

Former Member
0 Kudos

Hi yzme,

I experienced this problem long back. when I deployed second application, i get errors opening second application. i still did not find solution for it though,<b> leave it open to the forum.</b>

i did this:

No need to delete the entry.

Go to upload mobile component and provide the .war file there and click update.

hope this gives you a clue.

Divya

Answers (0)