[JBoss Seam] - Re: Seam PDF errors
by dsbader
I too, met this error, today. I am also using Seam 1.2.1GA and JBOSS Server 4.0.5GA.
It began to happen after I added the Document Store Servlet to my configuration.
Once I removed Document Store Servlet from my configuration, it went away.
java.lang.IllegalStateException: No active event context
at org.jboss.seam.core.Manager.instance(Manager.java:267)
at org.jboss.seam.web.ContextFilter.doFilter(ContextFilter.java:58)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63)
at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074897#4074897
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074897
18Â years, 11Â months
[EJB/JBoss] - which class is used ? Classloader ?
by marcelvanvelzen
Hi,
I am using JBoss 4.2.1.GA and JBossWS native-2.0.0.GA.
I (hot)deploy for each customer one or more generated .ejb file.
Some classes however are always the same, for example com.poseidon.util.DateUtil.
Lately I changed the code in DateUtil and tested this for a dummy customer account.
I noticed that the logic of another (old) DateUtil was somehow executed, not the changed code.
This is a normal class, not a webservice nor a entity or session bean.
Does JBoss load the ejb file in a seperate classloader for each .ejb file ?
If not, why than don't I get a exception during hot deployment when JBoss actually can see a duplicate class name.
I want to keep DateUtil and similar 'always stay the same' classes in the project, since they might change over time and newer deployments than contain the new code.
I hope you can help me,
Marcel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074896#4074896
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074896
18Â years, 11Â months
[Beginners Corner] - Re: Out-Of-Box server start-up error Port 4445 is already in
by ChristFollower
I used netstat -o but it did not show port 4445 was used. I noticed that port 4445 was defined in the jboss-service.xml out-of-the-box. I also added ReservedPorts to the registry with value 4445-4445. After rebooting the machine, I am still getting the same error.
Any ideas? Thanks.
| <mbean code="org.jboss.invocation.pooled.server.PooledInvoker"
| name="jboss:service=invoker,type=pooled">
| <attribute name="NumAcceptThreads">1</attribute>
| <attribute name="MaxPoolSize">300</attribute>
| <attribute name="ClientMaxPoolSize">300</attribute>
| <attribute name="SocketTimeout">60000</attribute>
| <attribute name="ServerBindAddress">${jboss.bind.address}</attribute>
| <attribute name="ServerBindPort">4445</attribute>
| <attribute name="ClientConnectAddress">${jboss.bind.address}</attribute>
| <attribute name="ClientConnectPort">0</attribute>
| <attribute name="ClientRetryCount">1</attribute>
| <attribute name="EnableTcpNoDelay">false</attribute>
|
| <!-- Customized socket factory attributes
| <attribute name="ClientSocketFactoryName">custom.client.factory</attribute>
| <attribute name="ServerSocketFactoryName">custom.server.factory</attribute>
| <attribute name="SslDomain">java:/jaas/pooledInvoker</attribute>
| -->
| <depends optional-attribute-name="TransactionManagerService">jboss:service=TransactionManager</depends>
| </mbean>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074895#4074895
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074895
18Â years, 11Â months