• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Issue with remote debug on Weblogic 10.0

 
Ranch Hand
Posts: 479
1
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am trying to remote debug an application deployed on Weblogic 10.0 using Intellij IDEA 8.1.2
The application executable (CLASS files) reside on the remote box and the source files (JAVA files) are available on my local box.
(Modules -> Local source files, Libraries -> Remote jar files).

The server has been configured and started in DEVELOPMENT mode.
Am able to start the debugger and connect to the remote JVM.

The problem is that execution does not stop at the breakpoints.

How can this issue be resolved.

 
Rajkamal Pillai
Ranch Hand
Posts: 479
1
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think I was trying to climb up the wrong tree :-D

Using Intellij IDEA I created a new Debug Configuration:
Run/Debug Configurations - + icon - WebLogic Instance
Application Server - I browse to the root folder for the remote WebLogic installation: "Directory '*********/******' is not BEA home"

I am not able to find a BEA_HOME environmental variable on the remote box. Which folder is the root for a WebLogic installation?


 
reply
    Bookmark Topic Watch Topic
  • New Topic