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 189601 - ClassCastException when redeploying application
Summary: ClassCastException when redeploying application
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 15:16 UTC by Petr Jiricka
Modified: 2010-08-19 03:24 UTC (History)
0 users

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 Petr Jiricka 2010-08-17 15:16:16 UTC
After turning off deploy on save, I got the following error message in the log file, when deploying a Java EE 5 app to WebLogic 10.3.3.

Incrementally redeploying WebApplication126
<Aug 17, 2010 5:09:57 PM CEST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, WebApplication126 [archive: null], to myserver .> 
java.lang.ClassCastException: org.netbeans.modules.j2ee.weblogic9.deploy.WLDeploymentManager$ServerTargetModuleID cannot be cast to weblogic.deploy.api.spi.deploy.TargetModuleIDImpl

Unfortunately, I can not find the full stack trace anywhere.
Comment 1 Petr Hejl 2010-08-18 12:01:07 UTC
Fixed in web-main 446544fe9e90.
Comment 2 Quality Engineering 2010-08-19 03:24:09 UTC
Integrated into 'main-golden', will be available in build *201008190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/446544fe9e90
User: Petr Hejl <phejl@netbeans.org>
Log: #189601 ClassCastException when redeploying application