if you are on windows use ;. instead of :.
=3DStefan
On Thu, 2006-01-05 at 17:37 -0500, Forte, Graham (GFORTE) wrote:
> OK I solved this problem, but hav another.
> running the following gives me a=20
> C:\asterisk-java>java -cp asterisk-java-0.2.jar:.
> net.sf.asterisk.fastagi.DefaultAGIServer
> Exception in thread "main" java.lang.NoClassDefFoundError:
> net/sf/asterisk/fastagi/DefaultAGIServer
> If I omit the :. after .jar I get the following:
> C:\asterisk-java>java -cp asterisk-java-0.2.jar
> net.sf.asterisk.fastagi.DefaultAGIServer
> Jan 5, 2006 4:05:54 AM net.sf.asterisk.util.impl.JavaLoggingLog info
> INFO: Thread pool started.
> Jan 5, 2006 4:05:54 AM net.sf.asterisk.util.impl.JavaLoggingLog info
> INFO: Listening on *:4573.
> Is the AGI Server running or just logging?
> =20
> When I dial 1300 I get the following:
> =20
> Jan 5, 2006 4:29:23 AM net.sf.asterisk.util.impl.JavaLoggingLog info
> INFO: Received connection.
> Jan 5, 2006 4:29:23 AM net.sf.asterisk.util.impl.JavaLoggingLog error
> SEVERE: Resource bundle 'fastagi-mapping' is missing.
> Jan 5, 2006 4:29:23 AM net.sf.asterisk.util.impl.JavaLoggingLog error
> SEVERE: No script configured for URL
> 'agi://130.109.190.178/hello.agi' (script '
> hello.agi')
> =20
> So obvoiusly I have other problems I need to work on but I wanted to
> make sure that I actually am successful running the server.
> =20
> TIA!!
> =20
|