This warning is irrelevant and is expected non-homogeneous cluster deployment. Its
coming from the HAJNDI server code, not client code doing the actual lookup. Its a
message saying someone has asked for a JNDI binding that the node emitting the warning
does not have. This would be one of the non
GREAT. Thanks for the fast reply.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850152#3850152
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850152
---
This SF.net
Any suggestion ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850149#3850149
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850149
---
This SF.net email is sponsor
Read about detached invokers in the online admin and devel guide. You can incorporate
any transport you want in jboss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850144#3850144
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
Your JAVA_OPTS has the jpda debugging enabled and its waiting for a debugger to attach
to it. This is not enabled by default so someone has uncommented the following line in
the run.bat script:
| rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,
You have no ability to gain access to the request socket.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850147#3850147
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850147
---
There are no ejb stubs as we use dynamic proxies using the java.lang.reflect.Proxy
mechanism. Show the exception you are seeing.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850142#3850142
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
Add a PartitionName attribute to the deploy-hasingleton-service.xml
HASingletonController:
|
| jboss:service=DefaultPartition
| jboss.system:service=MainDep
| loyer
| DefaultPartition
| deploy
| ${jboss.server.home.url}/deplo
| y-hasingleton
|
So, there has been no description of the log at all in this thread. Its a simple
issue, either there is an entry in the log saying the server is shutting down due to
an explicit shutdown command, or an implicit shutdown due to a QUIT signal. If this
does not exist the vm is crashing and you need
They don't exist. You have to specify the java.security.manager property and
java.security.policy on the command line used to start jboss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850140#3850140
Reply to the post :
http://www.jboss.org/index.html?modul
Nothing has changed between 3.2.x and 4.0.x in this regard so you need to debug why
the DbRealm login-config.xml entry is not being found.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850138#3850138
Reply to the post :
http://www.jboss.org/index.html?modu
Ok, here it is for reals. I finally figured out how to use the code blocks.
|
|
|
|
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850134#3850134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Hi,
We are trying to deploy our beans such that communication between the EJB client and
the EJB server would happen using http transport, instead of rmi.
We started with a fully working system configured for rmi, and then tried to follow
the article at
http://nemesisit.rdsnet.ro/opendocs/simp
Please excuse me. The xml got parsed out of my post. Here is an example entry in our
web-services.xml:
I would like to expose more than one bean under the name CAPI.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850132#3850132
Reply to
Hi all.
I am trying examples from workbook EJB 3rd (JBoss 3.2)
when trying to deploy the application that contains MDB, I got :
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not
bound
any ideas ?
View the original post :
http://www.jboss.org/index.html?module=bb&
5.0 is fine out-of-the-box with JB4.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850128#3850128
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850128
---
This SF.
Does anyone know how to access the socket in the request object? It seems to be
hidden so it can't be accessed as request.getSocket() or anything.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850123#3850123
Reply to the post :
http://www.jboss.org/index
I know that with previous, pre-release versions of both JBoss and Java, I had to
remove the javax.management classes from Java5's rt.jar to get JBoss to work. Is this
still required? If so, any thoughts/plans on an easier integration with Java5?
View the original post :
http://www.jboss.org/ind
I'll try that configuration on linux.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850120#3850120
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850120
---
This SF
Hi All,
jboss3.2.3
I made a simple MBean, deployed it properly and could invoke the say(String greeting)
method on jmx-console, but I got the exception when I invoked the say(String greeting)
method with my client application.
my MBean source code:
package com.cxtg;
|
| import org.jboss.
Hola!
The following is my general environment:
JBoss 3.2.3
XDoclet 1.2.1
Struts
MySQL
I'm trying to provide my users with the ability to query various aspects of data that
resides behind an EJB layer (I'm using entity beans and stateless session beans.) I've
created a session bean class that ge
Hi All
Created a queue successfully on JBOSS 4.0.0
Unless I close the connection however I get a horrendous thread leak resulting in Java
running out of native threads.
Closing the connection (conncetion.close()) results in stopping the thread leak, but
then I get errors.
Any Ideas as to w
Adrian, what do you mean by "using consumers concurrently"? You cannot have multiple
queue receivers connected to the same queue?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850102#3850102
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
Hi Everyone,
I'm having problems with the JGroups protocal stack configuration for the Total Token
approach described at :
http://www.jgroups.org/javagroupsnew/docs/javadoc/org/jgroups/protocols/TOTAL_TOKEN.html
The Config "string" used in my cluster-service.xml file is as follows (taken from
I have seen this behavior on Red Hat 9 and it seemed to be a thread problem. Try
export LD_ASSUME_KERNEL=2.4.1 at the top of the run.sh for JBOSS. It may help. This
will force Red Hat to use the linux threads instead of the buggy NPTL.
View the original post :
http://www.jboss.org/index.html
Hi all,
What is the correct way to deal with the following problem:
Let's say we have 2 clients, C1 and C2.
C1 finds entity bean B
C2 removes B
C1 calls B.foo() and gets NoSuchEntityException
Transactions can help, but we're trying not to use them for read-only methods to avoid
deadlocks and inc
The MemberPlus section of our website will continue to be enhanced with additional
free HTML versions of our documentation. At present only the 3.2.X Admin and
Developer's Guide is there but we'll add additional docs over time.
For-pay documentation will remain for folks that wish to receive PD
I'm using Jboss 3.2.5 an I have a lot of problems using JSTL (Apache 1.1.1)
In factnever resolve expressions:
became in html page:
result is ${1+2+3}
result is 6
Can you help me??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850096#3850096
Reply to
I have posted the patch as requested. Apologies about the delay - I have been very
busy preparing for the initial release of our JBoss environment and supporting
software.
--Tom
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850094#3850094
Reply to the pos
I figured out how some things work by using the openbook Mastering EJB 2.0 from
TSS.com and the workbook examples of Enterprise JavaBeans(O'Reilly) by having a look
at the JBoss source-examples.
Having a look at the various JBoss books reveals that parts of the Administrators &
Developpers gui
Hi All
Created a queue successfully on JBOSS 4.0.0
Unless I close the connection however I get a horrendous thread leak resulting in Java
running out of native threads.
Closing the connection (conncetion.close()) results in stopping the thread leak, but
then I get errors.
Any Ideas as to what
Hi.
You should use the abstract-schema-name of the ejb-jar.xml deployment descriptor for
the entity-bean.
SELECT Object(a) from ProductBean a WHERE a.name = ?1
(I have not tested the statement.)
cu,
martin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38500
Hi All
Now that Tiger has been released. Anyone has done any
testing running JBoss 3.2.5 under J2SE 5.0.
Appreciate for any comments.
F
___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
-
Simply dropping in a correct jetty-jboss.sar (built against the right version of
jboss) and deleting the tomcat sar is all you should need to do.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850086#3850086
Reply to the post :
http://www.jboss.org/index.htm
In your web-service.xml file, are you bean/type mapping tags inside your service tag
or outside of it? When our bean/type mapping tags were outside of the service tag, we
had the same issue.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850085#3850085
Repl
Duh ... I forgot the JBOSS version ... it's JBOSS 3.2.5
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850084#3850084
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850084
-
Hi,
I have an application with a multithreaded client that publishes to a topic that has
one durable subscriber ... I have ensured that my client uses synchronized access to
the TopicSession (rather than creating seperate TopicSessions for each thread) but I
am still receiving this Exception at
Found some progress in the problem.
Actually, my code which handles the transaction also makes a statement caching. And
here the connection object is checked whether it has executed a set of statements and
if not then the same connection is getting assigned again for the second time.
And here
A possible solution here
http://sourceforge.net/tracker/index.php?func=detail&aid=1038464&group_id=22866&atid=376687
And some other stuff to enable JBoss 4.x and Tomcat 5 to do http clustering:
To enable JBoss 4.0.0 / Tomcat5 to jvmRouting and HTTP Session clusterig
changes in .../deploy/jboss
Is it possible to find the MBeanServer running inside JBoss's VM from a Java process
running outside JBoss's VM? I would like my unit tests to be able to lookup MBeans
and invoke methods on them but when I try to find the MBeanServer (by calling
findMBeanServer(null)) I get an empty list.
Than
Hi,
in my webapp I am using JAAS for security. It references to the entry in
login-config.xml and corresponds to the same name.
When I start my application and try to login JBoss doesn't find the application policy
and takes the policy "other". So I did an dirty fix and comment the "other"-tag a
I can only agree with Marcio that it is hardly possible to provide a detailed report
or the error log as the server shuts itself down after running for a while for no
obvious reason. It does not look like it is in a panic or having a problem with the
memory - it seems it has just met some condit
once again hopefully now ok!
Hi,
I fixed it!
You have to change the file {server}\conf\standardjbosscmp-jdbc.xml:
anonymous wrote :
| < jbosscmp-jdbc >
|
|< defaults >
| < datasource >java:/psfDS< / datasource >
| < datasource-mapping >mySQL< / datasource-mapping >
"UncleSam" wrote : Hi,
|
| I fixed it!
|
| You have to change the file {server}\conf\standardjbosscmp-jdbc.xml:
|
| anonymous wrote :
| |
| |
| | java:/psfDS
| | mySQL
| | ...
| |
| |
|
| Greets
|
| Markusanonymous wr
Hi,
I fixed it!
You have to change the file {server}\conf\standardjbosscmp-jdbc.xml:
anonymous wrote :
|
|
| java:/psfDS
| mySQL
| ...
|
| anonymous wrote :
| |
| | Greets
| |
| | Markus
View the original post :
http://www.jboss.org/
Hello Community!
I've a little problem using JBoss 3.2.3 and compound primary keys(the sample uses cmp
with added JAAS security, running without any troubles).
My data-model (EER) contains a weak m-n relationship with additional
attributes. So I created a single table containing a compound prim
"HannesBacke" wrote : Hi,
| I just want to execute a class/method by using a timer in jboss 3.2.5. I tried
some tutorials with no positive result.
| I ve done in the jboss-service.xml:
|
|
|
|
|
| But I get always error messages like:
| java.lang.ClassNotFoundException: No C
Hi,
I just want to execute a class/method by using a timer in jboss 3.2.5. I tried some
tutorials with no positive result.
I ve done in the jboss-service.xml:
But I get always error messages like:
java.lang.ClassNotFoundException: No ClassLoaders found for:...
Thats maybe because of the syst
I think I am missing something here, why can't your .NET clients access web services?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850069#3850069
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850069
---
This is really wierd ... the log shows some bad SQL generated for a jms entry ... one
that has been working fine for months.
It repeatably happens at startup and then of course the whole thing is broken.
Even more strange is that a clone of the setup on (and I do mean clone - using rsync
--del
We are trying to deploy some SLSBs as JBoss.NET style webservices - we are not yet
ready to switch to JBoss 4.0.0 and J2EE style webservices. Our whole toolchain is
xdoclet centric and thus our value objects are generated by xdoclet as well. Moreover,
I would be glad if I could use JBoss.NET's x
Hi,
I would like to strip down the default configuration for an application.
Therefore not needed components shall be removed from the
JBOss default configuration. Especially on the hsqldb i wonder if this works.
As I am removing the JMS as well I don't see a cause that things might not
work, b
I have a set of servlets that connect to an RMI server to fetch data.
These servlets also access the disk to get the details of the configurations from some
xml files and set the logging destinations for log4j output files to some locations
within the WEB-INF/logs directory.
I have used these
Hi,
we have an application with a stateful session bean an "front object". For some
reason, we need to provide a own login method within our sessionbean.
In this method I can successful login into a jaas context ( callback, context, etc)
and can get a authorised subject. I can also call some doA
You can deploy them. Put them into a directory named .jar in a jar like structure.
When deploying this directory, JBoss will treat it like a jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850059#3850059
Reply to the post :
http://www.jboss.org/index.ht
55 matches
Mail list logo