RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-03-01 Thread Yaron Cohen
Hi,

Did you get my last update?

Thanks
Yaron

-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 28, 2006 3:37 PM
To: Apache AXIS C User List
Subject: RE: Unhandled exception at 0x7c901230 : User breakpoint

Hi,

Can you try turning on start up trace.

Set the following environment variable to point to the log file you wish
to
create:
AXISCPP_STARTUP_TRACE

eg: AXISCPP_STARTUP_TRACE=c:\test\starttrace.txt

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Yaron Cohen" <[EMAIL PROTECTED]> wrote on 28/02/2006 11:47:15:

> Hi,
>
> Now my conf file looks like this:
>
> # The comment character is '#'
> #Available directives are as follows
> #(Some of these directives may not be implemented yet)
> #
> #WSDDFilePath:The path to the server wsdd
> #LogPath:The path to the axis log
> #ClientLogPath:The path to the axis client log
> #ClientWSDDFilePath:The path to the client wsdd
> #Transport_http:The HTTP transport library
> #Transport_smtp:The SMTP transport library
> #XMLParser:The xml parser library
> #NodeName:Node name
> #ListenPort:Listening port
> #Channel_HTTP:The HTTP transport channel library
> #Channel_HTTP_SSL:The HTTP transport secure channel library
>
> #LogPath:Axis\logs\AxisLog.txt
> #WSDDFilePath:Axis\conf\server.wsdd
>
> Transport_http:C:\test\HTTPTransport.dll
> Channel_HTTP:C:\test\HTTPChannel.dll
> XMLParser:C:\test\AxisXMLParserXerces.dll
> ClientLogPath:C:\test\log.txt
>
> All the dlls(HTTPTransport.dll, HTTPChannel.dll,
> AxisXMLParserXerces.dll) are at c:\test, so it would not be any spaces
> in the folder path. In addition, I tried to set the path to
> D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin, but it still
> does not work.
>
> I am getting the same problem.
>
> I am still not getting any logs.
>
> Any suggestions?
>
> Thanks
> Yaron
>
> -----Original Message-----
> From: Adrian Dick [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 27, 2006 1:08 PM
> To: Apache AXIS C User List
> Subject: RE: Unhandled exception at 0x7c901230 : User breakpoint
>
> Hi,
>
>
> ok, for the logs.
> LogPath is used by Axis c++ server, for client you need to use
> ClientLogPath
>
> The paths you're specifying for the various Axis C++ DLLs look a
little
> suspicious to me, are they really located within your samples
structure?
> or should your paths look more like:
>
>
Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin\HT
> TPTransport.dll
>
> Asides from that you look to have the right settings.  So it could be
a
> path issue.   Your path needs to include:  Axis C++ libraries (  install>\bin ) and the Xerces-c libraries ( \bin )
> (must
> be v2.2.0 if using binary package).
>
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
> WebSphere MQ and ESB Development
> IBM United Kingdom Ltd.
> Tel: +44-(0)-1962-819212
> Notes: Adrian Dick/UK/[EMAIL PROTECTED]
>
> "Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 08:57:14:
>
> > Hi,
> >
> > Thanks for the quick answer.
> >
> > I am working with the latest version (I think) since I just download
> it
> > (axis-c-1-5-win32).
> >
> > In addition, the first error that I got was that it can not find the
> > conf file.
> >
> > After I solved this problem, I did what ever you said in the
> > http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client.
> > Nevertheless, I think that I am not configuring it right.
> >
> > Here is my conf file content:
> >
> > # The comment character is '#'
> > #Available directives are as follows
> > #(Some of these directives may not be implemented yet)
> > #
> > #WSDDFilePath:The path to the server wsdd
> > #LogPath:The path to the axis log
> > #ClientLogPath:The path to the axis client log
> > #ClientWSDDFilePath:The path to the client wsdd
> > #Transport_http:The HTTP transport library
> > #Transport_smtp:The SMTP transport library
> > #XMLParser:The xml parser library
> > #NodeName:Node name
> > #ListenPort:Listening port
> > #Channel_HTTP:The HTTP transport channel library
> > #Channel_HTTP_SSL:The HTTP transport secure channel library
> >
> > #LogPath:Axis\logs\AxisLog.txt
> > #WSDDFilePath:Axis\conf\server.wsdd
> >
>
Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\sample
> > s\client\WebServiceClientTest3\HTTPTransport.dll
> >
>
Channel_HTTP:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\
> > client\WebServiceClientTest3\H

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-28 Thread Yaron Cohen
Hi,

I tried to do that. I got no logs.

Thanks
Yaron

-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 28, 2006 3:37 PM
To: Apache AXIS C User List
Subject: RE: Unhandled exception at 0x7c901230 : User breakpoint

Hi,

Can you try turning on start up trace.

Set the following environment variable to point to the log file you wish
to
create:
AXISCPP_STARTUP_TRACE

eg: AXISCPP_STARTUP_TRACE=c:\test\starttrace.txt

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Yaron Cohen" <[EMAIL PROTECTED]> wrote on 28/02/2006 11:47:15:

> Hi,
>
> Now my conf file looks like this:
>
> # The comment character is '#'
> #Available directives are as follows
> #(Some of these directives may not be implemented yet)
> #
> #WSDDFilePath:The path to the server wsdd
> #LogPath:The path to the axis log
> #ClientLogPath:The path to the axis client log
> #ClientWSDDFilePath:The path to the client wsdd
> #Transport_http:The HTTP transport library
> #Transport_smtp:The SMTP transport library
> #XMLParser:The xml parser library
> #NodeName:Node name
> #ListenPort:Listening port
> #Channel_HTTP:The HTTP transport channel library
> #Channel_HTTP_SSL:The HTTP transport secure channel library
>
> #LogPath:Axis\logs\AxisLog.txt
> #WSDDFilePath:Axis\conf\server.wsdd
>
> Transport_http:C:\test\HTTPTransport.dll
> Channel_HTTP:C:\test\HTTPChannel.dll
> XMLParser:C:\test\AxisXMLParserXerces.dll
> ClientLogPath:C:\test\log.txt
>
> All the dlls(HTTPTransport.dll, HTTPChannel.dll,
> AxisXMLParserXerces.dll) are at c:\test, so it would not be any spaces
> in the folder path. In addition, I tried to set the path to
> D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin, but it still
> does not work.
>
> I am getting the same problem.
>
> I am still not getting any logs.
>
> Any suggestions?
>
> Thanks
> Yaron
>
> -----Original Message-----
> From: Adrian Dick [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 27, 2006 1:08 PM
> To: Apache AXIS C User List
> Subject: RE: Unhandled exception at 0x7c901230 : User breakpoint
>
> Hi,
>
>
> ok, for the logs.
> LogPath is used by Axis c++ server, for client you need to use
> ClientLogPath
>
> The paths you're specifying for the various Axis C++ DLLs look a
little
> suspicious to me, are they really located within your samples
structure?
> or should your paths look more like:
>
>
Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin\HT
> TPTransport.dll
>
> Asides from that you look to have the right settings.  So it could be
a
> path issue.   Your path needs to include:  Axis C++ libraries (  install>\bin ) and the Xerces-c libraries ( \bin )
> (must
> be v2.2.0 if using binary package).
>
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
> WebSphere MQ and ESB Development
> IBM United Kingdom Ltd.
> Tel: +44-(0)-1962-819212
> Notes: Adrian Dick/UK/[EMAIL PROTECTED]
>
> "Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 08:57:14:
>
> > Hi,
> >
> > Thanks for the quick answer.
> >
> > I am working with the latest version (I think) since I just download
> it
> > (axis-c-1-5-win32).
> >
> > In addition, the first error that I got was that it can not find the
> > conf file.
> >
> > After I solved this problem, I did what ever you said in the
> > http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client.
> > Nevertheless, I think that I am not configuring it right.
> >
> > Here is my conf file content:
> >
> > # The comment character is '#'
> > #Available directives are as follows
> > #(Some of these directives may not be implemented yet)
> > #
> > #WSDDFilePath:The path to the server wsdd
> > #LogPath:The path to the axis log
> > #ClientLogPath:The path to the axis client log
> > #ClientWSDDFilePath:The path to the client wsdd
> > #Transport_http:The HTTP transport library
> > #Transport_smtp:The SMTP transport library
> > #XMLParser:The xml parser library
> > #NodeName:Node name
> > #ListenPort:Listening port
> > #Channel_HTTP:The HTTP transport channel library
> > #Channel_HTTP_SSL:The HTTP transport secure channel library
> >
> > #LogPath:Axis\logs\AxisLog.txt
> > #WSDDFilePath:Axis\conf\server.wsdd
> >
>
Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\sample
> > s\client\WebServiceClientTest3\HTTPTransport.dll
> >
>
Channel_HTTP:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\
> > client\WebServiceClien

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-28 Thread Adrian Dick
Hi,

Can you try turning on start up trace.

Set the following environment variable to point to the log file you wish to
create:
AXISCPP_STARTUP_TRACE

eg: AXISCPP_STARTUP_TRACE=c:\test\starttrace.txt

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Yaron Cohen" <[EMAIL PROTECTED]> wrote on 28/02/2006 11:47:15:

> Hi,
>
> Now my conf file looks like this:
>
> # The comment character is '#'
> #Available directives are as follows
> #(Some of these directives may not be implemented yet)
> #
> #WSDDFilePath:The path to the server wsdd
> #LogPath:The path to the axis log
> #ClientLogPath:The path to the axis client log
> #ClientWSDDFilePath:The path to the client wsdd
> #Transport_http:The HTTP transport library
> #Transport_smtp:The SMTP transport library
> #XMLParser:The xml parser library
> #NodeName:Node name
> #ListenPort:Listening port
> #Channel_HTTP:The HTTP transport channel library
> #Channel_HTTP_SSL:The HTTP transport secure channel library
>
> #LogPath:Axis\logs\AxisLog.txt
> #WSDDFilePath:Axis\conf\server.wsdd
>
> Transport_http:C:\test\HTTPTransport.dll
> Channel_HTTP:C:\test\HTTPChannel.dll
> XMLParser:C:\test\AxisXMLParserXerces.dll
> ClientLogPath:C:\test\log.txt
>
> All the dlls(HTTPTransport.dll, HTTPChannel.dll,
> AxisXMLParserXerces.dll) are at c:\test, so it would not be any spaces
> in the folder path. In addition, I tried to set the path to
> D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin, but it still
> does not work.
>
> I am getting the same problem.
>
> I am still not getting any logs.
>
> Any suggestions?
>
> Thanks
> Yaron
>
> -----Original Message-----
> From: Adrian Dick [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 27, 2006 1:08 PM
> To: Apache AXIS C User List
> Subject: RE: Unhandled exception at 0x7c901230 : User breakpoint
>
> Hi,
>
>
> ok, for the logs.
> LogPath is used by Axis c++ server, for client you need to use
> ClientLogPath
>
> The paths you're specifying for the various Axis C++ DLLs look a little
> suspicious to me, are they really located within your samples structure?
> or should your paths look more like:
>
> Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin\HT
> TPTransport.dll
>
> Asides from that you look to have the right settings.  So it could be a
> path issue.   Your path needs to include:  Axis C++ libraries (  install>\bin ) and the Xerces-c libraries ( \bin )
> (must
> be v2.2.0 if using binary package).
>
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
> WebSphere MQ and ESB Development
> IBM United Kingdom Ltd.
> Tel: +44-(0)-1962-819212
> Notes: Adrian Dick/UK/[EMAIL PROTECTED]
>
> "Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 08:57:14:
>
> > Hi,
> >
> > Thanks for the quick answer.
> >
> > I am working with the latest version (I think) since I just download
> it
> > (axis-c-1-5-win32).
> >
> > In addition, the first error that I got was that it can not find the
> > conf file.
> >
> > After I solved this problem, I did what ever you said in the
> > http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client.
> > Nevertheless, I think that I am not configuring it right.
> >
> > Here is my conf file content:
> >
> > # The comment character is '#'
> > #Available directives are as follows
> > #(Some of these directives may not be implemented yet)
> > #
> > #WSDDFilePath:The path to the server wsdd
> > #LogPath:The path to the axis log
> > #ClientLogPath:The path to the axis client log
> > #ClientWSDDFilePath:The path to the client wsdd
> > #Transport_http:The HTTP transport library
> > #Transport_smtp:The SMTP transport library
> > #XMLParser:The xml parser library
> > #NodeName:Node name
> > #ListenPort:Listening port
> > #Channel_HTTP:The HTTP transport channel library
> > #Channel_HTTP_SSL:The HTTP transport secure channel library
> >
> > #LogPath:Axis\logs\AxisLog.txt
> > #WSDDFilePath:Axis\conf\server.wsdd
> >
> Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\sample
> > s\client\WebServiceClientTest3\HTTPTransport.dll
> >
> Channel_HTTP:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\
> > client\WebServiceClientTest3\HTTPChannel.dll
> >
> XMLParser:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\cli
> > ent\WebServiceClientTest3\AxisXMLParserXerces.dll
> > #ClientWSDDFilePath:C:\Documents and
> >
> Settings\yaronco\Desktop\axis

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-28 Thread Yaron Cohen
Hi,

Now my conf file looks like this:

# The comment character is '#'
#Available directives are as follows
#(Some of these directives may not be implemented yet)
#
#WSDDFilePath:The path to the server wsdd
#LogPath:The path to the axis log 
#ClientLogPath:The path to the axis client log
#ClientWSDDFilePath:The path to the client wsdd
#Transport_http:The HTTP transport library
#Transport_smtp:The SMTP transport library
#XMLParser:The xml parser library
#NodeName:Node name
#ListenPort:Listening port
#Channel_HTTP:The HTTP transport channel library
#Channel_HTTP_SSL:The HTTP transport secure channel library

#LogPath:Axis\logs\AxisLog.txt
#WSDDFilePath:Axis\conf\server.wsdd

Transport_http:C:\test\HTTPTransport.dll
Channel_HTTP:C:\test\HTTPChannel.dll
XMLParser:C:\test\AxisXMLParserXerces.dll
ClientLogPath:C:\test\log.txt

All the dlls(HTTPTransport.dll, HTTPChannel.dll,
AxisXMLParserXerces.dll) are at c:\test, so it would not be any spaces
in the folder path. In addition, I tried to set the path to
D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin, but it still
does not work.

I am getting the same problem.

I am still not getting any logs.

Any suggestions? 

Thanks
Yaron

-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 27, 2006 1:08 PM
To: Apache AXIS C User List
Subject: RE: Unhandled exception at 0x7c901230 : User breakpoint

Hi,


ok, for the logs.
LogPath is used by Axis c++ server, for client you need to use
ClientLogPath

The paths you're specifying for the various Axis C++ DLLs look a little
suspicious to me, are they really located within your samples structure?
or should your paths look more like:

Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin\HT
TPTransport.dll

Asides from that you look to have the right settings.  So it could be a
path issue.   Your path needs to include:  Axis C++ libraries ( \bin ) and the Xerces-c libraries ( \bin )
(must
be v2.2.0 if using binary package).

Adrian
___
Adrian Dick ([EMAIL PROTECTED])
WebSphere MQ and ESB Development
IBM United Kingdom Ltd.
Tel: +44-(0)-1962-819212
Notes: Adrian Dick/UK/[EMAIL PROTECTED]

"Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 08:57:14:

> Hi,
>
> Thanks for the quick answer.
>
> I am working with the latest version (I think) since I just download
it
> (axis-c-1-5-win32).
>
> In addition, the first error that I got was that it can not find the
> conf file.
>
> After I solved this problem, I did what ever you said in the
> http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client.
> Nevertheless, I think that I am not configuring it right.
>
> Here is my conf file content:
>
> # The comment character is '#'
> #Available directives are as follows
> #(Some of these directives may not be implemented yet)
> #
> #WSDDFilePath:The path to the server wsdd
> #LogPath:The path to the axis log
> #ClientLogPath:The path to the axis client log
> #ClientWSDDFilePath:The path to the client wsdd
> #Transport_http:The HTTP transport library
> #Transport_smtp:The SMTP transport library
> #XMLParser:The xml parser library
> #NodeName:Node name
> #ListenPort:Listening port
> #Channel_HTTP:The HTTP transport channel library
> #Channel_HTTP_SSL:The HTTP transport secure channel library
>
> #LogPath:Axis\logs\AxisLog.txt
> #WSDDFilePath:Axis\conf\server.wsdd
>
Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\sample
> s\client\WebServiceClientTest3\HTTPTransport.dll
>
Channel_HTTP:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\
> client\WebServiceClientTest3\HTTPChannel.dll
>
XMLParser:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\cli
> ent\WebServiceClientTest3\AxisXMLParserXerces.dll
> #ClientWSDDFilePath:C:\Documents and
>
Settings\yaronco\Desktop\axis-c-win32-current-bin\axis-c-1-5-win32\sampl
> es\client\WebServiceClientTest3\deploy\conf\client.wsdd
>
LogPath:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\clien
> t\WebServiceClientTest3\deploy\log\log.txt
>
> I am not getting any logs in the
>
"D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\client\WebSe
> rviceClientTest3\deploy\log" configured directory.
>
> Please help me, it looks like I am lost.
>
>
>
> -Original Message-
> From: Adrian Dick [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 27, 2006 10:44 AM
> To: Apache AXIS C User List
> Subject: Re: Unhandled exception at 0x7c901230 : User breakpoint
>
> Hi,
>
> Which version of Axis C++ are you using, and are you following the
> bundled
> instructions or latest versions available on
> http://ws.apache.org/axis/cpp/documentation.html ?
>
> It sounds like th

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Adrian Dick
Hi,


ok, for the logs.
LogPath is used by Axis c++ server, for client you need to use
ClientLogPath

The paths you're specifying for the various Axis C++ DLLs look a little
suspicious to me, are they really located within your samples structure?
or should your paths look more like:

Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\bin\HTTPTransport.dll

Asides from that you look to have the right settings.  So it could be a
path issue.   Your path needs to include:  Axis C++ libraries ( \bin ) and the Xerces-c libraries ( \bin )  (must
be v2.2.0 if using binary package).

Adrian
___
Adrian Dick ([EMAIL PROTECTED])
WebSphere MQ and ESB Development
IBM United Kingdom Ltd.
Tel: +44-(0)-1962-819212
Notes: Adrian Dick/UK/[EMAIL PROTECTED]

"Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 08:57:14:

> Hi,
>
> Thanks for the quick answer.
>
> I am working with the latest version (I think) since I just download it
> (axis-c-1-5-win32).
>
> In addition, the first error that I got was that it can not find the
> conf file.
>
> After I solved this problem, I did what ever you said in the
> http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client.
> Nevertheless, I think that I am not configuring it right.
>
> Here is my conf file content:
>
> # The comment character is '#'
> #Available directives are as follows
> #(Some of these directives may not be implemented yet)
> #
> #WSDDFilePath:The path to the server wsdd
> #LogPath:The path to the axis log
> #ClientLogPath:The path to the axis client log
> #ClientWSDDFilePath:The path to the client wsdd
> #Transport_http:The HTTP transport library
> #Transport_smtp:The SMTP transport library
> #XMLParser:The xml parser library
> #NodeName:Node name
> #ListenPort:Listening port
> #Channel_HTTP:The HTTP transport channel library
> #Channel_HTTP_SSL:The HTTP transport secure channel library
>
> #LogPath:Axis\logs\AxisLog.txt
> #WSDDFilePath:Axis\conf\server.wsdd
> Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\sample
> s\client\WebServiceClientTest3\HTTPTransport.dll
> Channel_HTTP:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\
> client\WebServiceClientTest3\HTTPChannel.dll
> XMLParser:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\cli
> ent\WebServiceClientTest3\AxisXMLParserXerces.dll
> #ClientWSDDFilePath:C:\Documents and
> Settings\yaronco\Desktop\axis-c-win32-current-bin\axis-c-1-5-win32\sampl
> es\client\WebServiceClientTest3\deploy\conf\client.wsdd
> LogPath:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\clien
> t\WebServiceClientTest3\deploy\log\log.txt
>
> I am not getting any logs in the
> "D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\client\WebSe
> rviceClientTest3\deploy\log" configured directory.
>
> Please help me, it looks like I am lost.
>
>
>
> -Original Message-
> From: Adrian Dick [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 27, 2006 10:44 AM
> To: Apache AXIS C User List
> Subject: Re: Unhandled exception at 0x7c901230 : User breakpoint
>
> Hi,
>
> Which version of Axis C++ are you using, and are you following the
> bundled
> instructions or latest versions available on
> http://ws.apache.org/axis/cpp/documentation.html ?
>
> It sounds like the problem you're seeing is caused by the Xerces-C
> libraries not being available on the system library path at runtime.
> Check
> the latest install/config instructions here:
> http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client
>
> Adrian
> ___
> Adrian Dick ([EMAIL PROTECTED])
>
>
> "Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 07:25:15:
>
> > Hi,
> >
> > I have the same problem as described at: http://www.nabble.
> >
> com/Using-generated-CPP-files-in-visual-studio-2003-t841990.html#a218167
> 1.
>
> > Can you please explain to me:
> >
> > How should I configure the conf file? It looks like what ever I do
> > in order to configure it, I get the same error.
> >
> > Please note that I did what ever you explain under "Client
> > Installation and Configuration" and it does not work.
> >
> > Thanks
> > Yaron
> >
> >
> > Yaron Cohen
> > VoIP Integrations Software Engineer EIS, R&D
> > NICE Systems. Israel
> >
> > (T) +972 (9) 7752338
> > (M) +972 (54) 5442488
> > (F) +972 (9) 7753600
> >
> > [EMAIL PROTECTED]
> > www.nice.com
> >
> > ---
> > NICE - Insight from Interactions
> >
>



RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Yaron Cohen
Hi,

Thanks for the quick answer.

I am working with the latest version (I think) since I just download it
(axis-c-1-5-win32).

In addition, the first error that I got was that it can not find the
conf file.

After I solved this problem, I did what ever you said in the
http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client.
Nevertheless, I think that I am not configuring it right.

Here is my conf file content:

# The comment character is '#'
#Available directives are as follows
#(Some of these directives may not be implemented yet)
#
#WSDDFilePath:The path to the server wsdd
#LogPath:The path to the axis log 
#ClientLogPath:The path to the axis client log
#ClientWSDDFilePath:The path to the client wsdd
#Transport_http:The HTTP transport library
#Transport_smtp:The SMTP transport library
#XMLParser:The xml parser library
#NodeName:Node name
#ListenPort:Listening port
#Channel_HTTP:The HTTP transport channel library
#Channel_HTTP_SSL:The HTTP transport secure channel library

#LogPath:Axis\logs\AxisLog.txt
#WSDDFilePath:Axis\conf\server.wsdd
Transport_http:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\sample
s\client\WebServiceClientTest3\HTTPTransport.dll
Channel_HTTP:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\
client\WebServiceClientTest3\HTTPChannel.dll
XMLParser:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\cli
ent\WebServiceClientTest3\AxisXMLParserXerces.dll
#ClientWSDDFilePath:C:\Documents and
Settings\yaronco\Desktop\axis-c-win32-current-bin\axis-c-1-5-win32\sampl
es\client\WebServiceClientTest3\deploy\conf\client.wsdd
LogPath:D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\clien
t\WebServiceClientTest3\deploy\log\log.txt

I am not getting any logs in the
"D:\mySms\axis-c-win32-current-bin\axis-c-1-5-win32\samples\client\WebSe
rviceClientTest3\deploy\log" configured directory.

Please help me, it looks like I am lost.



-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 27, 2006 10:44 AM
To: Apache AXIS C User List
Subject: Re: Unhandled exception at 0x7c901230 : User breakpoint

Hi,

Which version of Axis C++ are you using, and are you following the
bundled
instructions or latest versions available on
http://ws.apache.org/axis/cpp/documentation.html ?

It sounds like the problem you're seeing is caused by the Xerces-C
libraries not being available on the system library path at runtime.
Check
the latest install/config instructions here:
http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client

Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 07:25:15:

> Hi,
>
> I have the same problem as described at: http://www.nabble.
>
com/Using-generated-CPP-files-in-visual-studio-2003-t841990.html#a218167
1.

> Can you please explain to me:
>
> How should I configure the conf file? It looks like what ever I do
> in order to configure it, I get the same error.
>
> Please note that I did what ever you explain under "Client
> Installation and Configuration" and it does not work.
>
> Thanks
> Yaron
>
>
> Yaron Cohen
> VoIP Integrations Software Engineer EIS, R&D
> NICE Systems. Israel
>
> (T) +972 (9) 7752338
> (M) +972 (54) 5442488
> (F) +972 (9) 7753600
>
> [EMAIL PROTECTED]
> www.nice.com
>
> ---
> NICE - Insight from Interactions
>



Re: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Adrian Dick
Hi,

Which version of Axis C++ are you using, and are you following the bundled
instructions or latest versions available on
http://ws.apache.org/axis/cpp/documentation.html ?

It sounds like the problem you're seeing is caused by the Xerces-C
libraries not being available on the system library path at runtime.  Check
the latest install/config instructions here:
http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client

Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Yaron Cohen" <[EMAIL PROTECTED]> wrote on 27/02/2006 07:25:15:

> Hi,
>
> I have the same problem as described at: http://www.nabble.
>
com/Using-generated-CPP-files-in-visual-studio-2003-t841990.html#a2181671.

> Can you please explain to me:
>
> How should I configure the conf file? It looks like what ever I do
> in order to configure it, I get the same error.
>
> Please note that I did what ever you explain under “Client
> Installation and Configuration” and it does not work.
>
> Thanks
> Yaron
>
>
> Yaron Cohen
> VoIP Integrations Software Engineer EIS, R&D
> NICE Systems. Israel
>
> (T) +972 (9) 7752338
> (M) +972 (54) 5442488
> (F) +972 (9) 7753600
>
> [EMAIL PROTECTED]
> www.nice.com
>
> ---
> NICE - Insight from Interactions
>