Package: paros
Version: 3.2.13-1
Severity: normal
I installed paros proxy with aptitude install paros.
After some googleing, I found that to start Paros, I needed to use
sh /usr/share/paros/startserver.sh
This told me that it could not find the file paros.jar,
so I edited to the file to point to its location,
ie I changed the line
java -jar paros.jar
TO
java -jar /usr/share/java/paros.jar
Now, I am getting the following error:
$ sh /usr/share/paros/startserver.sh
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/httpclient/protocol/ProtocolSocketFactory
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.httpclient.protocol.ProtocolSocketFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
Could not find the main class: org.parosproxy.paros.Paros. Program will
exit.
-- System Information:
Debian Release: squeeze
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages paros depends on:
ii libcommons-codec-java 1.3-4 encoder and decoders such as Base6
ii libcommons-collections3- 3.2.1-1 A set of abstract data type interf
ii libcommons-configuration 1.6-1 Java based library providing a gen
ii libcommons-httpclient-ja 3.1-3 A Java(TM) library for creating HT
ii libcommons-lang-java 2.4-1 Extension of the java.lang package
ii libcommons-logging-java 1.1.1-3 commmon wrapper interface for seve
ii libhsqldb-java 1.8.0.10-2 Java SQL database engine
ii libjdic-java 0.9.5-3 JDesktop Integration Components
ii liblog4j1.2-java 1.2.15-4 Logging library for java
ii openjdk-6-jre [java6-run 6b14-1.5~pre1-5 OpenJDK Java runtime, using Hotspo
paros recommends no packages.
paros suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]