• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WSAD Editor

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am working on WSAD 5.1.2 and have problem opening JSP page in Page designer mode, I get an error saying "An error has occured while creating this editor".

Can some one help me how to fix this?

Thanks,
Sujatha
 
Sujatha, Chigullapalli
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, anybody there..pls. help on this matter.
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I had same problem ,
i delete .metadata in workspace subdirectory in WSAD\eclipse\workspace
and restart the WSAD .
-doing this is almost equal to reinstalling WSAD-
I hope you get your jsp editor working.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same problem and it occurs even after deleting .metadata. We are using 5.1 though.
 
Sujatha, Chigullapalli
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou Masoud, but deleting .metadata is resulting in losing pointers to my Source Code Repository and project altogether, I remember there is a particular file under some folder which might be corrupted. I would appreciate if somebody could be able to tell the particular file I could fix or delete.

Sujatha
 
Ranch Hand
Posts: 374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sometimes you can repair this by closing all editors and all perspectives, exiting, restarting the machine, and reopening WSAD.

SOMETIMES.

Repairing the metadata is complicated, but may be worth it. Make a backup copy of your .metadata folder before you start mucking with it. Your first option is to try a fresh folder generated via a -data flag on a command line, then copy the .plugins folder over the new versions to save your preferences. Beyond that, try replacing files 1 by 1.

YMMV.
 
author
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did this occur on a workspace that was migrated from a previous version of WSAD ?
 
David Hibbs
Ranch Hand
Posts: 374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Roland Barcia:
Did this occur on a workspace that was migrated from a previous version of WSAD ?



I've seen it happen in both places. It seems to happen if WAS gets killed ungracefully somehow, i.e. windows crashes, while mid-exit.
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might try right-clicking in the package explorer paine at the top project level and selecting the "Refreash" option. Then exit the client normally and restart and see if that helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic