0

Zats Server returned HTTP response code: 500 for URL

asked 2016-08-08 07:20:05 +0800

vanzilz gravatar image vanzilz
1 1

updated 2016-08-08 07:21:25 +0800

please help..

I get error : Server returned HTTP response code: 500 for URL

My code is:

private static ZatsEnvironment env;

@BeforeClass
public static void init()
{        
    env = new DefaultZatsEnvironment("./src/main/webapp/WEB-INF");
    env.init("./src/main/webapp");
}

@Test
public void testDoSignIn()
{
    System.out.println("testDoSignIn");

    Client client = getEnv().newClient();
    DesktopAgent desktopAgent = client.connect("/login.zul");
}

I've try every solution that I search, but still not solved Please help . .

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-28 17:54:43 +0800

Darksu gravatar image Darksu
1991 1 4

Hello vanzilz,

From a previous post i found that you have to include the library zcommons.jar in your application.

Also check out the set up documentation for zats:

https://www.zkoss.org/wiki/ZATS%20Essentials/Getting%20Started/Setup

Best Regards,

Darksu

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2016-08-08 07:20:05 +0800

Seen: 30 times

Last updated: Aug 28 '16

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More