After upgrading from 1.1 to 1.3m1 most, but not all, binary attachments
(images, PDFs, Word documents, etc...) are corrupt when I attempt to
download or view them from any links on the main page where they are
attached: the documents download, and they're the right size, but are
unusable (won't open, produce errors in the program trying to read them,
won't display in the browser, etc...).
If I download files from the attachment history page they work correctly.
Similarly, if I re-attach them they work correctly.
Downgrading to 1.2.1 does not affect the problem.
I browsed JIRA for a while looking for any similar issues but didn't see
anything. Does anyone have any insight, or what additional information can I
provide to help isolate the problem?
Vincent: Thanks for suggesting $xwiki.refreshLinks() the other day. That
solved my missing backlinks problem.
Thanks,
--
AW
Hi
I downloaded xwiki war file and changed the hbm.cfg.xml , xwiki.hbm.xml
I am using weblogic portal and oracle9i.
After deploying when i used the following url
http://localhost:7788/xwiki/bin/view/Main/WebHome.
I got the following error
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document
XWiki.XWikiPreferences
Wrapped Exception: could not load an entity:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
Can somebody help me out
--
View this message in context: http://www.nabble.com/Unable-to-deploy-xwiki-with-weblogic-portal---oracle-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys..
I've been using the scheduler with some success for internal application
notifications; but something just cropped up that I can't quite figure
out.
In my wiki app, I'm checking certain status fields in different
documents and sending the url to appropriate people as needed. Was
working fine until recently.
In order to get the url, I'm doing something like
"docObject.getExternalURL('view')"; appropriate which is actually
perfectly picking the right document - but the wrong domain url; so the
link becomes invalid.
Is there a way of specifying the virtual wiki to link to when using
getExternalURL?
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hello,
I'm having trouble with backlinks after updating to XWiki 1.3m1 from 1.1
(some versions of 1.1 were documented to have broken backlinks, thus the
desire to upgrade).
Links created while I was running XWiki version 1.1 don't appear as
backlinks on the pages those links reference. If I create new links they do
show up as backlinks on the referenced pages.
NOTE: The missing backlinks weren't present in 1.1 either, but I hoped that
updating to 1.3 would make them appear.
Does anyone know if a) this is expected or documented behavior, and b) if
there's any way to coax a very large number of links created in 1.1 in to
appearing as backlinks?
I don't look forward to manually destroying and recreating hundreds of
links...
Thanks,
- AW
Hi all,
Please excuse my relative inexperience with the XWiki platform. What I
am trying to do I thought
would be relatively simple to implement; create a custom HTML form that
executes a custom
struts action that I would define in the struts-config file. I am curious
if anybody has implemented their own custom forms that kick off custom
struts
actions?
Thank you very much!
Chris
Hi
I downloaded xwiki war file and changed the hbm.cfg.xml , xwiki.hbm.xml I am
using weblogic portal and oracle9i.
After deploying when i used the following url
http://localhost:7788/xwiki/bin/view/Main/WebHome.
I got the following error
Error number 3 in 0: Could not initialize main XWiki context Wrapped
Exception: Error number 3202 in 3: Exception while reading document
XWiki.XWikiPreferences Wrapped Exception: could not load an entity:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
Can somebody help me out
--
View this message in context: http://www.nabble.com/unable-to-deploy-xwiki-in-weblogicportal-tp15307542p1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have the following problem with groovy scripts in a panel:
Even an empty groovy-script, but also simple ones like
#panelheader('test')
<%
print "hallo"
%>
#panelfooter()
are only shown as "groovy.lang.MissingPropertyException: No such
property: panel for class: Script1"
after a while (for some time, it works)
Has anybody seen that before and can maybe give advice?
Thanks,
Hans-Peter
Hello.
We have XWiki 1.2.1.7160 running under OAS 10.1.2.0.2 and database Oracle 9.2.0.6 on Linux Centos 4.4
OAS 10.1.2 is only certified with JDK 1.4 but you can change the JDK of a OC4J instance editing $ORACLE_HOME/opmn/conf/opmn.xml configuration file and specify its location in the <java-bin> element in the correct <process-type> section of xwiki OC4J instante.
<process-type id="xwiki_oc4j" module-id="OC4J">
<module-data>
<category id="start-parameters">
<data id="java-bin" value="/myjavalocation/jdk1.5/bin/java"/>
</category>
</module-data>
</process-type>
See http://download.oracle.com/docs/cd/B15904_01/web.1012/b14011/diagnosis.htm#…
We don´t test it in deep, but XWiki starts and we can browse correctly.
On Sep 14, 2007, at 2:41 AM, Matthew Huff wrote:
> Has anyone got any version of Xwiki running under OC4J running on Oracle
> AppServer 10.1.2.2 (Oracle App Server 10gR2)? We can't upgrade to 10.1.3 due to
> limitations of Oracle Portal 10g.
> When I deploy the app under a new OC4J container I get:
> java.lang.UnsupportedClassVersionError:
> org/exoplatform/container/PortalContainer (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native > Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
Un saludo