[jboss-user] [Performance Tuning] - Re: Very slow startup on Java 1.6

2007-04-25 Thread abv
Hello!

I've solved that. It's a debugging issue. I've changed my debug settings from:

wrapper.java.additional.26=-Xdebug
wrapper.java.additional.27=-Xnoagent
wrapper.java.additional.28=-Djava.compiler=NONE
wrapper.java.additional.27=-Xrunjdwp:transport=dt_socket,address=7199,server=y,suspend=n

to:

wrapper.java.additional.26=-Xdebug
wrapper.java.additional.27=-Xrunjdwp:transport=dt_socket,address=7199,server=y,suspend=n

and JBoss becomes fast again.

see http://forums.java.net/jive/thread.jspa?messageID=205206

Hope it solves your problem too.

Sven

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4040432#4040432

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040432
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Very slow startup on Java 1.6

2007-01-25 Thread abv
Hello,

I've started my JBoss (4.02) on Java 1.5 incl. deploying my application. It 
takes 56 seconds. Doing the same on Java 1.6 it takes 2 minutes and 27 seconds. 
Is this a configuration problem? Or is JBoss not ready for use with Java 1.6?

regards
Sven

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4006282#4006282

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006282
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - HttpNamingContextFactory and port forwarding

2006-10-12 Thread abv
Hello,

I use HttpNamingContextFactory for communication between client and server. In 
the LAN everything works fine. But starting my client outside the LAN I get a 
CommunicationException. I contact an external ip (my gateway) at port 28080 and 
this request is forwarded to my internal server (a separate machine) on port 
8280. Normal http to web apps (servlets) works also fine.

Does anybody know a reason why JNDI over http from extern not works?

regards
Sven

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977898#3977898

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977898
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - rmi traffic

2006-10-11 Thread abv
Hello!

I've a rich client that calls session bean methods over rmi. How does the 
parameter/result objects are transported? Is it done by serialization - 
transport - deserialization? If it is so, is there a way to use compression to 
reduce the network traffic?

regards
Sven

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977547#3977547

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977547
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user