The following page the error occurs during execution of a web application in
JBoss:
| HTTP Status 500 -
|
| type Exception report
|
| message
|
| description The server encountered an internal error () that prevented it
from fulfilling this request.
|
| exception
|
|
Thanks Peter for spreading the right directions on this topic.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243855#4243855
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243855
Btw there's been a timeframe in the past where the ant.properties.example was
missing (you had a custom ant.properties instead). This has already been fixed
anyway.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243852#4243852
Reply to the post :
http://www
Sure, lots of people use JBossWS as client of Microsoft ws endpoints.
This said, there might be something weird with the wsdl. Can you try posting it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243851#4243851
Reply to the post :
http://www.jboss.org/index
anonymous wrote : can we write a custom login module?
Yes, you can. You can use any of the existing login modules as a guideline.
Most likely you will want to subclass the UsernamePasswordLoginModule class.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=424385
Despite having a basic implementation of WS-Policy, JBossWS-Native does not
support policies for setting MTOM. This means you need to manually set mtom on
client side (please refer to the documentation) or switch to JBossWS-CXF /
JBossWS-Metro.
View the original post :
http://www.jboss.org/ind
I know this is kind of an older topic, but I am having a similar issue.
OS: Win 2k3
JDK: 1.5.0_16
When attempting a shutdown using 'shutdown -s' or using jopr's shutdown
command. The think i have noticed is that the actual 'java.exe' process does
not seem to fully exit holding on to the ports
get/setTextContent has recently been implemented in NodeImpl. Something else is
simply not implemented yet. Feel free to create a jira issue for this and link
that here (btw this is an easy chance for contributing adding a small patch ;-)
).
View the original post :
http://www.jboss.org/index.
Hey,
Thanks it's work.
But I have one more Q, Can I configured that to point to a path, to one folder
only and if i can haven secure that it will be great ?
And how if you can.
Thank You :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243846#4243846
Re
Thank you for the quick reply.
"jbarrez" wrote : anonymous wrote : I am very excited about the beta release of
JBPM4.
|
| jBPM4 isnt beta anymore ... GA was released last Friday. But we're very
happy that you are excited :-)
|
Even better... where am I getting my dated information?
"j
Looking at this code and the error message, I believe that the error message
has nothing to do with the code, but rather that the junit task within ant is
incorrect. As a guess, I suspect that the Client.class file is in the wrong
location relative to the classpath - the error seems to say that
As a reference, I'd suggest you to take a look at the jbossws wsse sample
artifacts that are built for AS5 in jbossws testsuite. Basically AS 5 is strict
to standards regarding where to load resources from.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=424384
funny you say that Ronald, coz it actually does prompt a correction for me, :P
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243842#4243842
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243842
Thanks for your reply but i solved that problem using Jboss ESB's internal HTTP
router class: org.jboss.soa.esb.actions.routing.http.HttpRouter
One can send soap messages with it as well, and set connection/socket Timeouts
(http properties) etc as well.
Thanks.
View the original post :
http:/
The issue is that once you place a resource-ref into web.xml, then the app
expects to find the resource in the local naming context
(java:/comp/env/portalDS). But you need to tell JBoss AS to map the name back
to the java: namespace. To do that, place an entry for the datasource in
WEB-INF/jbos
Could you post your jbpm configuration?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243837#4243837
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243837
___
jboss-user mail
https://jira.jboss.org/jira/browse/JBWS-2697
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243835#4243835
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243835
___
jboss-user
The point here is SAAJ does not define an API for setting the timeout directly
using the SOAPConnection. So you need to use some kind of proprietary stuff.
Forget about Axis, you can't use it with JBossWS. Take a look at the
JBossWS-Native (I assume that's what you're using)
org.jboss.ws.core.cl
Thanks Tim and Andy!
The JCA adapter pool works great for me.
Abdel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243829#4243829
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243829
__
JBoss Tools project
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243827#4243827
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243827
___
jboss-user mailing list
jboss-user@
:-) Google often is of assistence with replacing chars or even different
spelling. Why it does not help with a _ vs - is strange
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243826#4243826
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
"alesj" wrote :
| Or how else are you gonna know what and when something can be moved?
|
Isn't that the job of the deployers (ex: BeanMetadataDeployer) to install
(which internally will move it to various states) the specific context(s)?
"alesj" wrote :
| e.g. you might have some implici
See my reply on the other thread you opened on this.
Besides that, you can't use Sun's SAAJ implementation directly on JBoss AS with
JBossWS-Native.
If you really want to get rid of jbossws-native-saaj anyway, you can try
JBossWS-CXF and/or JBossWS-Metro.
View the original post :
http://www.jbo
anonymous wrote : but In my case the taskImpl id may be not the same with
HistoryTaskImpl id
Why? Because you implemented something yourself, or by something jBPM does. If
the latter is the case, Please make a unittest that demonstrates the problem.
View the original post :
http://www.jboss.
This reminds me of something related to CR/LF when dealing with signatures.
Where do you get the soap elements content from? are you reading them from file?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243822#4243822
Reply to the post :
http://www.jboss.or
Implicit is possible by extending and overriding the subprocess node
implementation.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243821#4243821
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243821
_
anonymous wrote : I am very excited about the beta release of JBPM4.
jBPM4 isnt beta anymore ... GA was released last Friday. But we're very happy
that you are excited :-)
anonymous wrote : From what I have read it has native Spring integration, which
is something I require on my current proje
"the_sinner" wrote : my application falls down when 4 users or more login and
use it.
It looks more like a bug in your application? Or does your app is so resource
consuming?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243818#4243818
Reply to the post :
Thank you jbrrez, I will be looking forward for this feature.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243817#4243817
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243817
_
I am very excited about the beta release of JBPM4. From what I have read it
has native Spring integration, which is something I require on my current
project. We have had a lot of success with JBPM 3.2.2 processes in our
production user management system (custom, I wrote), but have hit a coupl
Hi,
is you are using WPT plugin (and I guess you are) then a "hot run" should be
working for you. Don't export your project. Just deploy it. If you do not see
it in the list of the deployable stuff, then you have probably made just plain
Java project. You have to make Java Web project.
Whey yo
looks like you are using JBossMQ, this is the JBoss Messaging forum, try the MQ
forum they should be able to help you
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243813#4243813
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
Ok, the jboss.xml is definitely being picked up, so it must be the way I'm
referencing the service bean is incorrect...
| 2009-07-15 15:35:24,600 DEBUG
[org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper] (HDScanner)
Parsing file: zipentryhand...@12863780[path=phase-test.ear/META-INF
Yeah, you are right, that code can't return null. I will have another look at
our code, my guess is that due to the number of deploys we have done recently
with different versions there is a mismatch in line numbers which is confusing
the issue here. Sorry about that.
View the original post :
Within Eclipse / JBDS, do: Help > About > Features
Then compare those versions with what's on the various update sites.
https://www.jboss.org/tools/download/
Or, use these rules:
JBDS 2.0.0 ~= JBT 3.0.0
JBDS 2.1.0 ~= JBT 3.0.x + extra runtime support
JBDS 3.0.0 ~= JBT 3.1.0
View the original
Hi All,
For now I am running single jBoss 4.2.3GA (which is going to be part of a jBoss
cluster). I want to test the JMS FailOver. I am using two Queues called 'Queue'
where my browser will put message and MDB will post it to my remote app server
let say port '20005' using Resource Adaptor and
You are correct, see my comment on the issue
https://jira.jboss.org/jira/browse/JBPM-2423
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243804#4243804
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243804
Thanks again Peter.
...feeling a little embarrassed now I found further details of this in the book
JBOSS in Action. A book I'm finding really useful BTW, although it looks like
I need to study it some more ;-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
You can open multiple HTTP ports be defining additional Connector entries in
the server.xml file. You did not mention the JBoss AS version so I will leave
it to you to locate the file (there is only one) since its location seems to
change with every release.
I haven't tried this specifically w
It is probably working in 4.0.5 because whatever older version of the servlet
classes you are picking up probably matched what is in 4.0.5. You have to find
where the old servlet classes are coming from. Try this. Add '-verbose:class'
to the JAVA_OPTS in the run script and run the app server ag
Are you sure it's really returning null?
The code from JBossSession::createTextMessage is just this:
| public TextMessage createTextMessage() throws JMSException
|{
| checkClosed();
|
| return new JBossTextMessage(session);
|}
|
So I don't see how any well be
Oh, and one other thought - the correct way to specify different port number is
to use the binding service. See
server/default/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml.
This file defines groups of port bindings that you can select from the command
line like this:
run -Djboss
I've noticed some strange behaviour in JBM 2.0.0.BETA3. We have a client
application which queues up messages and sends them periodically to a topic.
Sometimes the client gets into a strange state where:
message = session.createTextMessage();
returns null. I've never seen this happen before. Th
Whenever something gets installed we try to move whatever can be moved.
Or how else are you gonna know what and when something can be moved?
e.g. you might have some implicit dependencies
* some bean sets some static flag, the other one inspects that as its dependency
* we put something into JNDI,
I added the following dependency using the jboss.xml file (which is in the
META-INF directory in the EAR file):
|
|
|
|
| InputServiceBean
|
jboss.j2ee:ear=phase-test.ear,jar=phase-input.jar,name=SourceBridgeCheckTimerBean,
Then use the properties service - it lets you identify a file containing system
properties - and you can even specify the filename as a property. Look at
server/default/deploy/properties-service.xml.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243786#42437
I was looking at the deployment framework/MC kernel flow and noticed this code
in the AbstractController:
| public void install(ControllerContext context) throws Throwable
|{
| // removed irrelevant code from forum post
| ...
| install(context, trace);
|}
|
|
Hi,
In default installation in portal navigator I can navigate only in two levels
of pages. In the administrator section I can add more than two levels of pages.
Is there a way to increase numbers of levels that navigator can display?
View the original post :
http://www.jboss.org/index.html?mo
Hello, i'm trying launch jBPM on tomcat 6.0 + spring + hibernate + blazeDS.
I debugged programm and found that instanse of
org.jbpm.pvm.internal.session.DbSession is missed. can any one tell why its
happened?
java.lang.NullPointerException
at
org.jbpm.pvm.internal.cmd.CreateDeploymentQu
I have fixed https://jira.jboss.org/jira/browse/JBIDE-4604 , but there isn't
any successful build yet that includes this fix.
The new build will require m2eclipse >= 0.9.9.200907071528 that can be updated
from the http://m2eclipse.sonatype.org/update-dev update site.
View the original post :
h
Johan,
The main issue here is that classes need to be found by the classloader on
deploy-time, since they are instantiated for caching purposes.
If you use the JBoss integration, you could put these dependencies in the
userlibs folder.
The other 'workaround' is to have the deployment of proc
Hi,
Is possible to open two differents ports for WS REST?
for example:
http:://localhost:8080/admin/reloadSomething
and
http://localhost:8082/users/doSomething
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243767#4243767
Reply to the post :
http
Hello prabhat,
Thanks for you reply. For clustering I am using TCP protocol instead of UDP. Is
this causing the delay?Can this be a network issue or firewal setting causing
the problem?
Regards,
Rinku
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243766#42
I 'm not using servlet jar.
But my app. contains:
Jersey 1.0 and Metro 1.4.
It's strange that the same .war works fine at jboss 4.0.5 ...
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243765#4243765
Reply to the post :
http://www.jboss.org/index.
The best would be for you to upgrade the jboss portal and/or Jboss ASversion
you are using as later versions of portal had few clustering fixes.
Clustering is kind of setup where I would recommend you get support contract as
they have hardware and environment to reproduce your problem.
Now, fo
I am using jboss application server 4.2.1.GA, jboss portal 2.6.2, apache 2.2
for my load balancing and clustering setup.
Clustering is happening fine.
But I am facing an issue:
I created a tab say TAB1 after logging to SERVER1.I am able to see TAB1.
Now, when I logged to SERVER2, I am not able
Hello @,
I have following scenario:
We have war and ejb3 project deployed within ear. Web layer access .Net web
service over ssl. Keystore/trustore is defined in
Ear/War/WB-INF/jboss-wsse-client.xml. It works nice.
I want to move the logic which calls web service into ejb (and call the ejb
Hi,
Can any one tell me where can i find the Source code for JPDL Eclipse plugin.
If any one know the path of JBOSS SVn path for the same then it would be really
helpful
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243754#4243754
Reply to the post
Hi,
looks like JBoss is closing a hibernate connection for me, which is not good.
The solution seems to be on
http://www.jboss.org/community/wiki/ConfigCachedConnectionManager
but it does not apply for JBoss 5.1.
How do you get around the problem for JBoss 5.1 ?
Thanks,
Juergen
7:27:02,076 I
Thx you very much !
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243750#4243750
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243750
___
jboss-user mailing list
jboss-user@
The jbpm.jpdl.hbm.xml file should be deleted, the JpdlExecution class has been
removed from 4.0.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243744#4243744
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243744
_
Variable history isnt completely worked out yet, should be in one of the next
releases.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243743#4243743
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243743
__
Variable history isnt completely worked out yet, should be in one of the next
releases.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243742#4243742
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243742
__
jBPM4 hasnt been tested yet on Websphere. But when you use jBPM as a standalone
library, I don't expect any problems.
There is no dependency on EJB3 to function correctlym jBPM is Java SE library.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243741#4243741
Filed an issue for it: https://jira.jboss.org/jira/browse/JBPM-2429
Although, I believe the userguide is already updated, I'll do a re-check on the
complete guide.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243739#4243739
Reply to the post :
http://www.
snjeza,
Is developer supposed to be able to turn on Maven Integration for new projects
like "EJB Project" or "Enterprise Application Project"?
I upgraded to Version: 1.0.0.M3-N200907101443-H38,
but do not see "Maven Integration" Facet in:
File->New->EJB Project->Configuration->Modify
Thanks,
Al
It appears that CacheJmxWrapper and CacheJmxWrapperMBean are deprecated in
jbosscache-core-3.1.0.GA
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243728#4243728
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243728
__
Thanks Peter.
But that's potentially a huge number of system properties to be set via a
command line if you heavily customise JBAS configuration.
I could exceed the command line length on some operating systems...
Shame you can't specify something like a properties bundle to the deployers.
Hi!!
I've a problem. i'm developing an application with Google Web Toolkit run on
server JBoss 4.2.2. I'm using a DataSource, and it´s good. The problem is that
i modify the file web.xml to add the datasource:
http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-in
Hi folks,
unfortunately I have the same problem. So, did you remove
the file jbpm.jdpl.hbm.xml containing this bad entity link or any other file?
Another work around seems to be the following: copy the missing class
org.jbpm.pvm.internal.model.ExecutionImpl from the old 4.0RC1-jar to the newer
Hi all,
Good news! Finally, with trial and error to set different parameter, I can use
LdapLoginModule to work fine now.
Now I try to figure out the alternate setting for Ldap login.
share with our ok config:
-
I must be getting blind or something to confuse a dash with an underscore...
BTW what I have entered in Google was jbpm node_enter event which was useless.
Thanks for your time
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243685#4243685
Reply to the post :
OK you already have the version right. You are using the 1.4.0.sp3. Current
release is 1.4.0.sp3-cp08 for EAP and 1.4.4.GA for JBoss 4.2.3.GA.
Can you try the latest version? They have a lot bug fixes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243674#42
Temping is an internal thing of the AS. What you need is exploded deployment
http://www.jboss.org/community/wiki/ExplodedDeployment
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243673#4243673
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
Not sure how to get the CP version. in the Manifest file, i have this info
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.5.0_13-b05 (Sun Microsystems Inc.)
Specification-Title: JBoss Messaging
Specification-Version: 1.4.0.SP3
Specification-Vendor: JBoss Inc. (http://www.jboss.o
Hi Kukeltje,
Thanks for replying!
I'm using 4.0 final.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243668#4243668
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243668
_
"guntherv" wrote : Next I tried to find the testQueue of the MDB sample using
the JMX console as pointed out by ataylor, but I fail to find the MBean.
|
There is a bug in JBM 2.0.0.Beta3 which prevents its MBeans to show up in AS 5
JMX console.
The bug is fixed in the trunk and there is a wo
Hi,
Thx for your answers guys. If i correctly understand, i have to move to 5.1.0
to have my deployment temped (i checked but it is not the case now). I'll try
then.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243665#4243665
Reply to the post :
http:/
Okay
I simply do a return from my processAction and then, (according to the spec),
in the subsequent doView call renderRequest.getWindowState() should return
WindowState.MINIMIZED, but it also returns WindowState.NORMAL, so then the bug
lies here?
What does work is if you call
actionResponse.
Hi, I had the same problem using JBoss 4.2.3 and JBossWS 3.1.1
I have resolved it via such work around placed in my Interceptor:
| /**
| * Returns true if current context has a webservice context available.
This
| * method is a workaround for not working injection of the
Hi,
Please give the cp version of JBM, like 1.4.0.sp3-cp07.
The problem seems your client has crached before you close any
subscribers/session/connections.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243661#4243661
Reply to the post :
http://www.jboss
context.lookup(homeJndi)
returns :
$Proxy855 : fr/monappli/ejb/menu/MenuSLHome
Any ideas ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243658#4243658
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243658
_
I have already tried putting mapped-name in resource ref but no luck..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243655#4243655
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243655
The entire exception is :
| javax.naming.NameNotFoundException:
fr.monappli.modele.traitement.service._menu.delegate.MenuService not bound
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
| at org.jnp.s
Here is snippet from web.xml and -ds.xml respectively:
web.xml:
DB Connection
jdbc/LOYALTY
javax.sql.DataSource
Container
hsqldb-ds.xml:
jdbc/LOYALTY
Thank you for the response.
JBM version: jboss-messaging-1.4.0.SP3
We have a pure app server which connects to JBM. we use durable subscribers.
Only JBoss restart is solving the problem. client(my appserver) restart is not
helping, which means creating new Connection and Session. Also when cli
Hi,
Was this issue resolved, can you please share the solution here. Kind of
urgent, would appreciate the solution .
Thanks,
Maurya
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243650#4243650
Reply to the post :
http://www.jboss.org/index.html?module=bb&
release : 5.1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243649#4243649
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243649
___
jboss-user mailing list
jboss-user@lists
88 matches
Mail list logo