View Single Post
  #2 (permalink)  
Old February 6th, 2008, 10:58
Rowan Rowan is offline
Junior Member
 
Join Date: Jan 2008
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Rowan is on a distinguished road
Re: Exception when triggering Manual Invoice Match process

I receive the following exception:

Generic Remote Exception

java.rmi.ConnectException: Unable to reach host
From the Stack Trace:

At2008-02-06 22:53:27.454Generic_Remote_Exception
java.rmi.ConnectException: Unable to reach host

java.rmi.ConnectException: Unable to reach host
at weblogic.rmi.internal.BasicRemoteRef.getOutboundRe quest(BasicRemoteRef.java:86)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicR emoteRef.java:126)
at glog.ejb.invoice.ejb_Invoice_tnpbf2_HomeImpl_814_W LStub.findByPrimaryKey(Unknown Source)
at glog.webserver.uic.GetShipmentNote.getDocument(Get ShipmentNote.java:51)
at glog.webserver.util.QueryResponseServlet.getDocume nt(QueryResponseServlet.java:167)
at glog.webserver.util.AbstractServletProducer.proces s(AbstractServletProducer.java:80)
at glog.webserver.util.BaseServlet.service(BaseServle t.java:591)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at glog.webserver.screenlayout.ClientSessionTracker.d oFilter(ClientSessionTracker.java:54)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at glog.webserver.util.SetCharacterEncodingFilter.doF ilter(SetCharacterEncodingFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:17
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:14
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyo teHandler.java:307)
at org.apache.jk.common.HandlerRequest.invoke(Handler Request.java:385)
at org.apache.jk.common.ChannelSocket.invoke(ChannelS ocket.java:74
at org.apache.jk.common.ChannelSocket.processConnecti on(ChannelSocket.java:67
at org.apache.jk.common.SocketConnection.runIt(Channe lSocket.java:871)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:534)

This error seems like, it is masking something else (i.e. some other error message)

When searching through oracle support I found the following:
57322.5.0 ISS00020134 Cannot use the action 'approve invoice' : Generic_Remote_Exception java.rmi.ConnectException: Unable to reach host The manual invoice action Approve Invoice currently checks the invoice status to determine if it should follow an approval or adjustment process flow. Fixed an error where this status check sometimes caused a "Generic_Remote_Exception,
Unable to reach host" error.
[FONT=tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif]I am not too sure why this exception is happening for all the invoices. It could be data issue or something else.
I have checked the sql logged in the logs.

Rohan
[/font]
Reply With Quote