This is because your ears share one loader repository. Therefore only the first
resource in this classpath is passed to both applications.
Read more about ClassLoader, LoaderRepository and their configuration for deployment
units:
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
Hi
I am evaluating an open source product and I am
getting an exception when I start JBoss. I am posting it here. Can
anyone direct me in fixing this exception.
___
19:47:35,265 INFO [StatelessSessionContainer]
Registra
i have the same prob. :(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851379#3851379
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851379
---
This SF.net email is
Could anybody shed some light on the conditions under which the following exception
would be thrown:
java.lang.IllegalStateException: Wrong transaction association: expected
TransactionImpl:XidImpl[FormatId=257, GlobalId=Venus/16, BranchQual=, localId=16] was
null
I'm using a UserTransaction a
Your question falls under the "suck it and see" category.
http://www.catb.org/~esr/faqs/smart-questions.html
Score -1
You are also in the wrong forum. This is a question about JCA.
Score -2
Whoever wrote the statement in your quote, obviously never heard of user transactions.
And neither have y
The issue was logged:
http://sourceforge.net/tracker/index.php?func=detail&aid=1029232&group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851377#3851377
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
This stack trace does not match the 4.0.0 code so what is the version in use here? The
jndi context is setup in the org.jboss.web.AbstractWebDeployer.linkSecurityDomain
method. I think your seeing an issue that was fixed before the 4.0.0 release.
View the original post :
http://www.jboss.org/in
Hi,
I am using the spring framework in conjuction with jboss 3.2.5 and using no ejbs. All
of my application is web based and use POJO . I just want to ask a simple question
that i am using multiple resource (database and jms) together that is why i need to
use distributed transaction with XA ena
thanks, I'll post the site address here and look into FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851372#3851372
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851372
---
We have just encountered this.
Strangely, it goes away if you use earlier versions of classes12.jar (such as the one
that comes with Oracle 9 - not Oracle 9.2), or any of the Oracle 10g classes12.jar or
ojdbc14.jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
i found problem with jboss.
while jboss running "connection" to database server is lose than i must to restart
jboss to continue work.
who have any solution to fix this problem that do not restart jboss?
please help me.
i use:
-jboss 3.2.3
-ms sqlserver 2000
Its a bug in JDK 1.4.2_xx
Javasoft bug 4880633
The class XMLEncoder, which is meant to be threadsafe, uses the class
java.beans.Statement which is also meant to be threadsafe, but isn't as it uses
HashMap.
Must say, once we managed to get a coredump in the right format to HP, they found the
Yes, there's a problem with non-standard SQLin JBoss 4.0
There are a couple of posts about it in the Persistence/JBoss thread.
Unfortunately still no sign of a solution of the JBoss people. Sigh.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851352#3851352
Hello - I am seeing the same problem with jboss-4.0.0 (which I recently downloaded). I
am trying to use this with MySQL 4.0.13. Does anyone know how to fix this problem ?
Also, would the inability to create the TIMERS table cause a JMS client to fail ?
$ ./runtest.sh
Creating jndi context - alt
try the EJBQL sencences with
> instead of > and %lt instead of <
good luck
[EMAIL PROTECTED] wrote:
This works fine under WAS 5.1 but is failing when we try to port to JBoss 4.0.0.
Does anyone know what I am doing wrong?
Thanks,
Joe
I have this EQBQL ...
|
|
I have tr
This works fine under WAS 5.1 but is failing when we try to port to JBoss 4.0.0.
Does anyone know what I am doing wrong?
Thanks,
Joe
I have this EQBQL ...
|
|
I have tried with and without CDATA and with and with < and > replacing the > and the
<. All to no avai
hi everybody,
i'm trying to configure jboss 4 with mysql 4.0.21, i've changed
every configuration file from jboss in order to point to MySqlDS instead
of DefaultDs,
however, when i startup jboss, i always get the error :
ERROR [URLDeploymentScanner] Incomplete Deployment listing:
MBeans wai
Hi
I fall into the incompetent category mentioned above. I have VERY little clue of what
I am doing, and here's my perspective on the topic.
When I encountered an apparent change in functionality upgrading from one version of
JBoss to another, the first thing I did was try to find documentation
This is a known issue. The database manager of HSQL does a System.exit when you
close, which kills the JVM. This is low priority for JBoss.
There are many good sql clients available. No particular reason to use HSQL database
manager.
View the original post :
http://www.jboss.org/index.htm
I read in an article that it depends on the individual application server if it
creates automatically/implicitely the session object needed for a JavaServerPage.
If the application server does not provide such a service the programmer has to code
explicitely a statement like
HttpSession session
I have the same problem, My problem was in one part of the code I didnÂt close the
connection.
I put finally in mine methodos to close the connection and the problem was solved.
Regards
Leonardo Barros. - Brazil
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
As the subject already said I want to access both databases during the runtime of
JBoss.
Is this possible?
Which special JBoss settings do I have to consider to avoid cross references/errors?
Thomas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851342#385134
Since my questions are now more related to JBossCache than JBoss setup, I will post my
questions in the JBossCache forum.
Thanks,
Bala
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851341#3851341
Reply to the post :
http://www.jboss.org/index.html?module=b
I solved my problem by commenting back the line in jboss-service.xml. I didn't need
Tomcat clustering, but I would like to use JBossCache for my application. I am using
JBoss 3.2.6RC2. So how do I setup a Cache service for my application?
Thanks,
Bala
View the original post :
http://www.jbo
I was busy with your tutorial "Getting started" about JBoss 4.0
Something strange happens : I can start HSql Database manager tool but when I leave
this program, the server shutdown...
I have installed a new JBoss 4.0 from Zip file in another directory, started the
server and then tried to start
My application has a rather complicated set of permissions, involving a large number
of roles. Typically there is at least one role required for each EJB in my app. I'm
trying to get MDBs to be able to call these methods. I'm pretty sure that I could
simply create a special role, allow that r
ebxmlrr is a service that is not part of the 'Default' configuration.Do you see
any ebxmlrr-service.sar under your /server/default/deploy directory? If yes, remove
it and try.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851334#3851334
Reply to the
How do I turn off the Unified Class Loader for a SAR?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851333#3851333
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851333
---
I believe that I'm having the same problem - when the WAR tries to deploy, I get
ClassNotFoundException. I think my deployment is slightly different, though, in that
the WAR is included in the EAR.
I've tried playing around with the and tags, but
I've been unsuccessful thus far.
View the o
hi
i built a project with jsp and java beans and with the programs jboss and mysql. the
project was built on windows operating system. the project works great. now i need to
transfer the project to unix server. i installed jboss,mysql,connector/j for unix and
i made the appropriate settings betw
Chris,
jboss just did a webex presentation on clustering this morning
scott did a great job in explaining stuff
look on the main web site under online education
& replay the presentation when its available
Pete
On Wednesday 13 October 2004 08:48 am, cfrostrun wrote:
> I'm going to start gett
When I start JBoss 4.0 (default configuration), in server.log I see the following
exceptions:
2004-10-13 20:48:13,564 ERROR [org.jboss.web.localhost.Engine]
StandardContext[/ebxmlrr]Error loading WebappClassLoader
| delegate: true
| repositories:
| /WEB-INF/classes/
| -->
when adding to jboss/server/default/lib folder a jar file that contains
CompositeRollingAppender I get the following exception when JBoss
starts or each time I try to reconfigure the service:
Cause: java.lang.IllegalAccessError: tried to access class
org.apache.log4j.RollingCalendar from class or
I am using JBOSS v3.2.4, Hibernate 2.1.3 and Oracle9i and when my databse query
returns an 'ORA-24777: use of non-migratable database link not allowed'.
Basically we have a postcode table that has been set up as a DBLink table to point to
a central database. When we try and execute a query agai
It appears to be related to type column type mapping "other" via new EJB Timer service:
10:06:39,575 ERROR [DatabasePersistencePolicy] Starting failed
jboss.ejb:persistencePolicy=database,service=EJBTimerService
org.postgresql.util.PSQLException: ERROR: type "other" does not exist
at org.
I am stumped here!!
It is not the broweser cashing the bean, it has to be JBOSS. I open an entirely
different boswer and load the page and it is still not showing me that data that is
the database. The reason for this is becuase for some reason, my findAll method is
not calling ejbLoad on the
I want to use apache xml security suite (xmlsec) to work with signature.
The first thing to do is to initialize :
org.apache.xml.security.Init.init()
but it throws an error :
java.lang.IllegalAccessError: tried to access field
org.apache.xpath.compiler.FunctionTable.m_functions from class
org.apa
Hello, I'm planning to implement a quite big web based commercial application. It's
complexity can be compared to this of ebay. In theory if it will be successful there
could be a lot of users of it. Unfortunatelly me neither my team we don't have money
for a commercial application server.
User
Hi,
here the problem i'm facing.
I have 2 scenarios one in which the jboss server , a jms topic pub, and jms topic sub
all running on the same host
(all in their separate vm though) are able to connect to the jboss server and messages
sent by the pub are recived by the sub.
Now the problem comes
Hi,
I've got a question regarding the deployment in JBoss (JBoss 4.0.0)
Is there a possiblity to deploy an application (war or ear) by just
putting a kind of proprietary deployment descriptor file inside JBoss's deploy
directory.
The deployment descriptor just contains among others information whe
sigh... the format didn't go as I want even I used "preview" to check. ^ belongs
to the last "web-service.xml"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851318#3851318
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Always ensure that your OS has the requested locale installed. In most cases (e.g. on
Solaris) you are missing the locale.
See locale -a for unix boxes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851317#3851317
Reply to the post :
http://www.jboss.org/
typo in the last sentence for previous post: its example web-service.xml also has the
type mapping tag outside web-service.xml
^^^
service tag.
View the original post :
http://www.jboss.org
Yes, after I put type mapping tags inside service tag. the issue is resolved. I was
following the example in jboss doc(chapter 12 Web Services). Now another question
arises: how does one move the type mapping inside service tag using xdoclet? any
example for that will be highly appreciately. see
I have a client Java application running against JBOSS 3.2.3. This application can
accept requests from different users, each request is handled using its own dedicated
Java thread.
As part of each request, the user supplies their credentials (username and password)
which are to be authenticate
Since I can't follow the link above, I suppose SiteData only contains standard types /
Objects (as mentioned above) and you are really sure, the version deployed with JBoss
is the same version provided by your Web Start server and clients and servers are
running on compatible JREs ;-)
Does Site
I'm going to start getting into the clustering aspects of jboss, and would like some
information from an architectural point of view.
If I'm using local BMP entity beans, and want to continue to have the entity cache
turned on... can that be clustered?
mainly i guess my question is.. does local
Hello,
I have one ear (hehe) - let's call it ear1 - that deploys fine and has lots of beans
in it that do stuff and everything's fab.
I have another ear - ear2 - that, when deployed on it's own, works fine too.
But when I deploy them both, the beans from ear1 are using classes that are cont
hi jim
thank you for the link to theserverside.
i followed the link and stumbled across the post from "Dilshad Salim"
and i looked at our pages:
we also have a meta-tag in every page:
|
|
cheers
Lothar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
To all,
I might have fixed the problem. However, I don't know why it worked. For my facade I
put a xdoclet tag:
"transaction-type=Container"
This was something I found in a book "Enterprise JavaBeans" by Richard Monson-Haefel.
Also, instead of using findByPrimaryKey() I created another finder me
I have been having a problem getting JBoss 4 to see my custom login modules. I traced
through the source code, and what is happening is that there is an error in
SecurityAssociationValve on line 146:
AuthenticationManager securityMgr = (AuthenticationManager)
securityCtx.lookup("s
Frito,
Let's examine each of the possibilities for an InvalidClassException:
1) The serial version of the class does not match that of the class descriptor
read from the stream
This is a possibility because the client JARs are loaded to the client
machine using Java WebStart. B
Did you manage to do this. I'm trying to do the same thing...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851294#3851294
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851294
---
If you don't want to follow the link for Jensen's solution it is to add the following
to every JSP page:
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="ISO-8859-1" %>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851293#3851293
Reply to the
Lvis - I tried that and it didn't work for me.
I have eventually partially solved the problem in a way that I find unsatisfactory
but is the only solution I can find.
I experimented quite a bit and found that the problem is only a problem for JSP (which
I precompile). I found this link:
http:/
Occasionally when a member leaves the cluster rather than everything working properly,
we see this in our log files:
| 2004-10-13 09:03:20,283 INFO
[org.jboss.ha.framework.interfaces.HAPartition.lifecycle.DefaultPartition] Suspected
member: 10.3.1.40:32878 (additional data: 14 bytes)
| 200
Oh, I didn't notice it would truncate titles. The version we're using is 3.2.5.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851291#3851291
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851291
Hello,
Please forgive me if the answer is elsewhere, as I have been searching for a day and
half, and come up empty. Also, I have posted here because I believe it is very
specific to clustering. So here it is, for you kind folks :-).
I am having a problem specifically in a clustered environment
Me too using a j2sdk1.4.2:
| [EMAIL PROTECTED]:/opt/jboss-4.0.0> bin/run.sh
| =
|
| JBoss Bootstrap Environment
|
| JBOSS_HOME: /opt/jboss-4.0.0
|
| JAVA: /usr/java/bin/java
|
| JAVA_OPTS: -
JBoss just hangs and doesn't go further.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851288#3851288
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851288
---
This
Thank you! I'll shelve this until we can move to 3.2.6.
Does this also work properly in 4.0?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851286#3851286
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851286
-
I tried:
file:///D:\devel\teste\teste.ear
And i also got:
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
The URL is a regular directory, with a sub-dir META-INF and a proper application.xml.
Any clue ?
View the original post :
http://www
Hi,
I have a problem when i use JSTL in my JSP pages. Do i have to add the jstl.jar to
some special folder?
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851284#3851284
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
I've used this without incident in 3.2.5 and several versions back:
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
{
/**/
String sessid = httpSessionEvent.getSession().getId();
if (sessions.containsKey(sessid)) {
sessions
Hello,
I have a big J2EE application with several EJB (CMP, Session and MDB) with web
application too.
I have developped using another J2EE apps server and now I whish to use JBoss.
In searching in the web site I found an usefull tool to help to deploy application
developped with another app
I have performed steps given on following page for configuring
> ssl on
> > jboss 3.2.3 but i am getting error page cannot be displayed
> > http://www.theserverside.com/discussions/thread.tss?thread_id=22243
> > plz advise me about it
> >
> > regards
> >
> > --
> > vivek gokhale <[EMAIL PROTE
12:08:38,365 INFO [MainDeployer] Starting deployment of package:
file:/C:/jboss-3.2.3RC1/server/default/nukes/nukes-empresas.ear
12:08:38,375 INFO [EARDeployer] Init J2EE application:
file:/C:/jboss-3.2.3RC1/server/default/nukes/nukes-empresas.ear
12:08:38,656 WARN [NestedThrowable] Duplicate
First of all I would like to mention that I recognise Adrian as someone who answers to
posts here and that it's much appreciated. But he's only one of a few.
That notwithstanding I must say that generally posts here about problems people have
do not get answered. Not even when they're about bugs
hello peter hello jim
we don't have any probs with umlauts..
in jsp's we use:
| <%@ page contentType="text/html;charset=ISO-8859-15" language="java" %>
|
and we changed the run.sh to:
| export LANG="[EMAIL PROTECTED]"
| export LC_ALL="[EMAIL PROTECTED]"
|
cheers
lothar
View the or
Hello to everyone. First of all sorry for my english :)
I have a problem. I'm using DatabaseServerLoginModule and form based authentification
in my develop. first servlet executing login and if everything is ok it's redirect to
other servlet. In this servlet i'm trying to request.getUserPrincipa
You can deploy exactly the same application twice (and even more often). The units
(e.g. xyz.war) can hold the same resources and have the same name at all.
But you have to configure the loader repositories as described above. And you have to
use different URLs for your web app (configured in the
I don't think it has to do with less or more population. But at least on object does
match these criteria:
| The serial version of the class does not match that of the class descriptor read
from the stream
| The class contains unknown datatypes
| The class does not have an accessible no-a
The problem I have is that the application needs an exact name (xyz.war). Parts of the
application need this name so it is impossible to rename the second one.
the url you posted doesnÂt help me out :-(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851264#3
No problem.
Configure isolated loader repositories for each deployment unit. Read the wiki for
this:
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration.
Don't forget to configure different URLs for your web application and perhaps
different security settings???
View the original p
Hi,
was a solution found to this - I have the same problem. I thought it was coming from
Sitemesh but now I think JBOSS is the problem. The default encoding in Sitemesh
supports umlauts.
There is a post on SITEMESH explaining what can be done
http://www.opensymphony.com/sitemesh/charsets.html
I use jboss to deploy a special web application. now I want to develop this
application.
I need to deploy the same application two times on one server. the first one should
always be achievable, the second one I want to develop.
It es possible to deploy the same application on one server two ti
Hello,
I have a big J2EE application with several EJB (CMP, Session and MDB) with web
application too.
I have developped using another J2EE apps server and now I whish to use JBoss.
In searching in the web site I found an usefull tool to help to deploy application
developped with another apps s
Hi everyone,
When using JBoss 3.2.3 we get a lot of ClientAbortException, to the point that is
starts to get annoying :) I am posting the complete stacktrace bellow. They don't seem
to affect in any way our application but does anyone know what is causing these errors
or if there is a way to s
Hello,
I have created a very simple MBean which creates a registry and binds an RMIServer.
It works when I deploy it with a jboss server with minimal configuration.
When I start jboss with default configuration I have to stop my mbean and have to
start it again to get it work.
Any ideas? Which o
i have jboss 3.2.5 with tomcat 5.
i'm using a taglib for portlets. the TLD file is located in a jar on the common class
loader.
however, i get an exception:
org.apache.jasper.JasperException: The absolute uri:
http://java.sun.com/portlet cannot be resolved in either web.xml or the
jar files deploy
anyone?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851252#3851252
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851252
---
This SF.net email is sponsored by: IT
ok,
i deploy the EAR outside JBoss:
Jboss/
MyEAR/
in jboss-service.xml:
| deploy/ ,file:/${portal.home}/IBP.ear
|
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851251#3851251
Reply to the post :
http://www.jboss.org/index.html?module=bb
Hi
'java:comp/env/jdbc/securanceDatasource'
If use like this it won't work according to jboss docs u need to use like
'java:/securanceDatasource'
If u r not intrested to change class files of ur application, u need to modify the
method 'public Name parse(String name)' of 'org.jnp.interfaces.
Hi Robisz
My jndi-property is below.
prop = new TISAProperties();
lookupProp.put(
Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
lookupProp.put(Context.PROVIDER_URL, "jnp://" + prop.get("
just to clarify, when I am saying "professional support teams" I am not talking about
the JBoss support or IONA in specific. I was just making a generalised statement based
on almost 20 years of experience with support teams from almost every major software
company.
No offense...
Btw, when I a
Doh - If you are reading this and have a similar question, all I can say is...
C M R
:O)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851242#3851242
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851242
--
Hi,
I am geting the same stuff as well. My screen dump is below. Is there a dummy starter
guide for jboss? Some tutorial stuff will be good. How do you check the properties?
Appreciate your help.
# ./RUN_Compiere2.sh
Compiere Client /software/compiere251/Compiere2
17:45:27.633 Compiere: Compier
I don't understand what you mean by this. A war cannot have deployable content.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851149#3851149
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851149
-
Have you solved this issue?
I experience the same problem with J9 as client JVM and jdk1.4 as server JVM. The
causing exception (NP) occurs on server.
UnicastServerRef.dispatch(Remote, RemoteCall) line: 231
Transport$1.run() line: 148
With partly decompiling UnicastServerRef clas
89 matches
Mail list logo