[JBoss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/sun/enterprise/tools

2005-04-03 Thread vashistvishal
This doesn't seem to be JBoss -specific files, i think u are probably using some examples from sun bundled in jar file to be deploy in jboss and by the looks of it it seems u are not setting the classpath variable properly, which u intend to use in these jars. try jar -tvf .jar to see where

[JBoss-user] [Beginners Corner] - java.lang.NoClassDefFoundError: com/sun/enterprise/tools/pac

2005-04-03 Thread emailssent
Dear All, NOTE: i am new to jboss, while executing the following command, ant -f build.xml package-ejb i am getting this error, Buildfile: build.xml init: prepare: compile-detail: compile-exception: compile-interface: compile-util: compile-ejb: package-account: [java] Exce

[JBoss-user] [Management, JMX/JBoss] - Re: Looking For JMX-Compliant Management Tools For JBoss-4.0

2005-04-03 Thread gibumathew
ManageEngine Applications Manager 6 supports building consoles for JBoss JMX and JMX 1.2 MBeans and also provides out of the box monitoring of JBoss 3.x, 4.x. Provides reporting, threshold config, alert escalation etc. The product has a Free Edition (monitor upto 10 servers). There is a patch

[JBoss-user] [Beginners Corner] - Re: refused connection

2005-04-03 Thread vashistvishal
First check yr security settings in policy file for the standalone client. Secodly binding address for the naming service under server/{default/all/minimal}/conf/jboss-service.xml can be chnged here as shon below. | | true | | 1099 | | ${jboss

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to Acess JBOSS Naming Server (JNDI)/JBOSSMQ behind F

2005-04-03 Thread antti
If Naming is ok, try this in server: file: jms/uil2-service.xml nikita.prolosoft.fi You coul also set properties in client, see http://www.jboss.org/wiki/Wiki.jsp?page=ConfigUIL2 And you need jboss 3.2.6+ for this to work. View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Installation & Configuration] - Apache and JBOSS with virtual host

2005-04-03 Thread ingenu
Hi, I try to have the following set-up: Apache virtual hosts: domain1.com -> 80 domain2.com -> 8080 Currently, my configuration redirects all domains to JBOSS! Anyone with some experience? Thanks. DvJ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872497#38

[JBoss-user] [Installation & Configuration] - Re: Building jboss-4.0/jboss-head from cvs sources is broken

2005-04-03 Thread [EMAIL PROTECTED]
Ok, I thought you were building the head of the 4.0 branch, not a specific tag. You should simply be using the source downloads for a tagged release. Its certain to work since that was the source used for the build and its infinitely faster than the slow sourceforge cvs channel. The underlying

[JBoss-user] [JBossCache] - Re: JDBCCacheLoader feature

2005-04-03 Thread [EMAIL PROTECTED]
looks right, I wouldn't drop the table though View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872484#3872484 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872484 ---

[JBoss-user] [Installation & Configuration] - Directory Browsing

2005-04-03 Thread fabio77
Hello, I have a application which has Jboss 3.2.0 bundled in it and they have left driectory browsing switched on. If there a way we can switch off directory browsing? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872491#3872491 Reply to the post

[JBoss-user] [Beginners Corner] - Unable to display servlet page in jboss Please help

2005-04-03 Thread shanker
PLEASE HELP ME Thanks in advance. my package of java file is package ums; My ear files contains following output.jar output.war application.xml manifest.mf my jar file contains following all class files with package path manifest.mf my war files contains following all html files web.xml

[JBoss-user] [Installation & Configuration] - Re: Removing hibernate2.0 in jboss 4.0.1

2005-04-03 Thread sisepago
JBoss 4.0.x doesnÂt support yet Hibernate 3.0 final version. If you want to integrate Hibernate 3.0, deploys your project with SARDeployer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872492#3872492 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Beginners Corner] - Re: Unable to display servlet page in jboss Please help

2005-04-03 Thread raja05
You might want to replace EmployeeSelectServlet /ums with EmployeeSelectServlet /EmployeeSelectServlet >From ur description, it looks like the HTML is posting to >EmployeeSElectServlet and there is no resource found for that. Since /ums is >part of the context path, you just have to map

[JBoss-user] [JBossCache] - Re: JDBCCacheLoader feature

2005-04-03 Thread lac_raz
Thanks for your reply :-) So lets say I have table named USER , with columns PHONE_NUMBER , ADDRESS and ID (as key). Then the CacheLoaderConfig will look like this ? cache.jdbc.table.name=USER cache.jdbc.table.create=true cache.jdbc.table.drop=true cache.jdbc.fqn.column=ID ca

[JBoss-user] [HTTPD, Servlets & JSP] - Re: exception-type ignored in web.xml

2005-04-03 Thread spoonman464
Have a look at the topic I posted late last night. It explains my problem and may shed some light on yours as it encompasses the majority of what I have learned while experimenting. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62187 View the original post : http://www.jboss.org/in

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.1sp1 and 4.0.2RC1 with JDK 1.5 on Linux hangs

2005-04-03 Thread nicolaiwadstrom
Still not working, Scott do you have more information about your configuration that does work, and the possible problems with JDK 1.5.0 and Linux you mentioned? Also, I tried switching the kernel to a 2.4.22 version (which does not have IPV6 compiled in) and also added the IPV6 entries to the /

[JBoss-user] [Installation & Configuration] - http session is being set to null, hostname problem

2005-04-03 Thread bap840
So my machine name is "bap". I'm running jboss on port 80 If use the url http://bap then everything is ok. However if I use the url http://localhost or http://127.0.0.1 or my real ip address or any other address I set up in my hosts file (I'm using using win2k) then any session information I c

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Displaying images in a JSP.

2005-04-03 Thread spoonman464
You did manage to make it work but that's not really the way you want to do it. You need something more dynamic in your JSP than a hard-coded context root. If, for example, you change the context root, you will have to change the hardcoded path in every img tag. Yuck! Instead, you should com

[JBoss-user] [Beginners Corner] - Client call of a remote EJB

2005-04-03 Thread drakonis
I am kinda of a begginer on J2EE. It seems to me this would normaly not be a big problem since it's imposible for me to think that all clients need to be on the same machine as the server ap. Ok so we got the client code like this: | Properties env = new Properties(); | env.

[JBoss-user] [Installation & Configuration] - Re: Sun JVM 64-bit

2005-04-03 Thread lafr
Why do you think it would be nice to use the 64bit version of the SUN JDK ? I compared the 32bit and 64bit version of JDK 1.5.0_02 a few days ago on a FujitsuSiemens PrimePower with 3x1,3 GHz Sparc64 CPUs. Those CPUs are comparable to UltraSparc III/IV. The 32bit VM is about 15% faster than the

[JBoss-user] [HTTPD, Servlets & JSP] - Re: exception-type ignored in web.xml

2005-04-03 Thread bcollet
Thnx for your answer. I did not have the opportunity to continue testing this feature. But I will have soon and will post my answers too. Right now I am able to redirect all errors to the same page, except when the session times out, in which case I have a server error page. No idea why it beha

[JBoss-user] [Installation & Configuration] - how to increase the number of connections...

2005-04-03 Thread nitin10_garg
I want to increase the number of connections in JBOSS. when i run 2500 clients simultaneously then it's perfectly running .but when i increase clients to 3000 then it's throwing following exception... java.rmi.ConnectException: Connection refused to host pls help me asap... And pls send the repl

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS with DB2

2005-04-03 Thread schrouf
Which JBoss version are your using ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872472#3872472 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872472 --- SF email

[JBoss-user] [Persistence & CMP/JBoss] - java.io.StreamCorruptedException: invalid stream header

2005-04-03 Thread taiwuco2
I use postgresql 7.3 (UTF8)+ jboss3.2.2. I can persist image files as byte[] onto a field with the type of bytea on postgresql. When I tried to retrieve the field via CMP, I got the following errors: java.sql.SQLException: Unable to load to deserialize result: java.io.StreamCorruptedException: i