gateway error

I am successfully config gateway and start it normally, but when i try to access it, it show an error message "<domain name> has sent an incorrect or unexpected message. Error Code: -12263". And check the gateway.debug log, it contain the below error

java.io.IOException: SocketException cannot read on socket

at org.mozilla.jss.ssl.SSLSocket.read(SSLSocket.java:726)

at org.mozilla.jss.ssl.SSLInputStream.read(SSLInputStream.java:70)

at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)

at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)

at java.io.BufferedInputStream.read(BufferedInputStream.java:313)

at java.io.DataInputStream.readFully(DataInputStream.java:176)

at com.sun.portal.netlet.econnection.ESessionMsg.readMsg(ESessionMsg.java:24)

at com.sun.portal.netlet.eproxy.RProxyConnection.isNetletTraffic(RProxyConnection. java:190)

at com.sun.portal.netlet.eproxy.RProxyConnection.access$400(RProxyConnection.java: 38)

at com.sun.portal.netlet.eproxy.RProxyConnection$RProxyThread.run(RProxyConnection .java:270)

at com.sun.portal.util.TaskWrapper.run(TaskWrapper.java:42)

at com.sun.portal.util.ThreadPoolThread.run(GWThreadPool.java:152)

[1266 byte] By [Suedejefa] at [2007-11-27 2:27:12]
# 1

Hi, can any one help me, I just found more error on the log file

[#|2007-04-26T15:28:45.950+0800|SEVERE|SJS Portal Server|debug.com.sun.portal.admin.cli.commands|ThreadID=10; ClassName=com.sun.portal.admin.cli.commands.sra.GenericSRACommand; MethodName=runCommand; |PSALI_CSPACC0006:MBeanException

javax.management.MBeanException: Exception thrown in operation StartGateway

at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:4 35)

at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServer Interceptor.java:815)

at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServe rInterceptor.java:203)

at com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.invoke(MBeanServerInterc eptorWrapper.java:512)

at com.sun.portal.admin.server.PortalServerLoggingInterceptor.invoke(PortalServerL oggingInterceptor.java:407)

at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:795)

at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)

at com.sun.cacao.common.instrum.InstrumDefaultForwarder.invoke(InstrumDefaultForwa rder.java:110)

at javax.management.remote.generic.ServerIntermediary.handleRequest(ServerIntermed iary.java:280)

at javax.management.remote.generic.ServerIntermediary$PrivilegedRequestJob.run(Ser verIntermediary.java:951)

at java.security.AccessController.doPrivileged(Native Method)

at javax.management.remote.generic.ServerIntermediary$RequestHandler.handleMBSReqM essage(ServerIntermediary.java:727)

at javax.management.remote.generic.ServerIntermediary$RequestHandler.execute(Serve rIntermediary.java:629)

at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl$RemoteJob.run(Ser verSynchroMessageConnectionImpl.java:249)

at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.ja va:208)

at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)

Caused by: com.sun.portal.admin.common.PSMBeanException

at com.sun.portal.sra.admin.mbeans.SRA.StartGateway(SRA.java:85)

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

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

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

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

at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:4 14)

... 17 more

Suedejefa at 2007-7-12 2:37:37 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
try restarting your cacaoadm....using/opt/SUNWcacao/bin/cacaoadm stop&/opt/SUNWcacao/bin/cacaoadm start
dhawanmayura at 2007-7-12 2:37:37 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Thx for your reply, after restart the cacao, the error still appear. Do you have any other suggestion
Suedejefa at 2007-7-12 2:37:37 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4
hi all,I am also getting the same error. Can anyone help in solving itthanksdhawanmayur
dhawanmayura at 2007-7-12 2:37:37 > top of Java-index,Web & Directory Servers,Portal Servers...
# 5

Please try below things if it helps :

1) Date should be same on both gateway and portal server node.

2) On gateway machine open /etc/opt/SUNWportal/platform.conf.default property file. See the property gateway.logging.password. It should be same as the portal server node in the same file location.

3) If gateway and portal are on different domains for ex. portal.com and gateway.com. Then login to amconsole, click on Service configuration and on the left hand side click on Platform service. On right hand frame you will see the details. Move dowm to "Cookie domain list" on right frame.

Check whether portal.com and gateway.com are present.

4) Restart gateway

AjitKamblea at 2007-7-12 2:37:37 > top of Java-index,Web & Directory Servers,Portal Servers...