[JBoss-user] [Performance Tuning] - Re: JBoss vs. WebLogic tuning results

2004-12-08 Thread sfrind
Have a look at http://www-106.ibm.com/developerworks/java/library/j-jtp11253/ and try to setup your JVM parameters more properly. Regards, Stephan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857850#3857850 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Beginners Corner] - Re: java.net.NoRouteToHostException when there's no network

2004-10-27 Thread sfrind
I guess you are using Windows 2000 or something like this. It is definitely not an issue of Java, MySql or JBoss. I have the same issue and have not found a solution. Maybe some windows expert can help. Stephan. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Management, JMX/JBoss] - MBean (wrapper for own RMI server) needs stop and start to w

2004-10-13 Thread sfrind
Hello, I have created a very simple MBean which creates a registry and binds an RMIServer. It works when I deploy it with a jboss server with minimal configuration. When I start jboss with default configuration I have to stop my mbean and have to start it again to get it work. Any ideas? Which o

[JBoss-user] [Beginners Corner] - Re: JNDI, J2ME, J9 and jboss

2004-10-13 Thread sfrind
Have you solved this issue? I experience the same problem with J9 as client JVM and jdk1.4 as server JVM. The causing exception (NP) occurs on server. UnicastServerRef.dispatch(Remote, RemoteCall) line: 231 Transport$1.run() line: 148 With partly decompiling UnicastServerRef clas