You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Hans Stoessel <hs...@pm-medici.ch> on 2010/03/25 09:49:21 UTC

Windows Server 2008: Access web application - application server (Apache Tomcat)

Hi

We have a web application running on Apache Tomcat (JSP / Axis2). This web
application connects to an application server via SOAP. The application runs
on Windows XP, Vista and Windows Server 2003. But we have problems on a
Windows Sever 2008.

The web application can't connect to the application server. There is an
AxisFault, "String index out of range...". We have no idea, what could be
wrong.

- Could it be a security option in Windows Server 2008? If yes what is to
do?
- TCP/IP options?

Thanks for any hint.

Best regards
Hans 




---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
For additional commands, e-mail: c-user-help@axis.apache.org


Re: Windows Server 2008: Access web application - application server (Apache Tomcat)

Posted by Steve Leland <st...@pouchapond.com>.
Our application runs in similar environments; haven't had problems with 
security options, beyond what we did to ourselves :)

My first guess would be that you link with a version of the MS 'C' runtime 
which is older than what is available on the Windows Server 2008 machine.

The problem we had was the inverse of yours - when we backported to the 
older OSs, our code wouldn't run until we installed the newer 'C' runtime 
(here: 
http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2 ) 
that we link to on the older OSs.

A little searching should turn up the older 'C' redistributable package 
which you might try installing on the W2k8 server.

If that's not it, more info + stack traces would help isolate the problem.

Happy Hunting!
Steve
----- Original Message ----- 
From: "Hans Stoessel" <hs...@pm-medici.ch>
To: <c-...@axis.apache.org>
Sent: Thursday, March 25, 2010 4:49 AM
Subject: Windows Server 2008: Access web application - application server 
(Apache Tomcat)


> Hi
>
> We have a web application running on Apache Tomcat (JSP / Axis2). This web
> application connects to an application server via SOAP. The application 
> runs
> on Windows XP, Vista and Windows Server 2003. But we have problems on a
> Windows Sever 2008.
>
> The web application can't connect to the application server. There is an
> AxisFault, "String index out of range...". We have no idea, what could be
> wrong.
>
> - Could it be a security option in Windows Server 2008? If yes what is to
> do?
> - TCP/IP options?
>
> Thanks for any hint.
>
> Best regards
> Hans
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: c-user-help@axis.apache.org
>
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
For additional commands, e-mail: c-user-help@axis.apache.org