[JBoss-user] [HTTPD, Servlets JSP] - Turning on Tomcat's RequestDumper causes problem with web co

2005-04-12 Thread edikus
I am using JBoss4.0.1sp1 with the default Tomcat bundle. In the process of 
trying to debug a problem with a test engine, I turned on the 
RequestDumperValve in server.xml. After that, the applet gets an error after 
starting:
java.lang.NullPointerException
at sun.plugin.util.AnimationPanel.renderBurst(Unknown Source)
at sun.plugin.util.AnimationPanel.paint(Unknown Source)
at java.awt.Component.print(Unknown Source)
at sun.awt.windows.WComponentPeer.print(Unknown Source)
at sun.awt.windows.WCanvasPeer.print(Unknown Source)
at java.awt.GraphicsCallback$PeerPrintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at java.awt.Component.printAll(Unknown Source)
at 
sun.awt.SunGraphicsCallback$PrintHeavyweightComponentsCallback.run(Unknown 
Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at 
sun.awt.SunGraphicsCallback$PrintHeavyweightComponentsCallback.run(Unknown 
Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at sun.awt.windows.WPanelPeer.print(Unknown Source)
at java.awt.GraphicsCallback$PeerPrintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at java.awt.Component.printAll(Unknown Source)
at java.awt.GraphicsCallback$PrintAllCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at java.awt.Container.printComponents(Unknown Source)
at sun.awt.windows.WEmbeddedFrame.print(Unknown Source)
https://localhost:8443/web-console/Invoker
java.io.EOFException
at 
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2232)
at 
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2698)
at 
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:750)
at java.io.ObjectInputStream.(ObjectInputStream.java:268)
at 
org.jboss.console.remote.InvokerServlet.processRequest(InvokerServlet.java:80)
at 
org.jboss.console.remote.InvokerServlet.doPost(InvokerServlet.java:133)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:150)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:54)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 

[JBoss-user] [Installation Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2005-02-25 Thread edikus
I fiinally got around to creating a test case, only to find that the problem 
has been fixed, both in the final release of 3.2.7 and in 4.0.1sp1. I haven't 
found the bug that specifically addressed it, so it must have been related to 
some other issue (such as JBAS-1165).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3867765#3867765

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3867765


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2004-10-19 Thread edikus
I've had a similary problem. Have you found anything? Are you using Tomcat? For some 
reason, the ContextConfig in catalina has a null realm.
+edi

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851937#3851937

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851937


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
I have set up a many-to-one relation using CMR and Oracle 8i, where the navigation is 
unidirectional from the many side to the one side. In my jboss relation, I set up an 
fk constraint (done via XDoclet). Due to an error in another part of the code, I was 
attempting to delete some of the rows on the one side of the relation without having 
already deleted the foreign keys from the many side. I would have expected an 
integrity constraint violation to be thrown and the transaction to fail. Instead, what 
happened was that the rows on the one side got deleted, and the pointers on the many 
side got set to null! This is contrary to any expectation that a SQL user would have. 
Can anyone explain this, or is this indeed a major bug?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826570#3826570;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826570Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
That's not what would happen in SQL. The whole idea is that you are PREVENTED from 
doing certain things so that the integrity of your DB is maintained.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826577#3826577;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826577Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user