Solution ID: prim34629 |
Primavision/myPrimavera administration application will not open. Getting error: "java.io.IOException: Io exception: Bad packet type" |
Status: Reviewed |
Version(s): 4.0, 4.1, 5.0 |
Problem: | Primavision/myPrimavera administration application will not open. Getting error: “java.io.IOException: Io exception: Bad packet type” |
Problem: | After launching the Primavera Administration Application and entering the login password receiving java IOException for Bad packet type: Then application error window is received: “Primavera Administrator Io exception: Bad packet type See log tab for more details.” |
Cause: | This error was due to a corrupt Primavision/myPrimavera configuration in the database. |
Fix: | Remove the configuration in the database for the first configuration being reported in the Administration Application as having a Bad Packet Type: For Oracle database, log in as admuser osql -U privuser -P privuser_password -S server\instance_name -d database_name Run the following script: delete from admin_config where config_name = ‘Configuration_Name’ Where Configuration_Name is the name of the first configuration being reported in the Administraction Application as having a Bad Packet Type. delete from admin_config where config_name = ‘New Primavera Configuration’ |