Getting StreamCorruptedException while opening ACC

512 views
Skip to first unread message

gurvinder singh

unread,
Jan 29, 2009, 1:13:58 AM1/29/09
to atg_...@googlegroups.com
Hi all
I m getting the following StreamCorruptedException while opening any tabs in ACC. I m not able to view any user or components becoz of this.
I m using  ATG2007.1 on a linux environment.
 
java.io.StreamCorruptedException: unexpected block data
 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1319)
 at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
 at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
 at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
 at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
 at atg.core.util.UnsynchronizedHashtable.readObject(UnsynchronizedHashtable.java:588)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
 at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809)
 at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
 at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
 at atg.repository.ItemDescriptorImpl.readObject(ItemDescriptorImpl.java:429)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
 at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809)
 at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
 at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
 at atg.ui.repository.model.RepositoryClientImpl.getRepositoryItemDescriptor(RepositoryClientImpl.java:686)
 at atg.ui.repository.model.RepositoryItemState.resolveBeanInfo(RepositoryItemState.java:857)
 at atg.beans.DynamicBeanState.getBeanInfo(DynamicBeanState.java:151)
 at atg.beans.DynamicBeanState.getPropertyDescriptor(DynamicBeanState.java:169)
 at atg.ui.repository.model.RepositoryItemState.getPropertyValue(RepositoryItemState.java:469)
 at atg.ui.userdirectory.admin.UserDirectoryBeanPropertyList.setBean(UserDirectoryBeanPropertyList.java:299)
 at atg.ui.userdirectory.admin.UserRolesPanel.setBean(UserRolesPanel.java:304)
 at atg.ui.builder.BeanController.displaySelection(BeanController.java:715)
 at atg.ui.builder.Controller.fireDisplaySelectionEvent(Controller.java:613)
 at atg.ui.builder.RepositoryController.repositoryObjectSelected(RepositoryController.java:259)
 at atg.ui.repository.RepositoryList.fireRepositoryObjectSelected(RepositoryList.java:756)
 at atg.ui.repository.RepositoryList.valueChanged(RepositoryList.java:827)
 at javax.swing.JList.fireSelectionValueChanged(JList.java:1317)
 at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1331)
 at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
 at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:157)
 at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(DefaultListSelectionModel.java:619)
 at javax.swing.JList.setValueIsAdjusting(JList.java:1671)
 at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(BasicListUI.java:2363)
 at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
 at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
 at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
 at java.awt.Component.processMouseEvent(Component.java:5501)
 at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
 at java.awt.Component.processEvent(Component.java:5266)
 at java.awt.Container.processEvent(Container.java:1966)
 at java.awt.Component.dispatchEventImpl(Component.java:3968)
 at java.awt.Container.dispatchEventImpl(Container.java:2024)
 at java.awt.Component.dispatchEvent(Component.java:3803)
 at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
 at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
 at java.awt.Container.dispatchEventImpl(Container.java:2010)
 at java.awt.Window.dispatchEventImpl(Window.java:1778)
 at java.awt.Component.dispatchEvent(Component.java:3803)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
 at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
 at atg.beans.DynamicBeanState.getPropertyDescriptor(DynamicBeanState.java:169)
 at atg.ui.repository.model.RepositoryItemState.getPropertyValue(RepositoryItemState.java:469)
 at atg.ui.userdirectory.admin.UserDirectoryBeanPropertyList.setBean(UserDirectoryBeanPropertyList.java:299)
 at atg.ui.userdirectory.admin.UserRolesPanel.setBean(UserRolesPanel.java:304)
 at atg.ui.builder.BeanController.displaySelection(BeanController.java:715)
 at atg.ui.builder.Controller.fireDisplaySelectionEvent(Controller.java:613)
 at atg.ui.builder.RepositoryController.repositoryObjectSelected(RepositoryController.java:259)
 at atg.ui.repository.RepositoryList.fireRepositoryObjectSelected(RepositoryList.java:756)
 at atg.ui.repository.RepositoryList.valueChanged(RepositoryList.java:827)
 at javax.swing.JList.fireSelectionValueChanged(JList.java:1317)
 at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1331)
 at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
 at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:157)
 at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(DefaultListSelectionModel.java:619)
 at javax.swing.JList.setValueIsAdjusting(JList.java:1671)
 at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(BasicListUI.java:2363)
 at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
 at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
 at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
 at java.awt.Component.processMouseEvent(Component.java:5501)
 at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
 at java.awt.Component.processEvent(Component.java:5266)
 at java.awt.Container.processEvent(Container.java:1966)
 at java.awt.Component.dispatchEventImpl(Component.java:3968)
 at java.awt.Container.dispatchEventImpl(Container.java:2024)
 at java.awt.Component.dispatchEvent(Component.java:3803)
 at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
 at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
 at java.awt.Container.dispatchEventImpl(Container.java:2010)
 at java.awt.Window.dispatchEventImpl(Window.java:1778)
 at java.awt.Component.dispatchEvent(Component.java:3803)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
 at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
 
Thanx
Gurvinder

Kartikeya

unread,
Jan 29, 2009, 1:27:06 AM1/29/09
to atg_...@googlegroups.com
Are you using standalone ACC? If yes, make sure that all your jar are downloaded at client machine (see usage of ATG-Client-Class-Path)
 
-Kartik
 

George Oprica

unread,
Jan 29, 2009, 11:25:37 AM1/29/09
to atg_...@googlegroups.com
I encourage you guys to use the atg.com search since if you searched
for this exception, you would have found this solution:

How to Resolve java.io.StreamCorruptedException: unexpected block data
Exceptions
http://www.atg.com/service/main.jsp?solutionId=atg34643

Note, you must be logged in and be associated with a customer account
that has valid support and maintenance to be able to view the full set
of search results that include knowledgebase solutions.

- George
Reply all
Reply to author
Forward
0 new messages