[Installation, Configuration & DEPLOYMENT] - building 2.02.GA of vfs fails(microcontainer)
by deanhiller
I am not sure where to ask questions on building JBoss AS????
I seem to have run into the problem that 2.0.2.GA which I checked out of subversion does not build as there is a jar it can't download(got a 404 error). I need this jar to build it so I can start playing around and debugging JBoss.
Here is the error from the maven build....
| [INFO] Using default encoding to copy filtered resources.
| Downloading: http://repo1.maven.org/maven2/org/jboss/test/jboss-test/1.1.0.GA/jb
| oss-test-1.1.0.GA.jar
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD ERROR
| [INFO] ------------------------------------------------------------------------
| [INFO] Failed to resolve artifact.
|
| Missing:
| ----------
| 1) org.jboss.test:jboss-test:jar:1.1.0.GA
|
| Try downloading the file manually from the project website.
|
| Then, install it using the command:
| mvn install:install-file -DgroupId=org.jboss.test -DartifactId=jboss-test
| -Dversion=1.1.0.GA -Dpackaging=jar -Dfile=/path/to/file
|
| Alternatively, if you host your own repository you can deploy the file there:
|
| mvn deploy:deploy-file -DgroupId=org.jboss.test -DartifactId=jboss-test -D
| version=1.1.0.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
|
| Path to dependency:
| 1) org.jboss:jboss-vfs:jar:2.0.0.GA
| 2) org.jboss.test:jboss-test:jar:1.1.0.GA
|
| ----------
| 1 required artifact is missing.
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198830#4198830
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198830
17 years, 3 months
[Clustering/JBoss] - Slow failover
by mohitanchlia
We have Front End box and Back End box. Back End boxes have clustered EJB stateless bean. Front End box calls business method on EJB Stateless Bean that is on Back End box.
Now the problem is if one of the Back End machine(s) goes down or reboots then all our Front End server requests going to stateless bean comes to grinding halt. It looks like the EJB proxy stub that does Round Robin is not working as efficiently. Could someone help me diaganose this issue in detail? I really want to get down to level where I understand what's going on inside Clustering when box gets rebooted. We use "jnp.partitionName" to do the lookup so that we get interceptor proxy Context.
P.S. Note: When we shut down jboss everything is working as normal.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198820#4198820
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198820
17 years, 3 months
[EJB/JBoss] - org.jboss.cache.CacheException: Must be in a valid transacti
by sureshajj
Hello,
One of my customer is getting the below given problem occasionally. Though this topic has been discussed in the forum, I could not find out concrete solution. Customer is using JBOSS403 in windows box.
Can someone share your views on it.
thanks,
suresh
2008-12-17 10:34:59,559 ERROR [org.jboss.ejb.plugins.LogInterceptor] {http-0.0.0.0-8080-16} TransactionRolledbackException in method: public abstract com.informatica.security.user.InfUserModel com.informatica.security.manager.InfUserGroupManager.updateUser(com.informatica.ias.server.context.InfCallContext,com.informatica.security.user.InfUserModel) throws java.rmi.RemoteException,com.informatica.shared.exception.InfDuplicateException,com.informatica.shared.exception.InfObjectNotFoundException,com.informatica.util.InfUpdateException,com.informatica.util.InfPasswordException,com.informatica.util.InfInsufficientPrivilegeException, causedBy:
org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=SPIVDW01/873875, BranchQual=, localId=873875] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: null; CausedByException is:
org.jboss.cache.CacheException: Must be in a valid transaction _remove(null, /Security/AZ/148508, true))
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:354)
at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:486)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:346)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198806#4198806
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198806
17 years, 3 months