Ping Connection Pool failed in glassfish

Answered
 

I have a JavaEE project that it works with glassfish4.1.1 when I start glassfish in Netbeans every thing is ok but when I start my local glassfish in Intellij , server starts but my ear project does not deploy there and I have this Error in glassfishLOg. "The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption" I can't find reason. is there any one who knows why?

0
7 comments
Avatar
Permanently deleted user

there is no one to help??????????????

it is very Essential for me

0

Could you please provide idea.log (Help | Show log...) and a Glassfish output?

0
Avatar
Permanently deleted user

Detected server admin port: 4848
Detected server http port: 8080
Attempting to start domain1.... Please look at the server log for more details.....
Connected to server
[2019-01-28 10:51:25,196] Artifact GTMS.ear:ear: Artifact is being deployed, please wait...
[2019-01-28 10:51:31,792] Artifact GTMS.ear:ear: Error during artifact deployment. See server log for details.


Error Code: 0. Please see server.log for more details.

0
Avatar
Permanently deleted user


[2019-01-28T10:51:31.448+0330] [glassfish 4.1] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=45 _ThreadName=admin-listener(4)] [timeMillis: 1548660091448] [levelValue: 1000] [[
  Exception while deploying the app [GTMS.ear-1.0.0] : Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Algorithm missing:  ". ClientConnectionId:e1f3d352-184c-4eae-b2a1-6338edefbab9
Error Code: 0]]

0
Avatar
Permanently deleted user

first is IDE log and second server log

0
Avatar
Permanently deleted user

but when I restart server by console without any change in glassfish config  , I can deploy my project correctly.

It seems there is problem in Intellij . ant it can not starts Glassfish correct.I don't know why???

0

Make sure that JRE defined in the IDEA GlassFish run configuration is the same as the one used when you run the server from the console.  

0

Please sign in to leave a comment.