Yep you're right - I'd changed the machine details and forgotten the context.
Thanks!
| Home | Help | Search |
Note: The Altio Forums have been archived. Please send an email to support@altio.com and we will help you with any issues you may have.
|
1
on: May 28, 2009, 07:37:33 PM
|
||
| Started by jimcro - Last post by jimcro | ||
|
Yep you're right - I'd changed the machine details and forgotten the context.
Thanks! |
||
|
2
on: May 28, 2009, 06:11:10 PM
|
||
| Started by jimcro - Last post by altio | ||
|
Hi Jim,
Did you ensure that the SERVER node has the correct entries in the altioserver.xml (<altio-context>/WEB-INF/classes/conf/altioserver.xml) file in your deployment? Code: <SERVERS THIS="<your server name>"> <SERVER NM="<your server name>" CONTEXT="<context that altio is running in glassfish>" PORT="<port glassfish is serving on>" PROTOCOL="http"/> </SERVERS> When we reproduced the issue it was when some of these values were incorrect. |
||
|
3
on: May 28, 2009, 03:29:29 PM
|
||
| Started by jimcro - Last post by altio | ||
|
Thanks for letting us know Jim. We are looking into this.
Any resolution to this will likely be available in the 5.2.7 release. |
||
|
4
on: May 20, 2009, 06:34:53 PM
|
||
| Started by jimcro - Last post by jimcro | ||
|
Hi,
I'm using the AltioLive APS 5.2.5 build 205 WAR file and trying to deploy it under Glassfish v3 prelude. The WAR files deploys correctly, and I've copied a demo licence into <altio>/WEB-INF/classes/conf but when I try and open it up in a browser I see a NullPointerException being reported. Here's the stack trace from the Glassfish logs: Code: [#|2009-05-20T13:19:22.599+0100|SEVERE|glassfish|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=Thread-4;|StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at com.altio.server.AltioServlet.a(DashoA8362) at com.altio.server.AltioServlet.resolveStaticPropertyReferences(DashoA8362) at org.apache.jsp.console_jsp._jspService(console_jsp.java from :65) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) |
||
|
5
on: April 20, 2009, 12:21:26 PM
|
||
| Started by LauraMR - Last post by LauraMR | ||
|
Ok!
Thank you about the suggestion. Regards, //Laura |
||
|
6
on: April 17, 2009, 05:28:05 PM
|
||
| Started by LauraMR - Last post by altio | ||
|
Hi Laura.
It looks like you're correct in identifying the issue. The parser is identifying the bracket as part of the expression. The only work around we can suggest is to define some extra static data in your application to hold the character: <BRACKET bracket="("/> and reference that in your expression eval(contains(${text.value}, /BRACKET/@bracket)) Sorry about this. I realise this workaround is less than ideal. The issue has been reported and will likely be fixed in 5.2.6. |
||
|
7
on: April 17, 2009, 03:28:28 PM
|
||
| Started by LauraMR - Last post by LauraMR | ||
|
Hello,
I want to know if a string contains a parenthesis, I mean the "(" character. I tried with this: contains(${text.value},'(') But it doesn't work because altio "thinks" the parenthesis is part of the function and I get this error: Matching ) not found. I also tried with this, but it didn't work either: contains(${text.value},'(') contains(${text.value},eval('(')) contains(${text.value},eval(escape('('))) ... ¿Could you please help me? Best Regards, //Laura |
||
|
8
on: April 16, 2009, 10:25:27 PM
|
||
| Started by Miguel - Last post by Miguel | ||
quote: Don't you know anything about it? Thanks. Regards. Miguel.- |
||
|
9
on: April 03, 2009, 06:24:46 PM
|
||
| Started by Miguel - Last post by Miguel | ||
|
Hi altio,
may you please tell me what the altio sentence "<ACTPRINTPREVIEWPRINT/>" (it belongs to altio internal preview window) executes in JAVA (in the operating system...)? Is it possible to display or monitor what it sends to the printer? Thanks very much. Regards, Miguel.- |
||
|
10
on: April 01, 2009, 12:45:20 PM
|
||
| Started by Miguel - Last post by Miguel | ||
quote: Hi, There aren't errors in the Java console (as I wrote at the first post), but perhaps any of the JVM options could be helpful. The memory syntax option shows enough free memory. In altio preview I can see all the pages, but when the job is sent to the printer, this only prints several pages. Thanks again, Regards. Miguel.- |
||