"weljo" wrote : Hi Mike,
|
| 3. datasource not a compound name exception: Also placed the code within the
PreLogin event.
weljo, what code did you put in the PreLogin event to get this to work? Can you
please post the source for this class?
Thanks!
View the original post :
http://www.jb
"Lviz" wrote : hi again
|
|
| tomcatAuthentication="false" means getRemoteUser return the user authenticated
through Apache!
|
Lviz or anybody else, where you you set tomcatAuthentication="false" in JBoss 3.2.3?
Thanks!
View the original post :
http://www.jboss.org/index.html?modu
Adrian was right on the money for this one. By settting:
MaxUserPort with a decimal value of 2
TcpTimedWaitDelay with a decimal value of 20
Under:
My Computer --> HKEY_LOCAL_MACHINE --> SYSTEM --> ControlSet001 -->Services --> Tcpip
--> Parameters
All the problems went away.
Thanks!
Vie
I figured this out. For some reason an underscore (_) war name seemed to be the
curprit. Anybody ever run into this before?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828219#3828219
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Hey guys, I have an application which uses MDB to drive an async process flow. But in
running the app, there are numerous occasions when sending a message to the Queue
fails. Here are a couple of the exceptions I'm getting:
| 14:48:22,486 ERROR [MessageHelper] Attempting to send a message:
OK, I'm pretty close to integrating my Toplink 9.0.4 components with JBoss 3.2.3. I'm
pretty sure when I get the TransactionManager swapped over to using the JTS driver, it
should start working. Does anybody know how to do this?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827657#3
OK, I'm pretty close to integrating my Toplink 9.0.4 components with JBoss 3.2.3. I'm
pretty sure when I get the TransactionManager swapped over to using the JTS driver, it
should start working. Does anybody know how to do this?
Here's the error I'm seeing:
| 13:08:11,085 ERROR [STDERR] Lo
Hello everyone, I'm trying to integrate my Toplink code so that it runs on JBoss
within a stateless session EJB. The code works flawlessly on jsps and in plain old
java objects. Queries also work within stateless session EJBs, but commits of a
UnitOfWork within a stateless session EJB cause t
Also I can deploy the .war file independent of the .ear file (with the .ear file
deployed), and that works as well...
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826608#3826608";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826608>Reply
I'm trying to get my application running, but when I deploy the .ear file I get the
following error:
| 17:22:32,026 ERROR [EmbeddedTomcatService] Problem in init
| org.jboss.deployment.DeploymentException: Was unable to move war to:
C:\software\jboss-3.2.3\server\default\tmp\deploy\tmp31198
adrian, is it possible that the container is asking for connections too fast? I put
random sleeps in my client as well as in my server code which sends messages and the
error goes away. Again, right now my code does nothing but pass messages around.
Also both the client and server use the sam
It looks like the onMessage of my MDB get's called, but all subsequent sendMessage
method calls fail.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824991#3824991";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824991>Reply
to the post
I'm sorry, didn't mean to mix anything up... The server picks up 4 messages, from
there it throws exceptions. Here's the server log:
16:24:04,390 INFO [STDOUT] TREMessageEJB got TextMessage: Y10001
16:24:04,421 INFO [STDOUT] TREMessageEJB got TextMessage: Y10002
16:24:04,453 INFO [STDOUT] TR
"f2racer" wrote : BTW, after the exception occurs on the connect, it looks like it
continues to process message as soon as a connection is freed... In fact, it doesn't
actually miss any of the messages even though the code creates an exception in the
code that sends the message
BTW, after the exception occurs on the connect, it looks like it continues to process
message as soon as a connection is freed... In fact, it doesn't actually miss any of
the messages even though the code creates an exception in the code that sends the
messages...
http://www.jboss.org/index.
If I change the line:
ref = (QueueConnectionFactory)jndiContext.lookup("ConnectionFactory");
to:
ref = (QueueConnectionFactory)jndiContext.lookup("java:comp/env/jms/QueueFactory");
I get the following exception:
[java] javax.naming.NameNotFoundException: comp not bound
[java] at org.jnp.se
adrian, pardon my ignorance, but how exactly do you setup a JmsXA connection factory?
My ejb-jar.xml looks like this:
| TREMessageEJB
| helloworld.messagebeanserver.TREMessageEJB
| Container
|
|
| javax.jms.Queu
adrian, after some diagnostics (error occurs in both IBM 1.4.1 and Sun 1.4.2_03) and
some additional debug statements, it looks like the exception is occuring when I ask
for an QueueConnection, here's the latest log:
12:04:05,956 INFO [STDOUT] CSMessageEJB got TextMessage: Y10111
12:04:05,956 I
Just tried using JmsXA and get the same result. About 1600 messages processed and it
starts to throw exceptions. Anybody know if my JVM (IBM's 1.4.1) is the culprit?
Thanks!
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824827#3824827";>View
the original post
http://www.jboss.org
Hey folks, I'm designing a MDB application. I'm currently running into an issue where
after about 1600 messages are processed it throws an exception (see below). Does
anybody have any idea what's going on?
Thanks!
13:01:33,052 INFO [STDOUT] TREMessageEJB got TextMessage: Y11314
13:01:33,
20 matches
Mail list logo