IDEA 4.5.1 Integration With Oracle 9iAS
I'm trying to integrate Oracle 9iAS with IDEA so that I can debug and see app server output inside IDEA.
I'm using IDEA 4.5.1 with Oracle 9iAS and JDK 1.3.1. I created a 'Local' JSR45 Compatible server profile.
But when I start a debug session, I get this error:
'Check your run/debug configuration. Failed to establish connection to the target VM at 127.0.0.1:5005 using socket transport.'
I have specified the following parameters for the server VM:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
And the port on the Startup/Connection screen is 5005. It seems like the client VM tries to connect to the server VM before the server VM is started.
Any ideas?
Thanks.
请先登录再写评论。
Hello, Jason!
You wrote on Thu, 30 Sep 2004 03:16:18 +0400 (MSD):
Im use Oracle OC4J with IDEA as Generic server. Remote debug work fine.
Did you run OC4J with -Xdebug parameters?
Thanks!
--
Alexey Efimov, Java Developer
Tops-BI
http://www.topsbi.ru
Remote debugging works fine for me too. However, I'm not trying to do remote debugging. I'm trying to run Oracle AS inside IDEA using a JSR45 Compliant Server profile. This way I can see the OC4J output in the console while debugging my webapps.
Hi.
I have the same problem while trying to debug for OC4J server even I configured well the server in Idea. Can anybody give me a hint what to do? I am stacked in this.
Thanks,
Mihai
Alexey,
could you please provide me the instructions on integrating IDEA with Oracle OC4j?
THank you a lot!