
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi guys,
Please help or advice!
we are getting the following error when trying to select dashboard modules to be migrated.
1254940651900#@#1254940651900#@#Module#@#true#@#2009-10-07 11:37:32.0#@# #@#30310652#@#-#@#-
1254940713741#@#1254940713741#@#Module#@#true#@#2009-10-07 11:38:34.0#@# #@#30310653#@#-#@#-
1254940840852#@#1254940840852#@#Module#@#true#@#2009-10-07 11:40:41.0#@# #@#30310654#@#-#@#-
java.io.IOException: packetLength exceeded: 32788
at com.kintana.core.net.ssh2.SSH2ShellSession.readEncrypted(SSH2ShellSession.java:758)
at com.kintana.core.net.ssh2.SSH2ShellSession.read(SSH2ShellSession.java:708)
at com.kintana.core.net.ssh2.SSH2ShellSession.process(SSH2ShellSession.java:829)
at com.kintana.core.net.ssh2.SSH2ShellSession.fill(SSH2ShellSession.java:893)
at com.kintana.core.net.ssh2.SSH2ShellSession.access$000(SSH2ShellSession.java:35)
at com.kintana.core.net.ssh2.SSH2ShellSession$ClientInputStream.basicRead(SSH2ShellSession.java:913)
at com.kintana.core.net.ssh2.SSH2ShellSession$ClientInputStream.read(SSH2ShellSession.java:930)
at com.kintana.core.net.SSH2Client.readUTFChar(SSH2Client.java:242)
at com.kintana.core.net.SSH2Client.plainReadChar(SSH2Client.java:197)
at com.kintana.core.net.TelnetClient.readChar(TelnetClient.java:973)
at com.kintana.core.net.TelnetClient.waitFor(TelnetClient.java:548)
at com.kintana.core.net.TelnetClient.waitFor(TelnetClient.java:506)
at com.kintana.core.net.TelnetClient.waitFor(TelnetClient.java:458)
at com.kintana.core.net.TelnetClient.getExitStatus(TelnetClient.java:1593)
at com.kintana.core.server.execution.CLConnectCommand.executeSingleCommand(CLConnectCommand.java:768)
at com.kintana.core.server.execution.CLConnectCommand.processCommandStep(CLConnectCommand.java:800)
at com.kintana.core.server.execution.CLConnectCommand.processCaptureOutput(CLConnectCommand.java:846)
at com.kintana.core.server.execution.CLConnectCommand.processCommandSteps(CLConnectCommand.java:586)
at com.kintana.core.server.execution.CLConnectCommand.execute(CLConnectCommand.java:314)
at com.kintana.core.server.execution.CommandRunner.run(CommandRunner.java:106)
at java.lang.Thread.run(Thread.java:662)
Closing SSH2 Session
EOF
Failed
Please note, we cannot even select the modules - the error is generated when we try to search for modules (see attached screenshots).
Also, other Object Types do not generate errors - we can select other objects no problem.
Looks like Java class cannot output that much information into a file, since direct execution of kMigratorExtract.sh does not generate any error.
Our instance is 9.14, we've been using Deployment Module before end never had this problem.
We have about 100 modules in the system.
Our workaround is to use commands for extract/import - but this is not perferable way, and it would be nice to find a solution.
Thank you!
Dmitry
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
We saw this, too. It is a known problem. Knowledge base id KM1214576 has the details. You can get a hotfix from HP Support.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
We saw this, too. It is a known problem. Knowledge base id KM1214576 has the details. You can get a hotfix from HP Support.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
Here you have the link,
support.openview.hp.com/selfsolve/document/KM1214576
Randall
-- Remember to give Kudos to answers! (click the KUDOS star)
"If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.”


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi
I am unable to find the doc in the link
Can you please help me with this error
Thanks
Sri
java.io.IOException: packetLength exceeded: 32788
at com.kintana.core.net.ssh2.SSH2ShellSession.readEncrypted(SSH2ShellSession.java:758)
at com.kintana.core.net.ssh2.SSH2ShellSession.read(SSH2ShellSession.java:708)
at com.kintana.core.net.ssh2.SSH2ShellSession.process(SSH2ShellSession.java:829)
at com.kintana.core.net.ssh2.SSH2ShellSession.fill(SSH2ShellSession.java:893)
at com.kintana.core.net.ssh2.SSH2ShellSession.access$000(SSH2ShellSession.java:35)
at com.kintana.core.net.ssh2.SSH2ShellSession$ClientInputStream.basicRead(SSH2ShellSession.java:913)
at com.kintana.core.net.ssh2.SSH2ShellSession$ClientInputStream.read(SSH2ShellSession.java:930)
at com.kintana.core.net.SSH2Client.readUTFChar(SSH2Client.java:242)
at com.kintana.core.net.SSH2Client.plainReadChar(SSH2Client.java:197)
at com.kintana.core.net.TelnetClient.readChar(TelnetClient.java:973)
at com.kintana.core.net.TelnetClient.readAvailable(TelnetClient.java:420)
at com.kintana.core.net.TelnetClient.readAvailable(TelnetClient.java:383)
at com.kintana.core.net.TelnetClient.prepareForCommandExecution(TelnetClient.java:717)
at com.kintana.core.server.execution.SimpleResponseAgent.doCommand(SimpleResponseAgent.java:295)
at com.kintana.core.server.execution.SimpleResponseAgent.run(SimpleResponseAgent.java:216)
at com.kintana.core.server.execution.CLConnectCommand.processSimpleResponse(CLConnectCommand.java:675)
at com.kintana.core.server.execution.CLConnectCommand.processCommandSteps(CLConnectCommand.java:580)
at com.kintana.core.server.execution.CLConnectCommand.execute(CLConnectCommand.java:314)
at com.kintana.core.server.execution.CommandRunner.run(CommandRunner.java:106)
at java.lang.Thread.run(Thread.java:662)
Closing SSH2 Session
Caught Exception: java.io.IOException: Stream closed.
Stream closed.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
HI
I am getting the below error .
Please help me
Thanks
Sri
java.io.IOException: packetLength exceeded: 32788
at com.kintana.core.net.ssh2.SSH2ShellSession.readEncrypted(SSH2ShellSession.java:758)
at com.kintana.core.net.ssh2.SSH2ShellSession.read(SSH2ShellSession.java:708)
at com.kintana.core.net.ssh2.SSH2ShellSession.process(SSH2ShellSession.java:829)
at com.kintana.core.net.ssh2.SSH2ShellSession.fill(SSH2ShellSession.java:893)
at com.kintana.core.net.ssh2.SSH2ShellSession.access$000(SSH2ShellSession.java:35)
at com.kintana.core.net.ssh2.SSH2ShellSession$ClientInputStream.basicRead(SSH2ShellSession.java:913)
at com.kintana.core.net.ssh2.SSH2ShellSession$ClientInputStream.read(SSH2ShellSession.java:930)
at com.kintana.core.net.SSH2Client.readUTFChar(SSH2Client.java:242)
at com.kintana.core.net.SSH2Client.plainReadChar(SSH2Client.java:197)
at com.kintana.core.net.TelnetClient.readChar(TelnetClient.java:973)
at com.kintana.core.net.TelnetClient.readAvailable(TelnetClient.java:420)
at com.kintana.core.net.TelnetClient.readAvailable(TelnetClient.java:383)
at com.kintana.core.net.TelnetClient.prepareForCommandExecution(TelnetClient.java:717)
at com.kintana.core.server.execution.SimpleResponseAgent.doCommand(SimpleResponseAgent.java:295)
at com.kintana.core.server.execution.SimpleResponseAgent.run(SimpleResponseAgent.java:216)
at com.kintana.core.server.execution.CLConnectCommand.processSimpleResponse(CLConnectCommand.java:675)
at com.kintana.core.server.execution.CLConnectCommand.processCommandSteps(CLConnectCommand.java:580)
at com.kintana.core.server.execution.CLConnectCommand.execute(CLConnectCommand.java:314)
at com.kintana.core.server.execution.CommandRunner.run(CommandRunner.java:106)
at java.lang.Thread.run(Thread.java:662)
Closing SSH2 Session
Caught Exception: java.io.IOException: Stream closed.
Stream closed.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
If you are seeing this specific problem, you will need to contact HP Support to get the hot fix. Reference the knowledge base article mentioned above in your Case.