cancel
Showing results for 
Search instead for 
Did you mean: 

server start up errors with wrapper-debug.conf

Former Member
0 Kudos

I have SQL server in my system and iam using the same in my code set up. In, wrapper.conf, i have declared a property.

wrapper.java.library.path.2=C:\sqljdbc_4.0\enu\auth\x64

To start the server in debug mode, i have declared the same property in wrapper-debug.conf file as well. But every time i do ant all, this property in wrapper-debug.conf file getting removed. And during server start up, iam getting below exception stack trace.

ERROR [localhost-startStop-1] [DataSourceImpl] error connecting to DataSource having url jdbc:sqlserver://localhost:53974;databaseName=acedevr3;responseBuffering=adaptive;loginTimeout=10;integratedSecurity=true: This driver is not configured for integrated authentication. ClientConnectionId:1716f01d-01b7-4d1c-ac7d-7ea79f166f48 uploaddelivery.sample.file.path=/UploadDeliverySampleFileJun 27, 2016 9:36:26 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class de.hybris.platform.spring.HybrisContextLoaderListener java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:1716f01d-01b7-4d1c-ac7d-7ea79f166f48

can someone let me know the solution to resolve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramya,

Not sure of the use of this property; might be needed for your project. Could you please let me know where wrapper-debug.conf file is located which you have updated the property?

Former Member
0 Kudos

Hi Ramya, I suspect you are trying to add your property under \hybris\bin\platform\tomcat\conf\wrapper-debug.conf. If that's the case, please add property in below path which will be copied to platform on every build \hybris\config\tomcat\conf\wrapper-debug.conf.

Hope this helps.