I've used the CVS version to overcome the
ERROR [JGStore] could not demarshal incoming update
java.lang.ClassNotFoundException
but now I got a new one:
Cannot assign instance of $Proxy
to field
of type
in instance of
ERROR [org.mortbay.j2ee.session.JGStore] could not demarshal incoming updat
ERROR [JGStore] could not demarshal incoming update
java.lang.ClassNotFoundException: inocrea.web.webmail.model.JwmaSession
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method) at
java.net.URLClassLoader.findClass(UR
> If you start the member *after* you have received your DHCP address, and
> *don't* use bind_addr, then the eth0 interface should be selected.
>
> With JDK 1.4, we will be able to select the first non-loopback
> interface, so lo would be skipped if eth0 was available. But even then,
> once you bi
Ok, the problem I'm facing with javagroups is the fact the interface
selected to send the multicast messages is the "loopback" (127.0.0.1)
instead of the desired eth0.
As far as I understood, I could get over this (directly at JBoss) by using
the bind_addr attribute.
The cluster-service.xml file s
How to activate JavaGroups tracing in JBoss?
Can we get some attributes set in cluster-config.xml or something, similar
to the ones placed in javagroups.properties file, to have the tracing
messages enabled?
Thanks
Joao Clemente
---
This SF.N
>> > Anyone has a clue on what I could do to debug this?
>> >
>> > I'm using RedHat8 + Kernel 2.4.20, j2sdk 1.4.1_01, JBoss 3.0.6
>
> Most likely this is not the case, but is multicasting supported by your
> kernels? Do you need router and is multicast routing supported by your
> router? As far as
>> I can't run the "Draw" demo I connect to those servers via ssh
>> terminal, not X.
>
> you say that you *cannot" run the Draw demo? Then do not even think
> about using JBoss clustering: try running the demo first. Are you sure
> you don't have a firewall running on your box (installed by defaul
I'm having problems getting my JBoss cluster to work and it seems that the
nodes simply do not see the multicast messages..
I've runned the McastSenderTest/McastReceiverTest sucessfully on the 2
machines I have in the cluster.
As JBoss logs the following message:
[HANamingService$AutomaticDiscover
I'm having problems getting my JBoss cluster to work and it seems that the
nodes simply do not see the multicast messages..
I've runned the McastSenderTest/McastReceiverTest sucessfully on the 2
machines I have in the cluster.
As JBoss logs the following message:
[HANamingService$AutomaticDiscover
I'm still having the same problem I had before, the cluster nodes do not
see each other.
I've checked IP Multicast by running the McastReceiverTest and
McastSenderTest as described in javagroups documentation.
I can't run the "Draw" demo I connect to those servers via ssh terminal,
not X.
Once aga
Thanks for your reply. I'll do it today.
In the meanwhile I've tried with a older version (3.0.5RC2) and I've got
the same behaviour... altought I had it working before (back in December).
I did had one change in my network: I now use DHCP to get my machine
addresses, when before I had it with fixe
I am trying http clustering with jboss 3.0.6 (jetty)
[After seeing some bugs related to JavaGroups getting fixed in cvs before
3.0.6 being release I tought this "stable" would be ok too]
I just got 3 similar linux machines (2 with RedHat, 1 with Debian),
all using j2sdk1.4.1_01 and Jboss 3.0.6.
I
Well, I've done my script and tryed it. It seemed fine.
However, I did a "ps -aux" and notisted that the command lines for
starting the script and starting jboss are still alive.
This is not a correct behaviour. Let me past you what I got in "ps -aux"
root 1592 0.0 0.1 3840 1068 pts/0
Hi.
I'm setting up some JBoss servers that need to automatically start in case
of a power failure or something like that.
I've used the jboss_init_redhat.sh as a base script and tried to changed
to my needs
The questions I'm having is:
What is the "JBOSS_CONSOLE" for? It seems every info I got in
I think this is server specific, and not java standart so.. forgive me if
I'm wrong:
I would like to report the server name in my servle output, something like
"request receive by 'server1'"
I tried to use the "request.getServerName()" but this reports the name of
the server asked in the request.
15 matches
Mail list logo