[JBoss-user] [Performance Tuning] - Re: Bad performance in cluster configuration

2004-04-14 Thread Sacha Labourey
Can you make sure the clustering is up? what is displayed by jboss when it you start up the second node? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830572#3830572 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38305

[JBoss-user] [Beginners Corner] - Running standalone clients

2004-04-14 Thread rafaelfarias
Hello, I'm trying to run a standalone client to access ejbs. When I try to obtain a context I receive a FileNotFoundException at this line: Context ctx = new InitialContext(); The file is myapp/config/security.properties. What is wrong? What I must to config to make this work? Thanks View the

[JBoss-user] [JCA/JBoss] - can not find UserTransaction

2004-04-14 Thread autocrab
A problem occurred when i configurate connection pool in JBoss. My development envrionment is JBoss3.2.3+Mysql4.0.8+Hibernate2.1, i have configurated the datasource, and Hibernate can find the datasource,but there is exception of UserTransaction not found. I wonder whether it is the problem occur

[JBoss-user] [Performance Tuning] - Bad performance in cluster configuration

2004-04-14 Thread mregazzi
Hi everibody, I'm trying to use JBoss 3.2.3 in cluster with a software load balancer in front (using Apache 2 + modjk2). My JBoss is the standard download from sourceforge. When I start the cluster (two server running Windows 2000 pro) every single node slow down. For example, if I request for

[JBoss-user] [Nukes User] - Re: Page title

2004-04-14 Thread jae77
you can do this using the jmx-console and editting the "slogan" and "site name" attributes in the "core" module. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830566#3830566 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB/JBoss] - A problem on SLSB which contains a database connection

2004-04-14 Thread cool_xiong
I have a problem on SLSB. My SLSB has a database connection field, and I get connection through container(jboss) in ejbCreate and close connection in ejbRemove. As follows: package com.smartcode.framework.persistence; ... public class PersistenceBean implements SessionBean { SessionConte

[JBoss-user] [Messaging, JMS & JBossMQ] - javax.jms.JMSException: Error creating the dlq connection: Q

2004-04-14 Thread cheppaliashokkumar
hai, we are getting the above subject line as error message can any one help. i searched on the net but i did not get any accurate solution for this problem by cak View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830564#3830564 Reply to the post : http:/

[JBoss-user] [Nukes User] - Re: problem deploy module

2004-04-14 Thread jae77
are you trying to compile the code, or actually do the deployment? if compiling, did you go into the "build" directory and execute "build" before attempting to compile the news module? also, as an fyi, the news module is not considered to be stable yet, so use at your own risk, and be aware t

[JBoss-user] [Nukes User] - Re: How to add a link in blocks?

2004-04-14 Thread jae77
this this a static html page, or is it dynamically created? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830562#3830562 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830562

[JBoss-user] [EJB/JBoss] - unable to passivate due to ctx lock

2004-04-14 Thread erikdhansen
I'm running into a problem since upgrading from JBoss 3.2.1 to 3.2.3 with warnings: Unable to passivate due to ctx lock. I've seen a lot of other people with questions about this, but haven't been able to find much in the way of answers, yet. I have a stateful bean which acts as a page iterator

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-04-14 Thread tim5901
Thankyou very much for the re-assurance that I am not going bonkers. What you said verifies everything that I have seen so far. My big problem is that our site is completely set up using tiles. From what I can see to use tiles I MUST use struts, therefore I cannot use j_security_check. Is th

[JBoss-user] [Installation & Configuration] - Unable to invoke setDelegate on class...

2004-04-14 Thread fvillalba
Hello, When starting JBoss (I just installed it) I get the following warning: 12:35:40,781 INFO [Engine] SingleSignOnContextConfig[/jbossmq-httpil]: Configured an authenticator for method BASIC 12:35:40,831 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTE

[JBoss-user] [EJB/JBoss] - Re: Problems with Jboss CMP

2004-04-14 Thread triathlon98
You have two options : 1. edit the descriptors for you application and change the column names there. 2. produce a JBoss patch to make sure a prefix can be added to the fieldnames. THe first option in by far the easiest, but the second would benefit many people whc have similar problems. Joach

[JBoss-user] [Nukes User] - How to add a link in blocks?

2004-04-14 Thread seenu78
Hi All, I am new to this Nuke. I used to work on PN, now we are planning to migrate our sites to Nukes. I want to add a Link to a Block. I have created a block, and set the read permission for all user. I am able to view the block. Now I have to add a html page that has some content. I want to

[JBoss-user] [Nukes User] - Re: JSP's?

2004-04-14 Thread sgwood
Look in the JBoss Nukes Wiki http://jboss.org/wiki/Wiki.jsp?page=UsingJSPsInNukes This summarizes the state of things in the current CVS. In the 1.0 version, sendRedirect is the only thing that works. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [EJB/JBoss] - Re: Problems with Jboss CMP

2004-04-14 Thread Vla
thanks again, but I didn`t quite undestood what you says, did you meant that I have to edit the source code and modify the column names (and probably the table names) and then rebuild the application? (will it work in ths case, if the application is built with forte4 for j2ee 1.3?) View the ori

[JBoss-user] [EJB/JBoss] - Re: Problems with Jboss CMP

2004-04-14 Thread triathlon98
"fixing" fieldnames is not possible at this moment. The best solution is to use a prefix (like "F_") or suffix for all your fields. Or you could write and submit a patch to make this automatic (when configured as such). Joachim View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] org.jboss.mq.SpyJMSException: Cannot process a transaction

2004-04-14 Thread Phil Shrimpton
Hi, Any body got any clues on 'org.jboss.mq.SpyJMSException: Cannot process a transaction' errors? I am using Jboss 3.2.3 with 'out the box' JMS configurtion. Stack trace... 004-04-14 01:06:19,650 ERROR [STDERR] java.lang.ClassCastException 2004-04-14 01:06:19,650 ERROR [STDERR]   at org.hsqld

[JBoss-user] [EJB/JBoss] - Problems with Jboss CMP

2004-04-14 Thread Vla
I have an application (EJB) that was designed for j2ee 1.3 and now I want to move it on Jboss. The major problem is that JBoss doe not use quotes to souround table and colum names. Some of my tables have names that are reserved for mysql (the target data base) and somewone showed me how to bipas

[JBoss-user] [EJB/JBoss] - Problems with Jboss CMP

2004-04-14 Thread Vla
I have an application (EJB) that was designed for j2ee 1.3 and now I want to move it on Jboss. The major problem is that JBoss doe not use quotes to souround table and colum names. Some of my tables have names that are reserved for mysql (the target data base) and somewone showed me how to bipas

[JBoss-user] [Performance Tuning] - Re: JBoss and Rarional quantify problem

2004-04-14 Thread wuffi
I have tried this, but I still get the same result. I changed the JBOSS_CLASSPATH line within run.bat and kept the jar file within the original Rational directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830548#3830548 Reply to the post : http://www.

[JBoss-user] [Beginners Corner] - Re: How do I read a properties file in WEB-INF?

2004-04-14 Thread frocco
camel, thanks for the help. I'll try it today at work. Regards, Frank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830547#3830547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830547

[JBoss-user] [EJB/JBoss] - Re: mySQL library issue in multiple ear files

2004-04-14 Thread Vla
katazan, I sugest you remove the mySql.jar from the .ear files and put it in the %JBOSS_HOME%/server/default/lib. I think it should work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830546#3830546 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Beginners Corner] - Re: How do I read a properties file in WEB-INF?

2004-04-14 Thread camel
>From your servlet, call getServletContext().getResource(), or getResourceAsStream(), >or even getResourcePaths(). To get something from WEB-INF the call would be >getServletContext().getResource("/WEB-INF/db.properties"); | The leading slash is important, I believe. Also see this article: h

[JBoss-user] [Nukes User] - Re: How do I change the entry web url?

2004-04-14 Thread cooper
this is changed in the .ear file : nukes.ear/META-INF/application.xml which contains the context root definition for the web application. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830543#3830543 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dont recover the unacknowledged messages

2004-04-14 Thread stabilo
I use nonPersistent messages. The Propblem is, when i abort the Server, or the server is shutdown by an error, the messages are not delete in db\jbossmq\file\QUEUE.A. Another problem is, that jboss not delete nonPersistant messages from this directory when the client is abort and not received al

[JBoss-user] [Clustering/JBoss] - Re: Clustering with Message driven Beans......(Exception:Fil

2004-04-14 Thread Borgward
I don't think message driven beans are supported in clustering :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830541#3830541 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830541 ---

[JBoss-user] [Nukes User] - Re: [Theme]Customize

2004-04-14 Thread itchiban
Actually the problem is just the section where the selected module is displayed;e.g : the forum,the news... it seems that this is a module section independent from the selected theme and must be configured separately. Any idea? View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [EJB/JBoss] - Re: EJB deployment problem. Help me please...

2004-04-14 Thread Vla
Sorry about my last question, it was a silly one, but I was so tired that I didn`t saw the bug... The specified error mentioned that afther the table "u." it was a space (0x20) and then the rest of the querry (though I copied it right here because I modified, actualiy deleted, the CR/LF from the

[JBoss-user] [HTTPD, Servlets & JSP] - Re: pls help me ..thx

2004-04-14 Thread darranl
To deploy a web application on JBoss place the war in the server/default/deploy folder JBoss will automatically deploy it This is assuming that you start JBoss with 'run.bat' or 'run.bat -c default' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830537#383053

[JBoss-user] [Nukes User] - Re: How do I change the entry web url?

2004-04-14 Thread henrikandoff
Sorry - some of my characters messed up the post. Here goes the question again: After building and deploying jboss and nukes I access the CMS with the URL http://ipaddress/nukes/index.hml. How do I go about to change this so that I can access the site with http://ipaddress? Thanks View the

[JBoss-user] [Installation & Configuration] - Re: web-console is not working??

2004-04-14 Thread darranl
Should be /web-console View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830533#3830533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830533 --- This SF.Net email is s

[JBoss-user] [Management, JMX/JBoss] - JMS JMX Create topic cross restart

2004-04-14 Thread tomerbd
Hi Can I create a topic using jmx (void createTopic(...)) so that this topic will be persistent cross restarts of jboss? if so could I be directed to a complete working example? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830534#3830534 Reply to

[JBoss-user] [HTTPD, Servlets & JSP] - and Internet Explorer

2004-04-14 Thread paszti
Hi All, I've got problems using the custom error-page feature with the Internet Explorer 6.0. My WEB.XML cotains the following lines: | 404 | /p404.jsp | The custom error page doesn't appear when the "Show Friendly HTTP error messages" setting is checked. This is ver

[JBoss-user] [Nukes User] - How do I change the entry web url?

2004-04-14 Thread henrikandoff
Hello, After building and deploying jboss and nukes I access the CMS with the URL http:///nukes/index.hml. How do I go about to change this so that I can access the site with http://? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830531#3830531 Re

[JBoss-user] [Installation & Configuration] - Re: JBoss deployment issues in production

2004-04-14 Thread raja05
Do you have any directories that get cleared automatically by the Windows scheduler. Basically i have seen some issues here where the tempdir used by Jetty gets removed by some sort of cron jobs in *nix based systems. Maybe you can make the tempdir point to a location that wont get deleted automa

[JBoss-user] [Installation & Configuration] - Re: Threading Problems on RedHat 9.0 - Please Explain...

2004-04-14 Thread raja05
What kinds of issues are u talking about? Im running Shrike with Blackdown JVM 1.4.2 and Jboss 3.2.3 without any issues. Is there a documented list of issues somewhere? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830529#3830529 Reply to the post : http:

[JBoss-user] [Persistence & CMP/JBoss] - Bug in EJB QL compiler?

2004-04-14 Thread ManneF
I think I may have stumbled across a bug in the EJB QL compiler. But being new to JBoss CMP, I was wondering whether I may have done something wrong. When trying to parse the following query, the deployment thread throws a NullPointerException at me: SELECT OBJECT(t) FROM TranslationError t WHE

[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-14 Thread raja05
There are multiple options here. 1. You could bundle them all into a EAR (SAR + JAR) so it will be loaded as one single entity. 2. As Juha pointed out, its no different from calling it from a standalone client Vs. servlet Vs. MBean. All you need to do is get the InitialContext and lookup your EJB

[JBoss-user] [Security & JAAS/JBoss] - Re: Single Sign-ON, SPNEGO: How to?

2004-04-14 Thread gfzhang
Phantom, thanks. Your implementation works fine. I have integrated it by adding a Authenticator implementation into JBoss. Add this authenticator into Authenticators.properties, so that NTLM could be configured in web.xml. scott, see http://appliedcrypto.com/ for the SPNEGO's jav

[JBoss-user] [Performance Tuning] - Re: JBoss and Rarional quantify problem

2004-04-14 Thread amayingenta
The jars in server/.../lib are not picked up immediately - for something like this you need to add the location of your jar to the JBOSS_CLASSPATH before calling run.bat, and I'd suggest putting it somewhere else (e.g. $JBOSS_HOME/lib). View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Re: Installing an 'embedded' JBoss

2004-04-14 Thread artware
I did found one solution from earlier reply: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46161&start=0&postdays=postDays&postorder=postOrder&highlight=highlight I'll try that first ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830524#3830524

[JBoss-user] [JBoss.NET & SOAP] - Workaround for 'Was unable to move war to' when deploying JB

2004-04-14 Thread friv9821
I ran into the " Was unable to move war to " problem, after deploying jboss.net from the all server (into default). It only seems to happen om windows machines since I have had no problems deploying jboss.net on Linux. Actually jboss.net works fine. It's web-console that cant be deployed, and t

[JBoss-user] [Nukes User] - problem deploy module "news" in Nukes

2004-04-14 Thread pista
Hi ! I want to deploy the module "news" in Nukes. But I have an error message : [javac] package org.jboss.nukes.html does not exist [javac] import org.jboss.nukes.html.Page; [javac] ^ Somebody can help me please??! Thanks ! View the original post : http

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session clustering intermittently

2004-04-14 Thread mregazzi
Hi all, I have the same problem, but I think that if you talk about session replication you cannot talk about sticky session. The replication should be between nodes, so you can set up fault tolerant configuration. I wrote two stupid JSPs, the firsts that put a string in session, the second that

[JBoss-user] [EJB/JBoss] - Re: NoSuchObjectLocalException

2004-04-14 Thread sesques
Hi, If your session bean is declared as "Container-managed transactions", your problem seems as a JBoss bug. Perhaps try to set transaction-type to Bean, and then create a user transaction within your addAttendance method. The user transaction can be obtain with: | try { | ctx = new Initi

[JBoss-user] [EJB/JBoss] - Re: JBoss Shutdown

2004-04-14 Thread xsam_jboss_user
I too see a similar problem. After running script shutdown.sh -s $ip:$jndiport -S it shows following and hangs there forever 2004-04-14 09:20:28,101 INFO [org.jboss.system.server.Server] Shutting down 2004-04-14 09:20:28,106 INFO [org.jboss.system.server.Server] LifeThread.run exits! 2004-04-1

[JBoss-user] [Management, JMX/JBoss] - What are all the VirtualHost attributes in JBoss??

2004-04-14 Thread kondetisree
Hi All.. Please let me know the Virtual Host attributes list in JBoss. In weblogic we have attributes under VirtualHost like : AcceptContextPathInGetRealPath AuthCookieEnabled Charsets ChunkedTransferDisabled ClusteringEnabled DefaultServerName DefaultWebApp DeploymentOrder FrontendHTTPPort Fro

<    1   2