• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • Console,DSO:L2
  • kkannaiy
  • Reporter: gkeim
  • May 24, 2007
  • 0
  • Watchers: 0
  • February 12, 2013
  • June 06, 2007

Attachments

Description

Shared enum values cannot be displayed in the AdminConsole. Import attached Eclipse project and run DSOEnumTest, then view roots in AdminConsole:

ava.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.tc.object.dna.impl.EnumInstance at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:157) at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source) at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source) at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:972) at com.tc.admin.MBeanHelper.invoke(MBeanHelper.java:177) at com.tc.admin.ConnectionContext.invoke(ConnectionContext.java:161) at com.tc.admin.dso.DSORoot.lookupFacade(DSORoot.java:59) at com.tc.admin.dso.DSORoot.safeLookupFacade(DSORoot.java:44) at com.tc.admin.dso.DSORoot.(DSORoot.java:25) at com.tc.admin.dso.RootsHelper.getRoots(RootsHelper.java:93) at com.tc.admin.dso.RootsNode.getRoots(RootsNode.java:70) at com.tc.admin.dso.RootsNode.(RootsNode.java:41) at com.tc.admin.dso.DSONode.(DSONode.java:30) at com.tc.admin.ServerNode.tryAddDSONode(ServerNode.java:573) at com.tc.admin.ServerNode.handleActivation(ServerNode.java:658) at com.tc.admin.ServerNode.setConnected(ServerNode.java:249)

Comments

Steve Harris 2007-05-24

how hard is this to fix?

Fiona OShea 2007-05-25

Is this already fixed?

Kalai Kannaiyan 2007-08-16

Tested with rev 4845, working as expected.

  1. Import attached Eclipse project
  2. Run as Terracotta DSO application
  3. In the Admin console, view the Roots and clients

Actual: Root test.DSOEnumTest.color (test.Color)=RED is displayed in the AdminConsole i.e., shared enum value is displayed