|
From: Christian M. <chr...@ta...> - 2010-09-29 04:04:24
|
Sudhir, your conf file looks fine to me. How are you calling the wrapper? what happens if you run "java -jar ./BI_DATALAYER.jar" from your console? I will keep researching on this and come back to you after hearing back or finding out more. sincerely, christian On Wed, Sep 29, 2010 at 5:12 AM, Sudhir Shetty <sud...@ho... > wrote: > Hi, > I am using the wrapper-windows-x86-32-3.5.4-st edition. > I have a runnable jar and am using integration method 4 for running my > application > > I get the following Exception. > > it looks like its unable to read the Manifest file, my manifest file does > have the entries, I have atached the conf and the log files. > Please let me know , what I need to do to fix this issue. > i am using windows 7 32 bit edition. > > INFO | wrapper | 2010/09/28 16:01:13 | Command: > "C:\jdk1.6.0_21\bin\java" -Djava.library.path="../lib;../BI_DATALAYER.jar" > -classpath "../lib/wrapper.jar" > -Dwrapper.key="9812MAXQBjAn7g_8awxvEQzj_RyVFluG" -Dwrapper.port=32000 > -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=5856 > -Dwrapper.version="3.5.4-st" -Dwrapper.native_library="wrapper" > -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 -Dwrapper.lang.domain=wrapper > -Dwrapper.lang.folder=../lang org.tanukisoftware.wrapper.WrapperJarApp > ../BI_DATALAYER.jar > INFO | jvm 1 | 2010/09/28 16:01:13 | WrapperManager: Initializing... > INFO | jvm 1 | 2010/09/28 16:01:14 | Missing attributes for > JarRsrcLoader in Manifest (Rsrc-Main-Class, Rsrc-Class-Path) > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp: > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: Encountered > an error running main: > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: > java.lang.NullPointerException > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: at > org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:46) > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: at > java.lang.reflect.Method.invoke(Method.java:597) > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: at > org.tanukisoftware.wrapper.WrapperJarApp.run(WrapperJarApp.java:367) > INFO | jvm 1 | 2010/09/28 16:01:14 | WrapperJarApp Error: at > java.lang.Thread.run(Thread.java:619) > STATUS | wrapper | 2010/09/28 16:01:16 | <-- Wrapper Stopped > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |