[JBoss-user] [JBoss Portal] - Re: uploading a .ppt file using admin CMS

2005-12-06 Thread bdaw
Hi. The possible issue could be to weak sql column type for stroring blobs in 
schema created by hibernate.

Look at slide_version_content table and content column.
If you are using mysql and it's BLOB type it will store data up to 64K only.
Try altering column type with:

ALTER TABLE slide_version_content CHANGE content content longblob

(this is mysql specific command)

Could you try this and tell us if this was the issue?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: uploading a .ppt file using admin CMS

2005-12-06 Thread anituarun
Thanks! That solved the problem. I am using MySQL database.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: uploading a .ppt file using admin CMS

2005-12-05 Thread anituarun
I forgot to mention that I am using JBoss portal 2.0.1RC1 release with JBoss 
4.0.2

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: uploading a .ppt file using admin CMS

2005-12-05 Thread anituarun
This is the error I am getting on the server:

--

15:07:21,267 INFO  [STDOUT] java.lang.NullPointerException
15:07:21,267 INFO  [STDOUT] at 
org.apache.slide.webdav.method.AbstractWebdavMethod$ResourceInfo.(AbstractWebdavMethod.java:1259)
15:07:21,267 INFO  [STDOUT] at 
org.apache.slide.webdav.method.PutMethod.executeRequest(PutMethod.java:182)
15:07:21,267 INFO  [STDOUT] at 
org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod.java:405)
15:07:21,267 INFO  [STDOUT] at 
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:155)
15:07:21,267 INFO  [STDOUT] at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
15:07:21,267 INFO  [STDOUT] at 
org.apache.slide.webdav.filter.LogFilter.doFilter(LogFilter.java:141)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
15:07:21,267 INFO  [STDOUT] at 
org.jboss.portal.core.servlet.StaticPrincipalFilter.doFilter(StaticPrincipalFilter.java:62)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
15:07:21,267 INFO  [STDOUT] at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
15:07:21,267 INFO  [STDOUT] at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
15:07:21,267 INFO  [STDOUT] at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
15:07:21,267 INFO  [STDOUT] at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
15:07:21,267 INFO  [STDOUT] at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
15:07:21,267 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
15:07:21,267 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
15:07:21,267 INFO  [STDOUT] at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
15:07:21,267 INFO  [STDOUT] at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
15:07:21,267 INFO  [STDOUT] at java.lang.Thread.run(Thread.java:595)
15:07:21,267 INFO  [[/webdav]] http-0.0.0.0-8080-5, 05-Dec-2005 15:07:21, root, 
PUT, 500 Internal Server Error, 203 ms, /files/default/ajax.ppt
15:07:21,704 INFO  [[/webdav]] http-0.0.0.0-8080-2, 05-Dec-2005 15:07:21, root, 
PROPFIND, 207 Multi-Status, 78 ms, /files/default/ajax.ppt
15:07:21,736 INFO  [[/webdav]] http-0.0.0.0-8080-2, 05-Dec-2005 15:07:21, root, 
PROPFIND, 207 Multi-Status, 32 ms, /files/default/ajax.ppt
15:07:21,736 INFO  [STDOUT] java.lang.NullPointerException
15:07:21,736 INFO  [STDOUT] at 
org.jboss.portal.core.portlet.cms.WebDAVUtil.getCreateDate(WebDAVUtil.java:284)
15:07:21,736 INFO  [STDOUT] at 
org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet$9.perform(AdminCMSPortlet.java:514)
15:07:21,736 INFO  [STDOUT] at 
org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet$1.run(AdminCMSPortlet.java:116)
15:07:21,736 INFO  [STDOUT] at 
org.jboss.portal.core.security.jaas.IdentityPropagationLoginModule.propagate(IdentityPropagationLoginModule.java:102)
15:07:21,736 INFO  [STDOUT] at 

[JBoss-user] [JBoss Portal] - Re: uploading a .ppt file using admin CMS

2005-12-05 Thread [EMAIL PROTECTED]
Are you using the Fileystem store or the DB? 

What is the filesize of the .ppt you are trying to upload?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: uploading a .ppt file using admin CMS

2005-12-05 Thread anituarun
The file size is about 470KB. I am using the default configuration (I assume 
that is DB - because I cannot find the files I created through admin CMS 
anywhere on the file system).

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user