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 235170 - ClassNotFoundException: org.openide.util.Pair
Summary: ClassNotFoundException: org.openide.util.Pair
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 12:49 UTC by matimoram
Modified: 2013-08-29 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203399


Attachments
stacktrace (4.66 KB, text/plain)
2013-08-28 12:49 UTC, matimoram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matimoram 2013-08-28 12:49:41 UTC
This issue was reported manually by matimoram.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 (Build 201302261559)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
matimoram: Queria ver las propiedades de un proyecto y me salto la excepcion, no me deja ver las propiedades de los proyectos.




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.util.Pair
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 matimoram 2013-08-28 12:49:42 UTC
Created attachment 139371 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-08-28 13:02:52 UTC
Another webservices and reflection that destroys classpath problem?
Comment 3 TomasKraus 2013-08-28 13:22:27 UTC
I would like to know few more details first:

1) What GlassFish version was used?
2) What was user doing?

It looks like known GF 3.1.2 WS problem. But in all previous reports I had no contacts to ask for more details.
Comment 4 TomasKraus 2013-08-29 12:26:25 UTC
matimoram,

I'm closing this bug as incomplete now. Please answer my questions and reopen this bug again.

It is on 99.9% known issue caused by bug in GlassFish 3.1.2 web services. If you use GF 3.1.2 with netbeans and you are working with any project that contains web services, please upgrade GlassFish to 3.1.2.2 ASAP. In this case please switch bug state into RESOLVED/WONTFIX or add come comment and I'll do that myself.

If you see this problem with GlassFish 3.1.2.2 or GlassFish 4, please provide reproduction scenario with some simple application (when needed) to let me reproduce it in my environment and reopen this bug.