hi
by Mail Delivery Subsystem
Dear user of lists.jboss.org,
We have received reports that your account was used to send a large amount of junk email during the last week.
Probably, your computer was compromised and now runs a trojan proxy server.
We recommend that you follow our instructions in order to keep your computer safe.
Virtually yours,
lists.jboss.org user support team.
17 years, 11 months
[Clustering/JBoss] - Session replication - expiration
by gjwilk01
We have a clustered deployment environment with several nodes replicating HTTP sessions across the cluster. If the values stored in session don't change over period of time, hence there is no replication taking place, what will be the lifespan of replicated sessions on the nodes not being hit?
Scenario:
My cluster consists of nodes A, B and C
Node A receives the original request and stores some values in session.
Session update on Node A triggers replication of sessions to Nodes B and C
Subsequent requests do not cause updates to the values stored in session.
By chance, all of the subsequent requests are sent to Node A, which keeps the http session alive on this node.
Will the replicated sessions be maintained on Node B and C, even though session expiration period was reached? I guess what I am asking about is whether session replication takes care of keeping replicated sessions alive?
Thanks in advance,
~george
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152963#4152963
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152963
17 years, 11 months
[Beginners Corner] - JBoss/Java API
by bedehaan
I am getting the following error when while using Eclipse/JBoss. Can anyone help in pointing me to a solution? Help is greatly appreciated.
log4j:WARN The log4j system is not properly configured!
log4j:WARN All ERROR messages will be sent to the system console until proper configuration has been detected.
com.filenet.api.exception.EngineRuntimeException: API_UNEXPECTED_JNDI_ERROR: An unexpected error occured accessing JNDI.
at com.filenet.apiimpl.util.SessionLocator.locateEJBByPath(SessionLocator.java:789)
at com.filenet.apiimpl.util.SessionLocator.findEJBSessionByPath(SessionLocator.java:724)
at com.filenet.apiimpl.util.SessionLocator.createNewSession(SessionLocator.java:510)
at com.filenet.apiimpl.util.SessionLocator.getSession(SessionLocator.java:133)
at com.filenet.apiimpl.core.IndependentObjectImpl.getObject(IndependentObjectImpl.java:153)
at com.filenet.apiimpl.core.IndependentObjectImpl.refresh(IndependentObjectImpl.java:161)
at com.filenet.api.core.Factory$Domain.fetchInstance(Factory.java:2724)
at com.ibm.filenet.edu.CEConnectionEDU.getDomainEDU(CEConnectionEDU.java:29)
at com.ibm.filenet.edu.CEConnectionEDU.main(CEConnectionEDU.java:69)
Caused by: javax.naming.CommunicationException: Could not obtain connection to any of these urls: iiop://host:12345 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to connect to server iiop:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server iiop:1099 [Root exception is java.net.UnknownHostException: iiop: iiop]]]
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
at javax.naming.InitialContext.lookup(Unknown Source)
at com.filenet.apiimpl.util.SessionLocator.locateEJBByPath(SessionLocator.java:778)
... 8 more
Caused by: javax.naming.CommunicationException: Failed to connect to server iiop:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server iiop:1099 [Root exception is java.net.UnknownHostException: iiop: iiop]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385)
... 12 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server iiop:1099 [Root exception is java.net.UnknownHostException: iiop: iiop]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243)
... 13 more
Caused by: java.net.UnknownHostException: iiop: iiop
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:76)
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:239)
... 13 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152959#4152959
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152959
17 years, 11 months