Skip to content

Instantly share code, notes, and snippets.

View MFQ's full-sized avatar
🎯
Focusing

Muhammad Fazil Qureshi MFQ

🎯
Focusing
View GitHub Profile
{
"name": "bappo-web",
"private": true,
"version": "1.0.0",
"description": "Bappo web app",
"scripts": {
"start": "node ./webpack/start.js",
"start:ssr": "NODE_ENV=production node build/server.js",
"test": "NODE_ENV=test mocha-webpack --require app/tests/configureJsDom.js --webpack-config webpack/webpack.config.test.js \"src/**/*.test.js\"",
"test:watch": "npm test -- --watch",
Hash: dd2c28fc02944277e936
Version: webpack 3.10.0
Time: 41010ms
PublicPath: /static/
Entrypoint main [big] = main.dd2c28fc02944277e936.js main.a68ba9c3c727530008fba2169708891f.css main.21b21c2830871de18f6c2acf4dabc7a0.css
chunk {14} 14.b82f6dffdffdd0eca369.js 10.8 kB {0} [rendered]
> [1366] 2:1-4:3
2 modules
chunk {0} 0.64f405803ad279c6c289.js 9.16 MB {27} [rendered]
> [946] 2:1-4:3
{
"timestamp": "2020-04-14 17:14:49.892",
"level": "ERROR",
"thread": "main",
"logger": "org.springframework.boot.SpringApplication",
"message": {
"input": "Application run failed"
},
"context": "default",
"exception": "org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pnrRetrievalServiceClientImpl' defined in file [/Users/mfq/workspace/emirates/ocsl/reservation-bookings-service/target/classes/com/emirates/ocsl/reservation/bookings/client/mrp/PnrRetrievalServiceClientImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pnrRetrievalService': Unsatisfied dependency expressed through field 'webServiceTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webServiceTemplate' defined in class path resource [com/emirates/ocsl/soap/mrp/pnr/configuration/Pnr
/*
* Copyright (c) 2018 The Emirates Group. All Rights Reserved. The information specified here is confidential and remains property of the Emirates Group.
* groupId - com.emirates.ocsl
* artifactId - reservation-bookings-service
* name - reservation-bookings-service
* description - reservation bookings service
* 2019
*/
package com.emirates.ocsl.reservation.bookings.http.handlers;