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 170003 - IllegalArgumentException: Unknown specification version: 1.6-web
Summary: IllegalArgumentException: Unknown specification version: 1.6-web
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Konecny
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 17:04 UTC by rakeshdemazi
Modified: 2010-07-01 20:04 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 5754


Attachments
stacktrace (2.93 KB, text/plain)
2009-08-06 17:04 UTC, rakeshdemazi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rakeshdemazi 2009-08-06 17:04:19 UTC
Build: NetBeans IDE 6.7 RC3 (Build 200906142201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
kanekanekane: i WAS ATTEMPTING TO RESOLVE 'mISSUING sERVER pROPERTY'

ento: cause: missing tomcat server

GUEST: I was trying to "resolve server version issue"

GUEST: Resolve Missing Server Problem...



Stacktrace: 
java.lang.IllegalArgumentException: Unknown specification version: 1.6-web
        at org.netbeans.modules.j2ee.common.Util.getJ2eeSpecificationLabel(Util.java:396)
        at org.netbeans.modules.j2ee.common.ui.NoSelectedServerWarning.initComponents(NoSelectedServerWarning.java:242)
        at org.netbeans.modules.j2ee.common.ui.NoSelectedServerWarning.<init>(NoSelectedServerWarning.java:77)
        at org.netbeans.modules.j2ee.common.ui.NoSelectedServerWarning.selectServerDialog(NoSelectedServerWarning.java:110)
        at org.netbeans.modules.j2ee.common.ui.BrokenServerSupport.selectServer(BrokenServerSupport.java:96)
        at org.netbeans.modules.web.project.ui.WebLogicalViewProvider$WebLogicalViewRootNode$BrokenServerAction.actionPerformed(WebLogicalViewProvider.java:547)
Comment 1 rakeshdemazi 2009-08-06 17:04:24 UTC
Created attachment 85919 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-06 14:25:27 UTC
This issue already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=5754
Comment 3 Petr Jiricka 2009-09-07 21:43:08 UTC
This looks like it could happen when opening a newer version of project in an older version of NetBeans, right? I don't
see any reports from post-6.7.1 builds.
Comment 4 David Konecny 2009-09-10 01:40:48 UTC
Yeah, it has been resolved for 6.8 - the code was rewritten.
Comment 5 David Konecny 2010-07-01 20:04:46 UTC
vrnagrawal, any reason for changing resolution?