Slamer Slamer

Greenhorn
+ Follow
since Jan 13, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Slamer Slamer

Hi there,
I'm working with WL7 and Oracle 9. I've installed a connection pool and the application that using it on a separate server. I got this error!!!
All works fine when I use a local connection pool.
Thanks a lot,
Slamer
[ERROR] PyramideController - -java.sql.SQLException: weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
[java.rmi.NoSuchObjectException: Unable to dispatch request to Remote object with id: '1227'. The object has been garbage collected.
Start server side stack trace:
java.rmi.NoSuchObjectException: Unable to dispatch request to Remote object with id: '1227'. The object has been garbage collected.
at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:766)
at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:738)
at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:207)
at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:777)
at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:508)
at weblogic.socket.PosixSocketMuxer.deliverGoodNews(PosixSocketMuxer.java:770)
at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:694)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
End server side stack trace
](Catched by Throwable)
Hi,
I'm already using an Http Tunneling between an applet and a servlet... All work fine without session tracking. Actually, I want to keep the session tracking between the both side. Unfortunately if I reset the connection for every request all the session information will be loosed!
Have you an idea to resolve that?
Thanks a lot,
Slamer
Hi everyone,
Recently I have used the JTreeTable example provided in the Swing Connection : The swing HTML Parser (Part 3 of the JTreeTable articles) (http://java.sun.com/products/jfc/tsc/articles/bookmarks/index.html). It works fine! So, I've wondered to use drag and drop capabilities with this advanced component and I've integrated the brilliant sample provided by Deudeu (see http://forum.java.sun.com/thread.jsp?forum=57&thread=296255&start=0&range=15&hilite=false&q=).
The result of this integration is close to be a success, all the different functionalities are working : moving and copying nodes into/from the JTreeTable). Unfortunately, the cursor behave strangely and some flicker appear when I drag a node over the JTree component.
It appear to be a swing's refresh issue. The program is working correctly when I have used the JTree without combining the JTable. Have you an idea to resolve that?
Regards,
Slamer
20 years ago