ORB problem determination
One of your first tasks when debugging an ORB problem is to determine whether the problem is in the client-side or in the server-side of the distributed application. Think of a typical RMI-IIOP session as a simple, synchronous communication between a client that is requesting access to an object, and a server that is providing it. During this communication, a problem might occur in the execution of one of the following steps:
- The client writes and sends a request to the server.
- The server receives and reads the request.
- The server executes the task in the request.
- The server writes and sends a reply back.
- The client receives and reads the reply.
It is not always easy to identify where the problem occurred. Often, the information that the application returns, in the form of stack traces or error messages, is not enough for you to make a decision. Also, because the client and server communicate through their ORBs, it is likely that if a problem occurs, both sides will record an exception or unusual behavior.
This chapter describes all the clues that you can use to find the source of the ORB problem. It also describes a few common problems that occur more frequently. The topics are:
ORB problem determination
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26651/viewspace-1030017/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Sum Problem
- Mathematical Problem
- SAP UI configuration determination的優先順序UI
- 解析ORB-SLAM3的原始碼ORBSLAM原始碼
- Linux ORB-SLAM2 程式解讀LinuxORBSLAM
- Prime Ring Problem
- 2019 MCM Problem A
- Yet Another Problem
- Nanami and the Constructive ProblemNaNStruct
- UBUNTU16.04執行ORB SLAM2UbuntuORBSLAM
- ORB_SLAM2之Pangolin的安裝ORBSLAMGo
- Fixed "There was a problem with the editor 'vi'"
- Prime Ring Problem (dfs)
- HDU - 6182 A Math Problem
- Problem A. Ascending Rating
- E. Not a Nim Problem
- Nanami and the House Protecting ProblemNaN
- 詳細解析ORB-SLAM3的原始碼ORBSLAM原始碼
- SAP SD基礎知識之物料確定(Material Determination)
- SAP SD基礎知識之文字確定(Text Determination)
- sift、surf、orb 特徵提取及最優特徵點匹配ORB特徵
- Ubuntu20.04 部署 ORB SLAM2 並執行UbuntuORBSLAM
- P1865 A % B Problem
- A + B Problem II hd 1002
- Follow/Unfollow problem in system design
- Euclid Problem - PC110703
- HDU 1002 A + B Problem II
- HDU 1792 A New Change Problem
- Joe Harris is a real problem with this team
- Assignment Problem的若干思考
- POJ 2355 Railway Ticket problemAI
- The Door Problem 並查集並查集
- 建立DBow離線詞典用於ORB SLAM2ORBSLAM
- [Algorithm] 1. A+B ProblemGo
- Solutions for Session Consistency Problem in Web ClusterSessionWeb
- Problem 4:替換空格(字串)字串
- Problem E: 向量的刪除
- QOJ6836 A Plus B Problem
- 解決git SSL certificate problemGit