[JBoss JIRA] Created: (JBAS-3390) Error starting up tomcat-ssl config on jboss-head testsuite module
by Rajesh Rajasekaran (JIRA)
Error starting up tomcat-ssl config on jboss-head testsuite module
------------------------------------------------------------------
Key: JBAS-3390
URL: http://jira.jboss.com/jira/browse/JBAS-3390
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.0.0.Beta
Reporter: Rajesh Rajasekaran
Fix For: JBossAS-5.0.0.Beta
The "tomcat-ssl" configuration fails to start with the following error:
2006-07-13 06:11:48,320 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
2006-07-13 06:11:48,585 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8443
2006-07-13 06:11:48,587 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-9080
2006-07-13 06:11:48,598 ERROR [org.apache.coyote.http11.Http11Protocol] Error initializing endpoint
java.io.IOException
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:393)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:134)
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:495)
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:160)
at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
at org.jboss.web.tomcat.tc6.StandardService.initialize(StandardService.java:688)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
The error messages are enclosed in the following server log file.
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-1.5/2006...
This can be verified by running the following target on the testsuite module.
ant tomcat-ssl-tests
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-1.5/2006...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Created: (EJBTHREE-690) POJO MDB: @MessageProperties tagged to Producer class ignored
by fred chen (JIRA)
POJO MDB: @MessageProperties tagged to Producer class ignored
-------------------------------------------------------------
Key: EJBTHREE-690
URL: http://jira.jboss.com/jira/browse/EJBTHREE-690
Project: EJB 3.0
Issue Type: Bug
Components: EJB3 Extensions
Affects Versions: EJB 3.0 RC8 - FD
Environment: Windows XP Profession SP2, Jboss 4.0.4 with EJB 3.0 RC8
Reporter: fred chen
Priority: Minor
It appears the overrides specified in @MessageProperties tagged to a Producer class is being ignored.
I assigned
@MessageProperties (
delivery=DeliveryMode.PERSISTENT,
timeToLive=0,
priority=3
)
to a Producer class, however the actual message was delivered with priority 4, non-persistent.
If I don't assign a @MessageProperties, the default delivery is NON-PERSISTENT and priority 4 as well (which is another bug imho, since the default behavior as documented should be PERSISTENT).
@MessageProperties assigned to individual methods of a producer, however, appear to work correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Resolved: (JBPORTAL-938) "Default Context deos not exist" on MySQL5 deploy of 2.4.0.CR1
by Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-938?page=all ]
Roy Russo resolved JBPORTAL-938.
--------------------------------
Fix Version/s: 2.4 Final
(was: 2.6 Final)
Resolution: Done
Use the JEMS isntaller for ejb3 installation, as per the new docs: http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/installation....
> "Default Context deos not exist" on MySQL5 deploy of 2.4.0.CR1
> --------------------------------------------------------------
>
> Key: JBPORTAL-938
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-938
> Project: JBoss Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: Fedora Core 5, JBoss 4.0.4.GA, JBoss Portal 2.4.0.CR1
> Reporter: Philipp Taprogge
> Assigned To: Roy Russo
> Fix For: 2.4 Final
>
>
> When deploying JBoss Portal 2.4.0.CR1 on JBoss 4.0.4.GA and MySql 5.0.22 with the MySQL datasource, I find no errors in the server output.
> I have appended the "jdbcCompliantTruncations=false" parameter to my connection URL. Deployment seems fine, but upon accessing the portal context, JBoss throws this:
> java.lang.IllegalStateException: Default context does not exist
> org.jboss.portal.core.model.portal.DefaultPortalCommandFactory.doMapping(DefaultPortalCommandFactory.java:71)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> java.lang.reflect.Method.invoke(Method.java:585)
> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
> org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
> org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
> org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
> org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
> org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
> $Proxy54.doMapping(Unknown Source)
> org.jboss.portal.core.CoreController.handle(CoreController.java:124)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> java.lang.reflect.Method.invoke(Method.java:585)
> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
> org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
> org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
> org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
> org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
> org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:287)
> $Proxy271.handle(Unknown Source)
> org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:79)
> org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:140)
> org.jboss.portal.server.aspects.server.NavigationInterceptor.invoke(NavigationInterceptor.java:64)
> org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:37)
> org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
> org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:65)
> org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:37)
> org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
> org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:74)
> org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:37)
> org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
> org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:161)
> org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:37)
> org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
> org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:92)
> org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:37)
> org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
> org.jboss.portal.core.aspects.server.TransactionInterceptor.org$jboss$portal$core$aspects$server$TransactionInterceptor$invoke$aop(TransactionInterceptor.java:49)
> org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
> org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
> org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:275)
> org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
> org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java)
> org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:37)
> org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
> org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
> org.jboss.portal.server.servlet.PortalServlet.process(PortalServlet.java:270)
> org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:172)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Created: (JBAS-3513) adding <distributable> to webapp's web.xml causes ERROR on startup in default server profile
by Hany Mesha (JIRA)
adding <distributable> to webapp's web.xml causes ERROR on startup in default server profile
--------------------------------------------------------------------------------------------
Key: JBAS-3513
URL: http://jira.jboss.com/jira/browse/JBAS-3513
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-4.0.4.GA
Environment: Suse Linux Enterprise Desktop 10 on IBM Thinkpad T40p with JDK 1.5
Reporter: Hany Mesha
Assigned To: Brian Stansberry
Priority: Minor
To reproduce, add <distributable> to a webapp's web.xml and deploy to a default server profile. You'll see the following exception thrown on the server console:
11:50:38,181 ERROR [JBossCacheManager] JBossCacheService to Tomcat clustering not found
java.lang.NoClassDefFoundError: org/jboss/cache/CacheException
[stacktrace]....
followed by ..
11:50:38,215 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled. Exception:
org.jboss.web.tomcat.tc5.session.ClusteringNotSupportedException: JBossCacheService to Tomcat clustering not found
[stacktrace]...
While the exception is true and the cluster is disabled at the end. It should only warn the user and not throw the exception.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months