Questions tagged [jonas]

JOnAS is a Java EE 5 certified Open Source OSGi Enterprise Server. The License used by JOnAS is the LGPL.

JOnAS is a Java EE 5 certified Open Source OSGi Enterprise Server developed by Bull and OW2.

The License used by JOnAS is the LGPL.

The JOnAS home page is http://wiki.jonas.ow2.org/xwiki/bin/view/Main/WebHome

21 questions
4
votes
1 answer

What problems can occur during the lifecycle of a Java application server?

Actually i'm designing a software on top of a Java application server which must be highly available. So i also plan to include a monitoring system which will detect errors on the app server. I'll probably use JMX to do it. So what can potentially…
kod canavari
  • 143
  • 1
  • 6
2
votes
2 answers

To which port is a process attached in Linux

I want to know which port is my Jonas, on which a Java project has been deployed, is attached to in a Linux server. I have the pid of the Jonas and tried netstat -lnp but I found no port attached to that PID. Any idea of how to do this.
refresh
  • 1,319
  • 2
  • 20
  • 71
1
vote
0 answers

2D spring effects in unity

Does anyone know how Jonas was able to achieve this effect that he talks about at 4:10 in the following video? https://youtu.be/ZZLR-IdKtTI I’ve tried spring joints with hinges in unity but can’t get it to work quite as nicely. I was also wondering…
Lukas Schulte
  • 15
  • 1
  • 5
1
vote
0 answers

Spring Boot Application using Spring Boot Legacy gives NoClassDefFoundError

We are using spring boot to develop a REST application that we will be deploying on JOnAS 5.x which is a servlet 2.5 container. We used Spring Boot Legacy taking help from spring documentation. The application works fine with embedded tomcat but…
bpjoshi
  • 1,091
  • 16
  • 23
1
vote
1 answer

How to deploy application on JoNaS in a Docker container

I am using Docker (Unix system) in order to make containers where I can deploy some web applications (made in Java). I installed and configured properly JoNaS in one of this container but I am missing something about the networking. In fact, the…
MadJlzz
  • 767
  • 2
  • 13
  • 35
1
vote
0 answers

Migration JOnAS to JBoss : carol.properties

I am currently trying to perform the migration of a web application from JOnAS 5.2.2 to JBoss 7.2.0. I am getting some troubles with the deployment under the JBoss server because my application is usually using the CAROL library provided with…
Voulzy
  • 1,157
  • 3
  • 10
  • 11
0
votes
1 answer

Java EE monitoring application

I want to create an application with Java EE on a JONAS server for monitoring other applications and servers created with Java EE and C++. So I'm looking for an API or something to help me.
aminedev
  • 323
  • 3
  • 9
  • 22
0
votes
1 answer

Spring MVC with Hibernate app under JOnAS 5.2.2 - validation exception

I'm trying to deploy Java EE app under JOnAS, but I'm still getting No Validation Provider Found exception. I tried to run this app under other Java EE containers, like Glassfish or JBossAS, and everything was OK. I added :
bontade
  • 3,194
  • 6
  • 48
  • 75
0
votes
1 answer

javax.ejb.EJBException: Error while sending a request[Caused by: java.io.OptionalDataException]

I have an EJB call from client side like this: Portfolio[] ptfTab = ServicesMgr.getInstance().getPortfolioService().getPortfolios(); getPortfolioService() returns an instance of PortfolioFinderDelegate (EJB client interface). The EJB service from…
chens
  • 11
  • 3
0
votes
1 answer

eclipse neon.1 jonas 5 server adapter

I am running eclipse neon.1 under ubuntu 16.04. I installed eclipse using eclipse installer and installed the Java EE package. I installed jonas and maven and such so everything is set up. I can build my project. However I can't find a way to…
anchnk
  • 291
  • 1
  • 5
  • 19
0
votes
0 answers

Losing log file after restart (log4j)

I am using log4j to show log in my java application. I use the DailyRolligFileAppender to rolling the log file. It works well until I do a manuel restart. I will lose the last log file when the application is restarted. log4j will take this file,…
JG. Baha
  • 1
  • 2
0
votes
1 answer

Maven Cargo deployment to remote JONAS fails on already autoloaded war

Here is the sequence of actions that leads to deployment failure : I deploy for the first time a war called xxx.war, through Cargo, to a remote JONAS 4.7.4. It succeeds, and put my war in webapps directory. I try to redeploy this war through Cargo…
sch
  • 11
  • 4
0
votes
0 answers

How does Apache manages TCP connections between user and Jonas ?

I have a Java Application deployed on a Jonas behind a Apache server. The java application is used to download files. To download a file, a user sends a get. So there are two TCP connections : one from the user to Apache, one from Apache to…
Artekus
  • 3
  • 2
0
votes
2 answers

How can a Java application be informed on receipt of a [FIN,ACK] on a TCP connection?

I have 2 connections established from a JMeter instance to an Apache Server, and from the Apache server to a Java application deployed in Jonas. When I kill the JMeter process, the connection to Apache is closed with a [RST]. Then Apache sends a…
Artekus
  • 3
  • 2
0
votes
1 answer

Jonas - Spring - Jersey REST - Bean Validation : ValidationException: No Validation Provider Found

I'm building a REST webservice application using Jonas 5.2.4, Jersey 2.15, Spring 4.13. 'til this point everything's allright. The application compile, deploy and react as expected. Then I've tryed to add Bean Validation (JSR-303) of input rest…
JN Gerbaux
  • 151
  • 2
  • 6
1
2