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 189483 - ClassNotFoundException: weblogic.utils.NestedException
Summary: ClassNotFoundException: weblogic.utils.NestedException
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 189485 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-13 10:19 UTC by Alexandr Scherbatiy
Modified: 2010-08-16 08:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171930


Attachments
stacktrace (4.68 KB, text/plain)
2010-08-13 10:19 UTC, Alexandr Scherbatiy
Details
Screenshot of the last step of the registration wizard (40.10 KB, image/png)
2010-08-13 11:22 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-08-13 10:19:50 UTC
Build: NetBeans IDE Dev (Build 201008130001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

Stacktrace: 
java.lang.ClassNotFoundException: weblogic.utils.NestedException
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
Comment 1 Alexandr Scherbatiy 2010-08-13 10:19:54 UTC
Created attachment 101369 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2010-08-13 10:20:55 UTC
NB 6.10 M1 

Product Version         = NetBeans IDE Dev (Build 201008130001) (#0a7ad55e2e04)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_20; Java HotSpot(TM) Client VM 16.3-b01; Sun Microsystems Inc.


Steps to reproduce:

   1. Open the Services window.
   2. Right-click the Servers node and choose Add Server.
   3. Select Oracle WebLogic Server from the list. Click Next.
   4. Click Browse and locate the installation of the server.
   5. Type the username and password for the domain. Click Finish.

The exception pops up.
Comment 3 Petr Hejl 2010-08-13 10:47:41 UTC
Would be great to know which version of weblogic do you register, how was the domain created and what are the parameters of the domain during the registration.

Hopefully should be fixed (blind fix) in web-main by 45de4333d4f3. However there may be some problem with host/port parsing for the domain.
Comment 4 Petr Hejl 2010-08-13 10:47:53 UTC
*** Bug 189485 has been marked as a duplicate of this bug. ***
Comment 5 Alexandr Scherbatiy 2010-08-13 10:54:15 UTC
Version: wlserver_10.3

I used the Configuration Wizard to create a domain.
Start > Programs > Oracle WebLogic > WebLogic Server > Tools > Configuration Wizard

The default parameters were used during the domain registration, except the admin name.

Admin name: sunflower
AdminServer port: 7001

Domains:
  base_domain
  D:\Sun\Oracle\Server\user_projects\domains
Comment 6 Alexandr Scherbatiy 2010-08-13 10:56:14 UTC
> Hopefully should be fixed (blind fix) in web-main by 45de4333d4f3. 

Sorry. In which NB build the fix will be available?
Comment 7 Petr Hejl 2010-08-13 11:02:24 UTC
It should propagate to daily build in one or two days. The automatic message should appear here as a comment.

Can you provide a screenshot of the last step of the registration wizard?

Thanks.
P.
Comment 8 Alexandr Scherbatiy 2010-08-13 11:22:03 UTC
Created attachment 101372 [details]
Screenshot of the last step of the registration wizard
Comment 9 Quality Engineering 2010-08-14 03:31:52 UTC
Integrated into 'main-golden', will be available in build *201008140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/45de4333d4f3
User: Petr Hejl <phejl@netbeans.org>
Log: #189483 ClassNotFoundException: weblogic.utils.NestedException
Comment 10 Alexandr Scherbatiy 2010-08-16 08:40:41 UTC
The issue is not reproduced in NetBeans IDE Dev (Build 201008160001)

However there is another exception after the server starting:
issue 189537 Running WebLogic server fails. ClassNotFoundException: weblogic.rmi.extensions.DisconnectListener