Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 96628 Details for
Bug 187525
Confusing error messages in servicelog.log file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to Bug 187525
patch-187525.txt (text/plain), 1.87 KB, created by
Jonathan West
on 2008-04-18 13:48:40 EDT
(
hide
)
Description:
Patch to Bug 187525
Filename:
MIME Type:
Creator:
Jonathan West
Created:
2008-04-18 13:48:40 EDT
Size:
1.87 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native-new/src/transport/TPTPClientCompTL/Connect2AC.c >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/transport/TPTPClientCompTL/Connect2AC.c,v >retrieving revision 1.73 >diff -u -r1.73 Connect2AC.c >--- src-native-new/src/transport/TPTPClientCompTL/Connect2AC.c 11 Apr 2008 06:33:33 -0000 1.73 >+++ src-native-new/src/transport/TPTPClientCompTL/Connect2AC.c 18 Apr 2008 17:04:10 -0000 >@@ -1655,6 +1655,11 @@ > cleanPipeUp(&masterPipe); > > return 0; >+ } else if ( isEqualString( cmdName, "agentDeregistered" ) ) { >+ /** Command is not supported by the Connect2AC code of ClientCTL. */ >+ TPTP_LOG_DEBUG_MSG2( stateData, "Client compatibility transport layer received a command that that is recognized (but unsupported). (iid: %s cmd: %s)", "org.eclipse.tptp.agentManager", cmdName ); >+ >+ return 0; > } > else > { >@@ -2240,6 +2245,19 @@ > TPTP_LOG_WARNING_MSG1( stateData, "Client compatibility transport layer received an unrecognized error command: %s", cmdName ); > return -1; > } >+ } else if ( isEqualString( interfaceID, EVENT_PROVIDER_IID)) >+ { >+ if(isEqualString( cmdName, "listenerAccepted")) { >+ >+ /** Command is not supported by the Connect2AC code of ClientCTL. */ >+ TPTP_LOG_DEBUG_MSG2( stateData, "Client compatibility transport layer received a command that that is recognized (but unsupported). (iid: %s cmd: %s)", EVENT_PROVIDER_IID, cmdName ); >+ return 0; >+ >+ } else { >+ /* Log this as an unrecognized interface */ >+ TPTP_LOG_ERROR_MSG2( stateData, "Client compatibility transport layer received an unrecognized command, iid: %s cmd: %s", EVENT_PROVIDER_IID, cmdName ); >+ return -1; >+ } > } > else > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 187525
: 96628