-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
has anyone installed click2dial on wesip? I looking for some hints how to do that. Do I need an apache instance for it? Or it is just copy .sar file into wesipapps directory and call click2dial.jsp with a browser?
regards Helmut
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I found this in my wesip log when I enter 212.6.123.118:8080/click2dial.jsp in my browser:
2007-03-06 10:55:29 HttpProcessor[8080][4] An incoming request is being assigned 2007-03-06 10:55:29 HttpProcessor[8080][4] The incoming request has been awaited 2007-03-06 10:55:29 HttpProcessor[8080][4] parseConnection: address=/212.6.95.198, port=8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Normalized: '/click2dial.jsp' to '/click2dial.jsp' 2007-03-06 10:55:29 HttpProcessor[8080][4] Request is 'GET' for '/click2dial.jsp' with protocol 'HTTP/1.1' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header host = 212.6.123.118:8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Header user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept = text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-language = de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de_DE' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en_US' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-encoding = gzip,deflate 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-charset = ISO-8859-1,utf-8;q=0.7,*;q=0.7 2007-03-06 10:55:29 HttpProcessor[8080][4] Header keep-alive = 300 2007-03-06 10:55:29 HttpProcessor[8080][4] Header connection = keep-alive 2007-03-06 10:55:29 ConvergedEngine[Standalone]: Mapping server name '212.6.123.118' 2007-03-06 10:55:29 ConvergedHost[212.6.123.118]: MAPPING configuration error for request URI /click2dial.jsp
Helmut Kuper schrieb:
Hello,
has anyone installed click2dial on wesip? I looking for some hints how to do that. Do I need an apache instance for it? Or it is just copy .sar file into wesipapps directory and call click2dial.jsp with a browser?
regards Helmut
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
check the archive is correct:
unzip -l click2call-08_11_06.sar
and there are all the files.
copy the .sar on wesipapps directory and then startup AS. look at the log, you will see
13:06:15 06Mar2007 INFO ConvergedHostDeployer [main]- Installing web application at context path /click2call-08_11_06 from URL file:/opt/wesip/wesipapps/click2call-08_11_06
now point your browser to the fantastic manager interface:
http://82.215.163.67:8080/manager/jsp/manager.jsp
through the manager you can even directly deploy your .sar on the AS.
you can see the application click2dial running. click on the path of the application.
hope this help
regards,
:tele
On Tue, 2007-03-06 at 10:57 +0100, Helmut Kuper wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I found this in my wesip log when I enter 212.6.123.118:8080/click2dial.jsp in my browser:
2007-03-06 10:55:29 HttpProcessor[8080][4] An incoming request is being assigned 2007-03-06 10:55:29 HttpProcessor[8080][4] The incoming request has been awaited 2007-03-06 10:55:29 HttpProcessor[8080][4] parseConnection: address=/212.6.95.198, port=8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Normalized: '/click2dial.jsp' to '/click2dial.jsp' 2007-03-06 10:55:29 HttpProcessor[8080][4] Request is 'GET' for '/click2dial.jsp' with protocol 'HTTP/1.1' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header host = 212.6.123.118:8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Header user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept = text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-language = de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de_DE' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en_US' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-encoding = gzip,deflate 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-charset = ISO-8859-1,utf-8;q=0.7,*;q=0.7 2007-03-06 10:55:29 HttpProcessor[8080][4] Header keep-alive = 300 2007-03-06 10:55:29 HttpProcessor[8080][4] Header connection = keep-alive 2007-03-06 10:55:29 ConvergedEngine[Standalone]: Mapping server name '212.6.123.118' 2007-03-06 10:55:29 ConvergedHost[212.6.123.118]: MAPPING configuration error for request URI /click2dial.jsp
Helmut Kuper schrieb:
Hello,
has anyone installed click2dial on wesip? I looking for some hints how to do that. Do I need an apache instance for it? Or it is just copy .sar file into wesipapps directory and call click2dial.jsp with a browser?
regards Helmut
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFF7TsV4tZeNddg3dwRAhZUAKCGu0b3JatJDnsQXa5sSzRjpySkCQCgr+hn WUSvX8C+wKExpSbc+1FJoXY= =/WOH -----END PGP SIGNATURE-----
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
ops,
point your browser to your IP and http port configured in the server.xml configuration :)
:tele
On Tue, 2007-03-06 at 11:22 +0100, tele wrote:
now point your browser to the fantastic manager interface:
http://82.215.163.67:8080/manager/jsp/manager.jsp
through the manager you can even directly deploy your .sar on the AS.
you can see the application click2dial running. click on the path of the application.
hope this help
regards,
:tele
On Tue, 2007-03-06 at 10:57 +0100, Helmut Kuper wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I found this in my wesip log when I enter 212.6.123.118:8080/click2dial.jsp in my browser:
2007-03-06 10:55:29 HttpProcessor[8080][4] An incoming request is being assigned 2007-03-06 10:55:29 HttpProcessor[8080][4] The incoming request has been awaited 2007-03-06 10:55:29 HttpProcessor[8080][4] parseConnection: address=/212.6.95.198, port=8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Normalized: '/click2dial.jsp' to '/click2dial.jsp' 2007-03-06 10:55:29 HttpProcessor[8080][4] Request is 'GET' for '/click2dial.jsp' with protocol 'HTTP/1.1' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header host = 212.6.123.118:8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Header user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept = text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-language = de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de_DE' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en_US' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-encoding = gzip,deflate 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-charset = ISO-8859-1,utf-8;q=0.7,*;q=0.7 2007-03-06 10:55:29 HttpProcessor[8080][4] Header keep-alive = 300 2007-03-06 10:55:29 HttpProcessor[8080][4] Header connection = keep-alive 2007-03-06 10:55:29 ConvergedEngine[Standalone]: Mapping server name '212.6.123.118' 2007-03-06 10:55:29 ConvergedHost[212.6.123.118]: MAPPING configuration error for request URI /click2dial.jsp
Helmut Kuper schrieb:
Hello,
has anyone installed click2dial on wesip? I looking for some hints how to do that. Do I need an apache instance for it? Or it is just copy .sar file into wesipapps directory and call click2dial.jsp with a browser?
regards Helmut
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFF7TsV4tZeNddg3dwRAhZUAKCGu0b3JatJDnsQXa5sSzRjpySkCQCgr+hn WUSvX8C+wKExpSbc+1FJoXY= =/WOH -----END PGP SIGNATURE-----
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi tele,
here my logfile extract when I call the manager:
2007-03-06 09:01:56 WebappLoader[/manager]: Deploying class repositories to work directory /home/hk/wesip/wesip/work/Standalone/localhost/manager 2007-03-06 09:01:56 WebappLoader[/manager]: Deploy JAR /WEB-INF/lib/dwr.jar to /home/hk/wesip/wesip/wesipapps/../server/webapps/manager/WEB-INF/lib/dwr.jar 2007-03-06 09:01:56 WebappLoader[/manager]: Deploy JAR /WEB-INF/lib/jrobin-1.4.0.jar to /home/hk/wesip/wesip/wesipapps/../server/webapps/manager/WEB-INF/lib/jrobin-1.4.0.jar 2007-03-06 09:01:56 WebappLoader[/manager]: Deploy JAR /WEB-INF/lib/statistics.jar to /home/hk/wesip/wesip/wesipapps/../server/webapps/manager/WEB-INF/lib/statistics.jar 2007-03-06 09:02:02 ContextConfig[/manager]: Missing application sip.xml, using defaults only 2007-03-06 09:02:03 ContextConfig[/manager]: Configured an authenticator for method BASIC 2007-03-06 09:02:03 StandardManager[/manager]: Seeding random number generator class java.security.SecureRandom 2007-03-06 09:02:03 StandardManager[/manager]: Seeding of random number generator has been completed 2007-03-06 09:02:03 dwr-invoker: init 2007-03-06 09:02:03 StandardHttpWrapper[/manager:default]: Loading container servlet default 2007-03-06 09:02:03 default: init 2007-03-06 09:02:03 StandardHttpWrapper[/manager:invoker]: Loading container servlet invoker 2007-03-06 09:02:03 invoker: init 2007-03-06 09:02:03 jsp: init 2007-03-06 09:02:03 statistics: init 2007-03-06 09:02:04 StandardHttpContext[/manager]: StandardHttpContext [WeSIP Manager Application] has been started "logs/wesip.2007-03-06.log" 2917L, 246259C 1,1 Top at com.voztele.sipservlet.valves.ConvergedHostValve.invokeHTTP(ConvergedHostValve.java:336) at com.voztele.sipservlet.valves.ConvergedHostValve.invoke(ConvergedHostValve.java:98) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:124) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at com.voztele.sipservlet.valves.ConvergedEngineValve.invoke(ConvergedEngineValve.java:98) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:994) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1105) at java.lang.Thread.run(Unknown Source) - ----- Root Cause ----- java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.apache.jasper.compiler.SunJavaCompiler.compile(Unknown Source) at org.apache.jasper.compiler.Compiler.compile(Unknown Source) at org.apache.jasper.servlet.JspServlet.loadJSP(Unknown Source) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(Unknown Source) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(Unknown Source) at org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown Source) at org.apache.jasper.servlet.JspServlet.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:206) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:146) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:445) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at org.apache.catalina.core.StandardHttpContext.invoke(StandardHttpContext.java:2377) at com.voztele.sipservlet.valves.ConvergedHostValve.invokeHTTP(ConvergedHostValve.java:336) at com.voztele.sipservlet.valves.ConvergedHostValve.invoke(ConvergedHostValve.java:98) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:124) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at com.voztele.sipservlet.valves.ConvergedEngineValve.invoke(ConvergedEngineValve.java:98) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:994) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1105) at java.lang.Thread.run(Unknown Source)
- ---------------------------------------------------------------------------------
When wesip starts up I get this:
hk@vm-en-test0:~/wesip/wesip$ ./bin/startup.sh Starting WESIP Application Server VozTelecom... hk@vm-en-test0:~/wesip/wesip$ HttpConnector [main] - The HttpConnector [all:8080] has been created SipConnector [main] - The SipConnector [212.6.123.118] can not be launched. Revise the configuration. SipConnector [main] - javax.sip.PeerUnavailableException: The Peer SIP Stack: com.voztele.javax.sip.SipStackImpl could not be instantiated. Ensure the Path Name has been set. javax.sip.PeerUnavailableException: The Peer SIP Stack: com.voztele.javax.sip.SipStackImpl could not be instantiated. Ensure the Path Name has been set. at javax.sip.SipFactory.createStack(SipFactory.java:308) at javax.sip.SipFactory.createSipStack(SipFactory.java:147) at com.voztele.sipservlet.connector.SipConnector.start(SipConnector.java:238) at org.apache.catalina.core.StandardService.start(StandardService.java:454) at org.apache.catalina.core.StandardServer.start(StandardServer.java:2144) at org.apache.catalina.startup.Catalina.start(Catalina.java:471) at org.apache.catalina.startup.Catalina.execute(Catalina.java:358) at org.apache.catalina.startup.Catalina.process(Catalina.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:156) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at javax.sip.SipFactory.createStack(SipFactory.java:302) ... 12 more Caused by: javax.sip.PeerUnavailableException: Peer unavailable at com.voztele.javax.sip.SipStackImpl.<init>(SipStackImpl.java:360) ... 17 more ConvergedHostDeployer [main] - Installing web application at context path /click2call-08_11_06 from URL file:/home/hk/wesip/wesip/wesipapps/click2call-08_11_06 JavaUtils [main] - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled. ConvergedContext [main] - ConvergedContext [Click2Call SipServlet] has been started ConvergedHostDeployer [main] - Installing web application at context path from URL file:/home/hk/wesip/wesip/wesipapps/ROOT ConvergedContext [main] - ConvergedContext [Click2Call SipServlet] has been started StandardService [main] -
Default Wesip Application ==> http://localhost:8080/ Manager Wesip Application ==> http://localhost:8080/manager/html?
StandardService [main] -
In order to access the manager application use default credentials:
- username: wesip - password: wesip
This configuration is defined in wesip-users.xml inside conf folder:
- file: ./conf/wesip-users.xml
1st: My SIPConnector doesn't startup correctly 2nd: There seems some classes are missed
Seems ti me that I have some major config errors here ...
regards Helmut
tele schrieb:
Hi,
check the archive is correct:
unzip -l click2call-08_11_06.sar
and there are all the files.
copy the .sar on wesipapps directory and then startup AS. look at the log, you will see
13:06:15 06Mar2007 INFO ConvergedHostDeployer [main]- Installing web application at context path /click2call-08_11_06 from URL file:/opt/wesip/wesipapps/click2call-08_11_06
now point your browser to the fantastic manager interface:
http://82.215.163.67:8080/manager/jsp/manager.jsp
through the manager you can even directly deploy your .sar on the AS.
you can see the application click2dial running. click on the path of the application.
hope this help
regards,
:tele
On Tue, 2007-03-06 at 10:57 +0100, Helmut Kuper wrote: Hi,
I found this in my wesip log when I enter 212.6.123.118:8080/click2dial.jsp in my browser:
2007-03-06 10:55:29 HttpProcessor[8080][4] An incoming request is being assigned 2007-03-06 10:55:29 HttpProcessor[8080][4] The incoming request has been awaited 2007-03-06 10:55:29 HttpProcessor[8080][4] parseConnection: address=/212.6.95.198, port=8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Normalized: '/click2dial.jsp' to '/click2dial.jsp' 2007-03-06 10:55:29 HttpProcessor[8080][4] Request is 'GET' for '/click2dial.jsp' with protocol 'HTTP/1.1' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header host = 212.6.123.118:8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Header user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept = text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-language = de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de_DE' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en_US' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-encoding = gzip,deflate 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-charset = ISO-8859-1,utf-8;q=0.7,*;q=0.7 2007-03-06 10:55:29 HttpProcessor[8080][4] Header keep-alive = 300 2007-03-06 10:55:29 HttpProcessor[8080][4] Header connection = keep-alive 2007-03-06 10:55:29 ConvergedEngine[Standalone]: Mapping server name '212.6.123.118' 2007-03-06 10:55:29 ConvergedHost[212.6.123.118]: MAPPING configuration error for request URI /click2dial.jsp
Helmut Kuper schrieb:
Hello,
has anyone installed click2dial on wesip? I looking for some hints how to do that. Do I need an apache instance for it? Or it is just copy .sar file into wesipapps directory and call click2dial.jsp with a browser?
regards Helmut
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
On Tue, 2007-03-06 at 11:53 +0100, Helmut Kuper wrote:
1st: My SIPConnector doesn't startup correctly
i thought you had solved this issue in mail "WeSIP part 2" if config is correct try this:
- shutdown the AS - shutdown openser - start openser - start AS
2nd: There seems some classes are missed
hmmm check the JAVA_HOME and CLASSPATH env variables is set and are correct.
JAVA_HOME and CLASSPATH is used by the startup.sh script of WeSIP.
maybe could be the problem but i'm not sure ;D
Seems ti me that I have some major config errors here ...
regards Helmut
tele schrieb:
Hi,
check the archive is correct:
unzip -l click2call-08_11_06.sar
and there are all the files.
copy the .sar on wesipapps directory and then startup AS. look at the log, you will see
13:06:15 06Mar2007 INFO ConvergedHostDeployer [main]- Installing web application at context path /click2call-08_11_06 from URL file:/opt/wesip/wesipapps/click2call-08_11_06
now point your browser to the fantastic manager interface:
http://82.215.163.67:8080/manager/jsp/manager.jsp
through the manager you can even directly deploy your .sar on the AS.
you can see the application click2dial running. click on the path of the application.
hope this help
regards,
:tele
On Tue, 2007-03-06 at 10:57 +0100, Helmut Kuper wrote: Hi,
I found this in my wesip log when I enter 212.6.123.118:8080/click2dial.jsp in my browser:
2007-03-06 10:55:29 HttpProcessor[8080][4] An incoming request is being assigned 2007-03-06 10:55:29 HttpProcessor[8080][4] The incoming request has been awaited 2007-03-06 10:55:29 HttpProcessor[8080][4] parseConnection: address=/212.6.95.198, port=8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Normalized: '/click2dial.jsp' to '/click2dial.jsp' 2007-03-06 10:55:29 HttpProcessor[8080][4] Request is 'GET' for '/click2dial.jsp' with protocol 'HTTP/1.1' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header host = 212.6.123.118:8080 2007-03-06 10:55:29 HttpProcessor[8080][4] Header user-agent = Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept = text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-language = de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de_DE' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'de' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en_US' 2007-03-06 10:55:29 HttpProcessor[8080][4] Adding locale 'en' 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-encoding = gzip,deflate 2007-03-06 10:55:29 HttpProcessor[8080][4] Header accept-charset = ISO-8859-1,utf-8;q=0.7,*;q=0.7 2007-03-06 10:55:29 HttpProcessor[8080][4] Header keep-alive = 300 2007-03-06 10:55:29 HttpProcessor[8080][4] Header connection = keep-alive 2007-03-06 10:55:29 ConvergedEngine[Standalone]: Mapping server name '212.6.123.118' 2007-03-06 10:55:29 ConvergedHost[212.6.123.118]: MAPPING configuration error for request URI /click2dial.jsp
Helmut Kuper schrieb:
Hello,
has anyone installed click2dial on wesip? I looking for some hints how to do that. Do I need an apache instance for it? Or it is just copy .sar file into wesipapps directory and call click2dial.jsp with a browser?
regards Helmut
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFF7Ugq4tZeNddg3dwRArgQAJ48DacjChZmJrwwfxAALINBQ6LD6QCglxWG yookkSBKztP+/YtBqvRNYZ0= =wGMF -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi tele,
hard to explain,
but after configuring sipconnector in that way, that startup doesn't throw an error I had the problem that wesip seems to stuck. I didn't get that output with ConvergedHostDeployer and management access hints. I even not able to use shutdown, cause there is no managemnt port open yet.
When initializing of sipconnector failes, the I c that deployer stuff as well as this error message:
[main] - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled
In this case I can use shutdown.sh ..
very very strange to me. Can u send me ur openser.cfg and ur server.xml files? For sipconnector i think there is somwhere a logical error in ip/port configuration.
For Deployer stuff I hope it will be done by downloading and installing the missed classes.
- ->mailapi.jar - ->activation.jar
regards Helmut
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
WeSIP is now running fine. After fixing that stackname thing, I had now to add JAVA_HOME to my environment. Without it wesip startup.sh will build wrong classpaths and wesip manager won't be accessable (I got an Internal Server Error 500).
I added on my machine this:
export JAVA_HOME=/usr/lib/j2sdk1.5-sun
I added all 3 application .sar file to wesipapps and voila it worxxxxxxxxxx :)
conclusion: I hate java with gooooood reason ;)
regards and thousand thanks to tele an Gines
Helmut