Questions tagged [jboss7.x]

Version 7 of the JBoss Application Server

JBoss Application Server 7 is a Java EE 6 implementation. Read more about JBoss AS 7 here.

3567 questions
1
vote
1 answer

How to access JDK tools.jar javac from application deployed in JBoss 7 or WildFly

I am deploying an application that tries to use javac and finally fails with java.lang.NoClassDefFoundError: com/sun/tools/javac/Main How should I make javac from tools.jar available to the application deployed in JBoss 7 or WildFly ?
Yves Martin
  • 10,217
  • 2
  • 38
  • 77
1
vote
0 answers

Error deploying EAR in JBoss AS 7.1build using ANT

I am having a problem with deploying my application on JBoss AS 7.1 . We are now migrating from JBoss AS 4 to JBoss AS 7.1 but facing trouble due to different module structure of JBoss AS 7.1 . While deploying our EAR in standalone mode of JBoss AS…
crazyproton
  • 163
  • 1
  • 1
  • 8
1
vote
0 answers

Use JFreeChart in EJB component (JBoss 7.2)

I currently develop an application in JBoss 7.2 using NetBeans. In one of my EJB components, I need to use the JFreeChart library to produce some charts that I need. So what I did is, first, to add the external jars needed (in this case…
BrainArchitect
  • 558
  • 8
  • 16
1
vote
1 answer

How do I get JBoss to print out exception stack traces in my server.log file?

I’m using JBoss 7.1.3. How do I get JBoss to print out stack traces of exceptions that occur in the application in the $JBOSS_HOME/standalone/log/server.log file? Right now, all my application displays…
Dave
  • 15,639
  • 133
  • 442
  • 830
1
vote
1 answer

Export JBoss Configuration as CLI Script

Writing a cli script to configure a JBoss can be quite hard from time to time. Is it possible to modify the standalone.xml manually by an editor and then export the current configuration as cli script that after can be used to configure other…
boskop
  • 609
  • 5
  • 23
1
vote
1 answer

Jboss domain mode Order of precedence of configuration elements

From my understanding of domain mode operations is the following: Host level: configuration will apply to all servers that are defined in host-slave.xml Server group level: configuration applies to all servers that are part of the group I'm using…
Deano
  • 11,582
  • 18
  • 69
  • 119
1
vote
0 answers

JBoss: Web service client not connecting (HTTP 404 error)

I am a beginner in JBoss. I am making a database application that uses JPA. For exposing the same I have to expose a SOAP based web service. I followed the basic JBoss…
user814266
  • 41
  • 7
1
vote
1 answer

Cannot shutdown JBoss AS 7.0.2 from windows command line

Hi all I'm new on JBoss and I'm learning how to write a gradle script to automate deployment process on JBoss. I've read a lot of articles and they are all saying the command is: {JBOSS_HOME}/bin/jboss-admin.bat --connect command=:shutdown But it…
YueQi Li
  • 303
  • 4
  • 15
1
vote
0 answers

Load Balancer with JBoss 7

I tried several tutorials and am frustrated, because they are all outdated with different directory names and broken links: (ex. https://community.jboss.org/wiki/UsingModjk12WithJBoss;jsessionid=1569CBFB7C3096C59C977CD3F7159A32 ) I have an J2EE Ear…
Vertago
  • 315
  • 2
  • 16
1
vote
1 answer

JBoss 7: Standalone or domain: Run more as one (same) application on one machine

I have a server on which should running several Demo Applications on JBoss. The applications are exactly the same like each other. Only the ports for the web access, used database and so on should be differ (so each customer has an separate access…
Steffen
  • 2,500
  • 4
  • 31
  • 47
1
vote
1 answer

JBoss EAP 6.2 any-address and Netty for remote JMS MDBs

I am running JBoss EAP 6.2 (embedded HornetQ 2.3.12.Final) as a standalone Messaging server that will host JMS Queues and Topics. There will be other JBoss servers that remotely connect to the Messaging Server's Queues and Topics. Using this…
Philip Tenn
  • 6,003
  • 8
  • 48
  • 85
1
vote
2 answers

Unable to start JBoss EAP 6.2

Got the below log while starting JBoss EAP 7 in JBoss Developer studio: 08:12:26,838 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.serverManagement.controller.management.http:…
user3687429
  • 29
  • 1
  • 2
1
vote
1 answer

Use docx4j library with jboss 7

I try to generate a pptx using pptx4j library. I could generate a pptx successfully. Then I applied the code to a huge project that run on the jboss 7 server. Project is sucessfully deployed on the server. But when I'm trying to run the application…
prime
  • 769
  • 1
  • 13
  • 27
1
vote
1 answer

how to redirect domian.com to www.domain.com in jboss 7.1.1 server

In my website i get ssl for www.domain.com. i open using this its worked fine, when i use domain.com it show security exception how to resolve that i used url rewrite in my standalone.xml file like below but it not worked for me
Ramaraj
  • 146
  • 6
1
vote
1 answer

Infinispan Initial State Transfer Hangs and times out

I'm trying to cluster a pair of servers with a shared Infinispan cache (Replicated Asynchronously). One always starts successfully, and registers itself properly with the JDBC database. When the other starts, it registers properly with the…
FrankieTheKneeMan
  • 6,645
  • 2
  • 26
  • 37