| Author |
Error in Running Servlet from Client Side
|
Dishant Verma
Greenhorn
Joined: Feb 09, 2012
Posts: 27
|
|
when I run my servlet from client side, I get the output on GlassFish 2.1 as:
"IOP01210246: (BAD_OPERATION) Bad operation from _invoke: fullSave"
org.omg.CORBA.BAD_OPERATION: vmcid: SUN minor code: 246 completed: No
Can someone help me in fixing this...?
Thanks in advance...
|
 |
Roberto Perillo
Bartender
Joined: Dec 28, 2007
Posts: 2216
|
|
Since the problem is related to CORBA, I think it is more likely to get more answers in the Distributed Java forum. So, let's slide this one over there.
Ah, and Dishant, this question is a bit vague... please TellTheDetails.
|
Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
|
 |
Dishant Verma
Greenhorn
Joined: Feb 09, 2012
Posts: 27
|
|
okay Roberto I have moved this to Distributed Java forum...
Thanks
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3399
|
|
|
It will be great to use [code] tags to format your code, this will help other Ranchers to read your code with ease.
|
 |
Dishant Verma
Greenhorn
Joined: Feb 09, 2012
Posts: 27
|
|
from a Servlet I am invoking a remote interface:
RemoteBean Interface:
RemoteBean Implementation:
DemoDao Interface:
DemoDao Implementation:
Now when I run Servlet:
I get the output on GlassFish 2.1 as:
"IOP01210246: (BAD_OPERATION) Bad operation from _invoke: fullSave"
org.omg.CORBA.BAD_OPERATION: vmcid: SUN minor code: 246 completed: No
I hope this will be easily readable..
|
 |
 |
|
|
subject: Error in Running Servlet from Client Side
|
|
|