ConvertDateTime problem in MyFaces

Hi All.
I have used the <f:convertDateTime> to covert the date in input text field and its always displays one day back if time part of date is 00:00:00.
While i update the date in DB i converted the date using the DateFormat, to get the date field only. Because i am using DB2 and it accepts dates only with the time part of date is 00:00:00.
So when it comes to display ,it displays one day back . your swift response on this is highly apprceiated.
regards
Sivakumar,

For JSF 1.2 based frameworks you need el-api.jar and el-ri.jar.

Similar Messages

  • Problem using myfaces on webLogic

    I run into the problem using myfaces on webLogic 9.1.
    That is... a managedBean's instance is created twice in one page.
    That page is consisted with one <h:inputText> and <h:commandButton>.
    After some tests, we found out that the problems happens in a JSP which has <h:inputText>...
    This problem didn't happen on Tomcat or JDeveloper.
    We tried with another application.
    And oh my goodness, it didn't happen.
    It worked collect with no problems at all.
    The difference between two application is,
    the former managedBean extends abstract class,
    and the latter doesn't.
    Pls help me.....

    It was a program bag rather than weblogic's problem.
    In the program, it deleted all the objects in the session scope.
    So, after JSF render the next JSP, it re-create a managed bean.
    But, I'm still wonder why the same things didn't happen in Tomcat.
    WebLogic put managed bean into the session soon after JSF
    creates it.
    On the otherhand, Tomcat does that after managedbean's action
    is completed???
    Considering the JSF specification, i think weblogic is right.
    Cos,JSF put all the components and related managed bean
    into session, in the rendering phase.
    Thanks for asking anyway.

  • ConvertDateTime problem

    Hello
    I am using convertDateTime but having some problems..
    <t:inputText id="endDate" value="#{editSurvey.endDate}" forceId="true">
         <f:convertDateTime pattern="dd/MM/yyyy" />
    </t:inputText>Value for endDate in database is 30/11/2006.
    Value for endDate in editSurvey bean is the same.
    But on the page, convertDateTime prints it as 29/11/2006. Whatever the date is, convertDateTime prints the day before.
    Is this a bug, or am I doing something wrong?
    I am using MyFaces Impl - version 1.1.4
    Thanks for your help
    Yusuf.

    Hello,
    Just 2 hints... something like this happened to me.
    1) reading a date from database (resultSet) requires to get the value into
    java.sql.Date, and not into java.util.Date. I don't remember the exact effect
    of not using the right one.
    2) From client's side, your browser probably understands that you do
    not live in US. (I may guess that because, like me, you prefer
    day/month/year format :-) ).
    But if you don't configure manually your tomcat server with the correctLocale,
    maybe he wants to translate your value into US time.
    It's a nonsense but the same milliseconds quantity is displayed differently
    if the timezone is different. (And then you will have a problem with your
    birthdate passport at US frontier...)
    To be short, and just for testing, maybe you could try to give the locale
    name in your tag? Example:
         <t:inputText id="endDate" value="#{editSurvey.endDate}" forceId="true">
              <f:convertDateTime pattern="dd/MM/yyyy" locale="Locale.SPAIN" />
         </t:inputText>

  • Seriuos problem with myfaces

    I have a menu with item and subitem.
    If a click more that once in the same request on the links of menu, application starts to have an incorrect behaviour and everything can happen!
    Some menu items are lost, and if I go on application stop to answer to my requests and crash.
    I am using the last release of myfaces, so It shouldn't be so buggy!
    I am also using the option
    <context-param>
            <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
            <param-value>server</param-value>
    </context-param>and links have immediate = "true".
    I read that if I pass to client saving method maybe things goes well, but I don't want to have large client page in the browsers.
    I think they should advise me about these big JSF problems.
    Now I develped an application with JSF and maybe I will passo to Struts now, it is not so pretty but it works.
    Some other people found this problems?

    I also had the exact same problem. It happens as soon as you start using the "immediate" property. I tried using the latest JSF RI (1.1) and it also made problems. As soon as I switched to: CLIENT all the problems gone . . .
    I advise you to use CLIENT in the mean time. Then, in the future switch to SERVER.

  • Performance problems with MyFaces 1.1.3 in Weblogic 8.1SP3

    Hi,
              we developed a JSF based application using Apache <b>myFaces 1.1.3</b> and <b>Tomcat 5.0.27</b> as development container. The application works very well with excellent performance in tomcat. But when deployed to weblogic <b>8.1SP3</b> the performance gets really really poor. Just to give you an example: A pure navigation task between two JSP pages (<u>without any additional functionality</u>) takes <b>more than 6 seconds</b> - in tomcat this took a <b>split second</b>.
              Does anyone can figure out where this discrepancy may come from?
              Thanks for a hint ...
              Cheers,
              Chris

    Hi,
              see text below for some fragments of the BEA support answer to this problem:
              "Weblogic version 6.x and 7.x are not supporting JSF's. [...] The present Weblogic version 8.1 supports, but not all service pack. Only SP4 supports that too in the Weblogic WORKSHOP only, since this is Struts oriented Framework. [...] Weblogic 9.0 supports JSF(Java Server Faces)".
              So this problem has nothing to do with the implementation of myFaces ...
              Cheers,
              Chris

  • Problem with MyFaces

    Hi guys! I`m working with myfaces libraries but i have the following problem:
    when i define a validator or phaseListener in faces-config.xml ... their not being invoked... Any suggesstions?

    Did you solve this issue? I'm struggling with the same issue for the past few days.

  • Problems with MyFaces on WebSphere 5.1.1

    Hello!
    I want to run MyFaces 1.1.1 on WebSphere 5.1.1 but have problems.
    The Application is not even starting.
    The MyFaces website sais that it runs with Websphere 5.1.2...
    Is it right that MyFaces does not run with WebSphere 5.1.1 or is there any
    trick?
    Thanks!

    Miikee_,
    When them put version 5.1.2 is because of WSAD not for WebSphere AppServer.
    Just for a test try to do what is in the link: http://wiki.apache.org/myfaces/Websphere_Installation.
    I really won�t apply this in my production environment, because of a possibility of contract in changing WebSphere default libraries.
    Rgds,
    HJR

  • h:form problem with myfaces 1.1.4

    Hi,
    I have a jsf page whose body is wrapped by tag <h:form>. This seems to be necessary with myfaces 1.1.4.
    My page contains:
    1 - A "sign out" commandLink which simply logs out current logged user
    2 - an inputText tag, bound to a validation method of a backinbg bean, that verifies if inserted text is a valid email or not.
    When I insert an invalid email address in the input text and press "sign out", the "email address not valid" message it's showed, and signout performs only when I insert a valid address!
    This is not good, as signiing out must not have any relation with form validation.
    Can anyone help me ?
    Pietro

    A form is required around any input and command components (ones that need a HTML form rendered to the client). You can have multiple forms per page.
    When the user does something that submits the page, only the surounding form is actually submitted. So in your example you want to use seperate forms for the logout link and the email input.
    So for example:
    <h:form id="logoutForm">
       ... logout link here ...
    </h:form>
    <h:form id="emailForm">
    ... email input stuff here ...
    </h:form>

  • ConvertDateTime: problems with year conversion

    In my application I want the user to enter a date into an input field following the pattern "d.MM.yyyy". Here's my code (where myDate is of type java.util.Date):
    <h:inputText value="#{contentHandler.myDate}">
    <f:convertDateTime type="date" pattern="d.MM.yyyy" />
    </h:inputText>
    Everything works fine until someone enters a date with a two-digit year, for example "12.08.05". This input is converted to "12.08.0005" but I'd rather have it converted to "12.08.2005". Any ideas or suggestions?

    use d.MM.yy
    It can accept 12.08.2005 n 12.08.05
    and the year it will be 2005 for both

  • BUG: JSP disappears from design view with MyFaces / Tomahawk

    Hi,
    When I try to create a JSF JSP in design view (as opposed to code view) using MyFaces and Tomahawk 1.1.3, the design view will blank and display "Type, paste or drag and drop content onto this blank....". This usually happens after I've dragged half a dozen JSF outputlabels and inputtext boxes. The code still exists in code view, and will even compile and deploy ok, it's just the design view that stops working. The design view usually blanks while I'm switching between the code tabs at the top of the screen, although I'm fairly sure it blanked as I dropped a textbox onto the form once.
    I've restarted JDev, tried to create a second page, clicked refresh etc but I can't get it back. This has happened starting from scratch 3 times now.
    I've switched back to the builtin reference implementation JSF (and no Tomahawk), and JDeveloper works fine, so it seems to be a problem using MyFaces. I've added MyFaces and Tomahawk via Manage Libraries.
    This Oracle article - http://www.oracle.com/technology/products/jdev/101/howtos/myfaces/index.html
    states that the RI version can't be swapped out in JDev Developer Preview version but I understand that's not true now?
    I'm using :-
    JDeveloper SU4
    java 1.5
    Windows XP SP1
    Thanks for any help.

    I found the answer. I went to View, Style Rendering and clicked several of the boxes  Display Media was one.

  • MyFaces Tobago and Jdev 11g TP2 [BUG??]

    Hi I was trying Jdev 11g TP2 and wanted to test the components from MyFaces Tobago, but when I added the Tobago JAR's the design view stop showing the preview of the standard jsf components and show them like unrecognized tags; and I haven't add any tobago component. what am I doing wrong? is it a BUG?
    EDIT:
    The thing same happens with the MyFaces Tomahawk Components. Is there any problems with MyFaces Compnents?

    Hi,
    make sure you use JSF 1.2 versions of the component set because JDeveloper 11 uses JSF 1.2. Beside of this chances are likely that this is an issue in teh current JDev 11 build. There is a TP3 planned for December, Can you verify if the issue reproduces then ?
    Frank

  • MyFaces and Websphere 5.1.0.5

    Hi. I'm having problems getting MyFaces to work with Websphere. When I deploy the exact same war file in tomcat it works fine, but when I try to start the application in websphere it won't start. As near as I can tell it is a class not found error that occurs within the org.apache.myfaces.webapp.StartupServletContextListener listener class since a classnotfound exception is logged in the ffdc directory every time I try to start the application. When I remove
    <listener>
    <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    </listener>
    from the web.xml the application will start, but of course then any faces pages do not work.
    What I would like to know is
    1. Has anyone made MyFaces work on this version of Websphere? I see that Websphere 5.1.2 specifically is on the compatability list. Do I need to upgrade to that version to use MyFaces or should it work on other versions as well?
    2. Any suggestions to help me out?
    Thanks

    Miikee_,
    When them put version 5.1.2 is because of WSAD not for WebSphere AppServer.
    Just for a test try to do what is in the link: http://wiki.apache.org/myfaces/Websphere_Installation.
    I really won�t apply this in my production environment, because of a possibility of contract in changing WebSphere default libraries.
    Rgds,
    HJR

  • Problem with JSF components

    I am having problem with myfaces tomhawk components in a portal environment
    They work fine as a standalone web application
    When we make it a portlet, they render properly, but the pagination and links in the calendar components are not working
    They submit the page to the server, but does nothing

    Hi,
    WLP 9.2 will be using the Sun RI for JSF portlets. We are going to certify with Apache MyFaces post GA.
    The Beta drop of WLP 9.2 is coming soon and you will be able to do more around development.
    We appreciate you taking the time to review the product and provide feedback.
    Regards,
    --alex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Jsp-spring integration

    Hi guys,
    I was trying to use jsf-spring.jar
    http://jsf-spring.sourceforge.net/2.4/org/springframework/web/jsf/package-summary.html
    I hv followed the instruction but got the following error msg in the log file
    12:23:53,793 WARN Digester:127 - [ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)
    12:23:53,803 WARN Digester:127 - [ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)
    12:23:54,003 WARN Digester:120 - [ValidatorRule]{faces-config/validator} Merge(catalog.view.validator.SelectedItemsRange)
    12:23:55,946 INFO FacesConfigurator:179 - Reading standard config net/sourceforge/myfaces/resource/standard-faces-config.xml
    Aug 26, 2004 12:23:55 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Aug 26, 2004 12:23:55 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context startup failed due to previous errors
    pls help

    Hi,
    from the link you're providing, I see that you're using jsf-spring 2.4. We'll upload version 2.6 today - please try that one and see if your problem persists. Please note that you have to use jsf-spring slightly different:
    - Don't specify a VariableResolver in faces-config.xml - this is done by jsf-spring.jar
    - Specify a Listener to initialize Spring (just as you would when using Spring alone)
    Generally, the package names have changed, since jsf-spring isn't intended to be included in Spring any more.
    If your problem doesn't go away, it might as well be a problem with myfaces. There isn't any reference to one of our classes in your log file output. Do you have a stacktrace? If our classes are in there, please post it as a bug on jsf-spring.sf.net.
    Regards,
    Thomas

  • New project error

    hi
    i get the following error when i try to create a new project: unable to create new project webapplicationx
    however, i can work with the project after this message, but can't save and reload it.
    it just doesn't appear in the project list, when i reload sjsc.
    another problem is myfaces, and component integration. i know that these will be fixed but could i know please around when?

    hi
    i think i've already wrote what the error message is. but here is the log file.
    there is no error message while saving. it saves the project, but not proberly cos i can't reopen it.
    Log Session: 2004. okt�ber 12. 14:26:16 CEST
    System Info: Product Version = Java Studio Creator (Build 040903)
    Operating System = Windows XP version 5.1 running on x86
    Java; VM; Vendor = 1.4.2_04; Java HotSpot(TM) Client VM 1.4.2_04-b05; Sun Microsystems Inc.
    Java Home = C:\Sun\Creator\java\jre
    System Locale; Encod. = hu_HU; Cp1250
    Home Dir; Current Dir = C:\Documents and Settings\B�res G�bor; C:\Sun\Creator\bin
    IDE Install; User Dir = C:\Sun\Creator; C:\Documents and Settings\B�res G�bor\.Creator\1_0
    CLASSPATH = C:\Sun\Creator\lib\ext\boot.jar;C:\Sun\Creator\lib\ext\jgraph.jar;C:\Sun\Creator\lib\ext\naming.jar;C:\Sun\Creator\lib\ext\pbclient.jar;C:\Sun\Creator\lib\ext\pbtools.jar;C:\Sun\Creator\lib\ext\rowset.jar;C:\Sun\Creator\lib\ext\smbase.jar;C:\Sun\Creator\lib\ext\smdb2.jar;C:\Sun\Creator\lib\ext\sminformix.jar;C:\Sun\Creator\lib\ext\smoracle.jar;C:\Sun\Creator\lib\ext\smresource.jar;C:\Sun\Creator\lib\ext\smsqlserver.jar;C:\Sun\Creator\lib\ext\smsybase.jar;C:\Sun\Creator\lib\ext\smutil.jar;C:\Sun\Creator\lib\ext\sql.jar;C:\Sun\Creator\lib\ext\sqlx.jar;C:\Sun\Creator\lib\ext\locale\boot_ja.jar;C:\Sun\Creator\lib\ext\locale\boot_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\naming_ja.jar;C:\Sun\Creator\lib\ext\locale\naming_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sqlx_ja.jar;C:\Sun\Creator\lib\ext\locale\sqlx_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sql_ja.jar;C:\Sun\Creator\lib\ext\locale\sql_zh_CN.jar;C:\Sun\Creator\java\lib\dt.jar;C:\Sun\Creator\java\lib\tools.jar
    Boot & ext classpath = C:\Sun\Creator\java\jre\lib\rt.jar;C:\Sun\Creator\java\jre\lib\i18n.jar;C:\Sun\Creator\java\jre\lib\sunrsasign.jar;C:\Sun\Creator\java\jre\lib\jsse.jar;C:\Sun\Creator\java\jre\lib\jce.jar;C:\Sun\Creator\java\jre\lib\charsets.jar;C:\Sun\Creator\java\jre\classes;C:\Sun\Creator\java\jre\lib\ext\dnsns.jar;C:\Sun\Creator\java\jre\lib\ext\ldapsec.jar;C:\Sun\Creator\java\jre\lib\ext\localedata.jar;C:\Sun\Creator\java\jre\lib\ext\sunjce_provider.jar
    Dynamic classpath = C:\Sun\Creator\lib\core.jar;C:\Sun\Creator\lib\openfile-cli.jar;C:\Sun\Creator\lib\openide-loaders.jar;C:\Sun\Creator\lib\openide.jar;C:\Sun\Creator\lib\ravelnf.jar;C:\Sun\Creator\lib\locale\core_ja.jar;C:\Sun\Creator\lib\locale\core_zh_CN.jar;C:\Sun\Creator\lib\locale\openide-loaders_ja.jar;C:\Sun\Creator\lib\locale\openide-loaders_zh_CN.jar;C:\Sun\Creator\lib\locale\openide_ja.jar;C:\Sun\Creator\lib\locale\openide_zh_CN.jar;C:\Sun\Creator\lib\locale\ravelnf_ja.jar;C:\Sun\Creator\lib\locale\ravelnf_zh_CN.jar
    [org.netbeans.core.modules #4] Warning: the extension C:\Sun\Creator\modules\ext\sac.jar may be multiply loaded by modules: [C:\Sun\Creator\modules\css.jar, C:\Sun\Creator\modules\insync.jar]; see: http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#class-path
    Turning on modules:
         org.openide/1 [4.26.2 040903]
         org.openide.loaders [4.11.1 040903]
         org.netbeans.core/1 [1.21.2 040903]
         org.openide.io [1.1.2 040903]
         org.netbeans.lib.terminalemulator [1.1.1 040903]
         org.netbeans.core.output/1 [1.1.1 040903]
         com.sun.rave.beans2/1 [1.0.2 040903]
         org.netbeans.modules.javahelp/1 [2.1.1 040903]
         org.openide.execution [1.1.1 040903]
         org.openide.compiler [1.2.1 040903]
         org.netbeans.core.compiler/1 [1.4.1 040903]
         org.netbeans.api.java/1 [1.3.1 040903]
         org.netbeans.core.execution/1 [1.3.1 040903]
         org.netbeans.libs.xerces/1 [1.4.1 2.6.0]
         org.apache.tools.ant.module/3 [3.6.1 040903]
         org.openide.src [1.1.1 040903]
         org.openide.debugger [1.1.1 040903]
         org.netbeans.modules.j2eeapis/1 [1.0 040903]
         org.netbeans.modules.settings/1 [1.4.1 040903]
         org.netbeans.api.xml/1 [1.3.1.3.6.0 3.6.0 040903]
         org.netbeans.modules.schema2beans/1 [1.7.1 040903]
         org.netbeans.modules.debugger.core/3 [2.10.2 040903]
         org.netbeans.libs.j2eeeditor/1 [1.1.1 040903]
         org.netbeans.modules.j2eeserver/3 [1.1.4 040903]
         org.netbeans.modules.debugger.jpda/1 [1.17.2 040903]
         org.netbeans.api.web.dd/1 [1.1.1 1.0 040903]
         com.sun.rave.project/1 [1.0.3 040903]
         org.netbeans.modules.editor/1 [1.14.4 040903]
         com.sun.rave.jsfcl/1 [1.0.3 040903]
         com.sun.rave.jsfsupport/1 [1.0.3 040903]
         com.sun.rave.insync/1 [1.0.3 040903]
         org.netbeans.modules.diff/1 [1.7.1 040903]
         com.sun.rave.jsfmetadata/1 [1.0.1 040903]
         com.sun.rave.toolbox/1 [1.0.3 040903]
         org.netbeans.modules.classfile/1 [1.8 040903]
         org.netbeans.modules.java/1 [1.16.2 040903]
         com.sun.rave.designer/1 [1.0.3 040903]
         org.netbeans.modules.html/1 [1.12.3 040903]
         com.sun.rave.jwsdpsupport/1 [1.0 040903]
         org.netbeans.modules.css/2 [1.1.1.3.6.0 3.6.0 040903]
         org.netbeans.modules.servletapi24/1 [2.0.1 2.0.1 040903]
         org.netbeans.modules.web.jspparser/2 [2.0.1 040903]
         org.netbeans.core.ide/1 [1.3.1 040903]
         com.sun.rave.sam/1 [1.0.3 040903]
         org.netbeans.modules.image/1 [1.11.1 040903]
         com.sun.rave.navigation/1 [1.0.2 040903]
         org.netbeans.modules.xml.core/2 [1.1.1.3.6.0 3.6.0 040903]
         org.netbeans.modules.xml.text/2 [1.1.1.3.6.0 3.6.0 040903]
         org.netbeans.modules.schema2beansdev/1 [1.1.1 040903]
         org.openidex.util/2 [2.7.1 040903]
         com.sun.rave.licensemgr/1 [1.2 040903]
         org.netbeans.modules.autoupdate/1 [2.8.2 040903]
         com.sun.rave.raveupdate/1 [1.0.1 040903]
         org.netbeans.modules.web.core.syntax/1 [1.13.1 040903]
         com.sun.rave.jspsyntaxint/1 [1.0 040903]
         org.netbeans.modules.xml.catalog/2 [1.1.1.3.6.0 3.6.0 040903]
         com.sun.tools.appserver/1 [2.0.1 20040903-1052]
         org.netbeans.modules.utilities/1 [1.15.1 040903]
         com.sun.rave.layoutmgr/1 [1.1 040903]
         com.sun.rave.plaf/1 [0.1 040903]
         com.sun.rave.windowmgr/1 [1.1 040903]
         org.netbeans.modules.extbrowser/1 [1.3.2 040903]
         com.sun.rave.websvc/1 [1.0.3 040903]
         com.sun.rave.servernav/1 [1.0 040903]
         com.sun.rave.welcome/1 [1.0.2 040903]
         com.sun.rave.ravehelp/1 [1.0.2 040903]
         com.sun.rave.errorhandler.server/1 [0.1 040903]
         com.sun.rave.dataconnectivity/1 [1.0.3 040903]
         org.netbeans.core.ui/1 [1.3.1 040903]
         org.netbeans.modules.text/1 [1.12.1 040903]
         org.netbeans.modules.clazz/1 [1.13.1 040903]
         org.netbeans.modules.properties/1 [1.11.2 040903]
         org.netbeans.modules.beans/1 [1.11.2 040903]
         org.netbeans.modules.properties.syntax/1 [1.11 040903]
    INFORMATIONAL *********** Exception occurred ************ at Tue Oct 12 14:26:33 CEST 2004
    java.net.MalformedURLException: unknown protocol: c
         at java.net.URL.<init>(URL.java:544)
         at java.net.URL.<init>(URL.java:434)
         at java.net.URL.<init>(URL.java:383)
         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    [catch] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.sun.rave.project.model.ProjectDOM.parse(Unknown Source)
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.getRecentProjects(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.createRecentProjectNodes(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.updateProjectNodes(Unknown Source)
         at com.sun.rave.welcome.WelcomeTopComponent.componentShowing(Unknown Source)
         at org.openide.windows.WindowManager.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowChanged(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireComponentChanged(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.addComponent(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.addComponent(Unknown Source)
         at com.sun.rave.windowmgr.DocumentWindowContainer.addTopComponent(Unknown Source)
         at com.sun.rave.windowmgr.DocumentWindowContainer.<init>(Unknown Source)
         at com.sun.rave.windowmgr.ModeImpl.dockInto(Unknown Source)
         at com.sun.rave.windowmgr.ModeImpl.dockInto(Unknown Source)
         at com.sun.rave.welcome.WelcomeTopComponent.open(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.load(Unknown Source)
         at org.openide.windows.WindowManager.load(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doShowMainWindow(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.access$000(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    INFORMATIONAL *********** Exception occurred ************ at Tue Oct 12 14:26:33 CEST 2004
    [catch]java.lang.IllegalStateException: [Winsys] TopComponent com.sun.rave.welcome.WelcomeTopComponent[Welcome,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EtchedBorder@34b350,flags=256,maximumSize=,minimumSize=,preferredSize=java.awt.Dimension[width=600,height=400]] throws runtime exception from its componentShowing() method. Repair it!
         at org.openide.windows.WindowManager.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowChanged(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireComponentChanged(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.addComponent(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.addComponent(Unknown Source)
         at com.sun.rave.windowmgr.DocumentWindowContainer.addTopComponent(Unknown Source)
         at com.sun.rave.windowmgr.DocumentWindowContainer.<init>(Unknown Source)
         at com.sun.rave.windowmgr.ModeImpl.dockInto(Unknown Source)
         at com.sun.rave.windowmgr.ModeImpl.dockInto(Unknown Source)
         at com.sun.rave.welcome.WelcomeTopComponent.open(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.load(Unknown Source)
         at org.openide.windows.WindowManager.load(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doShowMainWindow(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.access$000(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    ==>
    java.lang.NullPointerException
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.getRecentProjects(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.createRecentProjectNodes(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.updateProjectNodes(Unknown Source)
    [catch] at com.sun.rave.welcome.WelcomeTopComponent.componentShowing(Unknown Source)
         at org.openide.windows.WindowManager.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowChanged(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireComponentChanged(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.addComponent(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.addComponent(Unknown Source)
         at com.sun.rave.windowmgr.DocumentWindowContainer.addTopComponent(Unknown Source)
         at com.sun.rave.windowmgr.DocumentWindowContainer.<init>(Unknown Source)
         at com.sun.rave.windowmgr.ModeImpl.dockInto(Unknown Source)
         at com.sun.rave.windowmgr.ModeImpl.dockInto(Unknown Source)
         at com.sun.rave.welcome.WelcomeTopComponent.open(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.load(Unknown Source)
         at org.openide.windows.WindowManager.load(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doShowMainWindow(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.access$000(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    INFORMATIONAL *********** Exception occurred ************ at Tue Oct 12 14:26:33 CEST 2004
    java.net.MalformedURLException: unknown protocol: c
         at java.net.URL.<init>(URL.java:544)
         at java.net.URL.<init>(URL.java:434)
         at java.net.URL.<init>(URL.java:383)
         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    [catch] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.sun.rave.project.model.ProjectDOM.parse(Unknown Source)
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.getRecentProjects(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.createRecentProjectNodes(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.updateProjectNodes(Unknown Source)
         at com.sun.rave.welcome.WelcomeTopComponent.componentShowing(Unknown Source)
         at org.openide.windows.WindowManager.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowShown(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.fireWindowShown(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireShown(Unknown Source)
         at com.sun.winsys.layout.impl.RTabbedDocumentPane.fireChangedNoActivate(Unknown Source)
         at com.sun.winsys.layout.impl.RTabbedDocumentPane.addWindow(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.restoreLayoutDockedWindows(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.restoreLayout(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.applyLayoutFrom(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.loadLayout(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doLayout(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.load(Unknown Source)
         at org.openide.windows.WindowManager.load(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doShowMainWindow(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.access$000(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    INFORMATIONAL *********** Exception occurred ************ at Tue Oct 12 14:26:33 CEST 2004
    [catch]java.lang.IllegalStateException: [Winsys] TopComponent com.sun.rave.welcome.WelcomeTopComponent[Welcome,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EtchedBorder@34b350,flags=256,maximumSize=,minimumSize=,preferredSize=java.awt.Dimension[width=600,height=400]] throws runtime exception from its componentShowing() method. Repair it!
         at org.openide.windows.WindowManager.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowShown(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.fireWindowShown(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireShown(Unknown Source)
         at com.sun.winsys.layout.impl.RTabbedDocumentPane.fireChangedNoActivate(Unknown Source)
         at com.sun.winsys.layout.impl.RTabbedDocumentPane.addWindow(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.restoreLayoutDockedWindows(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.restoreLayout(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.applyLayoutFrom(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.loadLayout(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doLayout(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.load(Unknown Source)
         at org.openide.windows.WindowManager.load(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doShowMainWindow(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.access$000(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    ==>
    java.lang.NullPointerException
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.getRecentProjects(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.createRecentProjectNodes(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2.updateProjectNodes(Unknown Source)
    [catch] at com.sun.rave.welcome.WelcomeTopComponent.componentShowing(Unknown Source)
         at org.openide.windows.WindowManager.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.componentShowing(Unknown Source)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowShown(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.fireWindowShown(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireShown(Unknown Source)
         at com.sun.winsys.layout.impl.RTabbedDocumentPane.fireChangedNoActivate(Unknown Source)
         at com.sun.winsys.layout.impl.RTabbedDocumentPane.addWindow(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPaneImpl(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.readLayoutOfPane(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.restoreLayoutDockedWindows(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutPane.restoreLayout(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.applyLayoutFrom(Unknown Source)
         at com.sun.winsys.layout.impl.RLayoutManager.loadLayout(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doLayout(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.load(Unknown Source)
         at org.openide.windows.WindowManager.load(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.doShowMainWindow(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl.access$000(Unknown Source)
         at com.sun.rave.windowmgr.WindowManagerImpl$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    INFORMATIONAL *********** Exception occurred ************ at Tue Oct 12 14:26:35 CEST 2004
    java.net.MalformedURLException: unknown protocol: c
         at java.net.URL.<init>(URL.java:544)
         at java.net.URL.<init>(URL.java:434)
         at java.net.URL.<init>(URL.java:383)
         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    [catch] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.sun.rave.project.model.ProjectDOM.parse(Unknown Source)
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
         at com.sun.rave.project.actions.RecentProjectsAction.menuInit(Unknown Source)
         at com.sun.rave.project.actions.RecentProjectsAction.getPopupPresenter(Unknown Source)
         at com.sun.rave.project.actions.RecentProjectsAction.getMenuPresenter(Unknown Source)
         at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(Unknown Source)
         at org.openide.loaders.FolderInstance.defaultProcessObjects(Unknown Source)
         at org.openide.loaders.FolderInstance.access$000(Unknown Source)
         at org.openide.loaders.FolderInstance$2.run(Unknown Source)
         at org.openide.util.Task.run(Unknown Source)
         at org.openide.awt.AWTTask.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    *********** Exception occurred ************ at Tue Oct 12 14:26:35 CEST 2004
    java.lang.NullPointerException
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
         at com.sun.rave.project.actions.RecentProjectsAction.menuInit(Unknown Source)
         at com.sun.rave.project.actions.RecentProjectsAction.getPopupPresenter(Unknown Source)
         at com.sun.rave.project.actions.RecentProjectsAction.getMenuPresenter(Unknown Source)
         at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(Unknown Source)
         at org.openide.loaders.FolderInstance.defaultProcessObjects(Unknown Source)
         at org.openide.loaders.FolderInstance.access$000(Unknown Source)
         at org.openide.loaders.FolderInstance$2.run(Unknown Source)
         at org.openide.util.Task.run(Unknown Source)
         at org.openide.awt.AWTTask.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    [catch] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    INFORMATIONAL *********** Exception occurred ************ at Tue Oct 12 14:27:34 CEST 2004
    java.net.MalformedURLException: unknown protocol: c
         at java.net.URL.<init>(URL.java:544)
         at java.net.URL.<init>(URL.java:434)
         at java.net.URL.<init>(URL.java:383)
         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    [catch] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.sun.rave.project.model.ProjectDOM.parse(Unknown Source)
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
         at com.sun.rave.project.ProjectMRU.add(Unknown Source)
         at com.sun.rave.project.ProjectManager.newProject(Unknown Source)
         at com.sun.rave.project.actions.NewProjectAction$2.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    INFORMATIONAL *********** Exception occurred ************ at Tue Oct 12 14:27:34 CEST 2004
    java.lang.NullPointerException
         at com.sun.rave.project.ProjectMRU.loadMRU(Unknown Source)
         at com.sun.rave.project.ProjectMRU.<init>(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getInstance(Unknown Source)
         at com.sun.rave.project.ProjectMRU.getList(Unknown Source)
    [catch] at com.sun.rave.project.ProjectMRU.add(Unknown Source)
         at com.sun.rave.project.ProjectManager.newProject(Unknown Source)
         at com.sun.rave.project

Maybe you are looking for