Generation problem on 8.96

Jaise James

Reputable Poster
Hello, we are on tool release 8.95 and Upgraded to 8.96c1 on release 8.10 ( wintel platform

I also upgraded webspehre to websphere 6.0.2.7 I did a complete generation and bounced the services.

I still get the message unable to load the form and use latest generator to generate the object.

Log on the web server has following line


08 Aug 2006 09:10:40,249 [SEVERE]Â - [JDBJ]Â Â Â Â Â Â Â Â Â Â Â SpecGenOnDemandFlag: Setting value [false] in cache.
08 Aug 2006 09:10:41,187 [SEVERE]Â - [JDBJ]Â Â Â Â Â Â Â Â Â Â Â This server will not detect package deployments.
08 Aug 2006 09:10:41,187 [SEVERE]Â - [JDBJ]Â Â Â Â Â Â Â Â Â Â Â The administrator must manually regererate the serialized object database for
deployed packages to take effect.
08 Aug 2006 09:10:46,421 [WARNÂ ]Â - [JDBJ]Â Â Â Â Â Â Â Â Â Â Â JDBThreadLocalProperty.setProperty(): JDB::threadLocalProperty: Run Scope ID
Not Found.
08 Aug 2006 09:10:50,859 [SEVERE]Â - [RUNTIME]Â Â Â Â Â Â Â Â Asynch BSFN thread poolSizeLimit = 50
08 Aug 2006 09:10:50,859 [SEVERE]Â - [RUNTIME]Â Â Â Â Â Â Â Â Asyhcn BSFN thread poolSizeIncrement = 5
08 Aug 2006 09:10:50,906 [SEVERE]Â - [RUNTIME]Â Â Â Â Â Â Â Â AsyncProcessingTimeout set to 720000milliseconds.
08 Aug 2006 09:10:58,218 [SEVERE]Â - [RUNTIME]Â Â Â Â Â Â Â Â OWVirtual thread poolSizeLimit = 400
08 Aug 2006 09:10:58,218 [SEVERE]Â - [RUNTIME]Â Â Â Â Â Â Â Â OWVirtual thread poolSizeIncrement = 10
08 Aug 2006 09:10:58,781 [SEVERE] PSFT - [BASE]Â Â Â Â Â Â Â Â Â Â Â binary2Object failed desaerializing a byte array
java.io.InvalidClassException: com.jdedwards.runtime.vtcomponent.VTComponent; local class incompatible: stream classdesc
serialVersionUID = -4841968631179948892, local class serialVersionUID = 8128383230134349161


Any idea why I would be getting this message. I am using the web server as the generation machine
 
Are you records being written to your serialized object tables F989999 and F989998
 
Is this happening for every application or only certain ones. Do you only have your serialized objects tables in Central objects or are you generating to an alternate data source. Try truncating your serialized objects table and see if they are being re-populated when you do you gen. I had a similar issue with 8.12 where I was trying to do a full Gen but it was trying to generate to the local tables, I had to make changes to my JDBJ.INI file and make a copy of my classes folder and then edit the gen.bat file to reflect the correct classpath to be able to have a DEV client and also do a full Gen.

Not sure if this is anything similar to what you are experiencing.
 
I just upgraded from tools 8.96A1 to 8.96C1, and now have the same issue.
The serialized objects fail to 'deserialize'.
Re-generating them does not fix the problem.
Did you manage to get it resolved Nick ?
thanks
 
Hi Mikey,
I Installed 8.11 SP1 TR8.96 TR, and I'm facing the same problem of the JAVA
generation,
Moreover, it is not for all applications !
for example, if i write P01012 in web client fast path, it gives me
"COULD NOT LOAD EVENT RULES"
"Please use the latest Java generator to regenerate ....."

But when I open P0092 (users Applications) , it is opening !
so i tried randomly in G03B and G04 , The result is that most of
applications give the same error!!
So, here is my trials:
- I changed OID and UID dds from 2 Data type to 20 and change it back with
required tables generations , Same result !
- Delete ALl SQL packages , same result !
- Added F98BLOB and B98305V BSFN to system OCM , same result !!
- Checked that Java JDK in AS400 and web development Client has the same
release (JDK 1.3.1).
- ORACLE Support is still searching for a solution, i have checked with them
MTRs and IBM APARs more than 10 times !

Finally I just found In partner Connection that JAS.JAR files should be
Identical between the generation machine and JAS server , Actually this is
what I'm trying to verify Now.

I just wanna share you the same issue.

My installation is 8.11 SP1 8.96.B2 TR over AS400 V5R3 ENT and JAS.

--
Best Regards,
Bassel Magdy
 
Hello The problem was I was using Websphere express 5 on the generation machine. I had to upgrade to websphere express6. Its workign fine now
 
thanks Nick
My fix was similar. a release incompatibility (with tools, not WAS like your issue though)
My mistake was that i built a new client package with my new tools release in it, and deployed to my webgen machine. I thought this would install the new code used to do the generation. It doesnt. I had to reinstall the webgen feature on my gen machine. This fixed the problem. (incredibly slow to generate though. took about 3.5 hours ! still got some issues i think.) cheers
 
Hi ,

I am facing the same problem but on 8.11 SP1 8.95 P1.. But the ridiculous stuff being its happening only on one environment..

it say unable to deserialize the objecys and comes with the error generate the objects with the latest java gen when trying to load any application.

I am using OAS 10.1.2.0.2 and not web sphere.
 
Back
Top