FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Ubuntu > Kubuntu User

 
 
LinkBack Thread Tools
 
Old 01-31-2010, 12:05 AM
Tony Sivori
 
Default Strange Konqueror Problem

Occasionally I archive web pages using Konqueror to archive the page with
the .war file type.

All was well until I made a back up of the folder containing the archived
web pages. The back up was a simple copy and paste from one hard drive to
a second hard internal drive on the same computer.

When attempting to open any of the copied web archives, I get this error:

"There appears to be a configuration error. You have associated
Konqueror with application/x-webarchive, but it cannot handle this file
type."

This is with Kubuntu 8.04, 32 bit, KDE 3.5.10, Konqueror 3.5.10.

Any ideas why this happens, and how to fix it?

--
Tony Sivori
Due to spam, I'm filtering all Google Groups posters.


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 01-31-2010, 04:59 AM
"Charles T. Bell"
 
Default Strange Konqueror Problem

Question: What is the file system on each drive?
Thank you!


Tony Sivori wrote:
> Occasionally I archive web pages using Konqueror to archive the page with
> the .war file type.
>
> All was well until I made a back up of the folder containing the archived
> web pages. The back up was a simple copy and paste from one hard drive to
> a second hard internal drive on the same computer.
>
> When attempting to open any of the copied web archives, I get this error:
>
> "There appears to be a configuration error. You have associated
> Konqueror with application/x-webarchive, but it cannot handle this file
> type."
>
> This is with Kubuntu 8.04, 32 bit, KDE 3.5.10, Konqueror 3.5.10.
>
> Any ideas why this happens, and how to fix it?
>
>


--
Quis custodiet ipsos custodes? -- Decimus Iunius Iuvenalis (Juvenal), Roman Poet, late 1st, early 2nd century AD
("Who will protect us from the protectors?")


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 01-31-2010, 04:57 PM
Tony Sivori
 
Default Strange Konqueror Problem

Charles T. Bell wrote:

> Question: What is the file system on each drive? Thank you!

Ext3 for the partition that Kubuntu is on. I'm 99.9% sure that I formatted
the target partition with ext3 also, but both fstab and System Settings
- Disks & Filesystems list it as "auto".

Fstab reproduced below. Kubuntu is on sda1, the back up data is on sdb2.
No ntfs involved, in case you were wondering.

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=93109a9c-cc3e-4fca-9c46-7232c47cc73a / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda5
UUID=d758dd43-3750-4ba9-85a7-bf1ddbd4ac11 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda5 /media/sda5 auto users,atime,auto,rw,nodev,noexec,nosuid 0 0
/dev/sdb1 /media/sdb1 auto users,atime,auto,rw,nodev,noexec,nosuid 0 0
/dev/sdb2 /media/sdb2 auto users,noatime,auto,rw,nodev,noexec,nosuid 0 0

--
Tony Sivori


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 02-04-2010, 09:13 PM
Michael Hirsch
 
Default Strange Konqueror Problem

On Sat, Jan 30, 2010 at 6:05 PM, Tony Sivori <TonySivori@yahoo.com> wrote:
> Occasionally I archive web pages using Konqueror to archive the page with
> the .war file type.

I would guess that it is this extension that is giving you trouble.
.war is an extension used by most Java application server to the
bundle of file that encapsulates a java application. Why not just use
the .html extension?

> All was well until I made a back up of the folder containing the archived
> web pages. The back up was a simple copy and paste from one hard drive to
> a second hard internal drive on the same computer.
>
> When attempting to open any of the copied web archives, I get this error:
>
> "There appears to be a configuration error. You have associated
> Konqueror with application/x-webarchive, but it cannot handle this file
> type."

Konqueror doesn't know how to open a war and run the java code. The
question is why doesn't this happen on your original hard drive? And
I don't know the answer. But I bet if you rename them all .html your
problem would be solved.

Alternatively, you could try changing your file association so that
.war is associated with HTML files, and not with web archives.

Michael

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 02-05-2010, 07:02 AM
Reinhold Rumberger
 
Default Strange Konqueror Problem

On Thursday 04 February 2010, Michael Hirsch wrote:
> On Sat, Jan 30, 2010 at 6:05 PM, Tony Sivori <TonySivori@yahoo.com>
wrote:
> > Occasionally I archive web pages using Konqueror to archive the
> > page with the .war file type.
>
> I would guess that it is this extension that is giving you
> trouble. .war is an extension used by most Java application
> server to the bundle of file that encapsulates a java
> application. Why not just use the .html extension?
>
> > All was well until I made a back up of the folder containing the
> > archived web pages. The back up was a simple copy and paste
> > from one hard drive to a second hard internal drive on the same
> > computer.
> >
> > When attempting to open any of the copied web archives, I get
> > this error:
> >
> > "There appears to be a configuration error. You have associated
> > Konqueror with application/x-webarchive, but it cannot handle
> > this file type."
>
> Konqueror doesn't know how to open a war and run the java code.
> The question is why doesn't this happen on your original hard
> drive? And I don't know the answer. But I bet if you rename
> them all .html your problem would be solved.
>
> Alternatively, you could try changing your file association so
> that .war is associated with HTML files, and not with web
> archives.

You're completely misreading the situation as well as having no clue
what he's actually doing. Konqueror bundles websites with their
resources (pictures, etc.) into a specially structured tar file,
which it calls "war". The fact that this extension is also used in
java environments to bundle web applications is purely coincidental.

--Reinhold

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 02-05-2010, 11:16 AM
Jonas Norlander
 
Default Strange Konqueror Problem

On 5 February 2010 09:02, Reinhold Rumberger <rrumberger@web.de> wrote:
> On Thursday 04 February 2010, Michael Hirsch wrote:
>> On Sat, Jan 30, 2010 at 6:05 PM, Tony Sivori <TonySivori@yahoo.com>
> wrote:
>> > Occasionally I archive web pages using Konqueror to archive the
>> > page with the .war file type.
>>
>> I would guess that it is this extension that is giving you
>> trouble. .war is an extension used by most Java application
>> server to the bundle of file that encapsulates a java
>> application. *Why not just use the .html extension?
>>
>> > All was well until I made a back up of the folder containing the
>> > archived web pages. The back up was a simple copy and paste
>> > from one hard drive to a second hard internal drive on the same
>> > computer.
>> >
>> > When attempting to open any of the copied web archives, I get
>> > this error:
>> >
>> > "There appears to be a configuration error. You have associated
>> > Konqueror with application/x-webarchive, but it cannot handle
>> > this file type."
>>
>> Konqueror doesn't know how to open a war and run the java code.
>> The question is why doesn't this happen on your original hard
>> drive? *And I don't know the answer. *But I bet if you rename
>> them all .html your problem would be solved.
>>
>> Alternatively, you could try changing your file association so
>> that .war is associated with HTML files, and not with web
>> archives.
>
> You're completely misreading the situation as well as having no clue
> what he's actually doing. Konqueror bundles websites with their
> resources (pictures, etc.) into a specially structured tar file,
> which it calls "war". The fact that this extension is also used in
> java environments to bundle web applications is purely coincidental.
>
> *--Reinhold

And the war file produced with Konqueror is just a gzipped tar file.
The war file used with java and webapplication is a jar file (which is
a zipp file) with some special files and folder.
Back to the OT, I can save and load war files with Konqueror. I have
Kubuntu 9.10 and KDE 4.3.5.

http://en.wikipedia.org/wiki/WAR_file
http://en.wikipedia.org/wiki/KDE_WAR_%28file_format%29

/ Jonas

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 02-05-2010, 03:18 PM
Tony Sivori
 
Default Strange Konqueror Problem

Michael Hirsch wrote:

> On Sat, Jan 30, 2010 at 6:05 PM, Tony Sivori <TonySivori@yahoo.com>
> wrote:
>>
>> When attempting to open any of the copied web archives, I get this
>> error:
>>
>> "There appears to be a configuration error. You have associated
>> Konqueror with application/x-webarchive, but it cannot handle this file
>> type."
>
> Konqueror doesn't know how to open a war and run the java code. The
> question is why doesn't this happen on your original hard drive? And I
> don't know the answer. But I bet if you rename them all .html your
> problem would be solved.

Ok, I tried that and it didn't work. After renaming, Konqueror did open
the file, but it was just scrambled text and symbols.

--
Tony Sivori
Due to spam, I'm filtering all Google Groups posters.


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 02-05-2010, 03:29 PM
Lisi
 
Default Strange Konqueror Problem

On Friday 05 February 2010 16:18:07 Tony Sivori wrote:
> Michael Hirsch wrote:
> > On Sat, Jan 30, 2010 at 6:05 PM, Tony Sivori <TonySivori@yahoo.com>
> >
> > wrote:
> >> When attempting to open any of the copied web archives, I get this
> >> error:
> >>
> >> "There appears to be a configuration error. You have associated
> >> Konqueror with application/x-webarchive, but it cannot handle this file
> >> type."
> >
> > Konqueror doesn't know how to open a war and run the java code. The
> > question is why doesn't this happen on your original hard drive? And I
> > don't know the answer. But I bet if you rename them all .html your
> > problem would be solved.
>
> Ok, I tried that and it didn't work. After renaming, Konqueror did open
> the file, but it was just scrambled text and symbols.

You need to read Reinhold's reply to your email.

HTH
Lisi

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 02-05-2010, 03:46 PM
Thomas Olsen
 
Default Strange Konqueror Problem

On Sunday 31 January 2010 02:05:12 Tony Sivori wrote:
> Occasionally I archive web pages using Konqueror to archive the page with
> the .war file type.
>
> All was well until I made a back up of the folder containing the archived
> web pages. The back up was a simple copy and paste from one hard drive to
> a second hard internal drive on the same computer.
>
> When attempting to open any of the copied web archives, I get this error:
>
> "There appears to be a configuration error. You have associated
> Konqueror with application/x-webarchive, but it cannot handle this file
> type."
>
> This is with Kubuntu 8.04, 32 bit, KDE 3.5.10, Konqueror 3.5.10.
>
> Any ideas why this happens, and how to fix it?
>

You need the Web Archiver tool to be installed. On 9.10 this is provided by
konq-plugins but on 8.0 the package name might be konqueror-plugins or maybe
konqueror-plugin-minitools. Do a search for it:

apt-cache search "Web Archiver"

and make sure it is installed. Maybe purge it and reinstall. Also make sure
that the plugin is enabled in Konqueror.

--
Best Regards / Med venlig hilsen

Thomas Olsen

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 02-05-2010, 03:59 PM
Tony Sivori
 
Default Strange Konqueror Problem

Thomas Olsen wrote:
> You need the Web Archiver tool to be installed. On 9.10 this is provided
> by konq-plugins but on 8.0 the package name might be konqueror-plugins
> or maybe konqueror-plugin-minitools. Do a search for it:
>
> apt-cache search "Web Archiver"
>
> and make sure it is installed. Maybe purge it and reinstall. Also make
> sure that the plugin is enabled in Konqueror.

Thank you for that. I will try it later today after I get back from work.
I will post the results.

--
Tony Sivori
Due to spam, I'm filtering all Google Groups posters.


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 

Thread Tools




All times are GMT. The time now is 04:33 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org