• 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

Connecting JBoss with JMXConnectorFactory

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

I have a MBean deployed on JBoss 5.1.0. With my Client I connect to this with this Code.
Works fine:


But my Client is a Webstart client. So I try to connect to the server without a reference to jbossall-client. (~30 jars).



At the codeline =>..<= I get this Exception.
Port 1098


with port 1099


I dont know, what this exception means.
Is this a problem of the config?...

Thanks in advanced
Georg

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Georg or anybody

have you resolved this issue. we are getting the same error on three Linux VM servers while trying to monitor the Jboss servers through jconsole.

we are using Jboss 5 and JDK 1.6 on red hat linux

thanks very much in advance

regards
reply
    Bookmark Topic Watch Topic
  • New Topic