• 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

Unable to run Jboss from Eclipse with jdk1.5

 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am posting this question here because its more relating to eclipse than to Jboss.

I have problem running JBoss4.0 from Eclipse3.0.1 using Lomboz3.0.1 plugin.
Following is the error that I am getting:

ERROR: JDWP unable to get necessary JVMTI capabilities. ["debugInit.c",L279]

I know this error is happening because of jdk1.5 that I just installed. Things were running fine with jdk1.4

If anyone know how to fix this problem.

Thanks in advance
 
Damanjit Kaur
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In my above problem, I am using following code in server definition file for JBoss4.0 in lomboz plug-in.

<startVmParameters>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=n,suspend=y -Xms128m -Xmx512m</startVmParameters>

I want to know If some of parameters that I am specifying here are not available or wrongly specified for jdk1.5 as it worked with jdk1.4
 
reply
    Bookmark Topic Watch Topic
  • New Topic