Page 1 of 2

Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Tue Jun 04, 2013 8:43 pm
by John T

Looking for some information on installing RESTXpress. I found a PDF installation guide but not the installer.


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Tue Jun 04, 2013 8:50 pm
by Kateryna Grynko

Hi John,

I'll ask our team and update.


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Tue Jun 04, 2013 11:24 pm
by maxkatz

Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Thu Jun 06, 2013 2:22 am
by John T

Thanks Max for providing the link.

A few more questions. It looks like you can only install RestExpress on JBOSS 7 or Tomcat standalone.

I decided to install Tomcat 7, the latest version.
REST services are not deploying correctly on Tomcat.
The admin tool is working fine for setting up DataSources and I can test my db queries which are working fine. But when I create the REST resource it throws a lot of exceptions in Tomcat.

Do you happen to know if there version requirements for Tomcat. Does it support Tomcat 7? Do I need an older version?


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Thu Jun 06, 2013 3:49 am
by maxkatz

Can you tell us what exceptions you are getting?


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Thu Jun 06, 2013 4:18 pm
by John T

12:14:31 DEBUG: com.exadel.restxpress.web.beans.DataSourceBean - com.exadel.restxpress.api.entities.DataSourceInfo@20b24c9a[name=DEVFRESH,dr
iver_name=Oracle,url=jdbc:oracle:thin:@spdogrid-scan.pscu.net:15210/fresh.spdogrid]
12:14:31 INFO : com.exadel.restxpress.web.beans.DataSourceBean - Validating form org.primefaces.component.panelgrid.PanelGrid@5eb2c603
Jun 6, 2013 12:15:28 PM com.sun.faces.lifecycle.InvokeApplicationPhase execute
WARNING: /page/includes/resourceTest.xhtml @54,143 listener="#{resourceTestBean.resourceTest}": com.google.gson.JsonSyntaxException: com.goo
gle.gson.stream.MalformedJsonException: Expected EOF at line 1 column 27
javax.el.ELException: /page/includes/resourceTest.xhtml @54,143 listener="#{resourceTestBean.resourceTest}": com.google.gson.JsonSyntaxExcep
tion: com.google.gson.stream.MalformedJsonException: Expected EOF at line 1 column 27


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Fri Jun 07, 2013 8:02 am
by Maryna Brodina

Thank you, Max will get back to you as soon as possible.


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Fri Jun 07, 2013 8:43 am
by Alexandr Ancipov

Hi,

Thanks a lot for your message.

Please try to do next steps:

  1. Provide information about your operating system and Java version.

  2. Re-install the product:
    2.1 Stop Tomcat.
    2.2 Try using IPv4 instead of IPv6, using this JVM parameters: -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses=true
    2.3 Run installer.

  3. If you test resources from /admin - check correctness of port and host on the settings page.

    Thanks, Alex


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Mon Jun 10, 2013 3:41 pm
by John T

Can you tell me on what version of Tomcat have you tested this on?
I am running JDK 1.60.33 on Windows Xp.

I also set IPV4 but I still get the same error.


Can you tell me where I can locate ExadelRestXpress.zip or do you no longer provide this installer?

Posted: Mon Jun 10, 2013 6:43 pm
by John T

It works fine on JBoss community Edition 7.

I was not able to make this work on Tomcat 6 or 7.