[Mc4j-development] [ mc4j-Bugs-763857 ] MC4j 1.2 can't connect to JBOSS server
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2003-07-29 14:54:15
|
Bugs item #763857, was opened at 2003-07-01 13:06 Message generated for change (Settings changed) made by memph You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 Category: Connections Group: MC4J Application 1.1 >Status: Closed Resolution: None Priority: 5 Submitted By: Zoltan Sebestyen (memph) Assigned to: Greg Hinkle (ghinkl) Summary: MC4j 1.2 can't connect to JBOSS server Initial Comment: COnnection string is: jnp://localhost:1099 initial context factory: org.jnp.interfaces.NamingContextFactory It throws the following: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken (StringTokenizer.java:232) at org.mc4j.console.connection.JBossConnectionNode.conne ct(JBossConnectionNode.java:148) at org.mc4j.console.connection.DomainNodes.exposeDomain s(DomainNodes.java:62) [catch] at org.mc4j.console.connection.DomainNodes$1.run (DomainNodes.java:52) at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent (EventQueue.java:448) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(EventDispatchThread.java:197) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:136) at java.awt.EventDispatchThread.run (EventDispatchThread.java:99) ---------------------------------------------------------------------- Comment By: Zoltan Sebestyen (memph) Date: 2003-07-01 15:36 Message: Logged In: YES user_id=813424 You're right :) Se we can close 'bug' ---------------------------------------------------------------------- Comment By: Greg Hinkle (ghinkl) Date: 2003-07-01 14:36 Message: Logged In: YES user_id=773314 Your probably not selecting a connector before finishing the JBoss connection wizard. There is a bug right now that causes the [Finish] button to be active even before you select a connector, but you must select a connector to be able to connect. If that doesn't work, what version of JBoss are you connecting to? When you use the connection wizard, does it find the JBoss connector(s) and put them in the list? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 |