Hi Rangika,
We just avoided this problem by setting the monitor port to the
port which is our test port in build.linux.properties file.
These were my previous settings
testHost = localhost
testPort = 8080
monitorPort = 13260
I simply changed it to following
testHost = localhost
testPort = 8080
monitorPort = 8080
But still I'm getting exceptions thrown by the monitor.
Regards,
Dushshantha
-----Original Message-----
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 19, 2005 11:52 AM
To: Apache AXIS C Developers List
Subject: RE: Today CVS Build failing
Hi Rnagika,
Looks like you have problems with the monitor. We too had come
across this problem. We are trying to figure out a workaround. Will let
you know.
Thanks,
Samisa...
-----Original Message-----
From: Rangika Mendis [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 19, 2005 10:57 AM
To: Apache AXIS C Developers
Subject: RE: Today CVS Build failing
Hi Samisa,
BTW - we could compile the source on Linux without any changes -
> so this was a windows specific problem for us.
Could you execute tests in Linux yesterday?
I got a checkout yesterday & tried to execute SimpleRef then it
compiled successfully, but it just hangs after the following
[EMAIL PROTECTED] c]# ant -f test.xml -Ddir.xmlParser=/usr/local/xerces-c-
src_2_6_0/lib -
Ddir.release=/home/rangika/checkout_May18/obj/package/axis-c-1.6a.n-
Linux-bin -Dtest.name=SimpleRef
Buildfile: test.xml
pre-init:
preInitializeTest:
overrideTest:
set-platform-specifics:
checkIfDebug:
initialize:
initializeTest:
compileMonitorUtility:
compile:
package:
production:
initializeLogFile:
setListType:
setIndividual:
[echo] setIndividual SimpleRef
setFromList:
setAll:
setTestList:
runTests:
loadXMLProperties:
[echo] Loading XML file /home/rangika/checkout_May18/rangi/ws-
axis/c/tests/auto_build/testcases/tests/SimpleRef.xml
setTestName:
setTestDesc:
setTestCode:
setClientLang:
setTestWsdl:
setTestEndpoint:
setTestExpected:
setTestExpectedRequest:
setHandlerDirectory:
setHandlerService:
setHandlersPresent:
setTestPort:
setPropertiesForTest:
cleanTest:
[delete] Deleting
directory /home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef
checkIfRequestFile:
setPropertiesForThisTest:
compileTestClient:
callCompileStaticClient:
setLanguage:
generateStubs:
[mkdir] Created
dir: /home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef
[java] log4j:WARN No appenders could be found for logger
(org.apache.axis.i18n.ProjectResourceBundle).
[java] log4j:WARN Please initialize the log4j system properly.
[java] Code generation completed.
copyClientCode:
[copy] Copying 1 file
to /home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef
copyStubClient:
copyDynamicClient:
getClient:
compileStaticClient:
[cc] 3 total files to be compiled.
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/SimpleRefC
lient.cpp: In function `int main(int, char**)':
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/SimpleRefC
lient.cpp:28: warning: unused variable 'x'
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/SimpleRefC
lient.cpp:29: warning: unused variable 'buffer1'
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/SimpleRefC
lient.cpp:32: warning: unused variable 'server'
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/SimpleRefC
lient.cpp:33: warning: unused variable 'port'
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/intType.hp
p: At global scope:
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/intType.hp
p:28: warning: 'Axis_URI_intType' defined but not used
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/intType.hp
p:29: warning: 'Axis_TypeName_intType' defined but not used
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/RefTestPor
tType.cpp: In member function `intType*
RefTestPortType::echoInt(intType*)':
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/RefTestPor
tType.cpp:43: warning: unused variable 'pcCmplxFaultName'
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/intType.hp
p: At global scope:
[cc]
/home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef/intType.hp
p:29: warning: 'Axis_TypeName_intType' defined but not used
[cc] Starting link
callCompileLinkedClient:
compileClient:
validateClientCompilationIfBuilding:
[echo] SimpleRef - Client Compilation - PASSED
validateClientCompilationIfNotBuilding:
validateClientCompilation:
checkIfDebug:
createConfigurationFile:
createStartOfWSDDFile:
compileTestHandlers:
createEndOfWSDDFile:
updateConfigurationWithClientWSDDEntry:
compileHandlers:
buildTest:
executeTestRun:
setResultExpectations:
[copy] Copying 1 file
to /home/rangika/checkout_May18/obj/test/generated/cpp/SimpleRef
setRequestExpectations:
setExpectations:
setEndpoint:
setForMonitor:
setVerbatim:
checkIfEndpointSet:
setForNoMonitor:
setTestArgs:
executeTest:
startMonitor:
[echo] Starting monitor forwarding to localhost:80
[echo] MONITOR OUTPUT=
[echo] Running Test SimpleRef http://localhost:13260/axis/Ref
I have been having this problem for sometime now.
Could you tell me what I have missed here.
I'm using Fedora.
Thank you
Rangika
On Thu, 2005-05-19 at 09:09 +0600, Samisa Abeysinghe wrote:
> Hi Mark,
> Yes I missed that point - make only the file causing the problem
> a C++ source file instead of all.
> Your solution is better. Thanks you for the fix.
> BTW - we could compile the source on Linux without any changes -
> so this was a windows specific problem for us.
>
> Thanks,
> Samisa...
>
> -----Original Message-----
> From: Mark Whitlock [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 18, 2005 7:47 PM
> To: [email protected]
> Subject: Fw: Today CVS Build failing
>
>
>
>
>
> I've fixed this problem by renaming apr_base.c to apr_base.cpp so that
> it
> will be compiled as C++. The build break happened because apr_base.c
(a
> C
> file) was given a C++ dependency. I didn't want to compile all files
on
> Windows as C++ because that might break the C bindings, and this break
> occured on unix platforms as well.
> Mark
> Mark Whitlock
> IBM
>
> ----- Forwarded by Mark Whitlock/UK/IBM on 18/05/2005 14:44 -----
>
>
> "Samisa
>
> Abeysinghe"
>
> <[EMAIL PROTECTED]
> To
> usa.com> "Apache AXIS C Developers List"
>
> <[email protected]>
>
> 18/05/2005 12:03
> cc
>
>
>
> Subject
> Please respond to RE: Today CVS Build failing
>
> "Apache AXIS C
>
> Developers List"
>
>
>
>
>
>
>
>
>
>
>
>
>
> Anybody else got this problem?
>
>
>
>
>
> If yes we could commit the changes to build init XML file to CVS.
>
>
>
>
>
> If not, what are we doing wrong here?
>
>
>
>
>
> Thanks,
>
>
> Samisa...
>
>
>
>
>
> -----Original Message-----
> From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 18, 2005 11:53 AM
> To: Apache AXIS C Developers List
> Subject: RE: Today CVS Build failing
>
>
>
>
>
> Using '/TP' option (compile all files as .cpp) with cl seem to
> solve
> the problem. Include in buildInitialize.xml VC++ compiler
options.
>
>
>
>
>
> Samisa...
>
>
>
>
>
> -----Original Message-----
> From: Chinthana C. Dinapala [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 18, 2005 10:17 AM
> To: Apache AXIS C Developers List
> Subject: Today CVS Build failing
>
>
>
>
>
> Hi guys,
>
>
>
>
>
> Today build failing due to following error.
>
>
>
>
>
> [cc] Generating Code...
>
>
> [cc] Compiling...
>
>
> [cc] apr_base64.c
>
>
> [cc] C:\Program Files\Microsoft Visual
> Studio\VC98\include\eh.h(32) : fat
>
>
> al error C1189: #error : "eh.h is only for C++!"
>
>
> [cc] Generating Code...
>
>
> [cc] Compiling...
>
>
> [cc] IAnySimpleType.cpp
>
>
> [cc] Stub.cpp
>
>
> [cc] IConstrainingFacet.cpp
>
>
> [cc] WSDDDocument.cpp
>
>
> [cc] DateTime.cpp
>
>
> [cc] HandlerChain.cpp
>
>
> [cc] Namespace.cpp
>
>
> [cc] MaxInclusive.cpp
>
>
> [cc] Generating Code...
>
>
>
>
>
> BUILD FAILED
>
>
> C:\axiscpp\ws-axis\c\build.xml:234: The following error
> occurred while executing
>
>
> this line:
>
>
> C:\axiscpp\ws-axis\c\build.xml:222: The following error
> occurred while executing
>
>
> this line:
>
>
> C:\axiscpp\ws-axis\c\build.xml:93: The following error
> occurred
> while executing
>
>
> this line:
>
>
> C:\axiscpp\ws-axis\c\build\buildClient.xml:23: cl failed
> with
> return code 2
>
>
>
>
>
> Chinthana Dinapala
>
>
>
>
>
> (Embedded image moved to file: pic06886.gif)
>
>
> Creating competitive advantage
>
>
>
>