通过jnlp文件登陆服务器:出现以下错误,XP下连接服务器登陆有事正常的
Caused by: org.springframework.remoting.RemoteAccessException: Cannot access HTTP invoker remote service at [http://169.92.123.86:8888/empty/ActionCommandService.service]; nested exception is java.net.MalformedURLException: Illegal character in URL 
        at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:123) 
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170) 
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176) 
        at $Proxy3.commit(Unknown Source) 
        at soy.client.rpc.Server._$1(Unknown Source:97) 
        ... 22 more 
Caused by: java.net.MalformedURLException: Illegal character in URL 
        at sun.net.www.http.HttpClient.getURLFile(Unknown Source) 
        at sun.net.www.protocol.http.HttpURLConnection.writeRequests(Unknown Source) 
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) 
        at java.net.HttpURLConnection.getResponseCode(Unknown Source) 
        at org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor.validateResponse(SimpleHttpInvokerRequestExecutor.java:134) 
        at org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor.doExecuteRequest(SimpleHttpInvokerRequestExecutor.java:61) 
        at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:69) 
        at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:146) 
        at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:120) 
        ... 26 more