cancel
Showing results for 
Search instead for 
Did you mean: 

SM 7 installation Port 21211 cannot logon

Former Member
0 Kudos

HI all

I fresh install the SM7 already

it show the followings error

could not connect to host localhost on port 21210

java.net.connecexception: connection refused:connect

the host is localost

and port = 21211

anyone knows what the problem?

Regards

Kevin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I don't think is a JAVA_HOME issue.

Only one client is allowed to connect at a time, so make sure there are no other JSPM's running. You can use the operating system command "netstat -an" to see what ports are listening, and which have connections.

If all else fails, you can move it to another port and avoid the contention. See [the JSPM documentation|http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/157842698edc54e10000000a155106/frameset.htm] for details.

former_member185031
Active Contributor
0 Kudos

Possible Reason.

JAVA_HOME and path does not set correctly in envionment variable.

Regards,

Subhash

Former Member
0 Kudos

Hi Subhash

would you tell me where should I set the path? or check the current path.?

tkx

Kevin

former_member185031
Active Contributor
0 Kudos

If the OS is windows.

To check the current environment variable go to command prompt and type path

Another way to check

My computer >Properties>Advance--> Environemnt Variable.

Here under variable you can set the JAVA_HOME and under System Variable the path should be set

Regards,

Subhash

Former Member
0 Kudos

Hi Subhush

I found 2 variable only

Variable Value

TEMP %USERPROFILE%\Local Settings\Temp

TMP %USERPROFILE%\Local Settings\Temp

Should be I add any path ?

Regards

Kevin

former_member185031
Active Contributor
0 Kudos
Variable Value
TEMP %USERPROFILE%\Local Settings\Temp
TMP %USERPROFILE%\Local Settings\Temp

Add

Variable Name - JAVA_HOME

Variable Value - C:\j2sdk1.4.2_09 (the directory where java is installed)

Under System variable

Variable name: Path

Value : C:\j2sdk1.4.2_09\bin (bin direcotry)

Regards,

Subhash