Problem with JAS EnterpriseOne 8.10

f1re

Active Member
Hello,
I have installed Websphere 5.0.2, IBM HTTP Server and the Peoplesoft JAS on a Webserver. I have generated the Java-Objects.So it works, I can connect to Peoplesoft EnterpriseOne and i can sign in to JDV810. I see the taskexplorer, but when i will start a application it brings this error-message every time:
COULD NOT LOAD FORM
Please use the latest Java Generator to regenerate Application
What can i do? I have installed the JAS 8.93J.
Please Help!

Thanks in advance

Jan
 
I'm not sure if this applicates, but I have had that many times in our 8.9.
I just open that form in FatClient and then regenerate the object from that FatClient.
 
I am assuming you generated ALL Objects. I had something similiar and re-generated the core objects. Also did you generate with the licensing? Finally, I had a few other issues (don't know if this matters) but I re-built my ent server package as well just to be safe.
 
Forgive me if this is what Alex was talking about by "SP level"...


We used to see this when we would gen from a machine that had a different Java version than that on the JAS server. It is important that both be the same.

Dan
 
The Webserver is a Windows 2003 Server and the Enterprise-Server is a RS6000.
I use the Direct-Generation on my Webserver and all has Status "validated". But there is an Error-Message when i click "connect" in the first Screen (can this be the problem why it doesnt work correctly?):

Screenshot1
Screenshot2

I can start the generating-process nevertheless...
The DbUser has all authority, even to check the indicies, where is the problem?!

Thanks in advance

Jan
 
Jan,
I have seen this error referenced in Knowledge Garden (don't have solution id right now) and it seems to be specific to Oracle and the data type for UID and OID Data Dictionary items. These errors show up on our site also, but we are able to generate and use the applications so I don't think this is what is causing your apps to not work.
I agree with others that your issue with the apps not working is probably a SP level mismatch. Check the ptf.txt or ptf.log file on both the web server and the generation machine. This file is located at webclient.war\owhtml on the web server and at system\bin32 on the generation machine. The SP needs to be the same for the generation machine and the web server.
Corky
 
Here are a few tips that may help when doing full generations:

1. Clear all records in the F989998 and F989999 serialized object tables before doing a full gen.
2. Build a full set of dddict.*, ddtext.*, and glbltbl.* spec files, by running the R92TAM and R98CRTGL UBEs. You have to log out and copy the dd spec files into your pathcode directory before running the R98CRTGL UBE.
3. Generate core objects first.
4. Generate the bottom 3 items of the gen all screen first.
5. Go into the options and change to serial (rather than parallel) mode. Parallel seems to cause errors sometimes.
6. Generate the top 3 items. Don't forget to uncheck the bottom 3 check boxes. :)

Sorry, I can't remember the names of the items on the gen all screen, and I don't have access to the generation PC here yet. I just started a new job.

Also, there is a newer JDK to download for the generation machine that is supposed to help with a lot of generation problelms. I always downloaded this when doing web server installs (I used to work for PeopleSoft as a CNC guy).

Here's how to download it (solution 200948542 on the Customer Connection web site):

PROBLEM:
Java Generator hangs while generating serialized objects in parallel mode.

RESOLUTION:
Under certain conditions, the Java Generator can hang while generating serialized objects in parallel mode. When the problem occurs, the Java Generator graphical interface stops responding to user actions, and becomes blank when moved, resized, or restored. The CPU utilization of the java process drops to zero.
Fix/Workaround: Follow the instruction below to obtain a fixed IBM JDK for Windows to use on the generation machine.
1. Use your favorite FTP client to connect to service2.boulder.ibm.com (e.g. from command prompt, type ftp service2.boulder.ibm.com)
2. Log on as jdedward
3. Enter password as sky2blue
4. Change to was directory (e.g. type cd was)
5. Make sure that your transfer mode is binary. (e.g. type binary)
6. Retrieve IBM JDK cn131w-20030708-rpkg.zip (e.g. type get cn131w-20030708-rpkg.zip)
7. Log off from the FTP site
8. Unzip the downloaded file to a directory of your choice on the generation machine.
9. Edit gen.bat and set the location of the JDK to the java directory created when you unzipped the downloaded file.
Optionally, you may use your existing JDK to generate serialized objects in sequential mode.
 
Hi Jan,

Even i too faced similar problem on EnterpriseOne 8.11. The solution is start the gen.bat with -nodiag option, then you can connect and start generating the serialized objects
===============
gen.bat -nodiag
===============

Regards
Manohar
JDE-Senior Consultant
 
Hi Jan,

This is not an problem with Oracle or database or any other user privileges with respect to database user. Start the gen.bat with -nodiag option. But before generating, do the following steps.

1)Populate the Data Dictionary : Run R92TAM|XJDE0001
2)Populate the Global Specs : Run R98CRTGL|XJDE0001

Regards
Manohar
JDE-Senior Consultant
 
Thanks for your answers!
I will test your solutions and tell you what happened :)

Regards
Jan
 
Hello
I had also a problem with Java Generation under ERP8_SP22_WS4 (Data Dictionary hangs after 66% during generation with a "no stack trace available" error message) and this new JVM seems to correct this bug.
Thanks a lot
Regards
Loic
 
it works! thanks!!
now i have the next problem
wink.gif

i miss some applications like "omw -> P98220" or "user profiles -> P0092"
How can i generate them?

Regards
Jan
 
Jan,

"i miss some applications like "omw -> P98220" or "user profiles -> P0092
How can i generate them?"

If I recall correctly, you still use a fat client for development and
system admin activities.


Gregg Larkin
JDE System Administrator (CNC) / North America
Praxair, Inc.
 
Hi Jan,

How to generate application like "omw -> P98220" or "user profiles -> P0092"
 
Back
Top