You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Tanumeet Kaur Juneja <ta...@gmail.com> on 2012/01/30 16:12:28 UTC

Fwd: Hello

I am trying to install jena on my machine and getting the following error.
Please suggest the possible reason.

[image: image.png]

Re: Fwd: Hello

Posted by Andy Seaborne <an...@apache.org>.
On 31/01/12 08:52, Ignazio Palmisano wrote:
> On 31 January 2012 07:16, Tanumeet Kaur Juneja<ta...@gmail.com>  wrote:
>> Hi
>> The error i am getting is
>> "* Failed to load Main-Class manifest attribute from *
>> * C:\Users\TANUMEET
>> KAUR\Desktop\apache-jena-2.7.0-incubating\lib-src\jena-arq-2.9.0-incubating-sources.jar"
>> *
>
> It seems you are trying to run the sources jar. That will not work for
> two reasons: one, it's the source jar, not the binary; two, while
> there are some applications you can directly use in Jena (most of them
> you can use from the command line), usually one uses it as a library,
> i.e., you should write code to do something with it rather than
> starting it up and using or installing it.
>
> You should be able to learn about how to write code that relies on
> Jena from the examples and tutorials - they are linked from the web
> site.
> HTH,
> I.
>

Good catch - I didn't see it was the "sources", just the "Failed to load 
Main-Class manifest attribute"

	Andy



>
>> *
>> *
>> Please help.Thank You.
>> Tanumeet
>>
>>
>>
>>
>> On Tue, Jan 31, 2012 at 12:11 AM, Ian Dickinson<ia...@epimorphics.com>  wrote:
>>
>>> Hi Tanumeet,
>>>
>>> On 30/01/12 18:31, Tanumeet Kaur Juneja wrote:
>>>
>>>> I am getting the error
>>>> Failed to load Main-Class manifest attribute while trying to install jena.
>>>> Please help
>>>> I am attaching the error herewith in a word document.
>>>>
>>> This list does not allow attachments, and anyway a Word document would be
>>> the wrong format to send the information in. Please either:
>>>
>>> * copy the text of the output into the email, or, if it's very long
>>>
>>> * copy the text of the output into a new pastebin (http://pastebin.com/)
>>> and include the URL of the pastebin in your message.
>>>
>>> Ian
>>>
>>>
>>>
>>>


Re: Fwd: Hello

Posted by Ignazio Palmisano <ip...@gmail.com>.
On 31 January 2012 07:16, Tanumeet Kaur Juneja <ta...@gmail.com> wrote:
> Hi
> The error i am getting is
> "* Failed to load Main-Class manifest attribute from *
> * C:\Users\TANUMEET
> KAUR\Desktop\apache-jena-2.7.0-incubating\lib-src\jena-arq-2.9.0-incubating-sources.jar"
> *

It seems you are trying to run the sources jar. That will not work for
two reasons: one, it's the source jar, not the binary; two, while
there are some applications you can directly use in Jena (most of them
you can use from the command line), usually one uses it as a library,
i.e., you should write code to do something with it rather than
starting it up and using or installing it.

You should be able to learn about how to write code that relies on
Jena from the examples and tutorials - they are linked from the web
site.
HTH,
I.


> *
> *
> Please help.Thank You.
> Tanumeet
>
>
>
>
> On Tue, Jan 31, 2012 at 12:11 AM, Ian Dickinson <ia...@epimorphics.com> wrote:
>
>> Hi Tanumeet,
>>
>> On 30/01/12 18:31, Tanumeet Kaur Juneja wrote:
>>
>>> I am getting the error
>>> Failed to load Main-Class manifest attribute while trying to install jena.
>>> Please help
>>> I am attaching the error herewith in a word document.
>>>
>> This list does not allow attachments, and anyway a Word document would be
>> the wrong format to send the information in. Please either:
>>
>> * copy the text of the output into the email, or, if it's very long
>>
>> * copy the text of the output into a new pastebin (http://pastebin.com/)
>> and include the URL of the pastebin in your message.
>>
>> Ian
>>
>>
>>
>>

Re: Fwd: Hello

Posted by Tanumeet Kaur Juneja <ta...@gmail.com>.
ok thank You.
i'll give the full details
and ask again.
Thank You
Tanumeet



On Tue, Jan 31, 2012 at 2:00 PM, Andy Seaborne <an...@apache.org> wrote:

> On 31/01/12 07:16, Tanumeet Kaur Juneja wrote:
>
>> Hi
>> The error i am getting is
>> "* Failed to load Main-Class manifest attribute from *
>> * C:\Users\TANUMEET
>>
>> KAUR\Desktop\apache-jena-2.7.**0-incubating\lib-src\jena-arq-**
>> 2.9.0-incubating-sources.jar"
>> *
>> *
>> *
>> Please help.Thank You.
>>
>
> People are trying to help - please give a complete, minimal example of the
> problem you are encountering, not just the error message.
>
> Are you running something like:
>
> java -jar jena-arq-2.9.0-incubating-**sources.jar ..
>
> ??
>
> You need -cp not -jar
>
> The Jena ARQ jar is not a runnable jar - you need all the jars on the
> classpath and a main method to run.
>
> Something like:
>
> java -cp '...\lib-src\*;' YourMainClass
>
> but without complete details I can't say exactly what you should run.
>
>        Andy
>
>
>
>  Tanumeet
>>
>>
>>
>>
>> On Tue, Jan 31, 2012 at 12:11 AM, Ian Dickinson<ia...@epimorphics.com>
>>  wrote:
>>
>>  Hi Tanumeet,
>>>
>>> On 30/01/12 18:31, Tanumeet Kaur Juneja wrote:
>>>
>>>  I am getting the error
>>>> Failed to load Main-Class manifest attribute while trying to install
>>>> jena.
>>>> Please help
>>>> I am attaching the error herewith in a word document.
>>>>
>>>>  This list does not allow attachments, and anyway a Word document would
>>> be
>>> the wrong format to send the information in. Please either:
>>>
>>> * copy the text of the output into the email, or, if it's very long
>>>
>>> * copy the text of the output into a new pastebin (http://pastebin.com/)
>>> and include the URL of the pastebin in your message.
>>>
>>> Ian
>>>
>>>
>>>
>>>
>>>
>>
>

Re: Fwd: Hello

Posted by Andy Seaborne <an...@apache.org>.
On 31/01/12 07:16, Tanumeet Kaur Juneja wrote:
> Hi
> The error i am getting is
> "* Failed to load Main-Class manifest attribute from *
> * C:\Users\TANUMEET
> KAUR\Desktop\apache-jena-2.7.0-incubating\lib-src\jena-arq-2.9.0-incubating-sources.jar"
> *
> *
> *
> Please help.Thank You.

People are trying to help - please give a complete, minimal example of 
the problem you are encountering, not just the error message.

Are you running something like:

java -jar jena-arq-2.9.0-incubating-sources.jar ..

??

You need -cp not -jar

The Jena ARQ jar is not a runnable jar - you need all the jars on the 
classpath and a main method to run.

Something like:

java -cp '...\lib-src\*;' YourMainClass

but without complete details I can't say exactly what you should run.

	Andy


> Tanumeet
>
>
>
>
> On Tue, Jan 31, 2012 at 12:11 AM, Ian Dickinson<ia...@epimorphics.com>  wrote:
>
>> Hi Tanumeet,
>>
>> On 30/01/12 18:31, Tanumeet Kaur Juneja wrote:
>>
>>> I am getting the error
>>> Failed to load Main-Class manifest attribute while trying to install jena.
>>> Please help
>>> I am attaching the error herewith in a word document.
>>>
>> This list does not allow attachments, and anyway a Word document would be
>> the wrong format to send the information in. Please either:
>>
>> * copy the text of the output into the email, or, if it's very long
>>
>> * copy the text of the output into a new pastebin (http://pastebin.com/)
>> and include the URL of the pastebin in your message.
>>
>> Ian
>>
>>
>>
>>
>


Re: Fwd: Hello

Posted by Tanumeet Kaur Juneja <ta...@gmail.com>.
Hi
The error i am getting is
"* Failed to load Main-Class manifest attribute from *
* C:\Users\TANUMEET
KAUR\Desktop\apache-jena-2.7.0-incubating\lib-src\jena-arq-2.9.0-incubating-sources.jar"
*
*
*
Please help.Thank You.
Tanumeet




On Tue, Jan 31, 2012 at 12:11 AM, Ian Dickinson <ia...@epimorphics.com> wrote:

> Hi Tanumeet,
>
> On 30/01/12 18:31, Tanumeet Kaur Juneja wrote:
>
>> I am getting the error
>> Failed to load Main-Class manifest attribute while trying to install jena.
>> Please help
>> I am attaching the error herewith in a word document.
>>
> This list does not allow attachments, and anyway a Word document would be
> the wrong format to send the information in. Please either:
>
> * copy the text of the output into the email, or, if it's very long
>
> * copy the text of the output into a new pastebin (http://pastebin.com/)
> and include the URL of the pastebin in your message.
>
> Ian
>
>
>
>

Re: Fwd: Hello

Posted by Ian Dickinson <ia...@epimorphics.com>.
Hi Tanumeet,
On 30/01/12 18:31, Tanumeet Kaur Juneja wrote:
> I am getting the error
> Failed to load Main-Class manifest attribute while trying to install jena.
> Please help
> I am attaching the error herewith in a word document.
This list does not allow attachments, and anyway a Word document would 
be the wrong format to send the information in. Please either:

* copy the text of the output into the email, or, if it's very long

* copy the text of the output into a new pastebin (http://pastebin.com/) 
and include the URL of the pastebin in your message.

Ian




Re: Fwd: Hello

Posted by Tanumeet Kaur Juneja <ta...@gmail.com>.
Hello

I am getting the error
Failed to load Main-Class manifest attribute while trying to install jena.
Please help
I am attaching the error herewith in a word document.
Please suggest the possible reason
Thank You.























On Mon, Jan 30, 2012 at 11:08 PM, Tanumeet Kaur Juneja <
tanumeetcse@gmail.com> wrote:

> Thanks Paolo
> No particular reason for using the old version..
> I'll try the links u suggested.
> Please send some tutorial links too of jena if possible.
> Thanks a lot
> Thank You
> Tanumeet
>
>
>
> On Mon, Jan 30, 2012 at 11:05 PM, Paolo Castagna <
> castagna.lists@googlemail.com> wrote:
>
>> Hi Tanumeet,
>> Jena has moved to Apache. You are on the right mailing list, so you
>> should know that.
>> Is there any particular reason why you want to use that (old) version of
>> Jena?
>>
>> Please, see: http://incubator.apache.org/jena/download/
>> You can download official Apache releases from here:
>> http://www.apache.org/dist/incubator/jena/
>>
>> Try with:
>> http://www.apache.org/dist/incubator/jena/apache-jena-2.7.0-incubating.zip
>> and let us know if you have problems with it.
>>
>> By the way, I do not see any attachment to your email (they are probably
>> filtered out).
>>
>> Paolo
>>
>> Tanumeet Kaur Juneja wrote:
>> > Hello
>> > I downloaded jena from this source
>> >
>> http://sourceforge.net/projects/jena/files/Jena/Jena-2.5/Jena-2.5.5.zip/download
>> >
>> > and i receive the error as given in the attached file.
>> > Please may you let me know the cause and solution of the error.
>> > Thank You
>> > Tanumeet.
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Mon, Jan 30, 2012 at 9:02 PM, Paolo Castagna
>> > <castagna.lists@googlemail.com <ma...@googlemail.com>>
>> > wrote:
>> >
>> >     Welcome.
>> >
>> >     Could you send your message describing what you are trying to do (in
>> >     order to
>> >     install Jena) and what is the error you get?
>> >
>> >     Email attachments are probably filtered out.
>> >
>> >     Did you get your copy of Jena from here:
>> >     http://www.apache.org/dist/incubator/jena/
>> >
>> >     Thanks,
>> >     Paolo
>> >
>> >     Tanumeet Kaur Juneja wrote:
>> >     >
>> >     >
>> >     >
>> >     >
>> >     >
>> >     > I am trying to install jena on my machine and getting the
>> >     following error.
>> >     > Please suggest the possible reason.
>> >     >
>> >     > image.png
>> >     >
>> >
>> >
>>
>
>

Re: Fwd: Hello

Posted by Tanumeet Kaur Juneja <ta...@gmail.com>.
Thanks Paolo
No particular reason for using the old version..
I'll try the links u suggested.
Please send some tutorial links too of jena if possible.
Thanks a lot
Thank You
Tanumeet



On Mon, Jan 30, 2012 at 11:05 PM, Paolo Castagna <
castagna.lists@googlemail.com> wrote:

> Hi Tanumeet,
> Jena has moved to Apache. You are on the right mailing list, so you should
> know that.
> Is there any particular reason why you want to use that (old) version of
> Jena?
>
> Please, see: http://incubator.apache.org/jena/download/
> You can download official Apache releases from here:
> http://www.apache.org/dist/incubator/jena/
>
> Try with:
> http://www.apache.org/dist/incubator/jena/apache-jena-2.7.0-incubating.zip
> and let us know if you have problems with it.
>
> By the way, I do not see any attachment to your email (they are probably
> filtered out).
>
> Paolo
>
> Tanumeet Kaur Juneja wrote:
> > Hello
> > I downloaded jena from this source
> >
> http://sourceforge.net/projects/jena/files/Jena/Jena-2.5/Jena-2.5.5.zip/download
> >
> > and i receive the error as given in the attached file.
> > Please may you let me know the cause and solution of the error.
> > Thank You
> > Tanumeet.
> >
> >
> >
> >
> >
> >
> >
> >
> > On Mon, Jan 30, 2012 at 9:02 PM, Paolo Castagna
> > <castagna.lists@googlemail.com <ma...@googlemail.com>>
> > wrote:
> >
> >     Welcome.
> >
> >     Could you send your message describing what you are trying to do (in
> >     order to
> >     install Jena) and what is the error you get?
> >
> >     Email attachments are probably filtered out.
> >
> >     Did you get your copy of Jena from here:
> >     http://www.apache.org/dist/incubator/jena/
> >
> >     Thanks,
> >     Paolo
> >
> >     Tanumeet Kaur Juneja wrote:
> >     >
> >     >
> >     >
> >     >
> >     >
> >     > I am trying to install jena on my machine and getting the
> >     following error.
> >     > Please suggest the possible reason.
> >     >
> >     > image.png
> >     >
> >
> >
>

Re: Fwd: Hello

Posted by Paolo Castagna <ca...@googlemail.com>.
Hi Tanumeet,
Jena has moved to Apache. You are on the right mailing list, so you should know that.
Is there any particular reason why you want to use that (old) version of Jena?

Please, see: http://incubator.apache.org/jena/download/
You can download official Apache releases from here: http://www.apache.org/dist/incubator/jena/

Try with:
http://www.apache.org/dist/incubator/jena/apache-jena-2.7.0-incubating.zip
and let us know if you have problems with it.

By the way, I do not see any attachment to your email (they are probably filtered out).

Paolo

Tanumeet Kaur Juneja wrote:
> Hello 
> I downloaded jena from this source
> http://sourceforge.net/projects/jena/files/Jena/Jena-2.5/Jena-2.5.5.zip/download
> 
> and i receive the error as given in the attached file.
> Please may you let me know the cause and solution of the error.
> Thank You
> Tanumeet.
> 
> 
> 
> 
> 
> 
> 
> 
> On Mon, Jan 30, 2012 at 9:02 PM, Paolo Castagna
> <castagna.lists@googlemail.com <ma...@googlemail.com>>
> wrote:
> 
>     Welcome.
> 
>     Could you send your message describing what you are trying to do (in
>     order to
>     install Jena) and what is the error you get?
> 
>     Email attachments are probably filtered out.
> 
>     Did you get your copy of Jena from here:
>     http://www.apache.org/dist/incubator/jena/
> 
>     Thanks,
>     Paolo
> 
>     Tanumeet Kaur Juneja wrote:
>     >
>     >
>     >
>     >
>     >
>     > I am trying to install jena on my machine and getting the
>     following error.
>     > Please suggest the possible reason.
>     >
>     > image.png
>     >
> 
> 

Re: Fwd: Hello

Posted by Tanumeet Kaur Juneja <ta...@gmail.com>.
Hello
I downloaded jena from this source
http://sourceforge.net/projects/jena/files/Jena/Jena-2.5/Jena-2.5.5.zip/download
and i receive the error as given in the attached file.
Please may you let me know the cause and solution of the error.
Thank You
Tanumeet.








On Mon, Jan 30, 2012 at 9:02 PM, Paolo Castagna <
castagna.lists@googlemail.com> wrote:

> Welcome.
>
> Could you send your message describing what you are trying to do (in order
> to
> install Jena) and what is the error you get?
>
> Email attachments are probably filtered out.
>
> Did you get your copy of Jena from here:
> http://www.apache.org/dist/incubator/jena/
>
> Thanks,
> Paolo
>
> Tanumeet Kaur Juneja wrote:
> >
> >
> >
> >
> >
> > I am trying to install jena on my machine and getting the following
> error.
> > Please suggest the possible reason.
> >
> > image.png
> >
>

Re: Fwd: Hello

Posted by Paolo Castagna <ca...@googlemail.com>.
Welcome.

Could you send your message describing what you are trying to do (in order to
install Jena) and what is the error you get?

Email attachments are probably filtered out.

Did you get your copy of Jena from here:
http://www.apache.org/dist/incubator/jena/

Thanks,
Paolo

Tanumeet Kaur Juneja wrote:
> 
> 
> 
> 
> 
> I am trying to install jena on my machine and getting the following error.
> Please suggest the possible reason.
> 
> image.png
>