FW: Help with AxisCPP 1.6B fault

2006-03-24 Thread Frank Voellmann \(fvoellma\)
 Forwarding to the right list this time :)

> -Original Message-
> From: Frank Voellmann (fvoellma) 
> Sent: Friday, March 24, 2006 12:59 PM
> To: axis-c-dev@ws.apache.org
> Subject: Help with AxisCPP 1.6B fault
> 
> Can anyone suggest possible causes for getting this response 
> from AXISCPP1.6B running on Win2003Server while the same 
> client app and webservice dll running on Win2kServer with 
> same AXISCPP works fine?
> Thanks, -Frank
> 
> 
>  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema
> " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> 
> 
> SOAP-ENV:Server
> Unknown exception
> server name:listen port
> Unknown Exception has occurred
> 
> 
> 
> 
> 
> 


1.6B build of samples fails

2006-03-23 Thread Frank Voellmann \(fvoellma\)
I did

Ant -f buildSamples.xml

And I get lots of errors, all that look like this snippit for
calculator:

generateStubs:
 [java] java.lang.NoSuchMethodError:
org.apache.axis.wsdl.symbolTable.BindingEntry.getBindingStyle()Lorg/a
pache/axis/enum/Style;
 [java] at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.setMethodInfo(Unknown Source)
 [java] at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source)
 [java] at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source)
 [java] at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown
Source)
 [java] Exception in thread "main"
 [java] Java Result: 1
 [echo] Building client client/calculator
   [cc] 1 total files to be compiled.
   [cc] Client.cpp
   [cc]
C:\axiscsrc\ws-axis\c\samples\client\calculator\Client.cpp(15) : fatal
error C1083: Cannot open in
clude file: 'Calculator.hpp': No such file or directory
   [cc] cl failed with return code 2
 [echo] Generating server code for
C:\axiscsrc\ws-axis\c/deploy/wsdls/calculator.wsdl

generateStubs:
 [java] java.lang.NoSuchMethodError:
org.apache.axis.wsdl.symbolTable.BindingEntry.getBindingStyle()Lorg/a
pache/axis/enum/Style;
 [java] at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.setMethodInfo(Unknown Source)
 [java] at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source)
 [java] at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source)
 [java] at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown
Source)
 [java] Exception in thread "main"
 [java] Java Result: 1
 [echo] Building server server/calculator
   [cc] 1 total files to be compiled.
   [cc] Calculator.cpp
   [cc]
C:\axiscsrc\ws-axis\c\samples\server\calculator\Calculator.cpp(20) :
fatal error C1083: Cannot ope
n include file: 'Calculator.hpp': No such file or directory
   [cc] cl failed with return code 2
 [echo] Generating client code for
C:\axiscsrc\ws-axis\c/deploy/wsdls/element.wsdl

I don't find BindingEntry.java or class in directory symbolTable.

Any ideas appreciated,
Frank


RE: Axis C++ 1.6B Ant build failure at generateCHeaders

2006-03-23 Thread Frank Voellmann \(fvoellma\)



I do have that binary installed, and I do have the %XERCES_HOME%\include 
directory.
 
My problem is/was twofold. 
 
First I copied xerces distribution include files under c\include as 
c\include\xercesc because of build issues ... this was bad for 
generateCHeaders and caused the Java NullPointerException. Solution, if it hurts 
when you do that, don't do that!
 
Second, files such as ParserLoader.cpp (see previous 
email)include a "local (axis, not xerces)" file XercesHandler.h 
(C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h for me). This file in turn 
includes 'xercesc/sax/HandlerBase.hpp' which doesn't exist "locally" or in the 
xerces distribution. The xerces distribution does provide this file 
under %XERCES_HOME%\include\sax, not %XERCES_HOME%\include\xercesc\sax. 

 
(I presume a fix might be to search and replace all 
xercesc/whatever/filename to whatever/filename.)
 
What I did to temporarily get my builds successful, was to modify the 
xerces distribution install; I created %XERCES_HOME%\include\xercesc\ 
and moved all the %XERCES_HOME%\include\ directories under 
it.
 
Please let me know if your builds are sucessful for the same reason or if 
I still have something wrong, Thanks
-Frank

  
  
  From: John Hawkins 
  [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 3:54 
  AMTo: Apache AXIS C User ListSubject: RE: Axis C++ 1.6B 
  Ant build failure at generateCHeaders
  xerces_home= The binaries from 
  http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_2_0/ give me the 
  include directory - maybe you don't have binaries? 
  
  

    
  "Frank Voellmann 
\(fvoellma\)" <[EMAIL PROTECTED]> 
22/03/2006 19:03 

  
  

  Please respond 
  to"Apache AXIS C User List" 
  
  

  
  

  To
"Apache AXIS C User List" 
   
  

  cc

  

  Subject
RE: Axis C++ 1.6B Ant build 
  failure at generateCHeaders

  
  

Doing that causes the errors below. Admittedly, I'm a newbie to 
  buildingon windows (and Ant) ... Newbie Q. In your build, how are 
  the following references resolved? Forinstance, \include\xercesc doesn't 
  exist and%XERCES_HOME%\include\xercesc doesn't exist in the xerces 
  distribution.-FrankcompileAxisXMLParser:buildVersionResource:  
  [delete] Deleting 2 files from C:\axiscsrc\ws-axis\c\build    
  [copy] Copying 1 file to C:\axiscsrc\ws-axis\c\build      
  [cc] 6 total files to be compiled.      [cc] 
  ParserLoader.cpp      [cc] 
  C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :fatal error 
  C1083: Cannot open includefile: 'xercesc/sax/HandlerBase.hpp': No such 
  file or directory      [cc] SoapInputSource.cpp  
      [cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\SoapInputSource.h(29) 
  :fatal error C1083: Cannot open include file: 
  'xercesc/sax/InputSource.hpp': No such file or directory    
    [cc] XMLParserXerces.cpp      [cc] 
  C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :fatal error 
  C1083: Cannot open includefile: 'xercesc/sax/HandlerBase.hpp': No such 
  file or directory      [cc] 
  SoapBinInputStream.cpp      
  [cc]C:\axiscsrc\ws-axis\c\src\xml\xerces\SoapBinInputStream.h(27) : 
  fatalerror C1083: Cannot open include file: 
  'xercesc/util/BinInputStream.hpp': No such file or directory    
    [cc] XercesHandler.cpp      [cc] 
  C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :fatal error 
  C1083: Cannot open includefile: 'xercesc/sax/HandlerBase.hpp': No such 
  file or directory      [cc] 
  AxisParseException.cpp      [cc] Generating 
  Code...BUILD FAILED> -Original Message-> 
  From: Nadir Amra [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 22, 
  2006 11:57 AM> To: Apache AXIS C User List> Subject: RE: Axis 
  C++ 1.6B Ant build failure at generateCHeaders> > I think the C 
  generator tool is going through header files > that it should > 
  not.  The only thing that I have in c/include is Axis dir.  > 
  Try removing > the other include files to another dir outside of the 
  > c/include dir.  The > tool should be fixed to only go 
  through Axis dirs> > Obviously, the package error would also 
  need to be modified > to detect C > bindingings not being 
  generated.> > Nadir K. Amra> > 



RE: Axis C++ 1.6B Ant build failure at generateCHeaders

2006-03-22 Thread Frank Voellmann \(fvoellma\)
Doing that causes the errors below. Admittedly, I'm a newbie to building
on windows (and Ant) ... 

Newbie Q. In your build, how are the following references resolved? For
instance, \include\xercesc doesn't exist and
%XERCES_HOME%\include\xercesc doesn't exist in the xerces distribution.
-Frank

compileAxisXMLParser:

buildVersionResource:
   [delete] Deleting 2 files from C:\axiscsrc\ws-axis\c\build
 [copy] Copying 1 file to C:\axiscsrc\ws-axis\c\build
   [cc] 6 total files to be compiled.
   [cc] ParserLoader.cpp
   [cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :
fatal error C1083: Cannot open include
file: 'xercesc/sax/HandlerBase.hpp': No such file or directory
   [cc] SoapInputSource.cpp
   [cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\SoapInputSource.h(29) :
fatal error C1083: Cannot open includ
e file: 'xercesc/sax/InputSource.hpp': No such file or directory
   [cc] XMLParserXerces.cpp
   [cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :
fatal error C1083: Cannot open include
file: 'xercesc/sax/HandlerBase.hpp': No such file or directory
   [cc] SoapBinInputStream.cpp
   [cc]
C:\axiscsrc\ws-axis\c\src\xml\xerces\SoapBinInputStream.h(27) : fatal
error C1083: Cannot open inc
lude file: 'xercesc/util/BinInputStream.hpp': No such file or directory
   [cc] XercesHandler.cpp
   [cc] C:\axiscsrc\ws-axis\c\src\xml\xerces\XercesHandler.h(25) :
fatal error C1083: Cannot open include
file: 'xercesc/sax/HandlerBase.hpp': No such file or directory
   [cc] AxisParseException.cpp
   [cc] Generating Code...

BUILD FAILED

> -Original Message-
> From: Nadir Amra [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 22, 2006 11:57 AM
> To: Apache AXIS C User List
> Subject: RE: Axis C++ 1.6B Ant build failure at generateCHeaders
> 
> I think the C generator tool is going through header files 
> that it should 
> not.  The only thing that I have in c/include is Axis dir.  
> Try removing 
> the other include files to another dir outside of the 
> c/include dir.  The 
> tool should be fixed to only go through Axis dirs
> 
> Obviously, the package error would also need to be modified 
> to detect C 
> bindingings not being generated.
> 
> Nadir K. Amra
> 
> 


RE: Axis C++ 1.6B Ant build failure at generateCHeaders

2006-03-22 Thread Frank Voellmann \(fvoellma\)
 I asked to soon. I found it should be using env.XERCES_HOME.

> -Original Message-
> From: Frank Voellmann (fvoellma) 
> Sent: Wednesday, March 22, 2006 12:22 PM
> To: Apache AXIS C User List
> Subject: RE: Axis C++ 1.6B Ant build failure at generateCHeaders
> 
>  Thanks. Now the xml parser build fails looking for include 
> files. Where
> in the build files does the xmlParser directory get set ... I have
> Xerces 2.2.0 distribution installed. -Frank
> 
> > -Original Message-
> > From: Nadir Amra [mailto:[EMAIL PROTECTED] 
> > Sent: Wednesday, March 22, 2006 11:57 AM
> > To: Apache AXIS C User List
> > Subject: RE: Axis C++ 1.6B Ant build failure at generateCHeaders
> > 
> > I think the C generator tool is going through header files 
> > that it should 
> > not.  The only thing that I have in c/include is Axis dir.  
> > Try removing 
> > the other include files to another dir outside of the 
> > c/include dir.  The 
> > tool should be fixed to only go through Axis dirs
> > 
> > Obviously, the package error would also need to be modified 
> > to detect C 
> > bindingings not being generated.
> > 
> > Nadir K. Amra
> 


RE: Axis C++ 1.6B Ant build failure at generateCHeaders

2006-03-22 Thread Frank Voellmann \(fvoellma\)
 Thanks. Now the xml parser build fails looking for include files. Where
in the build files does the xmlParser directory get set ... I have
Xerces 2.2.0 distribution installed. -Frank

> -Original Message-
> From: Nadir Amra [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 22, 2006 11:57 AM
> To: Apache AXIS C User List
> Subject: RE: Axis C++ 1.6B Ant build failure at generateCHeaders
> 
> I think the C generator tool is going through header files 
> that it should 
> not.  The only thing that I have in c/include is Axis dir.  
> Try removing 
> the other include files to another dir outside of the 
> c/include dir.  The 
> tool should be fixed to only go through Axis dirs
> 
> Obviously, the package error would also need to be modified 
> to detect C 
> bindingings not being generated.
> 
> Nadir K. Amra


RE: Axis C++ 1.6B Ant build failure at generateCHeaders

2006-03-21 Thread Frank Voellmann \(fvoellma\)
More information:

Windows Server 2003 EE SP1
Ant 1.6.5
Java SDK 1.4.2.11
Ant-contrib 1.0b2
Cpptasks-1.0b3
MSVC++ 6.0
Apache 2.0.55
Xerces 2.2.0

C:\axiscsrc\ws-axis\c>set
ALLUSERSPROFILE=C:\Documents and Settings\All Users
ANT_HOME=C:\ant\apache-ant-1.6.5
APACHE2_HOME=C:\Apache Group\Apache2
APPDATA=C:\Documents and Settings\Administrator\Application Data
APPVER=5.02
AXISJAVA_LIB=C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib
BASEDIR=C:\winddk\nt
Basemake=C:\Program Files\Microsoft SDK 2003\Include\BKOffice.Mak
Bkoffice=C:\Program Files\Microsoft SDK 2003\
CLASSPATH=C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib\activation.jar;C
:\axisjars\axis-1_3\webapps\axis\WEB-I
NF\lib\axis-ant.jar;C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib\axis-s
chema.jar;C:\axisjars\axis-1_3\webapps
\axis\WEB-INF\lib\axis.jar;C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib
\commons-discovery-0.2.jar;C:\axisjars
\axis-1_3\webapps\axis\WEB-INF\lib\commons-logging-1.0.4.jar;C:\axisjars
\axis-1_3\webapps\axis\WEB-INF\lib\ima
p.jar;C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib\jaxrpc.jar;C:\axisja
rs\axis-1_3\webapps\axis\WEB-INF\lib\l
og4j-1.2.8.jar;C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib\mail.jar;C:
\axisjars\axis-1_3\webapps\axis\WEB-IN
F\lib\mailapi.jar;C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib\pop3.jar
;C:\axisjars\axis-1_3\webapps\axis\WEB
-INF\lib\saaj.jar;C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib\smtp.jar
;C:\axisjars\axis-1_3\webapps\axis\WEB
-INF\lib\wsdl2ws.jar;C:\axisjars\axis-1_3\webapps\axis\WEB-INF\lib\wsdl4
j-1.5.1.jar
CLIENTNAME=Console
ClusterLog=C:\WINDOWS\Cluster\cluster.log
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=FV-W2K3-SP1-BLD
ComSpec=C:\WINDOWS\system32\cmd.exe
CPU=i386
DDKDRIVE=C:
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Administrator
INCLUDE=C:\Program Files\Microsoft SDK
2003\Include;C:\PROGRA~1\MICROS~1\VC98\ATL\INCLUDE;C:\PROGRA~1\MICROS~1
\VC98\INCLUDE;C:\PROGRA~1\MICROS~1\VC98\MFC\INCLUDE;C:\Program
Files\Microsoft Visual Studio .NET 2003\SDK\v1.
1\include\
INETSDK=C:\Program Files\Microsoft SDK 2003
JAVA_HOME=C:\j2sdk1.4.2_11
LIB=C:\Program Files\Microsoft SDK
2003\Lib;C:\PROGRA~1\MICROS~1\VC98\LIB;C:\PROGRA~1\MICROS~1\VC98\MFC\LIB
;C:
\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\
LOGONSERVER=\\FV-W2K3-SP1-BLD
MSDevDir=C:\PROGRA~1\MICROS~1\Common\msdev98
MSSdk=C:\Program Files\Microsoft SDK 2003
Mstools=C:\Program Files\Microsoft SDK 2003
MSVCDir=C:\PROGRA~1\MICROS~1\VC98
MSVCVer=6.0
NODEBUG=1
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\Program Files\Microsoft SDK 2003\Bin;C:\Program Files\Microsoft
SDK 2003\Bin\WinNT;C:\PROGRA~1\MICROS~
1\Common\msdev98\BIN;C:\PROGRA~1\MICROS~1\VC98\BIN;C:\PROGRA~1\MICROS~1\
Common\TOOLS\WINNT;C:\PROGRA~1\MICROS~
1\Common\TOOLS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C
:\winddk\nt\bin;C:\Program Files\Micro
soft SQL Server\80\Tools\BINN;C:\Program
Files\cvsnt;C:\j2sdk1.4.2_11\bin;C:\ant\apache-ant-1.6.5\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 8, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0408
ProgramFiles=C:\Program Files
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TARGETOS=WINNT
TEMP=C:\temp
TMP=C:\temp
USERDOMAIN=FV-W2K3-SP1-BLD
USERNAME=Administrator
USERPROFILE=C:\Documents and Settings\Administrator
VS71COMNTOOLS=C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\
windir=C:\WINDOWS
XERCES_HOME=c:\xerces_c220\xerces-c2_2_0-win32

C:\axiscsrc\ws-axis\c>

> -Original Message-
> From: Frank Voellmann (fvoellma) 
> Sent: Monday, March 20, 2006 12:01 PM
> To: axis-c-user@ws.apache.org
> Subject: Axis C++ 1.6B Ant build failure at generateCHeaders
> 
> Hi, I'm new to Ant, and am having difficulty figuring out where my
> problem is. The build works fine up to "generateCHeaders:". Any help
> would be appreciated. The output follows ...
> Thanks
> Frank
> 
> generateCHeaders:
>  [java] -config
> C:\axiscsrc\ws-axis\c/tools/org/apache/axis/tools/cbindings/cb
> indinggene
> rator.conf -source
>  C:\axiscsrc\ws-axis\c/include -target
> C:\axiscsrc\ws-axis\c/../../../obj/include
>  [java] Pre-parsing headers...
>  [java] pre-parsing 
> C:\axiscsrc\ws-axis\c\include\apache1_3\ap.h...
>  [java] pre-parsing
> C:\axiscsrc\ws-axis\c\include\apache1_3\ap_alloc.h...
>  [java] pre-parsing
> C:\axiscsrc\ws-axis\c\include\apache1_3\ap_compat.h...
>  [java] pre-parsing
> C:\axiscsrc\ws-axis\c\include\apache1_3\ap_config.h...
>  [java] pre-parsing
> C:\axiscsrc\ws-axis\c\include\apache1_3\ap_ctype.h...
>  [java] pre-parsing
> C:\axiscsrc\ws-axis\c\include\apache1_3\ap_ebcdic.h...
>  [java] pre-parsing
> C:\axiscsrc\ws-axis\c\include\apache1_3\ap_md5.h...
>  [java] pre-parsing
> 

Axis C++ 1.6B Ant build failure at generateCHeaders

2006-03-20 Thread Frank Voellmann \(fvoellma\)
Hi, I'm new to Ant, and am having difficulty figuring out where my
problem is. The build works fine up to "generateCHeaders:". Any help
would be appreciated. The output follows ...
Thanks
Frank

generateCHeaders:
 [java] -config
C:\axiscsrc\ws-axis\c/tools/org/apache/axis/tools/cbindings/cbindinggene
rator.conf -source
 C:\axiscsrc\ws-axis\c/include -target
C:\axiscsrc\ws-axis\c/../../../obj/include
 [java] Pre-parsing headers...
 [java] pre-parsing C:\axiscsrc\ws-axis\c\include\apache1_3\ap.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_alloc.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_compat.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_config.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_ctype.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_ebcdic.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_md5.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_mmn.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\ap_sha1.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\buff.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\compat.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\conf.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\explain.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\fnmatch.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\getopt.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\hsregex.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\httpd.h...
 [java] Bad C++ code!! Lines must start with a letter  httpd.h
lineno=420 <*  - it's safe to die() with no
 more output>
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_config.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_conf_globals.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_core.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_log.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_main.h...
 [java] Bad C++ code!! Lines must start with a letter  http_main.h
lineno=112 <* unregister still */>
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_protocol.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_request.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\http_vhost.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\multithread.h...
 [java] pre-parsing C:\axiscsrc\ws-axis\c\include\apache1_3\os.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\passwd.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\readdir.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\regex\cclass.h...
 [java] Bad C++ code!! Braces do not match cclass.h lineno=5 <}
cclasses[] = {>
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\regex\cname.h...
 [java] Bad C++ code!! Braces do not match cname.h lineno=4 <}
cnames[] = {>
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\regex\regex2.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\regex\utils.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\registry.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\resource.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\rfc1413.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\scoreboard.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\sdbm\sdbm.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\sdbm\sdbm_pair.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\sdbm\sdbm_tune.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\service.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\util_date.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\util_md5.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\util_script.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\util_uri.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\Win9xConHook.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\xml\asciitab.h...
 [java] Bad C++ code!! Unrecognised file part asciitab.h lineno=30

 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\xml\hashtable.h...
 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\xml\iasciitab.h...
 [java] Bad C++ code!! Unrecognised file part iasciitab.h lineno=31

 [java] pre-parsing
C:\axiscsrc\ws-axis\c\include\apache1_3\xml\latin1tab.h...
 [java] Bad C++ code!! Unrecognised file part latin1tab.h lineno=

RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-16 Thread Frank Voellmann \(fvoellma\)



Well, good news. While 
getting simpleAxisServer running, it failed due to missing 
dlls
msvcp70.dll
msvcr70.dll
Putting these in c:\windows\system32 got simplesAxisServer 
AND apache2 running! mod_axis2.dll loads!
 
Thanks much for the help. -Frank
 
PS Why aren't the webservices dlls included in the 
distributions since 1.5?
 
 

  
  
  From: John Hawkins 
  [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 3:52 
  AMTo: Apache AXIS C User ListSubject: RE: Axis C++ 
  1.6Beta fails to load mod_axis2.dll
  OK, that's good ! 
  It means that axis is either never 
  being loaded at all or it's not even getting past the first 10 lines of code 
  ! I think the best thing you can 
  do is try to get simple_axis server working outside of apache. Could you do 
  that and see if it works OK? 
  
  
    
    
  "Frank Voellmann 
\(fvoellma\)" <[EMAIL PROTECTED]> 
15/03/2006 19:54 

  
  

  Please respond 
  to"Apache AXIS C User List" 
  
  

  
  

  To
"Apache AXIS C User List" 
   
  

  cc

  

  Subject
RE: Axis C++ 1.6Beta fails to 
  load mod_axis2.dll

  
  

The 15-Mar nightly did the same thing, with no trace file 
  created.   
  
  From: John Hawkins 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 11:58 
  AMTo: Apache AXIS C User ListSubject: RE: Axis C++ 
  1.6Beta fails to load mod_axis2.dllUnfortunately - I just remembered that 1.6 beta 
  doesn't have the code changes that I need ! The nightly build does though - 
  can you try that pls? "Frank Voellmann \(fvoellma\)" <[EMAIL PROTECTED]> wrote on 
  15/03/2006 16:22:57:> I've set this env var to > c:\Program Files\Apache 
  Group\Apache2\Axis\log\startupTrace.log 
  > then 
  > c:\startupTrace.log 
  > each time no file was created (new dos shell, 
  net stop apache2, net > start apache2). 
  >   
  > Is this a clue? 
  > > From: John Hawkins 
  [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 15, 2006 5:34 
  AM> To: Apache AXIS C User List> Subject: Re: Axis C++ 1.6Beta 
  fails to load mod_axis2.dll> > Could you put start-up trace on for axis please. Set 
  an env > AXISCPP_STARTUP_TRACE=logfilename > > The log 
  might give you some clues > > > > "Frank Voellmann 
  \(fvoellma\)" <[EMAIL PROTECTED]> > 14/03/2006 20:56 > 
  > Please respond to> "Apache AXIS C User List" 
   > > To > >  > > 
  cc > > 
  Subject > > 
  Axis C++ 1.6Beta fails to load mod_axis2.dll 
  > > > > > Hi, 
  > While developing my application, I've had Axis C++ 1.5 and 
  1.6Beta> running on Win2000 Server successfully, and 1.5 running on 
  Win2003> Server successfully too. My final deliverable requires Axis 
  C++ 1.6Beta> (due to other issues that were fixed) running on Win2003 
  Server. This> particular configuration has the EXACT same problem as 
  reported by> others for different combinations of OS and Axis C++ 
  version:> > > > Syntax error on line 957 of 
  C:/Program Files/Apache> Group/Apache2/conf/httpd.conf:> Cannot 
  load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll> into 
  server: The specified module could not be> found.> > From 
  Event Viewer:> The Apache service named  reported the following 
  error:> >>> Cannot load C:/Program Files/Apache> 
  Group/Apache2/modules/mod_axis2.dll into server: The specified module> 
  could not be found.     .> and> The Apache service 
  named  reported the following error:> >>> Syntax error on 
  line 957 of C:/Program Files/Apache> Group/Apache2/conf/httpd.conf: 
      .> > Line 957 is the first line below:> 
  > LoadModule axis_module             
      modules/mod_axis2.dll> > 
  SetHandler axis> > > If I comment this 
  line, Apache starts on Win2003, but axis is not> available. I've 
  followed all the instructions in wininstall-guide,> triple checked it 
  was done correctly, the module is there, in the> correct directory ... 
  HELP!> > Has this problem been seen by others using 
  1.6Beta?> Has there been any solutions for other OS/AxisC++ 
  combinations that I> could try?> > I'm running:> 
  Windows Server 2003 R2, Enterprise Edition, SP1> Apache 2.0.55 
  (apache_2.0.55-win32-x86-nossl.msi)> > Any suggestions 
  appreciated, Thanks> Frank> > > 



RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-15 Thread Frank Voellmann \(fvoellma\)



The 15-Mar nightly did the same thing, with no trace file 
created.
 

  
  
  From: John Hawkins 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 11:58 
  AMTo: Apache AXIS C User ListSubject: RE: Axis C++ 
  1.6Beta fails to load mod_axis2.dll
  Unfortunately - I just remembered 
  that 1.6 beta doesn't have the code changes that I need ! The nightly build 
  does though - can you try that pls? "Frank Voellmann \(fvoellma\)" <[EMAIL PROTECTED]> wrote on 
  15/03/2006 16:22:57:> I've set this env var to 
  > c:\Program Files\Apache 
  Group\Apache2\Axis\log\startupTrace.log > 
  then > c:\startupTrace.log 
  > each time no file was created (new dos shell, net 
  stop apache2, net > start apache2). >   > Is this a 
  clue? > > From: John Hawkins 
  [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 15, 2006 5:34 
  AM> To: Apache AXIS C User List> Subject: Re: Axis C++ 1.6Beta 
  fails to load mod_axis2.dll> > 
  Could you put start-up trace on for axis please. Set an env > 
  AXISCPP_STARTUP_TRACE=logfilename > > The log might give you 
  some clues > > > 
  > "Frank Voellmann \(fvoellma\)" <[EMAIL PROTECTED]> 
  > 14/03/2006 20:56 
  > > Please respond to> 
  "Apache AXIS C User List"  
  > > To > 
  >  > > cc > > 
  Subject > > Axis C++ 1.6Beta fails 
  to load mod_axis2.dll > > > 
  > > Hi, > While developing my application, I've had Axis 
  C++ 1.5 and 1.6Beta> running on Win2000 Server successfully, and 1.5 
  running on Win2003> Server successfully too. My final deliverable 
  requires Axis C++ 1.6Beta> (due to other issues that were fixed) 
  running on Win2003 Server. This> particular configuration has the EXACT 
  same problem as reported by> others for different combinations of OS 
  and Axis C++ version:> > > > Syntax error on line 
  957 of C:/Program Files/Apache> Group/Apache2/conf/httpd.conf:> 
  Cannot load C:/Program Files/Apache 
  Group/Apache2/modules/mod_axis2.dll> into server: The specified module 
  could not be> found.> > From Event Viewer:> The 
  Apache service named  reported the following error:> >>> 
  Cannot load C:/Program Files/Apache> 
  Group/Apache2/modules/mod_axis2.dll into server: The specified module> 
  could not be found.     .> and> The Apache service 
  named  reported the following error:> >>> Syntax error on 
  line 957 of C:/Program Files/Apache> Group/Apache2/conf/httpd.conf: 
      .> > Line 957 is the first line below:> 
  > LoadModule axis_module             
      modules/mod_axis2.dll> > 
  SetHandler axis> > > If I comment this 
  line, Apache starts on Win2003, but axis is not> available. I've 
  followed all the instructions in wininstall-guide,> triple checked it 
  was done correctly, the module is there, in the> correct directory ... 
  HELP!> > Has this problem been seen by others using 
  1.6Beta?> Has there been any solutions for other OS/AxisC++ 
  combinations that I> could try?> > I'm running:> 
  Windows Server 2003 R2, Enterprise Edition, SP1> Apache 2.0.55 
  (apache_2.0.55-win32-x86-nossl.msi)> > Any suggestions 
  appreciated, Thanks> Frank> > > 



RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-15 Thread Frank Voellmann \(fvoellma\)



I've set this env var to
c:\Program Files\Apache 
Group\Apache2\Axis\log\startupTrace.log
then
c:\startupTrace.log
each time no file was created (new dos shell, net stop 
apache2, net start apache2).
 
Is this a clue?

  
  
  From: John Hawkins 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 5:34 
  AMTo: Apache AXIS C User ListSubject: Re: Axis C++ 
  1.6Beta fails to load mod_axis2.dll
  Could you put start-up trace on 
  for axis please. Set an env AXISCPP_STARTUP_TRACE=logfilename The log might 
  give you some clues 
  


  "Frank Voellmann 
\(fvoellma\)" <[EMAIL PROTECTED]> 
14/03/2006 20:56 

  
  

  Please respond 
  to"Apache AXIS C User List" 
  
  

  
  

  To
 
  

  cc

  

  Subject
Axis C++ 1.6Beta fails to load 
  mod_axis2.dll

  
  

Hi, While developing my application, I've had Axis C++ 1.5 and 
  1.6Betarunning on Win2000 Server successfully, and 1.5 running on 
  Win2003Server successfully too. My final deliverable requires Axis C++ 
  1.6Beta(due to other issues that were fixed) running on Win2003 Server. 
  Thisparticular configuration has the EXACT same problem as reported 
  byothers for different combinations of OS and Axis C++ 
  version:Syntax error on line 957 of C:/Program 
  Files/ApacheGroup/Apache2/conf/httpd.conf:Cannot load C:/Program 
  Files/Apache Group/Apache2/modules/mod_axis2.dllinto server: The specified 
  module could not befound.From Event Viewer:The Apache service 
  named  reported the following error:>>> Cannot load 
  C:/Program Files/ApacheGroup/Apache2/modules/mod_axis2.dll into server: 
  The specified modulecould not be found.     .andThe 
  Apache service named  reported the following error:>>> 
  Syntax error on line 957 of C:/Program 
  Files/ApacheGroup/Apache2/conf/httpd.conf:     .Line 957 
  is the first line below:LoadModule axis_module       
            modules/mod_axis2.dllSetHandler axisIf I comment this 
  line, Apache starts on Win2003, but axis is notavailable. I've followed 
  all the instructions in wininstall-guide,triple checked it was done 
  correctly, the module is there, in thecorrect directory ... 
  HELP!Has this problem been seen by others using 1.6Beta?Has there 
  been any solutions for other OS/AxisC++ combinations that Icould 
  try?I'm running:Windows Server 2003 R2, Enterprise Edition, 
  SP1Apache 2.0.55 (apache_2.0.55-win32-x86-nossl.msi)Any 
  suggestions appreciated, 
ThanksFrank


Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-14 Thread Frank Voellmann \(fvoellma\)
Hi, 
While developing my application, I've had Axis C++ 1.5 and 1.6Beta
running on Win2000 Server successfully, and 1.5 running on Win2003
Server successfully too. My final deliverable requires Axis C++ 1.6Beta
(due to other issues that were fixed) running on Win2003 Server. This
particular configuration has the EXACT same problem as reported by
others for different combinations of OS and Axis C++ version:



Syntax error on line 957 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll
into server: The specified module could not be
found.

>From Event Viewer:
The Apache service named  reported the following error:
>>> Cannot load C:/Program Files/Apache
Group/Apache2/modules/mod_axis2.dll into server: The specified module
could not be found. .
and
The Apache service named  reported the following error:
>>> Syntax error on line 957 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf: .

Line 957 is the first line below:

LoadModule axis_module  modules/mod_axis2.dll

SetHandler axis


If I comment this line, Apache starts on Win2003, but axis is not
available. I've followed all the instructions in wininstall-guide,
triple checked it was done correctly, the module is there, in the
correct directory ... HELP!

Has this problem been seen by others using 1.6Beta?
Has there been any solutions for other OS/AxisC++ combinations that I
could try?

I'm running:
Windows Server 2003 R2, Enterprise Edition, SP1
Apache 2.0.55 (apache_2.0.55-win32-x86-nossl.msi)

Any suggestions appreciated, Thanks
Frank