Installation problems on Windows XP

2006-08-03 Thread Vijaya Bhaskar Peddinti








Hi all,



I am trying to install axis-c-1.6b-Win32 with Apache 2.2.3
and I am getting the following error:



The Apache service named reported the following error:

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





Please guide me on how to resolve this.



Thanks  Regards,

Bhaskar.









 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***


Re: Installation problems on Windows XP

2006-08-03 Thread Adrian Dick
Hi,

This sounds like one of two problems (or possibly both).
1) The mod_axis2.dll isn't in the location you specified within httpd.conf
2) The Axis DLLs upon which it has dependencies are not available on the
PATH (ie ensure axis C install dir/bin  is included on the system path
used by Apache)

Hope that helps.

Adrian
___
Adrian Dick ([EMAIL PROTECTED])


Vijaya Bhaskar Peddinti [EMAIL PROTECTED] wrote on
03/08/2006 07:25:25:

 Hi all,

 I am trying to install axis-c-1.6b-Win32 with Apache 2.2.3 and I am
 getting the following error:

 The Apache service named reported the following error:
  httpd.exe: Syntax error on line 486 of C:/Program Files/Apache
 Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:
 /Program Files/Apache Software Foundation/Apache2.
 2/modules/mod_axis2.dll into server: The specified module could not be
found.


 Please guide me on how to resolve this.

 Thanks  Regards,
 Bhaskar.


  CAUTION - Disclaimer *
 This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION
 intended solely for the use of the addressee(s). If you are not the
 intended recipient, please notify the sender by e-mail and delete
 the original message. Further, you are not to copy, disclose, or
 distribute this e-mail or its contents to any other person and any
 such actions are unlawful. This e-mail may contain viruses. Infosys
 has taken every reasonable precaution to minimize this risk, but is
 not liable for any damage you may sustain as a result of any virus
 in this e-mail. You should carry out your own virus checks before
 opening the e-mail or attachment. Infosys reserves the right to
 monitor and review the content of all messages sent to or from this
 e-mail address. Messages sent to or from this e-mail address may be
 stored on the Infosys e-mail system.
 ***INFOSYS End of Disclaimer INFOSYS***


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2] Dropping axis2_mep_client and axis2_msg_sender

2006-08-03 Thread Samisa Abeysinghe

Hi All,
   It has been some time that we implemented service client and 
operation client APIs, but we still have mep_client and msg_sender in 
the svn.
   But these are deprecated and we can easily obsolete without any side 
effects.


   I will remove these from svn, if anyone has any concerns please let 
know.

Thanks,
Samisa...


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Dropping axis2_mep_client and axis2_msg_sender

2006-08-03 Thread Samisa Abeysinghe
Oops, our op_client uses mep client. So we cannot effectively remove it 
as of now.

Samisa...

Samisa Abeysinghe wrote:


Hi All,
   It has been some time that we implemented service client and 
operation client APIs, but we still have mep_client and msg_sender in 
the svn.
   But these are deprecated and we can easily obsolete without any 
side effects.


   I will remove these from svn, if anyone has any concerns please let 
know.

Thanks,
Samisa...





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis] xs:simpleType mapped to class file

2006-08-03 Thread Alastair FETTES
Title: [Axis] xs:simpleType mapped to class file






This occurs with WSDL to C++ generation in Axis 1.6b. 





Alastair Fettes

[EMAIL PROTECTED]

ext. 2507


This e-mail and any attachments are intended solely for the use of the intended recipient(s) and may contain legally privileged, proprietary and/or confidential information. Any use, disclosure, dissemination, distribution or copying of this e-mail and any attachments for any purposes that have not been specifically authorized by the sender is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply e-mail and permanently delete all copies and attachments.

The entire content of this e-mail is for information purposes only and should not be relied upon by the recipient in any way unless otherwise confirmed in writing by way of letter or facsimile.




Recall: [Axis] xs:simpleType mapped to class file

2006-08-03 Thread Alastair FETTES
Title: Recall: [Axis] xs:simpleType mapped to class file






Alastair FETTES would like to recall the message, [Axis] xs:simpleType mapped to class file.





Re: [Axis2/C]build error for Linux source distribution

2006-08-03 Thread Samisa Abeysinghe

Kinichiro Inoguchi wrote:


Hi,

/work/axis2_src_dir/   -- I extract source dist here.
/usr/local/axis2c/ -- I set AXIS2C_HOME here.

Then I went to /work/axis2_src_dir/ and type ./configure .
After configure script finished, I executed make.

Is there any fault ?
 


Yes.

First go to /work/axis2_src_dir/util
Then ./configure and make and make install
Second go to /work/axis2_src_dir/axiom
Then ./configure and make and make install
Finally go to /work/axis2_src_dir
Then ./configure and make and make install

Samisa...


Thanks.
kinichiro

--- Samisa Abeysinghe [EMAIL PROTECTED] wrote:

 


Did you set AXIS2C_HOME?
Did you follow the build sequence mentioned in INSTALL file for
source 
build?


Samisa...

Kinichiro Inoguchi wrote:

   


Hi,
I encountered build error like axis2_env.h not found 
with Axis2/C 0.92 Linux source distribution.


It seems every Makefile doesn't have some include paths,
-I $(topsourcedir)/util/include
-I $(topsourcedir)/axiom/include
and so on.

Is this issue fixed already in SVN ?
I hope next source release (0.93 ? or 1.0 ?) doesn't have 
these build problems.


Regards,
kinichiro

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

 


-
   


To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


   




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2/C]build error for Linux source distribution

2006-08-03 Thread Kinichiro Inoguchi
Samisa,
Thanks. I should follow INSTALL instruction strictly.

--- Samisa Abeysinghe [EMAIL PROTECTED] wrote:

 Kinichiro Inoguchi wrote:
 
 Hi,
 
 /work/axis2_src_dir/   -- I extract source dist here.
 /usr/local/axis2c/ -- I set AXIS2C_HOME here.
 
 Then I went to /work/axis2_src_dir/ and type ./configure .
 After configure script finished, I executed make.
 
 Is there any fault ?
   
 
 Yes.
 
 First go to /work/axis2_src_dir/util
 Then ./configure and make and make install
 Second go to /work/axis2_src_dir/axiom
 Then ./configure and make and make install
 Finally go to /work/axis2_src_dir
 Then ./configure and make and make install
 
 Samisa...
 
 Thanks.
 kinichiro
 
 --- Samisa Abeysinghe [EMAIL PROTECTED] wrote:
 
   
 
 Did you set AXIS2C_HOME?
 Did you follow the build sequence mentioned in INSTALL file for
 source 
 build?
 
 Samisa...
 
 Kinichiro Inoguchi wrote:
 
 
 
 Hi,
 I encountered build error like axis2_env.h not found 
 with Axis2/C 0.92 Linux source distribution.
 
 It seems every Makefile doesn't have some include paths,
 -I $(topsourcedir)/util/include
 -I $(topsourcedir)/axiom/include
 and so on.
 
 Is this issue fixed already in SVN ?
 I hope next source release (0.93 ? or 1.0 ?) doesn't have 
 these build problems.
 
 Regards,
 kinichiro
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
   
 

-
 
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  
 
   
 

-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 

-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
   
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]