Not able to establish a oracle connection through jar when running in unix server
NickName:vkr Ask DateTime:2016-06-28T15:19:42

Not able to establish a oracle connection through jar when running in unix server

We have a job (jar)we can able to run in local(eclips) and other environment(unix) but same code we are not able to run in one of the unix server. when i cal a jar file from putty(java -jar filename.jar) session started but nothing happening(no error or success) it is just staying idle.i have put few sops and found that it is staying idle when it is caling DriverManager.getConnection(url,user,pwd)..it is not comming out of that. few observations: 1.No java version issue-checked 2.DB port enabled properly 3.No Exceptions /error throwing

Copyright Notice:Content Author:「vkr」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/38069551/not-able-to-establish-a-oracle-connection-through-jar-when-running-in-unix-serve

More about “Not able to establish a oracle connection through jar when running in unix server” related questions

Not able to establish a oracle connection through jar when running in unix server

We have a job (jar)we can able to run in local(eclips) and other environment(unix) but same code we are not able to run in one of the unix server. when i cal a jar file from putty(java -jar filenam...

Show Detail

Why am I getting "The driver could not establish a secure connection to SQL Server" when running the jar but not when running the project in maven?

I have a Java project that connects to SQL Server using mssql-jdbc-7.0.0.jre8.jar. When I run the project using "mvn exec:java" the code works just fine. But when I build the project into a jar u...

Show Detail

How to pass kerberos authentication through IIS to Flask Oracle connection?

On a Windows server, I have a simple Flask app to connect to an Oracle database using kerberos authentication. If I run from command line with Python.exe App.Py, the app successfully connects to O...

Show Detail

CONNECT:Direct Could not establish a connection to server

Note:Answering my own problem here to help people in future When running an application after installing it on a new PC and using ConnectDirect to transfer files from Windows to Unix I am seeing the

Show Detail

IO Error: The Network Adapter could not establish the connection when running oracle DB as docker container

Based on: https://github.com/fuzziebrain/docker-oracle-xe I am running an oracle express db as a docker container. From my host OS (ubuntu 19.04) I can successfully connect to the db using: $ sq...

Show Detail

Unable to establish connection to server on a static ip

Objective : I am trying to establish a test environment with a test server instance running on a static machine. I wish to be able to connect/make use/test code against this server running from all...

Show Detail

zipkin Unable to establish connection to RabbitMQ server

I tried in Windows 10 machine to coonect RabbitMQ (3.6.11 version installed with Erlang 20) to ZipKin, but I got the following error: org.springframework.beans.factory.UnsatisfiedDependencyExcepti...

Show Detail

DbFit Connection for Remote Oracle Server via SSH

Please help me connecting to remote Oracle Server. Oracle 11g is hosted on a Unix Server, which we access Creating a SSH session . See Attachment 'Remote Host Connection.jpg' Creating a SSH tunn...

Show Detail

The Network Adapter could not establish connection Oracle 12c

I have an oracle12c database setup on my windows 8 machine & I am trying to access this database through JDBC from ubuntu(Linux) machine present in local area network. When am trying to establish

Show Detail

The Network Adapter could not establish the connection when connecting with Oracle DB

When trying to connect with a remote Oracle database via JDBC I receive the following exception: java.sql.SQLRecoverableException: IO-fout: The Network Adapter could not establish the connection at

Show Detail