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 165566 - warning on WL initialisation
Summary: warning on WL initialisation
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 03:48 UTC by Vince Kraemer
Modified: 2009-05-21 08:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2009-05-20 03:48:08 UTC
recently pulled build...

from the IDE's log file

WARNING [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]: Plugin WebLogic installation failed
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry] java.lang.IllegalStateException: Bad server plugin: cant
locate layer filesystem {0}
        at org.netbeans.modules.j2ee.deployment.impl.Server.<init>(Server.java:110)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addPlugin(ServerRegistry.java:179)
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(ServerRegistry.java:128)
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.serversMap(ServerRegistry.java:162)
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getServers(ServerRegistry.java:260)
Comment 1 Petr Hejl 2009-05-20 09:35:43 UTC
Despite of that, plugin loads...
Comment 2 Petr Hejl 2009-05-20 09:59:11 UTC
Wrong folder in JaxWS stack.
Comment 3 Milan Kuchtiak 2009-05-20 10:14:37 UTC
Fixed.
However, the WebLogic plugin path in layer.xml is confusing

I'd rename it from
J2EE/DeploymentPlugins/WebLogic9
to
J2EE/DeploymentPlugins/WebLogic

since the plugin works not only for WebLogic 9.

Fix Details:
http://hg.netbeans.org/main/rev/87686b90682e
Comment 4 Quality Engineering 2009-05-21 08:34:45 UTC
Integrated into 'main-golden', will be available in build *200905210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/87686b90682e
User: mkuchtiak@netbeans.org
Log: #165566: rename WebLogic Lookup path in layer.xml