spring-webmvc-portlet annotations: File "/WEB-INF/servlet/view" not found

On 30/06/2010 14:06, Norris Shelton wrote:

-snip

-snip

-snip

Where?

Where?

p

X11 error at login: “no screens found”

On 2010-06-28 14:07 +0200, Charles Blair wrote:

Did X work previously?

Please run “debsums xserver-xorg-video-nv”.

Sven

“Packages” not found

Manao ahoana, Hello, Bonjour,

On a fresh Lenny install, when running “apt-get update”, I get:

W: Failed to fetch http://security.debian.org/dists/lenny/updates /main /binary-i386/Packages 404 Not Found [IP: 149.20.20.6 80]

when verifying by browsing http://security.debian.org/dists/lenny/updates/main/binary-i386/ there is no “Packages” file but only “Packages.gz” and “Packages.bz2″

Why doesnt my apt see “Packages.*” files?

This is my sources.list:

deb ftp://ftp.fr.debian.org/debian lenny main deb ftp://ftp.fr.debian.org/debian lenny-proposed-updates main deb ftp://ftp.fr.debian.org/debian-volatile lenny/volatile main deb http://security.debian.org/ lenny/updates main  deb-src http://security.debian.org/ lenny/updates main 

aptitude update, same error…

Misaotra, Thanks, Merci.

Trouble using debmirror on Lenny (certain public keysnot found)

Hi Mirko,

thanks for your suggestion. It worked. Must have been overlooking that hint in the manpage. Sorry.

Greetings,

Holger

On Thu, 24 Jun 2010, Mirko Parthey wrote:

Oops, no RSA or DSA server certificate found for

On Thu, Jun 24, 2010 at 9:10 AM, Javier Arancibia wrote:

Please don’t start duplicate threads for the same issue. Perhaps someone could help if you posted the relevant parts of your configuration, evidence of the contents of the SSL related files, and logs.

Oops, no RSA or DSA server certificate found for

Hi, i have this error in apache 2 server, i have configured the server with 3 hosts based ip…..

[error] Oops, no RSA or DSA server certificate found for domain.com

In some cases the server run ok but in other case i have the error.

Javier Arancibia Ingeniería | NACION SEGUROS Te.(011)43199900 – Int. 3185

Trouble using debmirror on Lenny (certain public keys not found)

On Thu, Jun 24, 2010 at 11:45:31AM +0200, Holger Rauch wrote:

By default, gpg stores new public keys in ~/.gnupg/pubring.gpg, while gpgv expects them in ~/.gnupg/trustedkeys.gpg.

The following command should import keys straight into trustedkeys.gpg: gpg –no-default-keyring –keyring trustedkeys.gpg –import At least, that’s what the debmirror(1) manpage suggests.

If you want to use the same keys for debmirror and apt, you can simply set a symlink like this: /home/mirror/.gnupg/trustedkeys.gpg -> /etc/apt/trusted.gpg It may be a good idea to run debmirror under a separate user account to avoid interference with other usage of gpg.

Regards, Mirko

Trouble using debmirror on Lenny (certain public keys not found)

Hi to everybody,

I want to create a partial mirror for both the stable (Lenny) and testing (Squeeze) distributions of Debian. The mirror is supposed to contain the amd64 arch only (all binary packages of all sections). Here’s how I invoke debmirror from within a shell script:

===

debmirror -a amd64 -s all -e rsync –rsync-options “-aIL –partial –bwlimit=2048″ -r :debian -h ftp2.de.debian.org -d lenny /debstable –nosource

Provider org.apache.xalan.processor.TransformerFactoryImpl not found

Hi Prabesh,

I was also facing the same issue with JDK1.6 and Tomcat6. I tried your solution and it worked. I removed xmlParserAPIs.jar from tomcat6commonendorsed.

Thanks for your post, -Abhishek

How to know , where any artifact can be found?

Hi All,

I have maven-utils-parent-1.0.pom and this have as shown below. Not by reading this pom I am in need to download all its dependencies (jar files). One way is that I try downloading(using ArtifactResolver’s resolve method) from central, but it is possible that these dependencies doesn’t exist in central.

My question is : how would I know where to look for these dependencies, by reading pom(maven-utils-parent-1.0.pom)?. Is there any way to extract repositories information where these dependencies can be found.??

${project.groupId} maven-utils ${project.version}

log4j log4j 1.2.14

junit junit 3.8.1 test

javax.servlet servlet-api 2.5 provided

javax.servlet.jsp jsp-api 2.1 provided

Thanks, Amaresh