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 109357 - Incorrect username/password causes RuntimeException
Summary: Incorrect username/password causes RuntimeException
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 107718 (view as bug list)
Depends on:
Blocks: 113344
  Show dependency tree
 
Reported: 2007-07-11 12:52 UTC by Sherold Dev
Modified: 2007-08-31 11:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (4.58 KB, text/plain)
2007-07-11 12:53 UTC, Sherold Dev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sherold Dev 2007-07-11 12:52:15 UTC
Register WebLogic with incorrect username/password, start the server and the RuntimeException will occur
Comment 1 Sherold Dev 2007-07-11 12:53:38 UTC
Created attachment 44938 [details]
exception
Comment 2 Sherold Dev 2007-08-13 15:06:20 UTC
j2eeserver should never throw the RuntimeException
Comment 3 Petr Hejl 2007-08-23 12:46:46 UTC
Lazy initialization. Server can be started and stopped, the error occurs on action (deployment) itself.

Checking in src/org/netbeans/modules/j2ee/weblogic9/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/Bundle.properties,v  <--  Bundle.properties
new revision: 1.12; previous revision: 1.11
done
Checking in src/org/netbeans/modules/j2ee/weblogic9/WLDeployer.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/WLDeployer.java,v  <--  WLDeployer.java
new revision: 1.10; previous revision: 1.9
done
Checking in src/org/netbeans/modules/j2ee/weblogic9/WLDeploymentFactory.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/WLDeploymentFactory.java,v  <-- 
WLDeploymentFactory.java
new revision: 1.11; previous revision: 1.10
done
Checking in src/org/netbeans/modules/j2ee/weblogic9/WLDeploymentManager.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/WLDeploymentManager.java,v  <-- 
WLDeploymentManager.java
new revision: 1.19; previous revision: 1.18
done
Checking in src/org/netbeans/modules/j2ee/weblogic9/optional/WLStartServer.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/optional/WLStartServer.java,v  <--  WLStartServer.java
new revision: 1.20; previous revision: 1.19
done
Comment 4 Petr Hejl 2007-08-31 11:53:33 UTC
*** Issue 107718 has been marked as a duplicate of this issue. ***