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 122744 - JBoss is not treated as started
Summary: JBoss is not treated as started
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-26 08:29 UTC by Roman Mostyka
Modified: 2007-11-26 15:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE's log (33.33 KB, text/plain)
2007-11-26 08:30 UTC, Roman Mostyka
Details
JBoss boot log (60.67 KB, text/plain)
2007-11-26 08:31 UTC, Roman Mostyka
Details
JBoss log (619.85 KB, text/plain)
2007-11-26 08:31 UTC, Roman Mostyka
Details
patched jar (1.29 MB, application/octet-stream)
2007-11-26 13:32 UTC, Petr Hejl
Details
IDE's log with bad SOCKS (72.66 KB, text/plain)
2007-11-26 15:18 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2007-11-26 08:29:38 UTC
1. Add JBoss Application Server to the IDE.
2. Rightclick it's node and choose "Start".

Result: Status line shows that starting is in progress, but when starting is finished, JBoss node doesn't show this.
It happens only on Solaris x86 (SunFire V65x, Solaris 10 U5).
But when IDE is closing, then small dialog appears that JBoss Application Server stopping.
Comment 1 Roman Mostyka 2007-11-26 08:30:24 UTC
Created attachment 53469 [details]
IDE's log
Comment 2 Roman Mostyka 2007-11-26 08:31:13 UTC
Created attachment 53470 [details]
JBoss boot log
Comment 3 Roman Mostyka 2007-11-26 08:31:39 UTC
Created attachment 53471 [details]
JBoss log
Comment 4 Petr Hejl 2007-11-26 09:04:39 UTC
Does the refresh of the node fix the displayed state?
Comment 5 Roman Mostyka 2007-11-26 09:08:32 UTC
No. And it seems to me that even dialog about stopping JBoss appears if IDE is closed, JBoss is not stopped anyway.
It worked before. But some time ago JBoss started to behave wrong.
Comment 6 Petr Hejl 2007-11-26 10:24:40 UTC
Is it consistently reproducible for you? We made an attempt to reproduce it here (solaris x86, jdk6) but we were not
successful. We tried jboss 4.2.2 and 4.0.4 - everything works fine.

Can you provide some detail info? Can you test with clean userdir? Can you test that server really runs (outside of the
ide)? Can you stop it outside of the ide?
Comment 7 Petr Hejl 2007-11-26 10:34:14 UTC
Another question - is your system firewalled somehow? According to observations (refresh didn't helped, stop does not
work) this could be the reason...
Comment 8 Roman Mostyka 2007-11-26 10:44:05 UTC
It is consistently reproducible for me. I use JBoss 4.0.4.GA.
I tested with clean userdir, server really runs, just IDE doesn't show this and server can be stopped outside of IDE.
I don't know which additional info you need and what I can give you more.
It can be problem with environment. But the point is that everything was fine before.
So probably the best way to give you more info is to establish VNC session.
Comment 9 Roman Mostyka 2007-11-26 11:55:16 UTC
No, ipfilter is disabled.
Comment 10 Petr Hejl 2007-11-26 13:31:06 UTC
Can you run replace the jar in the netbeans enterprise4/modules with the attached one? Then run netbeans with the
-J-Dorg.netbeans.modules.j2ee.jboss4.level=0 parameter. It should write more descriptive logs to the ide log. Please
post the ide log. Thanks for your effort.
Comment 11 Petr Hejl 2007-11-26 13:32:13 UTC
Created attachment 53489 [details]
patched jar
Comment 12 Roman Mostyka 2007-11-26 14:00:29 UTC
OK. Everything OK now. With attached JAR file I see now from log file that SOCKS server has bad version.
I fixed this in now everything is OK.
Thank You for help.
Comment 13 Roman Mostyka 2007-11-26 14:01:27 UTC
Verified.
Comment 14 Petr Hejl 2007-11-26 15:00:49 UTC
Please can you post the ide log too (for the case that someone will have the similar problem)? Thanks P.
Comment 15 Roman Mostyka 2007-11-26 15:18:13 UTC
Created attachment 53495 [details]
IDE's log with bad SOCKS