X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.22.2a (ClamAV engine v0.102.2) X-Junk-Score: 0 [] X-KAS-Score: 0 [] From: "Jean-Marc INIKO" Received: from mail-io1-f50.google.com ([209.85.166.50] verified) by selbstdenker.ag (CommuniGate Pro SMTP 6.3.3) with ESMTPS id 25634151 for webobjects-dev@wocommunity.org; Sat, 27 Mar 2021 09:52:36 +0100 Received-SPF: pass receiver=post.selbstdenker.com; client-ip=209.85.166.50; envelope-from=jm.iniko@gmail.com Received: by mail-io1-f50.google.com with SMTP id z136so7793746iof.10 for ; Sat, 27 Mar 2021 01:52:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xStVh86kxxtN4IxyZYUiYnS/stpWQUqJedAzALrc7vs=; b=JS9tYKNfwZM5p2gzwH10iEQ5FtR/LfqZENLPwkI9XC5Kmgg21MjmmCjx4owbXe1EEJ xQ4q63xRdQNRfwgiofMdJ4RqmL2rTaMRugiRYfPorKTCAZPGVQfQ1dbc5NrHj01IBZl5 JjRvaVE3eSHuRm7AKLg4ZEZT2WVHULrLrzYKzHTOJz8ncDYMXEOy+m/0JnPAtmrkznzj 0gTbLQCGRdD7qbYw/+pQYMBqf8b5uMfoNpc09pR5hvf5EQ5Cg/MW4V+I+ZUIW3LlfR35 NOAedvHOjcrPOtrsGOU1Abu1lYCBF6R5ZEAI7PGt5JkAcF4XDOc3cpsvVxDo9BzHW6eW v/eQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xStVh86kxxtN4IxyZYUiYnS/stpWQUqJedAzALrc7vs=; b=ApHl/uxuD3697gp5FVkZdpkhkgzf137ke/0835bDoxXfA2bkHq8I9CsDxqMHgpM5Ga hwVLTk8Ze/PNgU4rkucwtpcZto8WsAtmJyNncAahc5g6NcSIh3sg3qVSQVfuYwJv4YZC wjjZQ4AyyRLBvUTz6OfUSryiGeVQLqR7fJZsyL413Z95FWwoSmHpPJq2xN+JkAkuVTlx txiZya5ECRbX/tanVtlMHnb5arAj9qEjs854PMttzoh8GdtiezHUtEELwQ94uVGma6KZ KmV9RU/P92laaeLrtdoPVIw/MSJzRZWdzEj/6tBj35pZjFWOtIyb5Zoost8GCXxFqzKz y02Q== X-Gm-Message-State: AOAM533NqjCWWxQQSt8wnAKJUfMDEqw+QNrh+QAwuH6rHftCP0aCHhTL mYuJYoj6oryD8yHXnXkhnXCjx+v2Lc1Im7uiOQswzfLU7fT/gQ== X-Google-Smtp-Source: ABdhPJyfqHoqTUfYWn1Kr9GT2keq7uWyHCiZrqNoXWuwYrk/85J6WOtrpgQyod6fSx7YBUZkqIPKHZK2tcQLzRhtc+o= X-Received: by 2002:a6b:7319:: with SMTP id e25mr12819137ioh.0.1616835134503; Sat, 27 Mar 2021 01:52:14 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 27 Mar 2021 09:52:03 +0100 Message-ID: Subject: Maven+war To: webobjects-dev@wocommunity.org Content-Type: multipart/alternative; boundary="000000000000da406105be80c35b" --000000000000da406105be80c35b Content-Type: text/plain; charset="UTF-8" Hello, I gave up building a war with ant (see previous post), now my problem is following when I build an helloworld app and launch the war through mvn jetty:run-war I have the following stacktrace Caused by: com.webobjects.foundation.NSForwardException [java.lang.NullPointerException] null: failed instantiation. Exception thrown : java.lang.NullPointerException: null at com.webobjects.foundation._NSUtilities._explainInstantiationException(_NSUtilities.java:632) at com.webobjects.foundation._NSUtilities.instantiateObject(_NSUtilities.java:646) at com.webobjects.appserver.WOApplication.primeApplication(WOApplication.java:634) at com.webobjects.appserver.WOApplication.primeApplication(WOApplication.java:675) ... 52 more Caused by: java.lang.NullPointerException The app runs fine with the executable though, What could be the problem? Thanks Best Regards ______________________________ mobile: +33665727122 email: jm.iniko@gmail.com web: http://iniko.rf.gd --000000000000da406105be80c35b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,
I gave up building a war with ant (see previous= post), now my problem is following
when I build an helloworld ap= p and launch the war through <code>mvn jetty:run-war</code> I h= ave the following stacktrace
<code>
Caused by: co= m.webobjects.foundation.NSForwardException [java.lang.NullPointerException]= null:<info.iniko.app.Application> failed instantiation. Exception th= rown :
java.lang.NullPointerException: null
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 at com.webobjects.foundation._NSUtilities._explainInstantiationExceptio= n(_NSUtilities.java:632)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at com.webobjects.f= oundation._NSUtilities.instantiateObject(_NSUtilities.java:646)
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 at com.webobjects.appserver.WOApplication.primeApplica= tion(WOApplication.java:634)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at com.webobjec= ts.appserver.WOApplication.primeApplication(WOApplication.java:675)
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 ... 52 more
Caused by: java.lang.NullPointerExc= eption
</code>
The app run= s fine with the executable though,
What could be the problem?
Thanks
Best Regards

_____________= _________________
mobile: +33665727122
email: <= a href=3D"mailto:jm.iniko@gmail.com" target=3D"_blank">jm.iniko@gmail.com
--000000000000da406105be80c35b--