cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error HTTP 404 NOT FOUND on launching MAM app

Former Member
0 Kudos

Hi All,

I started MAM application and i got the HTTP 404 not found error. I am not even able to reach the login page .

I tries to debug the application and find out the reason, but unable to locate anything as debug point kept moving between classes like Object , string , MAP classes .

How could i locate the error for the problem or what could be the possible cause ?

BELOW I HAVE PASTED THE INFORMATION ON THE CONSOLE WINDOW:

-


Initialize framework ...

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

Path settings adjusted

Timezone initialized; use timezone id 'Etc/GMT+12'

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.

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

Use normal startup: true

Try to login user 'vipin'

Cannot login user

com.sap.ip.me.api.user.LogonException: User or password is incorrect. Check your entries.

at com.sap.ip.me.core.UserManagerImpl.logOnUser(UserManagerImpl.java:588)

at com.sap.ip.me.core.FrameworkInitializer.logonUser(FrameworkInitializer.java:689)

at com.sap.ip.me.core.FrameworkInitializer.logon(FrameworkInitializer.java:664)

at com.sap.ip.me.core.FrameworkInitializer.main(FrameworkInitializer.java:103)

at com.sap.ip.me.mdk.api.runtime.Start.startME(Start.java:128)

at com.sap.ip.me.mdk.api.runtime.Start.main(Start.java:41)

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

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hello vipin,

how did you start your MAM? are you using the -app option?

from the log, it seems that you have an auto-login enabled.

if you ran your MI from NWDS, try removing the debug

options -logon:<user>:<password>

how did you ran your MI btw?

regards

jo