cancel
Showing results for 
Search instead for 
Did you mean: 

uaserver not running

Former Member
0 Kudos

java -cp /usr/sap/put/ua/ua.jar UaServer

UaServer> Stable storage file '/usr/sap/put/ua/UaState' read

UaServer> Temporary directory is '/usr/sap/put/ua'

UaServer> Property file '/usr/sap/put/ua/UaServer.properties' read

UaServer> Configuring HTTP server

java.net.BindException: Address already in use

at java.net.PlainSocketImpl.socketBind(Native Method)

at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:362)

at java.net.ServerSocket.bind(ServerSocket.java:341)

at java.net.ServerSocket.<init>(ServerSocket.java:208)

at java.net.ServerSocket.<init>(ServerSocket.java:120)

at com.sap.sdt.server.core.http.HttpServer.<init>(HttpServer.java:200)

at com.sap.sdt.server.ext.r3up.R3upService.createHttpServer(R3upService.java:725)

at com.sap.sdt.server.ext.r3up.R3upService.<init>(R3upService.java:121)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:44)

at java.lang.reflect.Constructor.newInstance(Constructor.java:315)

at com.sap.sdt.server.core.SDTServer.createService(SDTServer.java:252)

at com.sap.sdt.server.core.SDTServer.startUaServer(SDTServer.java:126)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)

at java.lang.reflect.Method.invoke(Method.java:391)

at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:80)

at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:76)

at UaServer.main(UaServer.java:367)

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

It seems that there is already an UaServer running on the same port, check with

ps -ef | grep ua

and kill that process if you´re sure that no other upgrade is running on the system.

Markus

Former Member
0 Kudos

Hi markus,

thanks i solved the problem by killing already running process.

the problem solved.

Thanks again

Former Member
0 Kudos

Hi,

we are trying to start UaServer too and me suffer the same problems. Our system is running on Windows 2003 Server and we can't find any other UaServer or process using the same port.

Does anyone have an idea how to solve that problem?

Kind regards

Florian Heinen

Answers (0)