Thread Application deployed but error 404 not found
Application deployed but error 404 not foundHi everyone, I really need help as I have been stuck on this problem for weeks now, I am migrating an app from WAS 8 to Jboss EAP 6.4. The app is now deploying, but for some reason when I try to access the URL...
Thread Port tapestry configuration from Websphere to Jboss
Port tapestry configuration from Websphere to JbossI am trying to migrate an app from Websphere to Jboss. Now my application deploys. But the URL of the app shows a 404 not found error. When I monitor the log I see something related to Tapestry when trying to access t...
blocked thread and jboss configurationHi, I am new in jboss and I would like to know about Thread.java:748 as we had JBOSS frozen and 385 threads were blocked . Do you have any link or open source tool to analyse jboss configuration ? Also we hav...
Socket timeout in jboss as 7.1.1Hello Develops and experts. We have as application deployed over jboss-as-7.1.1.We also have a webservice deployed on same.There is a socket timeout configured as 60sec somewhere internally which if breached ,...
Thread Can't launch Red Hat Developer Studio installer in the Linux
Can't launch Red Hat Developer Studio installer in the LinuxMy development environment is Mint Linux 18.3 Cinamon 64 bit. I am trying to install Red Hat Developer Studio. I got a jar from here. In the link, it says that:- For Linux development hosts: Navigate to the folder tha...
JBoss deployed application getting excpetionI have a EJB program deplyed on JBOSS AS 7.1 for the plateform .earlier same Sourcecode was working on Weblogic plateform . now unable to call a mothod call is okay but no response. when i did print-stack got below ...
Needs simple clarityHow is multicasting and Unicasting replication in Jboss will work theoretically in HA ? .I am aware of Multicasting and Unicasting in Networking terminology. Please any one can help and give me some info to unde...
Thread Jboss 7 DNS redirection or rewrite to /demo application
Jboss 7 DNS redirection or rewrite to /demo applicationHi All, I'm trying to set up the application in production. I have a DNS url (www.example.com). I could able to run the application as localhost:8080/demo. I need to make the DNS URL link with the application and run...
JBOSS 7.1.1 Remote EJB Session is closedI have swing client which uses remote ejbs. The application starts correctly and it lookups remote ejbs successfully. However, after a few minutes, when an ejb is called, it gives an error like below. When we start th...
JBOSS EAP 7 deployment in DomainmoideHello guys, Can I deploy war files on different JVMs in Domainmode (JBOSS EAP 7) I have a server group with 2 JVMs, I need to deploy a EAR file in cluster-mode and war files on different JVMs. Is...
jboss-as-dist-7.2.0.Final Maven artifact?Maven Central stores all sorts of JBoss AS 7.2.0 artifacts, but the distribution ZIP artifact is missing. See http://search.maven.org/#search|gav|1|g%3A%22org.jboss.as%22%20AND%20a%3A%22jboss-as-dist%22 Is th...
How to access VAULT password in codeIs there a defined way to decrypt a `VAULT` password in a java util class? I have a bind credential for an `LDAP` login setup on a jboss5 instance and I need to convert it to a jboss 7 instance, but i am getti...
How to set heap size and GC method (to G1)I am trying to do two things: 1)Change GC to G1 2)Change default to use Large Memory Pages I am running JBoss 7 in standalone mode, this is what I did: #more standalone.conf ***snip*** # # Specify options...