Page 1 of 1

Issue in Subscription

PostPosted:Fri Apr 06, 2012 5:57 am
by vkasgpta
Hi,

I am currently trying to get subscription to work but facing some issues. Could someone who has subscription working advice me?

Heres what i see in the server:
Code: Select all
13:51:02,721 WARN  [MsWordTextExtractor] Failed to extract Word text content
java.io.IOException: Invalid header signature; read 0x3C0A0A0A0A0A0A0A, expected
 0xE11AB1A1E011CFD0
        at org.apache.poi.poifs.storage.HeaderBlockReader.<init>(HeaderBlockRead
er.java:125)
        at org.apache.poi.poifs.filesystem.POIFSFileSystem.<init>(POIFSFileSyste
m.java:153)
        at org.apache.poi.hwpf.HWPFDocumentCore.verifyAndBuildPOIFS(HWPFDocument
Core.java:96)
        at org.apache.poi.hwpf.extractor.WordExtractor.<init>(WordExtractor.java
:53)
        at org.apache.jackrabbit.extractor.MsWordTextExtractor.extractText(MsWor
dTextExtractor.java:64)
        at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(Co
mpositeTextExtractor.java:90)
        at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extra
ctText(JackrabbitTextExtractor.java:195)
        at org.apache.jackrabbit.core.query.lucene.TextExtractorJob$1.call(TextE
xtractorJob.java:93)
        at EDU.oswego.cs.dl.util.concurrent.FutureResult$1.run(Unknown Source)
        at org.apache.jackrabbit.core.query.lucene.TextExtractorJob.run(TextExtr
actorJob.java:172)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So
urce)
        at java.lang.Thread.run(Thread.java:662)
13:51:02,831 WARN  [MsWordTextExtractor] Failed to extract Word text content
java.io.IOException: Invalid header signature; read 0x3C0A0A0A0A0A0A0A, expected
 0xE11AB1A1E011CFD0
        at org.apache.poi.poifs.storage.HeaderBlockReader.<init>(HeaderBlockRead
er.java:125)
        at org.apache.poi.poifs.filesystem.POIFSFileSystem.<init>(POIFSFileSyste
m.java:153)
        at org.apache.poi.hwpf.HWPFDocumentCore.verifyAndBuildPOIFS(HWPFDocument
Core.java:96)
        at org.apache.poi.hwpf.extractor.WordExtractor.<init>(WordExtractor.java
:53)
        at org.apache.jackrabbit.extractor.MsWordTextExtractor.extractText(MsWor
dTextExtractor.java:64)
        at org.apache.jackrabbit.extractor.CompositeTextExtractor.extractText(Co
mpositeTextExtractor.java:90)
        at org.apache.jackrabbit.core.query.lucene.JackrabbitTextExtractor.extra
ctText(JackrabbitTextExtractor.java:195)
        at org.apache.jackrabbit.core.query.lucene.TextExtractorJob$1.call(TextE
xtractorJob.java:93)
        at EDU.oswego.cs.dl.util.concurrent.FutureResult$1.run(Unknown Source)
        at org.apache.jackrabbit.core.query.lucene.TextExtractorJob.run(TextExtr
actorJob.java:172)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So
urce)
        at java.lang.Thread.run(Thread.java:662)
13:51:03,034 INFO  [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[T
RANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
13:51:03,065 INFO  [STDOUT] DEBUG SMTP: useEhlo true, useAuth false
13:51:03,065 INFO  [STDOUT] DEBUG SMTP: trying to connect to host "localhost", p
ort 25, isSSL false
13:51:04,034 ERROR [STDERR] javax.mail.MessagingException: Could not connect to
SMTP host: localhost, port: 25;
  nested exception is:
        java.net.ConnectException: Connection refused: connect
13:51:04,050 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SM
TPTransport.java:1282)
13:51:04,065 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.protocolConne
ct(SMTPTransport.java:370)
13:51:04,065 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:275)
13:51:04,065 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:156)
13:51:04,081 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:105)
13:51:04,081 ERROR [STDERR]     at javax.mail.Transport.send0(Transport.java:168
)
13:51:04,081 ERROR [STDERR]     at javax.mail.Transport.send(Transport.java:98)
13:51:04,097 ERROR [STDERR]     at com.openkm.util.MailUtils.send(MailUtils.java
:230)
13:51:04,097 ERROR [STDERR]     at com.openkm.util.MailUtils.sendMessage(MailUti
ls.java:117)
13:51:04,112 ERROR [STDERR]     at com.openkm.module.base.BaseNotificationModule
.checkSubscriptions(BaseNotificationModule.java:107)
13:51:04,112 ERROR [STDERR]     at com.openkm.module.direct.DirectDocumentModule
.checkin(DirectDocumentModule.java:1009)
13:51:04,128 ERROR [STDERR]     at com.openkm.api.OKMDocument.checkin(OKMDocumen
t.java:200)
13:51:04,128 ERROR [STDERR]     at com.openkm.servlet.frontend.FileUploadServlet
.doPost(FileUploadServlet.java:247)
13:51:04,128 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:710)
13:51:04,143 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:803)
13:51:04,159 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.internalDoFilter(ApplicationFilterChain.java:290)
13:51:04,159 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.doFilter(ApplicationFilterChain.java:206)
13:51:04,159 ERROR [STDERR]     at org.jboss.web.tomcat.filters.ReplyHeaderFilte
r.doFilter(ReplyHeaderFilter.java:96)
13:51:04,175 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.internalDoFilter(ApplicationFilterChain.java:235)
13:51:04,175 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.doFilter(ApplicationFilterChain.java:206)
13:51:04,190 ERROR [STDERR]     at org.apache.catalina.core.StandardWrapperValve
.invoke(StandardWrapperValve.java:230)
13:51:04,190 ERROR [STDERR]     at org.apache.catalina.core.StandardContextValve
.invoke(StandardContextValve.java:175)
13:51:04,206 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityAssocia
tionValve.invoke(SecurityAssociationValve.java:182)
13:51:04,206 ERROR [STDERR]     at org.apache.catalina.authenticator.Authenticat
orBase.invoke(AuthenticatorBase.java:524)
13:51:04,222 ERROR [STDERR]     at org.jboss.web.tomcat.security.JaccContextValv
e.invoke(JaccContextValve.java:84)
13:51:04,222 ERROR [STDERR]     at org.apache.catalina.core.StandardHostValve.in
voke(StandardHostValve.java:127)
13:51:04,237 ERROR [STDERR]     at org.apache.catalina.valves.ErrorReportValve.i
nvoke(ErrorReportValve.java:102)
13:51:04,237 ERROR [STDERR]     at org.jboss.web.tomcat.service.jca.CachedConnec
tionValve.invoke(CachedConnectionValve.java:157)
13:51:04,253 ERROR [STDERR]     at org.apache.catalina.core.StandardEngineValve.
invoke(StandardEngineValve.java:109)
13:51:04,253 ERROR [STDERR]     at org.apache.catalina.connector.CoyoteAdapter.s
ervice(CoyoteAdapter.java:262)
13:51:04,268 ERROR [STDERR]     at org.apache.coyote.http11.Http11Processor.proc
ess(Http11Processor.java:844)
13:51:04,268 ERROR [STDERR]     at org.apache.coyote.http11.Http11Protocol$Http1
1ConnectionHandler.process(Http11Protocol.java:583)
13:51:04,284 ERROR [STDERR]     at org.apache.tomcat.util.net.JIoEndpoint$Worker
.run(JIoEndpoint.java:446)
13:51:04,284 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:662)
13:51:04,284 ERROR [STDERR] Caused by: java.net.ConnectException: Connection ref
used: connect
13:51:04,300 ERROR [STDERR]     at java.net.PlainSocketImpl.socketConnect(Native
 Method)
13:51:04,300 ERROR [STDERR]     at java.net.PlainSocketImpl.doConnect(PlainSocke
tImpl.java:351)
13:51:04,315 ERROR [STDERR]     at java.net.PlainSocketImpl.connectToAddress(Pla
inSocketImpl.java:213)
13:51:04,315 ERROR [STDERR]     at java.net.PlainSocketImpl.connect(PlainSocketI
mpl.java:200)
13:51:04,331 ERROR [STDERR]     at java.net.SocksSocketImpl.connect(SocksSocketI
mpl.java:366)
13:51:04,331 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:529)
13:51:04,347 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:478)
13:51:04,347 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.createSocket(
SocketFetcher.java:232)
13:51:04,347 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.getSocket(Soc
ketFetcher.java:189)
13:51:04,362 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SM
TPTransport.java:1250)
13:51:04,362 ERROR [STDERR]     ... 33 more
13:51:06,269 INFO  [MultiIndex] Unable to delete obsolete index: _tf
Heres my mailservice.xml file (password and userid changed to dummy values):
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: mail-service.xml 62349 2007-04-15 16:48:15Z dimitris@jboss.org $ -->
<server>

  <!-- ==================================================================== -->
  <!-- Mail Connection Factory                                              -->
  <!-- ==================================================================== -->

  <mbean code="org.jboss.mail.MailService" name="jboss:service=OpenKM">
  <attribute name="JNDIName">java:/mail/OpenKM</attribute>
  <attribute name="User">Do-Not-Reply@domain.com</attribute>
  <attribute name="Password">domain.com</attribute>
  <attribute name="Configuration">
    <!-- A test configuration -->
    <configuration>
      <!-- Change to your mail server prototocol -->
      <property name="mail.store.protocol" value="pop3"/>
      <property name="mail.transport.protocol" value="smtp"/>
 
      <!-- Change to the user who will receive mail  -->
      <property name="mail.user" value="Do-Not-Reply@domain.com"/>
 
      <!-- Change to the mail server  -->
      <property name="mail.pop3.host" value="pop3.domain.com"/>
 
      <!-- Change to the SMTP gateway server -->
      <property name="mail.smtp.host" value="domain.com"/>
      <property name="mail.smtp.starttls.enable" value="true" />
      <property name="mail.smtp.socketFactory.class" value="javax.net.ssl.SSLSocketFactory" />
 
      <!-- The mail server port -->
      <property name="mail.smtp.port" value="587"/>
      <property name="mail.smtp.socketFactory.port" value="587" />
 
      <!-- Change to the address mail will be from  -->
      <property name="mail.from" value="Do-Not-Reply@domain.com"/>
      <property name="mail.smtp.user" value="Do-Not-Reply@domain.com"/>
      <property name="mail.smtp.password" value="domain.com"/>
      <property name="mail.smtp.auth" value="true"/>
 
      <!-- Enable debugging output from the javamail classes -->
      <property name="mail.debug" value="false"/>
    </configuration>
  </attribute>
  <depends>jboss:service=Naming</depends>
</mbean>
</server>

Re: Issue in Subscription

PostPosted:Sun Apr 08, 2012 7:46 am
by jllort
The error is not caused by subscription, simply is a warning indicating the wordtextextractor class has not been able to extract text, nothing else, you should receive notification althought have been apeared this error while OpenKM is processing the archive.
Code: Select all
13:51:02,721 WARN  [MsWordTextExtractor] Failed to extract Word text content
If you not receive it I will take a look with more attention to your xml file, but for what I have seen you have other kind of error with server:
Code: Select all
13:51:03,065 INFO  [STDOUT] DEBUG SMTP: trying to connect to host "localhost", p
ort 25, isSSL false
13:51:04,034 ERROR [STDERR] javax.mail.MessagingException: Could not connect to
SMTP host: localhost, port: 25;
  nested exception is:
        java.net.ConnectException: Connection refused: connect
Seems connection to the server has been refused you should investigate your smtp configuration.

Re: Issue in Subscription

PostPosted:Sun Apr 08, 2012 8:37 am
by vkasgpta
I did not manage to get the mail

I thought the configuration was the issue, so the host gave me another smtp server i could use and other ports i could try, but none worked...
Could it be that its taking localhost to send mail instead of the mailserver?
localhost has no way of mailing and i did not set it anywhere to use localhost to mail yet the log shows its trying to connect to localhost to mail...
my host does require authentication but nothing else..

Re: Issue in Subscription

PostPosted:Sun Apr 08, 2012 6:09 pm
by jllort
By default openkm comes withou mail-service.xml configured althought you see there localhost is only for indicating that there you should set your mail service smtp ( for example on linux you can install postfix, and then use localhost). for example it's a complete gmail configuration example at http://wiki.openkm.com/index.php/JBoss_ ... figuration

Re: Issue in Subscription

PostPosted:Thu Apr 26, 2012 6:34 am
by vkasgpta
well i tried changing to gmail just changed the password and id and still got the following error:
Code: Select all
14:29:40,715 INFO  [DocNumberCache] size=19/1024, #accesses=1001, #hits=942, #mi
sses=59, cacheRatio=95%
14:29:42,137 INFO  [LRUNodeIdCache] num=382/10240 hits=1284 miss=8716
14:29:42,480 INFO  [BundleCache] num=1336 mem=8186k max=8192k avg=6274 hits=6812
 miss=3188
14:29:43,871 INFO  [LRUNodeIdCache] num=382/10240 hits=1294 miss=18706
14:29:43,949 INFO  [BundleCache] num=1372 mem=8187k max=8192k avg=6111 hits=1310
0 miss=6900
14:30:04,918 INFO  [DocNumberCache] size=57/1024, #accesses=2639, #hits=2420, #m
isses=219, cacheRatio=92%
14:30:05,043 INFO  [LRUNodeIdCache] num=411/10240 hits=1365 miss=28635
14:30:05,105 INFO  [BundleCache] num=1470 mem=8189k max=8192k avg=5705 hits=1939
3 miss=10607
14:30:05,433 INFO  [LRUNodeIdCache] num=411/10240 hits=1365 miss=38635
14:30:05,621 INFO  [BundleCache] num=1742 mem=8188k max=8192k avg=4813 hits=2689
3 miss=13107
14:30:38,199 INFO  [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[T
RANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
14:30:38,215 INFO  [STDOUT] DEBUG SMTP: useEhlo true, useAuth false
14:30:38,215 INFO  [STDOUT] DEBUG SMTP: trying to connect to host "localhost", p
ort 25, isSSL false
14:30:39,215 ERROR [STDERR] javax.mail.MessagingException: Could not connect to
SMTP host: localhost, port: 25;
  nested exception is:
        java.net.ConnectException: Connection refused: connect
14:30:39,230 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SM
TPTransport.java:1282)
14:30:39,230 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.protocolConne
ct(SMTPTransport.java:370)
14:30:39,246 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:275)
14:30:39,246 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:156)
14:30:39,246 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:105)
14:30:39,246 ERROR [STDERR]     at javax.mail.Transport.send0(Transport.java:168
)
14:30:39,262 ERROR [STDERR]     at javax.mail.Transport.send(Transport.java:98)
14:30:39,262 ERROR [STDERR]     at com.openkm.util.MailUtils.send(MailUtils.java
:230)
14:30:39,277 ERROR [STDERR]     at com.openkm.util.MailUtils.sendMessage(MailUti
ls.java:117)
14:30:39,277 ERROR [STDERR]     at com.openkm.module.base.BaseNotificationModule
.checkSubscriptions(BaseNotificationModule.java:107)
14:30:39,293 ERROR [STDERR]     at com.openkm.module.direct.DirectDocumentModule
.create(DirectDocumentModule.java:214)
14:30:39,293 ERROR [STDERR]     at com.openkm.module.direct.DirectDocumentModule
.create(DirectDocumentModule.java:98)
14:30:39,308 ERROR [STDERR]     at com.openkm.api.OKMDocument.create(OKMDocument
.java:71)
14:30:39,308 ERROR [STDERR]     at com.openkm.servlet.frontend.FileUploadServlet
.doPost(FileUploadServlet.java:225)
14:30:39,324 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:710)
14:30:39,324 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:803)
14:30:39,340 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.internalDoFilter(ApplicationFilterChain.java:290)
14:30:39,340 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.doFilter(ApplicationFilterChain.java:206)
14:30:39,355 ERROR [STDERR]     at org.jboss.web.tomcat.filters.ReplyHeaderFilte
r.doFilter(ReplyHeaderFilter.java:96)
14:30:39,355 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.internalDoFilter(ApplicationFilterChain.java:235)
14:30:39,371 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterCha
in.doFilter(ApplicationFilterChain.java:206)
14:30:39,371 ERROR [STDERR]     at org.apache.catalina.core.StandardWrapperValve
.invoke(StandardWrapperValve.java:230)
14:30:39,387 ERROR [STDERR]     at org.apache.catalina.core.StandardContextValve
.invoke(StandardContextValve.java:175)
14:30:39,387 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityAssocia
tionValve.invoke(SecurityAssociationValve.java:182)
14:30:39,402 ERROR [STDERR]     at org.apache.catalina.authenticator.Authenticat
orBase.invoke(AuthenticatorBase.java:524)
14:30:39,402 ERROR [STDERR]     at org.jboss.web.tomcat.security.JaccContextValv
e.invoke(JaccContextValve.java:84)
14:30:39,402 ERROR [STDERR]     at org.apache.catalina.core.StandardHostValve.in
voke(StandardHostValve.java:127)
14:30:39,418 ERROR [STDERR]     at org.apache.catalina.valves.ErrorReportValve.i
nvoke(ErrorReportValve.java:102)
14:30:39,433 ERROR [STDERR]     at org.jboss.web.tomcat.service.jca.CachedConnec
tionValve.invoke(CachedConnectionValve.java:157)
14:30:39,433 ERROR [STDERR]     at org.apache.catalina.core.StandardEngineValve.
invoke(StandardEngineValve.java:109)
14:30:39,433 ERROR [STDERR]     at org.apache.catalina.connector.CoyoteAdapter.s
ervice(CoyoteAdapter.java:262)
14:30:39,449 ERROR [STDERR]     at org.apache.coyote.http11.Http11Processor.proc
ess(Http11Processor.java:844)
14:30:39,465 ERROR [STDERR]     at org.apache.coyote.http11.Http11Protocol$Http1
1ConnectionHandler.process(Http11Protocol.java:583)
14:30:39,465 ERROR [STDERR]     at org.apache.tomcat.util.net.JIoEndpoint$Worker
.run(JIoEndpoint.java:446)
14:30:39,480 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:662)
14:30:39,480 ERROR [STDERR] Caused by: java.net.ConnectException: Connection ref
used: connect
14:30:39,480 ERROR [STDERR]     at java.net.PlainSocketImpl.socketConnect(Native
 Method)
14:30:39,496 ERROR [STDERR]     at java.net.PlainSocketImpl.doConnect(PlainSocke
tImpl.java:351)
14:30:39,496 ERROR [STDERR]     at java.net.PlainSocketImpl.connectToAddress(Pla
inSocketImpl.java:213)
14:30:39,512 ERROR [STDERR]     at java.net.PlainSocketImpl.connect(PlainSocketI
mpl.java:200)
14:30:39,512 ERROR [STDERR]     at java.net.SocksSocketImpl.connect(SocksSocketI
mpl.java:366)
14:30:39,527 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:529)
14:30:39,527 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:478)
14:30:39,527 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.createSocket(
SocketFetcher.java:232)
14:30:39,543 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.getSocket(Soc
ketFetcher.java:189)
14:30:39,543 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SM
TPTransport.java:1250)
14:30:39,558 ERROR [STDERR]     ... 34 more
My New Configuration file is:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: mail-service.xml 62349 2007-04-15 16:48:15Z dimitris@jboss.org $ -->
<server>

  <!-- ==================================================================== -->
  <!-- Mail Connection Factory                                              -->
  <!-- ==================================================================== -->

  <mbean code="org.jboss.mail.MailService" name="jboss:service=OpenKM">
  <attribute name="JNDIName">java:/mail/OpenKM</attribute>
  <attribute name="User">notification@gmail.com</attribute>
  <attribute name="Password">hidden</attribute>
  <attribute name="Configuration">
    <!-- A test configuration -->
    <configuration>
      <!-- Change to your mail server prototocol -->
      <property name="mail.store.protocol" value="pop3"/>
      <property name="mail.transport.protocol" value="smtp"/>
 
      <!-- Change to the user who will receive mail  -->
      <property name="mail.user" value="USUARIO@gmail.com"/>
 
      <!-- Change to the mail server  -->
      <property name="mail.pop3.host" value="pop.gmail.com"/>
 
      <!-- Change to the SMTP gateway server -->
      <property name="mail.smtp.host" value="smtp.gmail.com"/>
      <property name="mail.smtp.starttls.enable" value="true" />
      <property name="mail.smtp.socketFactory.class" value="javax.net.ssl.SSLSocketFactory" />
 
      <!-- The mail server port -->
      <property name="mail.smtp.port" value="465"/>
      <property name="mail.smtp.socketFactory.port" value="465" />
 
      <!-- Change to the address mail will be from  -->
      <property name="mail.from" value="notification@gmail.com"/>
      <property name="mail.smtp.user" value="notification@gmail.com"/>
      <property name="mail.smtp.password" value="hidden"/>
      <property name="mail.smtp.auth" value="true"/>
 
      <!-- Enable debugging output from the javamail classes -->
      <property name="mail.debug" value="false"/>
    </configuration>
  </attribute>
  <depends>jboss:service=Naming</depends>
</mbean>
</server>

Re: Issue in Subscription

PostPosted:Sun Apr 29, 2012 9:57 am
by jllort
You have not configured correctly or have some network problem, here it is a full example with gmail http://wiki.openkm.com/index.php/JBoss_ ... figuration that I can confirm runs correctly.

Re: Issue in Subscription

PostPosted:Mon Apr 30, 2012 9:29 am
by vkasgpta
but jlll i used that same example, as you can see the code i posted is the same except for the user id's and passwords from the example...

Re: Issue in Subscription

PostPosted:Tue May 01, 2012 4:34 pm
by jllort
The example have some differences sure, or you have got two OpenKM definitions etc... but take a look at error:
Code: Select all
trying to connect to host "localhost", 
You are not trying to connect to google server !