Exception « JBoss « Java Enterprise Q&A





1. Jboss Server Exception    stackoverflow.com

Jboss server was throwing an Exception all of a sudden "You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null". No changes made to ...

2. Trying to find the cause of a Java exception, where are the files?    stackoverflow.com

I have no particular Java knowledge whatsoever. We are running an opensource application which is mainly written in Java. Internet connection dropped while I was editing a job (this is some ...

3. What does the "Failure to marshal argument(s)" org.jboss.cache.CacheException mean?    stackoverflow.com

I get the following exception:

org.jboss.cache.CacheException: java.lang.RuntimeException: Failure to marshal argument(s)
We use distributed JBoss cache for our web application (on Tomcat) I have a strong feeling this is due ...

4. How to avoid Perm Gem space exception in JBoss server?    stackoverflow.com

I deploy my J2EE application after making some changes to the code. At maximum of 4 times I can deploy the EAR file into the server without restarting the JBoss server. ...

5. Too Many open file exception while indexin using solr    stackoverflow.com

I am using SOLR for indexing documents in my web application and solr.war is deployed on the jboss server. But while indexing i am getting too many files open exception. Below is ...

6. exception: Connection refused: connect    stackoverflow.com

I am trying to connect a client (which is behind the company's proxy) to a server (JBoss AS 5.0) which is hosting an application (JavaFX). And I am facing the following ...

7. How to fast fail JBoss (ie System.exit()) during container initialization when exception is propagated to ServerImpl.doStart()    stackoverflow.com

Specifically, consider the case where JBoss attempts to open a socket on 1099 during ServiceMBeanSupport (rmi) initialization, but port 1099 is already taken. Current behavior is that the exception is ...

8. Jasper Exception on Jboss 5.0.1    stackoverflow.com

I am getting the following exception when deploying my application to Jboss 5.0.1 : org.apache.jasper.JasperException: Unable to read TLD "META-INF/c.tld" from JAR file "vfsfile:/opt/jboss-eap-5.0.1/server/xxxx/deploy/jbossweb.sar/jstl.jar": java.io.IOException: Permission denied I found the following ticket: ...

9. Class Cast exception: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl    stackoverflow.com

I'm struck with a problem in jboss. When I try to deploy my .war into the server, I get this following error, java.lang.ClassCastException: com.sun.org.apache.xerces.internal.jaxp.SAXParserF actoryImpl cannot be cast to javax.xml.parsers.SAXParserFactory from which, it is ...





10. Selenium throws exception on isTextPresent() on custom error page    stackoverflow.com

In a selenium test, I open a page to which I don't have rights, and I want to verify that error page is displayed instead of the opened one. Check if this ...

11. Jboss ESB catching exceptions    stackoverflow.com

I have a message is created from a post request through an HTTP gateway. What I'd really like is a way for any exception to be caught from any action ...

12. iText ClassNotFound Exception    stackoverflow.com

I'm using iText library to work with Acrobat Forms. The servlet compiled without any errors. I imported the external jar files of iText. After compiling, i packaged and prepared an executable ...

13. PermGen space exception    stackoverflow.com

I m using JAVA 5 (32 bit) for my application running on JBoss. But it working fine only for 32bit. As we deploy it on 64bit java5, it throws an Exception

"java.lang.OutOfMemoryError: ...

14. NoClassDefFoundError when using wsrunclient    stackoverflow.com

I wrote a client application that consumes a SOAP web service. I developed the code using Eclips and it works fine there. Now, I'm trying to run the same application from ...

15. Jboss 5.0 is giving exception when i try to run it from eclipse in window professional    stackoverflow.com

java.lang.Error: Error visiting FileHandler@10473161[path= context=file:/F:/WassUp/jboss-5.1.0.GA/server/default/conf/ real=file:/F:/WassUp/jboss-5.1.0.GA/server/default/conf/]
    at org.jboss.classloading.plugins.vfs.PackageVisitor.determineAllPackages(PackageVisitor.java:98)
    at org.jboss.classloading.spi.vfs.policy.VFSClassLoaderPolicy.setExportAll(VFSClassLoaderPolicy.java:362)
    at org.jboss.system.server.jmx.JMXKernel.initBootLibraries(JMXKernel.java:549)
    at org.jboss.system.server.jmx.JMXKernel.start(JMXKernel.java:216)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native ...

16. Getting email on exception in any web application (Jboss)    stackoverflow.com

We are using Jboss 6 Final as our application server. We have a requirement that on any exception on production server the application should send emails to mentioned email address . ...





18. Help in solving Exception while starting JBOSS 5.0.0GA in eclipse    forums.oracle.com

*** 2009-03-19 18:53:15.421 Adempiere Log (CLogConsole) *** 18:53:15.421 Adempiere.startup: Adempiere(r) Release 3.5.3a_2008-12-21 -Smart Suite ERP,CRM and SCM- (c) 1999-2009 Adempiere (r); Implementation: ADempiere - Supported by ADempiere community 18:53:16.421 Ini.loadProperties: C:\Documents and Settings\Intern\Adempiere.properties #38 [INFO] MLog clients using com.mchange.v2.log.FallbackMLog logging. [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] -----------> CConnection.isAppsServerOK: jnp://ace-3:1099 - javax.naming.CommunicationException: Could not obtain connection to any ...

19. JBoss classcast exception    forums.oracle.com

This thing has been drawing me crazy for a week now, and I have no explanation. May be somebody here could either explain it or even suggest a solution. I have a web services client built in java running on JBoss server. The deployable is an ear file which runs great on windows box and a linux box. All I had ...

20. I am getting an Exception While Deploying ear file in JBOSS    forums.oracle.com

Problem is in code not able to identify: Here I am posting the 4 files that I have used, please help me: 1st File: package test.session; import javax.ejb.Remote; @Remote public interface MyTestSession { public java.lang.String SayHello() throws java.rmi.RemoteException; } 2nd File: package test.session; import java.rmi.RemoteException; import javax.ejb.CreateException; import javax.ejb.EJBHome; public interface MyTestSessionHome extends EJBHome { public static final String COMP_NAME="java:comp/env/ejb/test/MyTestSession"; public ...

21. File not found exception in JBOSS unix server    forums.oracle.com

Hi I am working on a JBOSS application (jdk 1.6) I am getting the following exception during a file upload operation in the unix server java.io.FileNotFoundException: D: Test.xls (No such file or directory) The same operation works in my local server (ie windows JBOSS application) Basically it is not able to form the file handle. It fails exactly here file = ...

22. file not found exception....in jboss    forums.oracle.com

how to access a .properties file in jboss web application....as when running the jsp code from jboss which in turn invokes the java class file which is using the .properties file we get the file not found exception with respect to the properties file though it is not posing any exceptions while executing the java code from the command line..please feel ...