473,407 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Error messages are lost

I have an interesting situation that I hope you can help me with. I have two
versions of one application. One connects to Oracle database running on a sun
box directly. The other connects to the database via webservices. If let's
say I queried for a non existing table, I've got a "table not exists"
exception back in the application that connects to the database directly and
"Unable to read data from the transport connection" exception in the
application that connects to the database via webservices. Both applications
have exactly the same code for querying the database.
I've put in a trace in the network and I can see that "table not exists"
exception is dispatched from database. But I don't know what happens after
that so I get the "Unable to read data from the transport connection"
exception.
Nov 23 '05 #1
5 1196
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients.

Luke
Nov 23 '05 #2
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients.

Luke
Nov 23 '05 #3
I have a try catch block in the web services and I'm passing the exceptions
to the client without changing them (I create a soap exception embedding the
original exception). I'm thinking somehow the message is either not received
even though it's dispatched or the message is not interpreted correctly.

"[MSFT]" wrote:
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients

Nov 23 '05 #4
I have a try catch block in the web services and I'm passing the exceptions
to the client without changing them (I create a soap exception embedding the
original exception). I'm thinking somehow the message is either not received
even though it's dispatched or the message is not interpreted correctly.

"[MSFT]" wrote:
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients

Nov 23 '05 #5
Have you traced the communication between web service and client? you may
find the raw soap message in the trace and check if the soap exception has
been passed to client. Also, even the client received the soap exception,
it may generate its own exceptiom message based on the soap exception.

Luke
Nov 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: jenny | last post by:
Hi, I have a java socket program running on AIX 4.3.3.0 platform. It opens a socket and sends data to our customer over a leased fractional T1 line. The line is always connected. However,...
3
by: Matias Silva | last post by:
Hi Everyone, I wrote a for loop to build several select statements that are combined with a UNION. When I execute one of the queries separately, it works, but when I execute the query with a UNION...
20
by: ed | last post by:
Hi I can't seem to make the Me.Show() work My code is dim dlgresult as dialogresul dlgresult=me.show( The message is : "expression does not produce a value
16
by: lawrence k | last post by:
I've made it habit to check all returns in my code, and usually, on most projects, I'll have an error function that reports error messages to some central location. I recently worked on a project...
0
by: Pratchaya | last post by:
In my.cnf i add these lines ####### log-bin log-slow-queries = /var/log/mysqld-slow.log long_query_time=1 #######
5
by: Jess | last post by:
Hello, I posted several messages here yesterday but all seem to have been lost. Is there a way to recover it? Thanks
4
by: katzc | last post by:
Microsoft Visual C++ Runtime Library Runtime Error! Program:C:\PROGRA~1\Aveo\Attune\bin\Attune_DI.exe abnormal program termination I get this error message mostly when I'm trying to get onto...
8
by: hveillette | last post by:
Hi everybody, I have a very strange problem with one DB (only one in a list of 21). This DB is used by a Java application and work fine since a couple of years. This week the application stop...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.