question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Your request cannot be processed

See original GitHub issue
Overview of the issue

After my project generation, and without any local change, I started my application. When I try to access http://localhost:8080/ I get an error screen : “Your request cannot be processed” Sorry, an error has occurred.

Status: Not Found (Not Found) Message: Not Found

Motivation for or Use Case

My application is inaccessible.

Reproduce the error
  • Generate a new project with no entities.
Related issues
Suggest a Fix
JHipster Version(s)

4.8.2

JHipster configuration

jhipster info :

JHipster Version(s)
ads@0.0.0 D:\Work\workspace\ads
+-- generator-jhipster@4.8.2
`-- UNMET PEER DEPENDENCY popper.js@^1.11.0

JHipster configuration, a .yo-rc.json file generated in the root folder
.yo-rc.json file
{
  "generator-jhipster": {
    "promptValues": {
      "packageName": "com.ads",
      "nativeLanguage": "fr"
    },
    "jhipsterVersion": "4.8.2",
    "baseName": "ads",
    "packageName": "com.ads",
    "packageFolder": "com/ads",
    "serverPort": "8080",
    "authenticationType": "oauth2",
    "hibernateCache": "ehcache",
    "clusteredHttpSession": false,
    "websocket": false,
    "databaseType": "sql",
    "devDatabaseType": "h2Disk",
    "prodDatabaseType": "mysql",
    "searchEngine": "elasticsearch",
    "messageBroker": false,
    "serviceDiscoveryType": false,
    "buildTool": "maven",
    "enableSocialSignIn": false,
    "enableSwaggerCodegen": true,
    "clientFramework": "angularX",
    "useSass": false,
    "clientPackageManager": "yarn",
    "applicationType": "monolith",
    "testFrameworks": [],
    "jhiPrefix": "jhi",
    "enableTranslation": true,
    "nativeLanguage": "fr",
    "languages": [
      "fr",
      "ar-ly",
      "en"
    ]
  }
}
JDL for the Entity configuration(s) entityName.json files generated in the .jhipster directory
JDL entity definitions





Environment and Tools

java version “1.8.0_144” Java™ SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot™ Client VM (build 25.144-b01, mixed mode)

git version 2.14.1.windows.1

node: v6.11.3

npm: 3.10.10

yarn: 1.0.2

Execution complete

Entity configuration(s) entityName.json files generated in the .jhipster directory

No entities.

Browsers and Operating System

Windows 7 Ultimate, and Chrome browser.

  • Checking this box is mandatory (this is just to show you read everything)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bkakadiyacommented, Nov 7, 2018

ran into the same probelm and had to run yarn webpack:build

Worked for me. Thanks @gwokudasam !! More details.

  1. worked with mvnw command from command prompt.
  2. failed when imported that project in eclipse and deployed on tomcat. Worked after running yarn webpack:build from command prompt
1reaction
gwokudasamcommented, Sep 5, 2018

ran into the same probelm and had to run yarn webpack:build

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolve "Your request cannot be processed at this time ...
Learn how to resolve the error "Your request cannot be processed at this time, please try again later" on pitneybowes.com.
Read more >
Error message "Sorry, your request cannot be processed at ...
This error is due to an environmental issue on the user's side that is preventing the authentication request from being processed.
Read more >
Fix Origin Your Request Could Not Be Processed: [2022 Fix]
Your request could not be processed means that Origin is refusing to accept the payment method that you are using. This could be...
Read more >
How to turn off ” your request cannot be processed” error ...
How to turn off ” your request cannot be processed” error message? · 1. Edit your wp-config.php · 2. Search for: define('WP_DEBUG', false);...
Read more >
“Your request cannot be processed now due to some ... - Quora
Go to your phone setting and open the application manager. · Find the mAadhaar app in the application manager. · Click on the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found