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 204143 - First start of server after restart fails
Summary: First start of server after restart fails
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2011-10-24 08:22 UTC by Jiri Skrivanek
Modified: 2014-10-06 08:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace from IDE log. (2.41 KB, text/plain)
2011-10-24 08:22 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-10-24 08:22:17 UTC
Created attachment 112359 [details]
Stack trace from IDE log.

Sometimes WebLogic server is not started when you try to run project. To reproduce:

- create EAR project with WebLogic server
- run project
- restart IDE (server stops)
- create new EAR project
- run project but it fails with the following message in output tab (see also attached stack trace from IDE log):

dist-directory-deploy:
pre-run-deploy:
D:\Development\builds\nbUserdir-20111024090443\EnterpriseApplication6\nbproject\build-impl.xml:313: Deployment error:
null
See the server log for details.
BUILD FAILED (total time: 6 seconds)


Product Version: NetBeans IDE Dev (Build 201110200600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 primeq 2012-11-23 19:29:02 UTC
fixed mistaken (7.1) Netbeans version to 7.2.1
Comment 2 primeq 2012-11-23 19:31:43 UTC
mistakenly edited wrong bug. Reverting NB version
Comment 3 Petr Hejl 2014-09-26 10:31:33 UTC
We use the RequestProcessor now so this should not happen anymore. Feel free to reopen.