马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?站点注册
×
数据库版本asa8 8.0.0.2213,在修改数据库用户的属性,点apply时会出现以下错误,查询某些表也会出现“java.sql.SQLException: JZ006: Caught IOException: sun.io.MalformedInputException”错误。何解? java.sql.SQLException: JZ006: Caught IOException: sun.io.MalformedInputException at com.sybase.jdbc2.jdbc.ErrorMessage.raiseError(ErrorMessage.java:485) at com.sybase.jdbc2.tds.Tds.handleIOE(Tds.java:2966) at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:2029) at com.sybase.jdbc2.jdbc.ResultGetter.nextResult(ResultGetter.java:69) at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:201) at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:182) at com.sybase.jdbc2.jdbc.SybStatement.updateLoop(SybStatement.java:1611) at com.sybase.jdbc2.jdbc.SybStatement.executeUpdate(SybStatement.java:1594) at com.sybase.jdbc2.jdbc.SybStatement.executeUpdate(SybStatement.java:411) at com.sybase.asiq.ConnectionBroker.executeCommand(ConnectionBroker.java) at com.sybase.asiq.ConnectionBroker.execute(ConnectionBroker.java) at com.sybase.asiq.Database.execute(Database.java) at com.sybase.asiq.User.setAuthoritiesNow(User.java) at com.sybase.asiq.User.alterNow(User.java) at com.sybase.asiq.User.deploy(User.java) at com.sybase.asiq.plugin.UserProperties.deploy(UserProperties.java) at com.sybase.asa.ASABasePropertiesDialogController.onApply(ASABasePropertiesDialogController.java:86) at com.sybase.central.viewer.ScjPropertiesDialog.onApply(ScjPropertiesDialog.java) at com.sybase.central.viewer.ScjPropertiesDialog.actionPerformed(ScjPropertiesDialog.java) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.Dialog.show(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at com.sybase.central.viewer.ScjBaseDialog.showDialog(ScjBaseDialog.java) at com.sybase.central.viewer.ScjPropertiesDialog.render(ScjPropertiesDialog.java) at com.sybase.central.viewer.ScjDialogSupport.render(ScjDialogSupport.java) at com.sybase.asiq.plugin.UserProperties.showDialog(UserProperties.java) at com.sybase.asiq.plugin.UserBO.onCommand(UserBO.java) at com.sybase.central.viewer.ViewerManager.menuItemSelected(ViewerManager.java) at com.sybase.central.viewer.BaseMenuItem.actionPerformed(BaseMenuItem.java) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at com.sybase.util.WindowsMenuItemUI$MouseInputHandler.mouseReleased(WindowsMenuItemUI.java) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) |