|
From: Chris <ch...@hm...> - 2008-01-30 14:55:41
|
When running as a service, the environment variables are different. The JVM that is running the wrapper in service mode is older than java 5 hence the unsupported class version error. Make sure the service runs with java 5 or later. java 1.4 = class version 48 java 5 = 49 java 6 = 50 Hope that helps Chris Pedro Alves wrote: > Hello, > > The Web Services Client Application return all documents and attached > available in the server. > > The application above run with Java Service Wrapper developer by your team. > My question is: When it run in the server side your software didn't > find the main class to start the application. Can you have some > explanation for it? > The same application run well in a destop with the same software > developer by your team. > > Your support is well came. See the output information below: > > wrapper | --> Wrapper Started as Console > wrapper | Launching a JVM... > jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org > jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights > Reserved. > jvm 1 | > jvm 1 | WrapperSimpleApp: Unable to locate the class > no.more.webservice.resultset.axis.Client: > java.lang.UnsupportedClassVersionError: > no/more/webservice/resultset/axis/Client (Unsupported major.minor > version 49.0) > jvm 1 | > jvm 1 | WrapperSimpleApp Usage: > jvm 1 | java org.tanukisoftware.wrapper.WrapperSimpleApp > {app_class} [app_arguments] > jvm 1 | > jvm 1 | Where: > jvm 1 | app_class: The fully qualified class name of the > application to run. > jvm 1 | app_arguments: The arguments that would normally be passed > to the > jvm 1 | application. > wrapper | <-- Wrapper Stopped > > > -- > > Med vennlig hilsen > > Pedro Alves > System Developer > > *More AS* > Telefon direkte: > Sentralbord: > Mobil: > E-post: ped...@mo... <mailto:ped...@mo...> > www.more.no <https://www.more.no/> > > > This email was received from the INTERNET and scanned by the Government > Secure Intranet anti-virus service supplied by Cable&Wireless in > partnership with MessageLabs. (CCTM Certificate Number 2007/11/0032.) In > case of problems, please call your organisation’s IT Helpdesk. > Communications via the GSi may be automatically logged, monitored and/or > recorded for legal purposes. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user -- Chris HMGCC The information contained in this message (and any attachments) may be confidential and is intended for the sole use of the named addressee. Access, copying, alteration or re-use of the e-mail by anyone other than the intended recipient is unauthorised. If you are not the intended recipient please advise the sender immediately by returning the e-mail and deleting it from your system. This information may be exempt from disclosure under Freedom Of Information Act 2000 and may be subject to exemption under other UK information legislation. Refer disclosure requests to the Information Officer. The original of this email was scanned for viruses by the Government Secure Intranet virus scanning service supplied by Cable&Wireless in partnership with MessageLabs. (CCTM Certificate Number 2007/11/0032.) On leaving the GSi this email was certified virus free. Communications via the GSi may be automatically logged, monitored and/or recorded for legal purposes. |