Questions tagged [jboss5.x]

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

913 questions
0
votes
1 answer

StackOverflowError coming when cxf security authentication webservice deployed in jboss 5.0

deployed webservice in jboss 5 with ws authentication related stuff mentioned in beans.xml file. same service worked well in tomcat 6 and when i deploy same service getting java.lang.StackOverflowError in jboss 5.in server.log apart form this…
user739115
  • 1,117
  • 5
  • 20
  • 41
0
votes
1 answer

JBoss 5.1 won't start - using eclipse on mac osx

I'm trying to start Jboss application server 5.1 on eclipse with jdk 6 (java version "1.6.0_37") running on a mac. The problem is the server status never turns to "started" and when timeout time has passed I receive an error on eclipse - "server…
aviad m
  • 186
  • 1
  • 1
  • 11
0
votes
1 answer

Eclipse juno jboss5.1 unable to choose deploy foudler

I've upgraded eclipse to juno and i'm triing to set the deploy foulder to "Jboss deploy foulder" but the selection is disabled...is this a bug in Jboss tool or what? I've attached a photo for more info:
simonC
  • 4,101
  • 10
  • 50
  • 78
0
votes
1 answer

install jbossws-cxf-3.4.0.GA on jboss51.GA and deploy webService

After upgrading to jbossws-cxf-3.4.0.GA on Jboss 5.1GA I can't deploy any webService applications on this Jboss; java.lang.NoClassDefFoundError: org/jboss/wsf/common/KernelAwareSPIFactory is written in log file. The following error is…
JiboOne
  • 1,438
  • 4
  • 22
  • 55
0
votes
1 answer

Introduce compression to remote calls

I have a client which calls several ejb2/ejb3 beans. Some calls send lots of data and thus compression would be very helpful. How can I enable/implement compression of remote method calls? I use jboss 5.1 and ejb2/ejb3 beans if it is…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
0
votes
1 answer

Debugging the error occurred in jboss-log4j.xml

Where can I find out any errors which might have occurred during configuration of jboss-log4j.xml? Errors include simple typing mistake to making an entry for appender but not for category name. Am facing a problem where log is not writing to the…
Vikas V
  • 3,176
  • 2
  • 37
  • 60
0
votes
1 answer

Deploying grails 2.1.1 war to JBoss 5.1

I've recently upgraded our grails app from 1.3.7 to 2.1.1. I'm attempting to deploy it to JBoss 5.1 but am running into problems. I get the following error during deployment: Failed to create Resource myapp-2.0.war - cause:…
Thomas Buckley
  • 5,836
  • 19
  • 62
  • 110
0
votes
1 answer

java.lang.ClassNotFoundException: org.jboss.ejb.plugins.local.LocalHomeProxy (no security manager: RMI class loader disabled)

The code fragment below works when I the application is deployed in JBOSS as a EJB services. I get a exception when I call the same code as a standalone program in eclipse. Is it not possible to call this on a simple java project…
user739115
  • 1,117
  • 5
  • 20
  • 41
0
votes
1 answer

JBoss 5.1 failed to start (just hung with no error messages) on AIX

Here is the message and got hung after started the scheduler. No error messages. Any suggestion to trace out the problem? It was working fine yesterday, just re-starting this morning. No changes to the deployed applications. But we had about a…
priceline
  • 3,157
  • 5
  • 20
  • 21
0
votes
2 answers

jboss taking and executing old ear instead of a new deployed one

i'm using JBoss 5.1.0.GA on a linux machine and i'm deploying an ear for an EJB project, while looking at the server logs, i undeploy the old ear and it undeploys successfully then i put my new ear in the deploy directory and also the logs show that…
Gilbert
  • 212
  • 1
  • 13
0
votes
1 answer

JBOSS 5.0.0.GA Startup Exception: org.jboss.resource.JBossResourceException: Failed to register driver for: SQLServerDriver

I am having following exceptions while starting JBoss Server version 5.0.0.GA from eclipse indigo IDE: 12:10:21,394 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection:…
Zubair Ahmed
  • 147
  • 4
  • 13
0
votes
0 answers

Cannot run JBoss 5.0.1 GA application on IDEA 10.5

I am trying to run simple hello world JBoss 5.0.1 GA application on IDEA 10.5 and it fails with an error but when using IDEA 11 (trial) it is working as expected. Any idea why (pun not intended)? Error from the console: [2012-11-19 01:07:20,890]…
zohar
  • 2,298
  • 13
  • 45
  • 75
0
votes
1 answer

jboss 5.x disable JSESSIONID parameter. Allow only cookies

Does anyone know whether and how is it possible to disable the JSESSIONID in jBoss 5.x from url parameters? I want to use only cookies. Please note that I'm searching for a jboss configuration or something like that. No java filters.
Panos
  • 7,227
  • 13
  • 60
  • 95
0
votes
0 answers

Jenkins/Hudson JBoss management plugin

I am able to specify the IP address of my local JBoss instance through Jenkins configuration, but how do I specify the port/port binding of the deployment?
user1340582
  • 19,151
  • 35
  • 115
  • 171
0
votes
1 answer

Jboss 5 listen on different ip addresses based on different URL path

We want to harden our Jboss server. We have a web application, and there are two types of resources in this web app 'https://myserver:8443/myapp/local/' 'https://myserver:8443/myapp/intranet/' We only want the /myapp/local to be able to accessed…