Most voted "jboss" questions
Jboss Application Server (Jboss AS) is a Java EE application container, open source (Open-Source) and free (Free-Software)
Learn more…106 questions
Sort by count of
-
1
votes1
answer1033
viewsWhy is the HTTP Status 404 error occurring in my Jboss Tomcat 7 + Spring MVC application?
I’m running some tests on the MVC JBoss 7 + Spring, and locally it runs, but when I put it in the cloud, it generates the error HTTP Status 404. Organization of Briefcase:…
-
1
votes0
answers23
viewsHow do you make Jboss listen to IDE modifications other than the one you are?
The problem is, I have jboss in eclipse, but I don’t like it to work with HTML, CSS and JS I prefer to use Visual Code! When climbing the application I make the modification using Visual Code but…
-
1
votes2
answers187
viewsjavax.servlet.Servletexception: java.lang.Exceptionininitializererro
I’m trying to create my first project using JPA, using Jboss 5, Oracle, Hibernate and primefaces. After deploying the project I try to create and insert a new client into the bank through the web…
-
1
votes1
answer205
viewsJboss AS 7 using proxy with HTTPS
I have a Jboss server on my machine for developing tests. In the company where I work we have a proxy. I need to test the Google recaptcha. It uses https. I set up the proxy information in the tag…
-
1
votes0
answers59
viewsCluster support in Demoiselle Framework 2.4
I’m trying to go up in cluster mode an application that uses the Framework Demoiselle in version 2.4, but I noted that web-fragment.xml of demoiselle-servlet does not have the tag…
-
1
votes0
answers29
viewsSwitch web application port with Kotlin in Intelij
I’m using Kotlin on Intelij along with Vertex and Jboss. I want to change the default port of my application. I have tried to put in the VM Options of the Inteli run Configurations a different port,…
-
1
votes0
answers38
viewsDoubt Jboss Data Virtualization
Good evening, I am with a project where I have to consume tables generated in star format, for use of BI, the company bought a paid tool, but do not want to spend much on licenses. Therefore a user…
-
1
votes0
answers46
viewsApplication does not starta struts2 and spring4 listeners
I’m using struts2 + spring4 server-based jboss 7.1 on my application. As reported in the title, I’m not getting up the application because the listeners They’re not being squeezed. Someone can tell…
-
1
votes0
answers60
viewsTwo Jboss servers. Start and one not. Same configuration
I have two servers that run Jboss with the same parameters for the same application. Although the log clearly indicates the error, I do not understand why one server works and the other does not. It…
-
1
votes1
answer174
viewsHow to configure Jboss AS 7.1 with Demoiselle 2.4.1 to operate with distributed transactions?
Hello My scenario: JSF/Demoiselle application that invokes an EJB method, both hosted on a Jboss AS 7.1.1 server. During Insert and update operations on a CRUD page, the Demoiselle application has…
-
1
votes0
answers67
viewsError with Sessionexpirationscheduler in widfly
When I changed the jboss all to use Shared Session, my application after a while starts from that error below, someone knows how to solve? 12:08:40,332 WARN…
-
1
votes0
answers24
viewsError sending data via ksoap2 on the jboss webservice
So personal I am not able to send the data via ksoap2 on android. Appears the following error: I honestly did not understand what the problem, so I turned to the stack, because the namespace is…
-
1
votes0
answers101
viewsHigh availability git repository configuration using Helix and Zookeeper
I need to set up a cluster to maintain the high availability and synchronization of a GIT repository configured by KIE Workbench. The scenario I have is this:: VM Machine 1 - 192.168.33.50 - Ubuntu…
-
1
votes1
answer277
viewsWidfly 9.0.2 is not initializing in debug mode
In the controller of my application, I have a method with a POST request, before it was a void method, with no return, but I changed so that it already returned the generated records, after this…
-
1
votes1
answer144
viewsFile structure and Deployment of JSF applications with Jboss EAP in Debian 8
I wonder if there is how to configure Jboss EAP to deploy Java applications (JSF, Hibernate, Primefaces, Maven) in the folder /var/www/. The structure of the folder /var/www is the following:…
-
1
votes1
answer170
viewsPOST disabled in JBOSS EAP 7
I implemented a service with JAX-RS that features GET and POST operations: @Path("/funcionario") @Singleton public class FuncionarioService { private List<Funcionario> funcionarios = new…
-
0
votes1
answer561
viewsJboss stops during JSF 1.2 startup after project conversion to Maven
I have a project running perfectly on Jboss AS 5.1, however that same project was not designed using Maven. This means that the dependency management process is still manual and the build is made by…
-
0
votes0
answers54
viewsHow to host the Aerogear?
How to host Aerogear, to create a push notification service. I already have a host for a small project, and would like to know if anyone has used or uses Aerogear and can guide how I can host this…
-
0
votes1
answer48
viewsError trying to run JSF application
Guys I’m starting to study Jboss, Maven, etc. However when I run a page I created for tests this error appears: Could not find backup for factory javax.faces.context.FacesContextFactory In my…
-
0
votes0
answers32
viewsJSP problems using JSTL and JBOSS
I made a Hello World to test the application but the JSP page is not being rendered. Only the source code of the page appears. Is there any extra configuration? I even put all the dependencies in my…
-
0
votes0
answers255
viewsSpring Security with Jboss leads to error`Circular view path...`, what is wrong?
In an attempt to get Spring Security working with Jboss, based on the GS-Security-WEB example, I am receiving the following message by logging into the available testing Urls: Log Out 12:40:16,051…
-
0
votes1
answer92
viewsJboss 6 problems - slow reading of files and JMS queues
good afternoon I would like the help of you to try to solve this problem that I am facing a few days ago in a Jboss 6 that I have hosted in a VPS. I happen to be observing the following Warning all…
-
0
votes0
answers74
viewsException in Initialcontext jboss
Hello, I am developing a java project with jboss. I made the following code: connectionFactoryLookupAddress = new String("jms/RemoteConnectionFactory"); destinationLookupAddress = new…
-
0
votes1
answer222
viewsError starting Jboos 7.1 Address already in use: Jvm_bind /0.0.0.0:80
I am trying to start my Jboss 7.1 server with a new application, but error is occurring: [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Error initializing endpoint:…
jbossasked 9 years, 9 months ago WyllianNeo 324 -
0
votes1
answer62
viewsCan you block external access in an application?
Is it possible to block a system that is accessing from the outside? I have a system with login and users are using Curl PHP to load the whole page in their environment. I’m using Java + Jboss.…
-
0
votes0
answers459
viewsProblem with java.util.Nosuchelementexception
Error: java.util.Nosuchelementexception: No Child 'Runtime-name' exists I would like some advice on this message that is emerging in my application... the error is above.…
-
0
votes0
answers245
viewsDoubt with JMS in Java and implementation
I need to do a simple Publisher/Subscriber in JMS, but I’m full of doubts about how it works since I don’t have much idea of the architecture nor the implementation in Java. From what I understand…
-
0
votes1
answer45
viewsJboss is not starting
I have the problem below in Jboss, and would like to know what I should do as it is not starting.…
-
0
votes0
answers39
viewsWhat to do when jboss gets like this?
It’s been about 30 minutes and does not leave the corner.... And another ,gives again that abruptly canceled jboss exbia an error. I don’t know what to do now...…
-
0
votes1
answer212
viewsAutomate deploy on Jboss by Jenkins?
What would be the best way to deploy Jboss EAP via Jenkins ? After the completion of the build, if it occurs successfully, I would like to deploy my application, would be better via plugin or create…
-
0
votes0
answers157
viewsdatasource Connection, error while climbing Jboss
I am trying to make a data source connection on Jboss, but without success. I saw this tutorial to create my connection. Then the error occurred: Configurationpersistenceexception: Failed to parse…
-
0
votes1
answer1163
viewsJboss standalone.bat windows service Wildfly 10
Hello, How do I create a windows service to automatically start standalone.bat?
-
0
votes0
answers196
viewsNullpointerexception when displaying all Datatable lists with Primefaces
I need to display all the data from the list in Datatable using Primefaces, but by changing the rowsPerPageTemplate size to 300 the data is even displayed on the screen, but the search functions…
-
0
votes0
answers73
viewsAccess Remote EJB within another EJB
Good afternoon to all. I’m in a project I need to lookup a remote EJB inside another EJB in a different container. The problem is when I try to do the lookup Initialcontext is giving the following…
-
0
votes2
answers89
viewsJboss Multiple context-root pointing even War
good night. Is it possible for me to configure several context-root Jboss pointing to the same War? If it’s not possible in jboss, is there any way I can do it? Thank you
-
0
votes0
answers85
viewsJava EE server error on Jboss server
Hello. I did a project in Netbeans on a computer and it works fine, but when I try to run the same project on another computer it returns this error: Implantando…
-
0
votes1
answer148
viewsConvert project to Maven with EAR, which best way?
Hello, I would like to know what would be the best way to convert this project into Maven so that it can recognize the "Shared.War", "facede.jar" and be packaged as ". ". I’ve done some conversions…
-
0
votes1
answer55
viewsWildfly - My application does not run
Hey, you guys...... I have my development environment with Eclipse + Wildfly 8.2.1. I imported my project . War, I can start the server and it deploys no errors. The problem is when I will run…
-
0
votes2
answers302
viewsApplication with JBOSS Wildfly reply via DNS
I am extremely beginner in this part of setting environment and need to put an application I developed in production. I already have a registered domain and I would like the user, instead of typing…
-
0
votes1
answer58
viewsSend a message to all
What resources could I be using to display a notification on a page if an Exception occurs within a Servletcontextlistener that runs a thread? The idea is to warn the user that something is out of…
-
0
votes1
answer1316
viewsWildfly SSL certificate and connection
I followed this answer to this question in the OS to configure SSL: how to configure ssl in wildfly 8.2.0 server? Before without this configuration the access in the door did not work 8443 which is…
-
0
votes0
answers55
viewsDynamically obtain jboss.server.data.dir "Operty"
I’m trying to test with junit in order to test if a directory can be created in the filesystem, to be able to test in all environments need to get the jboss 5.1 path dynamically via…
-
0
votes2
answers475
viewsTry/Catch: java.lang.Outofmemoryerror: Java heap space
I have a very serious problem in my web application, and after a lot of research, I found that the error java.lang.Outofmemoryerror: Java heap space Could be being caused by try/catch with catch…
-
0
votes0
answers7
viewsGroovy files . vm and vuejs
Hello, I researched my doubt but found nothing, or at least nothing related. My doubt: I have a legacy project, in it there are groovy files, . vm, js,css and so on, I understand that groovy…
-
0
votes1
answer1000
viewsMaven Settings.xml file not found
I am following the following article: JBOSS/WILDFLY Maven plugin for deploy LOCALHOST/REMOTE server. I want to implement this in the project I have here to do continuous integration, testing using…
-
0
votes1
answer95
viewsDeploying non-JDBC-compliant driver class org.postgresql.Driver
Good night to you all. I have a problem I believe is simple to solve. in IDE(netbeans) the project runs smoothly, but when I publish in jbossit is the following error: 18:54:40,111 INFO…
-
0
votes0
answers89
viewsProblem with Hibernate and Wildfly server
Hello. I have a project with Hibernate 4.3.x + Postgresql + Wildfly. But I can’t run it. Follow the error: Iniciando WildFly Application Server WildFly Application Server iniciado Implantação…
-
0
votes1
answer177
viewsJSF and Javascript
I have the following question: How JSF works with Javascript ? I’ll be more specific. I’m in a project where I’m using JSF (primefaces), but I can’t do anything simple with Javascript, which would…
-
0
votes2
answers434
viewsError server Timezone is unrecognized wildfly 14 Connector/J 8.0.13
I am configuring my environment using wildfly 14.0.1.Final and mysql-Connector-java-8.0.13. I have the following error when I set up the Connection profile and do a connection test:…
-
0
votes1
answer88
viewsService in Jboss does not log and does not work properly
I have a service that is deployed inside my Jboss EAP 6.4, when I try to access the end-points of the service is returned a replacement, along with the status 500, but nothing is logged in the…