cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Blank JSP Page on 10.2M020 after applying Customization

tfritsch
4-Participant

Blank JSP Page on 10.2M020 after applying Customization

We just trying an upgrade from 10.1 M030 to 10.2M020 on atestenvironnement (with all the process recommanded by ptc : Install new version 10.2, datapump Oracle database, export/import Ldif, Then following the pre and post install and upgrademanager) I had some troubles during the upgrade but all resolved by CS on ptc website. Following this, I have a 10.2M20 OOFT but with our data ( metadata,WTdocument,EPMDoc, Parts or Softypes.. who are in database and it works) After that we apply our customisation (the same we use in 10.1M030) and after a SM restart, All the JSP page are blank. If Only customised JSP page where blank we undestand but here, many standard pages not customised all blank like Clipboard, preference, new problem report or new part. we try the classic ant command likeant -f tools.xml customer_build;ant -f jsfrag_combine.xml;ant -f jar.xml under WT_HOME/bin directory but nothing doing. Is someone has an idea or already has the trouble. Last Thing, We don't have any errors under windchill or tomcat logs...


6 REPLIES 6

Are you allowed to share customized code? The exception may be getting
caught and not rethrown or printed to logs. Does it follow MVC guidelines
and is any of the customization using JavaScript?
tfritsch
4-Participant
(To:tfritsch)

Yes, We use JavaScript but on standard page, there is Java Scripts and it doesn't work too

Sounds like a JavasScript bug. You can use Firebug for Firefox or F12 in
Internet Explorer to view console. Also read about debug versions of major
scripts in customizers guide. You can also use Fiddler to monitor HTTP
requests and responses.
tfritsch
4-Participant
(To:tfritsch)

We think about it too but in the preference page for example, we didn't touch anything and it didn't work

sauls
1-Newbie
(To:tfritsch)

Did you check your Locale setings? are they en_US ?

tfritsch
4-Participant
(To:tfritsch)

Sound like good David. it is effectively Java Script trouble. After a detailed analyse of ours files, we have a size and modified date difference between the Windchill-all.js from 10.2 OOTB and this deployed by our system.


We test with original file and All is good.



Thanks a lot. We are gooing to check what we modified on it .


(Windhill-all.js under/ptc/wt/windchill_standard/codebase/netmarkets/javascript/util)

Top Tags