MuraliKrishna Bhadragiri

Greenhorn
+ Follow
since Jul 14, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by MuraliKrishna Bhadragiri

Hi,
I have an applet which displays a gantt table. On selecting any cell inside the applet and then pressing Ctrl+F, does not open the search window. However, when I click inside any other applet of the same jsp page, and press Ctrl+F, the search window opens up well. Could anbody help me in resolving the issue.

Thanks and Regards,
Krish
12 years ago
Hi,

I got the solution for that .
To generate the stub and the skeleton files for the implementation class
use the following template command .

rmic -vcompat -classpath C:/PracticePrograms/RMI/server FactImpl

where "C:/PracticePrograms/RMI/server" is the directory where implementation class "FactImpl" is placed.

regards,
Krish...
15 years ago
Hi ,
I am trying a test example on RMI. But when trying to generate the stub and skeleton using the rmic tool , the command is running successfully but it is generating only the stub for the implementation class and is not generating the skeleton for the implementation class. Can you give some suggestions.


regards,
Krish...
15 years ago
Hi Peter,
Thanks for reply. Actually I am new to JBoss . When i tried by modifying the JAVA_OPTS in the run.bat as you suggested in the following way :

previous:-
JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS%

new:-
JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"

Then I run the jboss server manually by clicking "run.bat" in the jboss bin.Then I started the debugger in the intellij idea editor.
But when i gave http://localhost:8080/ in the browser its displaying the jboss home page and on giving http://localhost:8787/ , I get this exception in the pop up generated in editor .

Error running jboss: Unable to open debugger port : java.io.IOException "handshake failed - unrecognized message from target VM"

and in the editor console this message is displayed:
Disconnected from the target VM, address: 'localhost:8787', transport: 'socket'

Can you please give me the steps that I have to follow to debug the application from the idea editor.

thanks and regards,
Krish...
15 years ago
Hi ,
I am using intellij idea editor. When i configure the jboss-4.0.1 and trying to debug the application , it is giving the following error in th pop up .

Unable to open debugger port : java.net.ConnectException "Connection refused: connect"

Can anyone help me out to solve this issue.

regards,
krish...
15 years ago