Hello,
I'm facing a weird production problem. Environment is the following:
JBOSS 4.0.2
SQL Server 2005
Driver JTDS 1.2.5
From time to time the following szenario occurs.
A SQL command fails to Excute with
java.sql.SQLException: I/O Error: Read timed out
(I can live with that, if it just happens twice a day or so)
But from ...
why the error occurs when i am starting the jboss server 6.0 ?
'findstr' is not recognized as an internal or external command,
operable program or batch file.
...
We are updating our project from java 1.4 to java6 and trying to move to jboss6 with javaee6.
We completely remade our ejb's and logic. So the the trouble we have now is that no jsp is comipilng on jboss6. So al jsp's run compiled and run correctly on jboss 3.2.1 and jboss5.1 but not on jboss6M4.
So this is out jsp : http://pastie.org/1...
I get java.lang.NoSuchMethodError: org/hibernate/Session.isDefaultReadOnly() because jboss uses own libraries, not that from webapp.war. How to force jboss (5.1.0) to get proper jars ?
...
how can i find which folder is the jboss root dir?
where can i find the root folder variable mentioned in a war file
...
I have generic question on using JMS provided by JBoss 5.1.
I deploy my JEE application (implemeneted using Spring Framework) on JBoss 5.1. The application is using Spring to consume messages from JMS queues (DefaultMessageListenerContainer) and also sends messages to JMS destinatiosn using Spring's JmsTemplate. What is important here i...
So I have a webservice that I would like to generate a client for, I would like to do this for JBoss 5.1. Sounds simple but the server (and wsdl) is on secure http with a ca-cert that is not by trusted standard ca-certs. I have the public ca-cert and have created a keystore (jks) that I would like to use during generation of the client b...
I need to add a crypto provider to the embedded JBoss used by Seam for integration tests.
For the regular JBoss it's a simple matter, just drop the files into the /lib folder of the server instance. With the embedded JBoss, however, things seem to be different. I've tried putting the jars in /embedded-jboss/bootstrap/lib and /embedded-j...
This should be relatively simple to do but I've yet to find a description of how to do it.
My setup is a simple web app that processes every request through a servlet (I'll call it MyEverythingServlet for this question). Here's a slightly modified version of my web.xml:
<servlet>
<servlet-name>MyEverythingServlet</servlet-name>
...
I have two public websites (foo.com and bar.com) that are pointed to a hardware load balancer. This hardware forwards the traffic to my server as follows:
http://foo.com ==> port 7700
https://foo.com ==> port 7701
http://bar.com ==> port 7800
https://bar.com ==> port 7801
My server is currently an old iPlanet box that defines t...
Hi,
I'm using Jboss 4, hibenate, spring and treecache. As we have different environments, I would like to store the cluster information in a separated property file and reference to the content from the treecache xml file. I copied the treecache-optimistic.xml into
\jboss-4.2.0.GA\server\Pearl\conf
and setup the properties in \jboss...
Hi there,
I am deploying to a unix box running Jboss. We are using SQL Server 2008 as our database. Once deployed I push the changes by re-deploying the war to the environment.
I see server.log has errors, seems hibernate tries to re-generate/modify tables already created. I am using dbCreate = "update" setting in my datasource.groov...
I'm trying to port a web app to JBOSS server. Application has jsp pages with <@include> to include a standard header fragment. Header fragment opens a jsp tag but it leaves to the main page to close.My understanding is that this style of include is like literal insertion of contents and I expected this to work. However I ended up with co...
hi all, is it possible to create something like static object using EJB3 in Jboss. in other words i need to create something like a static object using singleton pattern or something like that, that is because i need to preload a configuration from database and i want that every bean that jboss creates uses this class to read this config...
At my office we run JBoss 4.0 and use Eclipse to debug and run the JBoss server. We're deploying simple wars, nothing terribly complex. However, I haven't yet figured out how to get this version of JBoss to either allow me to run separate instances of the war (HEAD and the Branch, for example) or to run separate servers controlled by two...
I understand this is not an error, not even a warning... (repeat thrice)
Still: How to get rid of this standard message on each and every JBOSS 4.0.5 (Win7, x86) startup?
14:47:01,696 INFO [ClusterRuleSetFactory] Unable to find a cluster
rule set in the classpath. Will load the default rule set.
14:47:01,697 INFO [ClusterRuleSetF...
I have a WAR file that uses jruby-complete.1.5.2.jar to provide JRuby as a ScriptEngine. My JRuby script relies on some Ruby gems that I packaged in a jar file. This works fine when I run the WAR file under Tomcat, but it does NOT work when I use JBoss 5.1.0.
To trouble shoot, I even tried running a simple script that required the "ra...
The subject pretty much sums up the question. Normally a JAAS login module is deployed outside of an EAR application (which uses the authentication service, but doesn't deploy it).
Is it possible to deploy it in the EAR, though? There are advantages (code reuse, better integration with the app). I'm only interested in using the module f...
Recently, I started to experience strange behaviour in JBOss 4.0.5 JSP application. The JSP compilation fails on first (second, third,..) attempt with exception:
17:24:29,909 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
java.io.IOException: tmpFile.renameTo(classFile) failed
at org.apache.jasper.compiler.SmapU...
Hi ,
i had deployed one EJB application in j-boss-AS but sometimes after the server startup im
getting
"Caused by: java.lang.Throwable: setRollbackOnly called from:
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.setRollbackOnly(TransactionImple.java:392)
at com.arjuna.ats.internal.jta.tr...