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 138976 - SunApp Server 8.2 PE, HTTP Listener problem
Summary: SunApp Server 8.2 PE, HTTP Listener problem
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 19:55 UTC by opletin
Modified: 2008-11-28 12:45 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 opletin 2008-07-03 19:55:41 UTC
Hi all,

I have JSF project in Sun Java Studio Creator 2 Update 1 and Sun Application
Server 8.2 PE and Oracle 10g EE.
About 100 active users per day.

There are two default http-listeners working on AppServer.
http-listener-1 (29080 port) and http-listener-2 (secure) (22043 port)
All server and listeners settings set to default.

Problem:

I have unstable but offten problem with http-requests to working http-listener
(http-listener-2 for example). It is stopping and  doesn't send any
http-response. Working http-listener have not any reaction to any http-requiests
(including requests to another contexts). 
<<server.log>> has not any info about it.

This problem resolvs only by restarting AppServer.

Thanks

P.S. Migration to other version Of JEE Server impossible (or hard). 

P.P.S. Sometimes server.log contents stack trace:

[#|2008-06-30T10:29:12.639+0400|WARNING|sun-appserver-pe8.2|javax.ente
> rprise.system.stream.err|_ThreadID=14;|122612610
> [httpWorkerThread-22043-2] ERROR lifecycle.InvokeApplicationPhase  -
> Index: 0, Size: 0
> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> 	at java.util.ArrayList.RangeCheck(ArrayList.java:546)
> 	at java.util.ArrayList.remove(ArrayList.java:389)
> 	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:271)
> 	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
> 	at
com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
> 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
> 	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
> 	at sun.reflect.GeneratedMethodAccessor356.invoke(Unknown Source)
> 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
> 	at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
> 	at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
> 	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
> 	at
org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
> 	at
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
> 	at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
> 	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
> 	at
org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
> 	at
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
> 	at tas.filter.SecurityFilter.doFilter(SecurityFilter.java:76)
> 	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
> 	at
org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
> 	at
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
> 	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
> 	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
> 	at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
> 	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
> 	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
> 	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
> 	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
> 	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
> 	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
> 	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
> 	at
com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
> 	at
com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
> 	at
com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:426)
> 	at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
> 	at
> com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread
> .java:83)
> |#]
Comment 1 Vince Kraemer 2008-07-03 23:29:27 UTC
This looks like a server issue.  What did you do int the IDE immediately before the exception happened?

I don't see a "link" between the IDE and problem you are encountering... other than i assume that you have created the
app that is running on the server that is giving you problems with NetBeans.

Please provide more details about your situation so I can evaluate the issue.
Comment 2 mvanek 2008-11-28 12:45:46 UTC
feel free to reopen if you see similar issue