The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.
0
votes
1answer
15 views
Initial SessionFactory creation failed.org.hibernate.HibernateException: Could not find datasource
I am getting this error when getting sessionfactory from jboss JNDI and here is my source code.I have tried several times with many modifications but it has been not solved.
Thanks in advance.
...
0
votes
0answers
22 views
Jboss 5.1.0 GA Server not able to deploy war file and not giving any error
Please find console code:
Calling D:\jboss-5.1.0.GA\bin\run.conf.bat JAVA_HOME is not set. Unexpected results may occur. Set JAVA_HOME ...
0
votes
0answers
6 views
jdbcdslog to log SQL parameters in Jboss, Oracle: Unexpected error in pingDatabase
I use jdbcdslog to get my Hibernate Query along with parameters logged in to a file. I am using Jboss 5.0 as the app server and Oracle as the Database. I get below error when the server is started ...
0
votes
0answers
5 views
Seam Exception handling - only follow on exception reported
I've got a web application with Seam 2.2 on JBoss5 where if an exception occurs the user is redirected to a page where he can report the error. It can then submit data including the exception, parts ...
0
votes
0answers
10 views
Jboss maven library suggestion
I have inherited a project where in ANT is getting used for building.
Now the project has all the dependencies in the server/lib and there is no lib bundled within the project.Now I have 2 questions ...
0
votes
0answers
15 views
Custom Session ID generation in Jboss 5
Is there a way to use custom session ID generator in Jboss 5?
The reason I need this: my company application needs to pass penetration test and for that it needs to have session IDs, which "are 128 ...
0
votes
0answers
7 views
jsp updates not aut--deploying - jboss maven eclipse set-up
We have just switched from weblogic to JBOSS AS 5.1. All our projects are maven projects(also upgraded to 3.0.5 from 2.0.10). We are using Eclipse Juno (upgraded from europa)
When in weblogic when we ...
0
votes
0answers
20 views
Detecting states of JBoss server and building a web-app to show status
I am building a simple mobile responsive web-app that will detect and notify the state of multiple jboss servers which are used for deploying an application.
The jboss servers reside on multiple ...
0
votes
0answers
28 views
Sending Messages to Jboss 5.X JMS Queue using QTP 11.5
we are trying to send Messages to JMS Message Queue using QTP.
I have given jms configuration details as follows in QTP.
JNDI initial context factory = org.jnp.interfaces.NamingContextFactory
JNDI ...
0
votes
0answers
16 views
Illegal state exception while downloading file using load balancer
We are using F5 load balancing on JBoss 5 server.
The log file shows IllegalStateException error while downloading file on following scenario
.
We have number of pages to download files in differnt ...
0
votes
1answer
33 views
Local JacORB call: org.omg.CORBA.OBJECT_NOT_EXIST
We use JacORB 2.3.0 with Java 6 and JBoss 5.1.0 in a legacy project. The CORBA infrastructure and the old versions of the ORB, Java and JBoss are given and not a subject of change.
After a migration ...
0
votes
0answers
9 views
Some files are not being gzipped in chrome
I am using gzip compression in jboss 5.1 as below.
<Connector protocol="HTTP/1.1" port="80" address="${jboss.bind.address}"
connectionTimeout="20000" redirectPort="8443" ...
0
votes
1answer
32 views
Embedding HornetQ 2.2.14 with Jboss-5.1.0.GA
I have successfully embedded HornetQ 2.2.14 with JBoss-5.1.0.GA by following this link http://docs.jboss.org/hornetq/2.2.2.Final/quickstart-guide/en/html_single/#installation.jboss.as5.
but I am ...
0
votes
2answers
11 views
how to start jboss5.1 using windows services on network
I have start jboss5.1.0GA with windows services. But but it execute only on local machine .
I want to run it on a network . please help me for solving this problem.
Thanks in advance.
0
votes
0answers
8 views
Apache Common FileUpload - FileItem returned empty
I am using the Apache Common's FileUpload API for handling multipart/form-data enctype. My application is running on JBoss 5. Following is my UploadFileServlet doPost code:
try {
...
0
votes
0answers
16 views
why jboss ThreadStackSize minimus size different in Linux and solaris platform?
When use -XXThreadStackSize to tunning the JBOSS ,the minimus size in Linux platform is 160K and 240k in solaris platform, who can tell me why ? I want to tunning the size in different paltform for my ...
0
votes
1answer
19 views
Jboss server keeps starting up
I have configured Jboss 5.1 in the eclipse environment.
The problem comes when I start the server,in the console it shows as JBoss server has started in xx min and xx seconds, however it still keeps ...
0
votes
1answer
27 views
Cannot acquire data source error in JBOSS 5.1.0 GA using EclipseLink
i had deployed successfully my project into JBOSS 5.1 GA using eclipselink with jpa 1.0.
But when i am trying to access the database the below error is showing..
19:40:40,206 INFO [STDOUT] [EL ...
0
votes
0answers
24 views
MalformedURLException in JBOSS 5.1.0 GA
I am trying to deploy my product in JBOSS 5.1.0 GA.
Where i am using eclipselink, jpa 1.0, struts 2.1 and spring 1.2 (acegi security)
I had faced many issue while in deployment. I had resolved all.
...
0
votes
0answers
23 views
Failed to deploy apache ofbiz12.04 to jboss5.1.0.GA
I faced a problemwhen deploying ofbiz to jboss.
I followed the instructions at
https://cwiki.apache.org/OFBTECH/deploying-ofbiz-904-on-jboss-510.html, but, I got the following exception:
...
0
votes
2answers
44 views
Catching global “@In attribute requires non-null value” in SEAM 2
On PAGE A is a table with some data from the database.
by clicking on a row, the page will be forwarded to PAGE B and in the controller the entity will be injected
@DataModelSelection(value = ...
0
votes
1answer
20 views
Handling multiple jndi configurations with EJBs and RMI
My application uses JNDI to access both local EJBs, and to access remote services via RMI. Currently this is handled in the following way:
public MyLocalEJB getMyLocalEJB(){
Hashtable<String, ...
0
votes
3answers
44 views
JBoss ejb3.0 instant hot deployment
I am newbie with jboss-eclipse. I have to work on javaEE5 with JBoss AS 5.1.0.GA. I don't want to use JRebel at the moment.
I installed "Eclipse Java EE IDE" with "JBoss Tools". I added the JBoss 5.1 ...
0
votes
2answers
62 views
Get SessionBean Instance
im trying to keep a SessionBean scoped throug my pages, and for this, i followed some tutorials from here, and actually, I'm trying to get the session throug ExternalContext, like the following code:
...
0
votes
1answer
32 views
web application deployment on JBoss
I am new to Java EE concepts and the JBoss server. I have developed a simple Enterprise application. I started the server using a command prompt but the moment I tried to deploy it from Netbeans the ...
0
votes
2answers
84 views
predeploy for PersistenceUnit failed in JBOSS with toplink essentials
When i am trying to deploy the product in jboss 5.
I am using toplink-essentials for the JPA 1.0.
This product is running successfully on tomcat 6.
But in jboss it is showing errors.
I am trying ...
0
votes
0answers
30 views
Failed to boot JBoss: on MAC OS
I am stuck at following issue; I have MAC OS. I am following the instruction mentioned in this link; http://www.walid.tn/java/jboss/instructions-on-how-to-deploy-openacs-tr-069-on-jboss-as-5-1.html
I ...
0
votes
1answer
39 views
PersistenceProvider not found Exception in JBOSS AS 5.1.0 GA
I am trying to deploy the product in JBOSS AS 5.1.0 GA using eclipse in Linux.
Previously it was executed successfully on tomcat 6.
While deploying I got many errors. I had solved one by one.
But ...
0
votes
1answer
10 views
Query regarding EJBLocalObject remove() working for JBoss AS
I am currently using JBoss 5.1.0 GA build for deploying my enterprise application. Am facing a strange issue w.r.t the working of EJBLocalHome remove() API. I have an Entity Bean say"Emp". I needs to ...
1
vote
1answer
62 views
Intermittent JVM crash under load
I am currently load testing my clustered application which is running in JBoss 5.1, with JDK 1.6.0_45 and I am experiencing intermittent JVM crashes. From the error report (further details from report ...
0
votes
1answer
53 views
JAXWS runtime exception
I am using JBoss 5.1.0GA and jaxws-api 2.1.1 and maven and my webservice is
@WebMethod
public GenericResponse getExternalSystems() throws java.rmi.RemoteException{
return ...
0
votes
0answers
65 views
Jboss server creates a lot of connection subpools
i've encountered a problem with jackrabbit pool in jboss 5.
I've a jcr datasource configured like this
<tx-connection-factory>
<jndi-name>jcr/local</jndi-name>
...
0
votes
0answers
34 views
Issue with deploying datasources to JBoss 5.1 GA
I tried using the ant deploy-ds command. It gave me a success message saying -> Two files have been copied to the deploy folder.
But, When I login to the admin and check the Datasources. I see this
...
0
votes
1answer
29 views
Issues with Jboss server start up
i am unable to start the Jboss server.
below one is the error : org.jboss.deployers.spi.DeploymentException
server is : JBoss_5_1_0_GA
complete log file:
536)
at ...
0
votes
1answer
50 views
ClassNotFoundException: org.jboss.annotation.ejb.RemoteBindings in JBoss 5.1
I'm deploying an application with some EJBs on JBoss 5.1 (default configuration). I don't use class org.jboss.annotation.ejb.RemoteBindings anywhere in my code, also any dependency don't use it. I ...
0
votes
1answer
40 views
Efficient way to expose generated files in the server?
I'm working on an application running on JBoss5.1, JEE5, JSF2, Spring3.0, Icefaces2.0, HTML and Jquery1.8. I have a requirement of generating files on the fly for customers to download. When a file is ...
0
votes
0answers
19 views
Hibernate Query logging in Jboss and limit log messages
I am using JBoss 5.0 server and my application uses Java Util Logging for logging.
I need to print the FINE level messages from my application and Hibernate query with parameters in the log. At the ...
0
votes
0answers
46 views
Call ejb deployed on Glassfish 3.1 from client running on JBoss 5.1
In our setup there is a Glassfish 3.1 server where an ejb is deployed.
We also have a JBoss 5.1.0 server which is the EMC Java Method Server, part of a EMC Documentum 6.7sp1 installation.
The ejb ...
1
vote
1answer
28 views
Debugging an EAR application?
I'm quite new to an EAR application. I'm trying to fix some issues in the code. I'm using ANT to build the application along with JBoss 5.1.0.GA. How can I do things like Run On Server, Debug On ...
0
votes
0answers
15 views
JBOSS EPP 5.2 change ecmdemo context
how can i change the context on ECMDEMO ???
I am using JBOSS EPP 5.2 and Site publisher 5.2.
0
votes
1answer
31 views
jboss error migrating EJB 2.X ap to jboss 5
I migrating someone else's EJB 2.X app from jboss 3 to jboss 5 (and then maybe onto AS7).
When I do a test deployment of one of the EJBs I am getting this error
...
0
votes
0answers
26 views
Web service calls are serialized, whick configuration to check?
We have an application deployed onto JBoss EAP 5.1 that exposes a web service endpoint. Every call is dispatched to an EJB stateless that makes some queries.
I created a client that sends serialized ...
1
vote
2answers
36 views
Load balancing MySQL ndbcluster
I have successfully setup ndbcluster version 7.1.26.
This contains 2 data nodes[NDBD], 2 mysql [MYSQLD] nodes and one management [MGMD] node.
Replication works successfully.
My Web application is ...
0
votes
0answers
25 views
Liferay 6.0 + Jboss 5.1.0 bundled Status Servlet not working
Am using Liferay 6.0 bundled with Jboss 5.1.0 version.
In default Jboss 5.1.0 app server (with no bundling with Liferay), under ROOT.war/WEB-INF/web.xml file, we can find entry for
'Status Servlet'. ...
0
votes
0answers
61 views
JBoss 5.1 GA: Deployment Error [IllegalArgumentException]
I deployed an .ear file and got this error. I'm new to JBoss, I don't know how to fix it.
18:36:15,903 INFO [ServerImpl] Starting JBoss (Microcontainer)...
18:36:15,904 INFO [ServerImpl] Release ...
3
votes
3answers
96 views
Error starting JSF application on Jboss 5.0
I'm new to JSF, I've recently started working with a tutorial. I've created application exactly as the information provided in the tutorial. However when I start the server, I'm getting following ...
0
votes
1answer
354 views
Caused by: java.sql.SQLException: Connection is not associated with a managed connection.org.jboss.resource.ada
I have an application with Jboss, Seam, Hibernate and h2. I wrote a simple action for importing data to the database from an external file.
@Name("importAction")
@AutoCreate
...
0
votes
2answers
115 views
JBOSS login-config.xml and *-ds.xml (mapping datasources)
How to map two different datasources in jboss *-ds.xml (in server/default/deploy) to two seperate login modules in login-config.xml (in server/default/conf) ?
( The datasources are at two different ...
0
votes
0answers
134 views
Not able to start JBoss 5.1 GA on windows 7
I have no clue about what am I wrong in here.
C:\Program Files\JBOSS\jboss-5.1.0.GA\bin>run.bat
Calling C:\Program Files\JBOSS\jboss-5.1.0.GA\bin\run.conf.bat
...
0
votes
1answer
43 views
Not able to start Jboss Server on run.bat
I'm getting a ClassNotFoundException when I run the JBoss Server using run.bat.
Updated:



