This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 120876 - StackOverflowError at javax.faces.FactoryFinder.getFactory
Summary: StackOverflowError at javax.faces.FactoryFinder.getFactory
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@ide
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 18:29 UTC by Lark Fitzgerald
Modified: 2009-01-07 12:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 705


Attachments
stacktrace (94.18 KB, text/plain)
2007-11-01 18:29 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2007-11-01 18:29:31 UTC
Build: NetBeans IDE Dev (Build 20071101142452)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows Vista, 6.0, x86

User Comments: 
Got this error creating a project.
Comment 1 Lark Fitzgerald 2007-11-01 18:29:39 UTC
Created attachment 52299 [details]
stacktrace
Comment 2 Lark Fitzgerald 2007-11-01 18:45:48 UTC
I can not create a visual web project.  I used the javaee.zip at:
http://deadlock.netbeans.org/hudson/job/trunk/4245/artifact/nbbuild/dist/zip/

The page sits at Loading Please wait...

The jsp looks like:
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    Document   : Page1
    Created on : Nov 1, 2007, 1:27:46 PM
    Author     : Lark
-->

<jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" 
xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
        <webuijsf:page binding="#{Page1.page1}" id="page1">
            <webuijsf:html binding="#{Page1.html1}" id="html1">
                <webuijsf:head binding="#{Page1.head1}" id="head1">
                    <webuijsf:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
                </webuijsf:head>
                <webuijsf:body binding="#{Page1.body1}" id="body1" style="-rave-layout: grid">
                    <webuijsf:form binding="#{Page1.form1}" id="form1">
                    </webuijsf:form>
                </webuijsf:body>
            </webuijsf:html>
        </webuijsf:page>
    </f:view>
</jsp:root>

When you switch back to designer you see Missing Body Element.
Comment 3 _ krystyna 2007-11-01 19:09:21 UTC
I just downloaded the next build 4246 and could successfully create and deploy a project.
This was on XP. 
Comment 4 Lark Fitzgerald 2007-11-01 19:58:24 UTC
Verified.  Build 4246 fixed this issue.
Comment 5 Quy Nguyen 2007-11-01 20:11:35 UTC
I think I ran into this exception once sometime last week.  It may be an intermittent issue.
Comment 6 Exceptions Reporter 2008-01-30 17:14:04 UTC
THIS ISSUE HAS ALREADY 5 DUPLICATES