JP4493692B2 - 複合ウェブ・サービス・プロセスを処理するための自己修復装置 - Google Patents

複合ウェブ・サービス・プロセスを処理するための自己修復装置 Download PDF

Info

Publication number
JP4493692B2
JP4493692B2 JP2007502349A JP2007502349A JP4493692B2 JP 4493692 B2 JP4493692 B2 JP 4493692B2 JP 2007502349 A JP2007502349 A JP 2007502349A JP 2007502349 A JP2007502349 A JP 2007502349A JP 4493692 B2 JP4493692 B2 JP 4493692B2
Authority
JP
Japan
Prior art keywords
web service
service
basic
call
alternative
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2007502349A
Other languages
English (en)
Japanese (ja)
Other versions
JP2007529067A6 (ja
JP2007529067A (ja
Inventor
リー、イン
ユウ、シウ、ラン
チェン、イン
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of JP2007529067A publication Critical patent/JP2007529067A/ja
Publication of JP2007529067A6 publication Critical patent/JP2007529067A6/ja
Application granted granted Critical
Publication of JP4493692B2 publication Critical patent/JP4493692B2/ja
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1479Generic software techniques for error detection or fault masking
    • G06F11/1482Generic software techniques for error detection or fault masking by means of middleware or OS functionality
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • G06F11/3608Software analysis for verifying properties of programs using formal methods, e.g. model checking, abstract interpretation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7867Architectures of general purpose stored program computers comprising a single central processing unit with reconfigurable architecture
    • G06F15/7871Reconfiguration support, e.g. configuration loading, configuration switching, or hardware OS
    • G06F15/7882Reconfiguration support, e.g. configuration loading, configuration switching, or hardware OS for self reconfiguration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/313Logic programming, e.g. PROLOG programming language
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4405Initialisation of multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Multi Processors (AREA)
  • Hardware Redundancy (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Agricultural Chemicals And Associated Chemicals (AREA)
  • Computer And Data Communications (AREA)
JP2007502349A 2004-03-12 2005-03-10 複合ウェブ・サービス・プロセスを処理するための自己修復装置 Expired - Fee Related JP4493692B2 (ja)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN200410039642.9A CN1668014A (zh) 2004-03-12 2004-03-12 自愈合复合网络服务方法和装置
CN200410039642.9 2004-03-12
PCT/EP2005/051089 WO2005091186A2 (en) 2004-03-12 2005-03-10 Method and apparatus for self-healthing composite web services

Publications (3)

Publication Number Publication Date
JP2007529067A JP2007529067A (ja) 2007-10-18
JP2007529067A6 JP2007529067A6 (ja) 2008-02-14
JP4493692B2 true JP4493692B2 (ja) 2010-06-30

Family

ID=34961236

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007502349A Expired - Fee Related JP4493692B2 (ja) 2004-03-12 2005-03-10 複合ウェブ・サービス・プロセスを処理するための自己修復装置

Country Status (8)

Country Link
EP (1) EP1738308A1 (ko)
JP (1) JP4493692B2 (ko)
KR (1) KR100951093B1 (ko)
CN (1) CN1668014A (ko)
BR (1) BRPI0508608A (ko)
CA (1) CA2555697A1 (ko)
IL (1) IL177794A0 (ko)
WO (1) WO2005091186A2 (ko)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101600216B (zh) * 2009-06-26 2013-01-02 北京邮电大学 一种无线接入网络的分布式自愈方法和系统
CN104601696B (zh) * 2015-01-13 2018-05-15 北京京东尚科信息技术有限公司 服务处理方法、服务调用系统、装置和系统
US10884864B2 (en) 2018-11-29 2021-01-05 International Business Machines Corporation Autonomous self-healing stateless microservice nodes

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6330689B1 (en) 1998-04-23 2001-12-11 Microsoft Corporation Server architecture with detection and recovery of failed out-of-process application
JP2001155003A (ja) * 1999-11-30 2001-06-08 Ntt Comware Corp サービス復旧システムおよびその記録媒体
JP2002222176A (ja) * 2001-01-25 2002-08-09 Nippon Telegr & Teleph Corp <Ntt> サーバ・ベースド・コンピューティングモデルにおけるアプリケーションサーバ計算機障害自動復旧装置及び方法
JP3781636B2 (ja) * 2001-05-18 2006-05-31 Necフィールディング株式会社 受付システムおよび受付方法
JP2003022258A (ja) * 2001-07-05 2003-01-24 Mitsubishi Research Institute Inc サーバーのバックアップシステム
US7194543B2 (en) 2001-11-12 2007-03-20 Mci, Llc System and method for creating and managing survivable, service hosting networks
JP2003281007A (ja) * 2002-03-20 2003-10-03 Fujitsu Ltd 動的構成制御装置および動的構成制御方法
JP2004021873A (ja) * 2002-06-20 2004-01-22 Hitachi Ltd インターネットシステム監視装置
JP2004030360A (ja) * 2002-06-27 2004-01-29 Japan Telecom Co Ltd Webサービスの提供システムおよび提供支援システム

Also Published As

Publication number Publication date
WO2005091186A8 (en) 2006-10-26
WO2005091186A2 (en) 2005-09-29
IL177794A0 (en) 2006-12-31
KR20070001981A (ko) 2007-01-04
CN1668014A (zh) 2005-09-14
JP2007529067A (ja) 2007-10-18
BRPI0508608A (pt) 2007-12-18
CA2555697A1 (en) 2005-09-29
EP1738308A1 (en) 2007-01-03
KR100951093B1 (ko) 2010-04-07

Similar Documents

Publication Publication Date Title
Miller et al. WebWork: METEOR 2's web-based workflow management system
US11205150B2 (en) Apparatus and method for policy-driven business process exception handling
US20080294408A1 (en) Method and system for developing a conceptual model to facilitate generating a business-aligned information technology solution
US20110219383A1 (en) Processing model-based commands for distributed applications
Alonso et al. Enhancing the fault tolerance of workflow management systems
Luo et al. Exception handling for conflict resolution in cross-organizational workflows
Elmagarmid et al. Workflow management: State of the art versus state of the products
JP4493692B2 (ja) 複合ウェブ・サービス・プロセスを処理するための自己修復装置
He Recovery in web service applications
JP2007529067A6 (ja) 自己修復複合ウェブ・サービスのための方法及び装置
Casati et al. Error handling in process support systems
Ezenwoye et al. A Proxy-Based Approach to Enhancing the Autonomic Behavior in Composite Services.
Alonso et al. Processes in electronic commerce
Xiao et al. Process dependencies and process interference rules for analyzing the impact of failure in a service composition environment
Fang et al. Dynamic support for BPEL process instance adaptation
Ermagan et al. A fault tolerance approach for enterprise applications
Alhosban et al. Assessing fault occurrence likelihood for service-oriented systems
Xiao et al. A process history capture system for analysis of data dependencies in concurrent process execution
Xiao et al. The DeltaGrid abstract execution model: service composition and process interference handling
Feng et al. Exception handling in component composition with the support of middleware
Eder et al. Workflow Management and Databases
Bushehrian et al. Cost‐aware execution of transactional web services using labelled transition systems
Atluri et al. Handling faults in composite webservices
Christos et al. Towards Dynamic, Relevance-Driven Exception Resolution in Composite Web Services
Zhao et al. Web service based architecture for workflow management systems

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080205

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091029

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091215

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100215

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100330

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100406

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130416

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees