Home > Back-end >  A JDBC connection database error with myeclipse10 for bosses to help
A JDBC connection database error with myeclipse10 for bosses to help

Time:09-29

April 17, 2020 afternoon 2:20:34 org. Apache. Catalina. Core. AprLifecycleListener init
Information: The Apache Tomcat Native library which allows optimal performance in production environments was not found on The Java library. Path: C: \ Program Files \ Java \ jdk1.8.0 _91 \ bin. F: \ MyEclipse10 \ myeclipse \ Common \ plugins \ com drive. The eclipse easie. Tomcat. Myeclipse_9. 0.0 me201109141806 \ tomcat \ bin
April 17, 2020 afternoon 2:20:34 org. Apache. Coyote. Http11. Http11Protocol init
Information: the Initializing Coyote to HTTP/1.1 on HTTP - 8080
April 17, 2020 afternoon 2:20:34 org. Apache. Catalina. Startup. Catalina load
Information: Initialization processed in 259 ms
April 17, 2020 afternoon 2:20:34 org. Apache. Catalina. Core. StandardService start
Message: Starting the service Catalina
April 17, 2020 afternoon 2:20:34 org. Apache. Catalina. Core. StandardEngine start
Message: Starting the Servlet Engine: Apache Tomcat/6.0.13
April 17, 2020 afternoon 2:20:35 org. Apache. Coyote. Http11. Http11Protocol start
Message: Starting Coyote HTTP/1.1 on HTTP - 8080
April 17, 2020 2:20:35 org.apache.jk.com mon afternoon. ChannelSocket init
Information: JK: ajp13 listening on/0.0.0.0:8009
April 17, 2020 afternoon 2:20:35 org. Apache. J.k. server JkMain start
Information: Jk running ID=0 time=0/19 config=null
April 17, 2020 afternoon 2:20:35 org. Apache. Catalina. Startup. Catalina start
Information: the Server startup in 641 ms
April 17, 2020 afternoon 2:20:49 org. Apache. Catalina. Core. StandardWrapperValve invoke
Severe: Servlet service () for the Servlet JSP threw the exception
Com. Microsoft. Essentially. JDBC. SQLServerException: users' 123 'login failed, ClientConnectionId: e13ff761-7 c5d e4f79e1bf eb - 915-4 d12-89
At com. Microsoft. Essentially. JDBC. SQLServerException. MakeFromDatabaseError (SQLServerException. Java: 216)
At com. Microsoft. Essentially. JDBC. TDSTokenHandler. OnEOF (tdsparser. Java: 254)
At com. Microsoft. Essentially. JDBC. TDSParser. Parse (TDSParser. Java: 84)
At com. Microsoft. Essentially. JDBC. SQLServerConnection. SendLogon (SQLServerConnection. Java: 2908)
At com. Microsoft. Essentially. JDBC. SQLServerConnection. Logon (SQLServerConnection. Java: 2234)
At com. Microsoft. Essentially. JDBC. SQLServerConnection. Access the $000 (SQLServerConnection. Java: 41)
At com. Microsoft. Essentially. JDBC. SQLServerConnection $LogonCommand. The doExecute (SQLServerConnection. Java: 2220)
At com. Microsoft. Essentially. JDBC. TDSCommand. Execute (IOBuffer. Java: 5696)
At com. Microsoft. Essentially. JDBC. SQLServerConnection. ExecuteCommand (SQLServerConnection. Java: 1715)
At com. Microsoft. Essentially. JDBC. SQLServerConnection. ConnectHelper (SQLServerConnection. Java: 1326)
At com. Microsoft. Essentially. JDBC. SQLServerConnection. Login (SQLServerConnection. Java: 991)
At com. Microsoft. Essentially. JDBC. SQLServerConnection. Connect (SQLServerConnection. Java: 827)
At com. Microsoft. Essentially. JDBC. SQLServerDriver. Connect (SQLServerDriver. Java: 1012)
The at Java. SQL. DriverManager. GetConnection (DriverManager. Java: 664)
The at Java. SQL. DriverManager. GetConnection (DriverManager. Java: 247)
The at org. Apache. JSP. Index_jsp. _jspService (index_jsp. Java: 74)
The at org. Apache. Jasper. Runtime. HttpJspBase. Service (HttpJspBase. Java: 70)
The at javax.mail. Servlet. HTTP. HttpServlet. Service (HttpServlet. Java: 803)
At org. Apache. Jasper. Servlet. JspServletWrapper. Service (393) JspServletWrapper. Java:
The at org. Apache. Jasper. Servlet. JspServlet. ServiceJspFile (JspServlet. Java: 320)
At org. Apache. Jasper. Servlet. JspServlet. Service (266) JspServlet. Java:
The at javax.mail. Servlet. HTTP. HttpServlet. Service (HttpServlet. Java: 803)
The at org. Apache. Catalina. Core. ApplicationFilterChain. InternalDoFilter (ApplicationFilterChain. Java: 290)
The at org. Apache. Catalina. Core. ApplicationFilterChain. DoFilter (ApplicationFilterChain. Java: 206)
The at org. Apache. Catalina. Core. StandardWrapperValve. Invoke (StandardWrapperValve. Java: 230)
The at org. Apache. Catalina. Core. StandardContextValve. Invoke (StandardContextValve. Java: 175)
The at org. Apache. Catalina. Core. StandardHostValve. Invoke (StandardHostValve. Java: 128)
The at org. Apache. Catalina. Valves. ErrorReportValve. Invoke (ErrorReportValve. Java: 104)
The at org. Apache. Catalina. Core. StandardEngineValve. Invoke (StandardEngineValve. Java: 109)
At org. Apache. Catalina. Connector. CoyoteAdapter. Service (261) CoyoteAdapter. Java:
The at org. Apache. Coyote. Http11. Http11Processor. Process (Http11Processor. Java: 844)
The at org. Apache. Coyote. Http11. Http11Protocol $Http11ConnectionHandler. Process (Http11Protocol. Java: 581)
At org.apache.tomcat.util.net.JIoEndpoint$Worker.run JIoEndpoint. Java: (447)
The at Java. Lang. Thread. The run (Thread. Java: 745)

CodePudding user response:

Also install the driver under the lib CMD connection has no problem with JSP coding

CodePudding user response:

Environment variable is not good

CodePudding user response:

refer to the second floor xiaoqian8705 response:
environment variables are not matched

Configured SQLJBDC. The location of the jar then according to the online plus SQLJDBC under the lib folder or not

CodePudding user response:

An error that the user login failed, configuration database user name is wrong? In PLSQL login with this user name can normal?nullnullnull
  • Related