cancel
Showing results for 
Search instead for 
Did you mean: 

SMP3 - AppDevelopment (Agentry):Bundles (and their services) not yet initialized

Former Member
0 Kudos

Hi, I found this in the log, what could be the cause ?

I attached the part of the log since the SMP server restarted along with the startup and event log.

I am not getting any data from the backend.

Thank you for any input.

19:06:29#+1100#ERROR#org.osgi.service.log.LogService##anonymous#org.eclipse.virgo.medic.log.osgi.OSGiLogServiceListener@12312aaa###Bundle org.eclipse.osgi_3.8.1.v20120830-144521, SMPServerStatusManager: 2015 02 11 19:06:29.108 Bundles (and their services) not yet initialized: com.sap.mobile.platform.server.agentry.core <-- Issue

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Welly,

Is your SMP server successfully starting up?  Meaning, do you get the I am here! message when you go to the Agentry URL from a browser?

--Bill

Former Member
0 Kudos

Yes, I do get the "I am here" message. Thanks Bill.

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Since you get the I am here! I would next try to connect a WPF client to the server and see if that loads the definitions as expected.

--Bill

Former Member
0 Kudos

Hi Bill,

It seems to be retrieving the data, then the WPF client crashed with the following error:

Problem signature:
  Problem Event Name: CLR20r3
  Problem Signature 01: agentryclient.exe
  Problem Signature 02: 70.5.4.0
  Problem Signature 03: 5457d65b
  Problem Signature 04: AgentryClientViewModel
  Problem Signature 05: 70.5.4.24
  Problem Signature 06: 5457d5ee
  Problem Signature 07: 1eb6
  Problem Signature 08: 65
  Problem Signature 09: System.AccessViolationException
  OS Version: 6.2.9200.2.0.0.272.7
  Locale ID: 1031
  Additional Information 1: 5861
  Additional Information 2: 5861822e1919d7c014bbb064c64908b2
  Additional Information 3: 1a2a
  Additional Information 4: 1a2aa8e38ac8adbb6fe1e594fa623c2e

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=190175

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt


I put debugging code in java code, it retrieved the data from the backend:

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###execute::::MOBUSER1::after BAPI execute: ZRIG_GET_SCARR_BAPI_WR |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>>Rows returned:18 |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : American Airlines  URL: http://www.aa.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Air Berlin  URL: http://www.airberlin.de |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Air Canada  URL: http://www.aircanada.ca |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Air France  URL: http://www.airfrance.fr |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Alitalia  URL: http://www.alitalia.it |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : British Airways  URL: http://www.british-airways.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Continental Airlines  URL: http://www.continental.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Delta Airlines  URL: http://www.delta-air.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Air Pacific  URL: http://www.airpacific.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Japan Airlines  URL: http://www.jal.co.jp |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Lufthansa  URL: http://www.lufthansa.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Lauda Air  URL: http://www.laudaair.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Northwest Airlines  URL: http://www.nwa.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Qantas Airways  URL: http://www.qantas.com.au |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : South African Air.  URL: http://www.saa.co.za |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Singapore Airlines  URL: http://www.singaporeair.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : Swiss  URL: http://www.swiss.com |

2015 02 12 17:43:20#+1100#INFO#System.out##anonymous#Agentry MyFlight Worker Thread###>>>>>>>>>> CarrierName : United Airlines  URL: http://www.ual.com |


It works using ATE

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Welly,

When you say it works using the ATE do you mean the standalone ATE or the integrated one in the SDK SP06 Editor?

There is a new WPF client out SDK SP06 PL02 that I would recommend you download and test with to see if the problem still occurs.

--Bill

Former Member
0 Kudos

Hi Bill,

The ATE I use from the Agentry toolkit.

Confirmed, WPF client from SDK SP06 PL02 works.

Thank you


Answers (0)