-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with WAR deployement of Production Profile... #3464
Comments
C:\Users\f400368\MyJHIPSTER\ids_v2_11042016>mvn -Pprod DUMP: 'background-color: rgb(153, 255, 0);' PhantomJS 2.1.1 (Windows 7 0.0.0): Executed 47 of 47 SUCCESS (30.872 secs / 1.99 secs)
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ :: JHipster ? :: Running Spring Boot 1.3.3.RELEASE :: 2016-04-25 16:57:04.944 INFO 5896 --- [ main] com.mycompagny.ids.IdsV2App : Starting IdsV2App on FRP org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.
2016-04-25 16:57:52.066 ERROR 5896 --- [ost-startStop-1] o.apache.catalina.core.StandardContext : One or more Filters fail org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path res
2016-04-25 16:58:27.406 WARN 5896 --- [ main] o.s.boot.SpringApplication : Error handling failed (E
|
what are you trying to do?? from your error seems like you haven't started your database? did you configure the oracle DB details properly? did you place the required ojdbc.jar in lib folder? https://jhipster.github.io/using-oracle/ also if you want war you need to run |
please read your error log properly
|
Hi .. |
still have the same error |
dude error says username password is wrong Thanks & Regards, On Mon, Apr 25, 2016 at 11:30 PM, kamfasage notifications@github.com
|
Overview of the issue
Motivation for or Use Case
problem with WAR deployement of Production Profile...
No war file is generated..
Can you help me look and get the main problem.. please
JHipster Version(s)
JHipster configuration, a
.yo-rc.json
file generated in the root folder{
"generator-jhipster": {
"jhipsterVersion": "3.0.0",
"baseName": "ids_v2",
"packageName": "com.sogecap.ids",
"packageFolder": "com/mycompagny/ids",
"serverPort": "8080",
"authenticationType": "session",
"hibernateCache": "ehcache",
"clusteredHttpSession": "no",
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "oracle",
"prodDatabaseType": "oracle",
"searchEngine": "no",
"buildTool": "maven",
"enableSocialSignIn": false,
"rememberMeKey": "4a0224df7e1a488976814d742791d388aecfb9e2",
"useSass": false,
"applicationType": "monolith",
"testFrameworks": [
"gatling"
],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": [
"en",
"fr",
"de",
"it",
"ro",
"ru"
]
}
}
Browsers and Operating System
i'm using windows 7..
Reproduce the error
In the file
Uploading jhipsterDeploy.txt…
Uploading jhipsterDeploy.txt…
The text was updated successfully, but these errors were encountered: