cancel
Showing results for 
Search instead for 
Did you mean: 

application not succesfully deployed/java.net.SocketException: Software cau

Former Member
0 Kudos

Hi all,

I have locally deployed a NetWeaver Mobile 7.1 Web Dynpro Application for Laptops by the NWDS.

Unfortunately I don't see the application in the Mobile Client. In the client trace file I get the following exception:

java.net.SocketException: Software caused connection abort: recv failed

What do I have to do to get the application visible and working ?

Thanks and regards,

Michael

Here the part of the trace file output:

<r id="1239878454504" t="12:40:54" d="2009-04-16" s="I" c="000" u="" g="" m="Logging initialized">

<f n="LocationName" v=" (com.sap.tc.mobile.logging.impl.FileLogger:)"/>

<f n="ThreadName" v="main"/>

</r>

<r id="1239878454522" t="12:40:54" d="2009-04-16" s="P" c="000" u="" g="" m="Console connection failure --&gt; java.net.SocketException: Software caused connection abort: recv failed

at java.net.SocketInputStream.socketRead0(Native Method)

at java.net.SocketInputStream.read(SocketInputStream.java:129)

at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:411)

at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:453)

at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:183)

at java.io.InputStreamReader.read(InputStreamReader.java:167)

at java.io.BufferedReader.fill(BufferedReader.java:136)

at java.io.BufferedReader.readLine(BufferedReader.java:299)

at java.io.BufferedReader.readLine(BufferedReader.java:362)

at com.sap.tc.mobile.cfs.console.MgmtConsole.run(Unknown Source)

">

Edited by: Michael Hubig on Apr 16, 2009 1:34 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Before deploying , do the following checks :

1) check for the client path set to C:\Program Files\SAP\SAP Netweaver Mobile Client(path where ur client is installed)

2)Make sure that you have a latest JDK Compatible with ur IDE.

It should solve your issues..

WHICH SP IDE are you using?

Regards,

Lakshmi