Report Preview Issues SLM 1.2

I am having an issue with the connection check completing sucessfully.
I have updated all of the jar files in the build directory with the
versions from the SLM lib directory. The configuration file exists and
is in that location (I have included the configuration.xml with the
password and IP address x'ed out. after the output from the connection
test).
Here is the output from the connection test:
C:\WINDOWS\System32>java -cp
"%ESEC_HOME%\ccsbase.jar;%ESEC_HOME%\reports.jar;% E
SEC_HOME%\jasperreports-3.5.1.jar"
com.novell.reports.jasper.data.event.Connecti
onCheck
Preparing test environment...
Loading Sentinel Report properties from:
C:\proj\content\dev\sdk\build\config\se
ntinelreport.properties
Loaded the following Sentinel Report properties:
-- listing properties --
java.runtime.name=Java(TM) SE Runtime Environment
sun.boot.library.path=C:\Program Files\Java\jre6\bin
java.vm.version=20.2-b06
java.vm.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
path.separator=;
java.vm.name=Java HotSpot(TM) Client VM
file.encoding.pkg=sun.io
user.country=US
sun.java.launcher=SUN_STANDARD
sun.os.patch.level=Service Pack 3
java.vm.specification.name=Java Virtual Machine Specification
user.dir=C:\WINDOWS\System32
java.runtime.version=1.6.0_27-b07
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironm ent
java.endorsed.dirs=C:\Program Files\Java\jre6\lib\endorsed
os.arch=x86
java.io.tmpdir=C:\DOCUME~1\mrosen01\LOCALS~1\Temp\
line.separator=
java.vm.specification.vendor=Sun Microsystems Inc.
user.variant=
novell.sentinel.reports.initiatinguser=admin
os.name=Windows XP
esecurity.dataobjects.config.file=/xml/iReportMetaData.xml
sun.jnu.encoding=Cp1252
java.library.path=C:\WINDOWS\System32;C:\WINDOWS\S un\Ja...
java.specification.name=Java Platform API Specification
java.class.version=50.0
sun.management.compiler=HotSpot Client Compiler
os.version=5.1
user.home=C:\Documents and Settings\mrosen01
user.timezone=
java.awt.printerjob=sun.awt.windows.WPrinterJob
file.encoding=Cp1252
java.specification.version=1.6
esecurity.remote.timeout=240
user.name=MROSEN01
java.class.path=C:\proj\content\dev\sdk\build\ccsb ase...
java.vm.specification.version=1.0
sun.arch.data.model=32
java.home=C:\Program Files\Java\jre6
sun.java.command=com.novell.reports.jasper.data.ev ent....
java.specification.vendor=Sun Microsystems Inc.
user.language=en
esecurity.communication.service=WebUI
awt.toolkit=sun.awt.windows.WToolkit
java.vm.info=mixed mode, sharing
java.version=1.6.0_27
java.ext.dirs=C:\Program Files\Java\jre6\lib\ext;C:...
sun.boot.class.path=C:\Program Files\Java\jre6\lib\resour...
java.vendor=Sun Microsystems Inc.
file.separator=\
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport...
sun.cpu.endian=little
sun.io.unicode.encoding=UnicodeLittle
sun.desktop=windows
com.esecurity.configurationfile=C:\proj\content\de v\sdk\build\config\...
sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+m...
Using the following user to execute the search: admin
Testing the connection...
Dec 14, 2011 1:30:50 PM esecurity.base.configuration.MetaDataManager
init
INFO: Initializing metadata, container name WebUI
Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
processTransformat
ionNodes
INFO: Found 8 transformation defs for object Event
Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
processTransformat
ionNodes
INFO: Initialized a total of 1 transformations: one each for Event
Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
processInheritence
INFO: Processed inheritence for
IndexedLogSearchField,IndexedLogSearchTerms,Inde
xedLogSearchResultPage
Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
processTransformat
ions
INFO: Processed transformations for Event
Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
verifyPersistentOb
jects
INFO: Verified 0 local persistent objects, 15 are remote, 0
non-persistent, and
0 persistent objects failed verification
Dec 14, 2011 1:30:51 PM com.esecurity.common.communication.Communicator
loadConf
iguration
INFO: Loading strategy sentinel_client
Dec 14, 2011 1:30:51 PM com.esecurity.common.communication.Communicator
loadStra
tegy
INFO: loadStrategy. Loading strategy
Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
loadConf
iguration
SEVERE: Failed to initialize Communicator; Exception
java.lang.RuntimeException:
No interceptor with alias: compression; java.lang.RuntimeException; ;
Caused by
No interceptor with alias: compression; java.lang.RuntimeException;
Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
loadConf
iguration
SEVERE: java.lang.RuntimeException: java.lang.RuntimeException: No
interceptor w
ith alias: compression
at
com.esecurity.common.communication.Communicator.lo adStrategy(Communic
ator.java:367)
at
com.esecurity.common.communication.Communicator.lo adConfiguration(Com
municator.java:619)
at
com.esecurity.common.communication.Communicator.lo adConfigurationWith
Retry(Communicator.java:411)
at
com.esecurity.common.communication.Communicator.in itialize(Communicat
or.java:769)
at
com.esecurity.common.communication.Communicator.cr eateCommunicator(Co
mmunicator.java:175)
at
com.esecurity.common.communication.Communicator.ge tInstance(Communica
tor.java:161)
at
com.esecurity.common.communication.Communicator.ge tInstance(Communica
tor.java:141)
at
com.esecurity.common.communication.Communicator.ge tInstance(Communica
tor.java:103)
at
esecurity.base.datamodel.service.ServiceManager.ge tCommunicator(Servi
ceManager.java:302)
at
esecurity.base.datamodel.service.ServiceManager.co nstructRequest(Serv
iceManager.java:721)
at
esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
r.java:490)
at
esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
r.java:476)
at
esecurity.base.datamodel.service.RemoteServiceObje ct.execute(RemoteSe
rviceObject.java:22)
at
esecurity.db.object.IndexedLogSearchServiceRemoteI mpl.startSearch(Ind
exedLogSearchServiceRemoteImpl.java:181)
at
com.novell.reports.jasper.data.event.EventDataSour ce.nextBatch(EventD
ataSource.java:71)
at
com.novell.reports.jasper.data.event.AbstractEvent DataSource.nextEven
t(AbstractEventDataSource.java:120)
at
com.novell.reports.jasper.data.event.AbstractEvent DataSource.next(Abs
tractEventDataSource.java:112)
at
com.novell.reports.jasper.data.event.ConnectionChe ck.main(ConnectionC
heck.java:66)
Caused by: java.lang.RuntimeException: No interceptor with alias:
compression
at
com.esecurity.common.communication.CommContextImpl .getInterceptorByAl
ias(CommContextImpl.java:197)
at
com.esecurity.common.communication.strategy.jmsstr ategy.JMSCommunicat
ionStrategy.initialize(JMSCommunicationStrategy.ja va:43)
at
com.esecurity.common.communication.strategy.jmsstr ategy.activemq.Acti
veMQStrategy.initialize(ActiveMQStrategy.java:183)
at
com.esecurity.common.communication.Communicator.lo adStrategy(Communic
ator.java:358)
... 17 more
Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
loadConf
igurationWithRetry
SEVERE: ; Exception java.lang.RuntimeException: No interceptor with
alias: compr
ession; java.lang.RuntimeException; ; Caused by No interceptor with
alias: compr
ession; java.lang.RuntimeException;
Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
loadConf
igurationWithRetry
SEVERE: java.lang.RuntimeException: java.lang.RuntimeException: No
interceptor w
ith alias: compression
at
com.esecurity.common.communication.Communicator.lo adConfiguration(Com
municator.java:713)
at
com.esecurity.common.communication.Communicator.lo adConfigurationWith
Retry(Communicator.java:411)
at
com.esecurity.common.communication.Communicator.in itialize(Communicat
or.java:769)
at
com.esecurity.common.communication.Communicator.cr eateCommunicator(Co
mmunicator.java:175)
at
com.esecurity.common.communication.Communicator.ge tInstance(Communica
tor.java:161)
at
com.esecurity.common.communication.Communicator.ge tInstance(Communica
tor.java:141)
at
com.esecurity.common.communication.Communicator.ge tInstance(Communica
tor.java:103)
at
esecurity.base.datamodel.service.ServiceManager.ge tCommunicator(Servi
ceManager.java:302)
at
esecurity.base.datamodel.service.ServiceManager.co nstructRequest(Serv
iceManager.java:721)
at
esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
r.java:490)
at
esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
r.java:476)
at
esecurity.base.datamodel.service.RemoteServiceObje ct.execute(RemoteSe
rviceObject.java:22)
at
esecurity.db.object.IndexedLogSearchServiceRemoteI mpl.startSearch(Ind
exedLogSearchServiceRemoteImpl.java:181)
at
com.novell.reports.jasper.data.event.EventDataSour ce.nextBatch(EventD
ataSource.java:71)
at
com.novell.reports.jasper.data.event.AbstractEvent DataSource.nextEven
t(AbstractEventDataSource.java:120)
at
com.novell.reports.jasper.data.event.AbstractEvent DataSource.next(Abs
tractEventDataSource.java:112)
at
com.novell.reports.jasper.data.event.ConnectionChe ck.main(ConnectionC
heck.java:66)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: No
intercepto
r with alias: compression
at
com.esecurity.common.communication.Communicator.lo adStrategy(Communic
ator.java:367)
at
com.esecurity.common.communication.Communicator.lo adConfiguration(Com
municator.java:619)
... 16 more
Caused by: java.lang.RuntimeException: No interceptor with alias:
compression
at
com.esecurity.common.communication.CommContextImpl .getInterceptorByAl
ias(CommContextImpl.java:197)
at
com.esecurity.common.communication.strategy.jmsstr ategy.JMSCommunicat
ionStrategy.initialize(JMSCommunicationStrategy.ja va:43)
at
com.esecurity.common.communication.strategy.jmsstr ategy.activemq.Acti
veMQStrategy.initialize(ActiveMQStrategy.java:183)
at
com.esecurity.common.communication.Communicator.lo adStrategy(Communic
ator.java:358)
... 17 more
Dec 14, 2011 1:31:08 PM com.esecurity.common.communication.Communicator
loadConf
igurationWithRetry
WARNING: Failed to load the configuration
(C:\proj\content\dev\sdk\build\config\
configuration.xml), will retry for 295 seconds
configuration.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<system>
<!--
These strategies are used by the services listed below -->
<strategies>
<strategy active="yes" id="sentinel_client"
location="com.esecurity.common.communication.strat egy.jmsstrategy.activemq.ActiveMQStrategyFactory"
name="ActiveMQ">
<jms
brokerURL="ssl://10..xx.xx.xx:61616??wireFormat.maxInactivityDurati on=0"
interceptors="compression"
keystore="C:\\proj\\content\\dev\\sdk\\build\\conf ig\\.activemqclientkeystore.jks"
keystorePassword="password" password="xxxxxxxxxxxxxxxxxxxxxxxxxx"
username="system"/>
</strategy>
<strategy active="yes" id="proxied_client"
location="com.esecurity.common.communication.strat egy.proxystrategy.ProxiedClientStrategyFactory"
>
<transport type="ssl">
<ssl host="##SERVER_IP##" port="##PROXY_SERVER_PORT##"
keystore="./.novell/sentinel/.proxyClientKeystore" />
</transport>
</strategy>
<strategy active="yes" id="proxied_trusted_client"
location="com.esecurity.common.communication.strat egy.proxystrategy.ProxiedClientStrategyFactory"
>
<transport type="ssl">
<ssl host="##SERVER_IP##" port="##PROXY_SERVER_CERT_CLIENT_PORT##"
keystore="./.novell/sentinel/.proxyClientKeystore" />
</transport>
</strategy>
</strategies>
<!-- THE SERVICES DEFINED HERE MUST NOT BE CONTAINED WITHIN A PROCESS
-->
<services>
<service name="sentinel_client" strategyid="proxied_client"
transient="yes" plugins=""/>
<service name="WebUI" plugins="" strategyid="sentinel_client"
transient="yes"/>
</services>
</system>
marcrusa
marcrusa's Profile: http://forums.novell.com/member.php?userid=12128
View this thread: http://forums.novell.com/showthread.php?t=449592

Update, the error in the log from yesterday is caused by the newer
communications.jar. However, I am still not able with any combination
of jar files able to complete the connection test. The current error is:
[Fatal Error] :1:1: Content is not allowed in prolog.
I have the ccsapp.jar, ccsbase.jar, dataobjects.jar, and reports.jar
from the SLM install in my build directory.
Any assistance would be appreciated.
Thank you.
On 12/14/11 2:46 PM, marcrusa wrote:
>
> I am having an issue with the connection check completing sucessfully.
> I have updated all of the jar files in the build directory with the
> versions from the SLM lib directory. The configuration file exists and
> is in that location (I have included the configuration.xml with the
> password and IP address x'ed out. after the output from the connection
> test).
>
> Here is the output from the connection test:
>
> C:\WINDOWS\System32>java -cp
> "%ESEC_HOME%\ccsbase.jar;%ESEC_HOME%\reports.jar;% E
> SEC_HOME%\jasperreports-3.5.1.jar"
> com.novell.reports.jasper.data.event.Connecti
> onCheck
> Preparing test environment...
> Loading Sentinel Report properties from:
> C:\proj\content\dev\sdk\build\config\se
> ntinelreport.properties
> Loaded the following Sentinel Report properties:
> -- listing properties --
> java.runtime.name=Java(TM) SE Runtime Environment
> sun.boot.library.path=C:\Program Files\Java\jre6\bin
> java.vm.version=20.2-b06
> java.vm.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> path.separator=;
> java.vm.name=Java HotSpot(TM) Client VM
> file.encoding.pkg=sun.io
> user.country=US
> sun.java.launcher=SUN_STANDARD
> sun.os.patch.level=Service Pack 3
> java.vm.specification.name=Java Virtual Machine Specification
> user.dir=C:\WINDOWS\System32
> java.runtime.version=1.6.0_27-b07
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironm ent
> java.endorsed.dirs=C:\Program Files\Java\jre6\lib\endorsed
> os.arch=x86
> java.io.tmpdir=C:\DOCUME~1\mrosen01\LOCALS~1\Temp\
> line.separator=
>
> java.vm.specification.vendor=Sun Microsystems Inc.
> user.variant=
> novell.sentinel.reports.initiatinguser=admin
> os.name=Windows XP
> esecurity.dataobjects.config.file=/xml/iReportMetaData.xml
> sun.jnu.encoding=Cp1252
> java.library.path=C:\WINDOWS\System32;C:\WINDOWS\S un\Ja...
> java.specification.name=Java Platform API Specification
> java.class.version=50.0
> sun.management.compiler=HotSpot Client Compiler
> os.version=5.1
> user.home=C:\Documents and Settings\mrosen01
> user.timezone=
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> file.encoding=Cp1252
> java.specification.version=1.6
> esecurity.remote.timeout=240
> user.name=MROSEN01
> java.class.path=C:\proj\content\dev\sdk\build\ccsb ase...
> java.vm.specification.version=1.0
> sun.arch.data.model=32
> java.home=C:\Program Files\Java\jre6
> sun.java.command=com.novell.reports.jasper.data.ev ent....
> java.specification.vendor=Sun Microsystems Inc.
> user.language=en
> esecurity.communication.service=WebUI
> awt.toolkit=sun.awt.windows.WToolkit
> java.vm.info=mixed mode, sharing
> java.version=1.6.0_27
> java.ext.dirs=C:\Program Files\Java\jre6\lib\ext;C:...
> sun.boot.class.path=C:\Program Files\Java\jre6\lib\resour...
> java.vendor=Sun Microsystems Inc.
> file.separator=\
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport...
> sun.cpu.endian=little
> sun.io.unicode.encoding=UnicodeLittle
> sun.desktop=windows
> com.esecurity.configurationfile=C:\proj\content\de v\sdk\build\config\...
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+m...
> Using the following user to execute the search: admin
> Testing the connection...
> Dec 14, 2011 1:30:50 PM esecurity.base.configuration.MetaDataManager
> init
> INFO: Initializing metadata, container name WebUI
> Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
> processTransformat
> ionNodes
> INFO: Found 8 transformation defs for object Event
> Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
> processTransformat
> ionNodes
> INFO: Initialized a total of 1 transformations: one each for Event
> Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
> processInheritence
>
> INFO: Processed inheritence for
> IndexedLogSearchField,IndexedLogSearchTerms,Inde
> xedLogSearchResultPage
> Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
> processTransformat
> ions
> INFO: Processed transformations for Event
> Dec 14, 2011 1:30:51 PM esecurity.ccs.comp.ExtMetaDataManager
> verifyPersistentOb
> jects
> INFO: Verified 0 local persistent objects, 15 are remote, 0
> non-persistent, and
> 0 persistent objects failed verification
> Dec 14, 2011 1:30:51 PM com.esecurity.common.communication.Communicator
> loadConf
> iguration
> INFO: Loading strategy sentinel_client
> Dec 14, 2011 1:30:51 PM com.esecurity.common.communication.Communicator
> loadStra
> tegy
> INFO: loadStrategy. Loading strategy
> Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
> loadConf
> iguration
> SEVERE: Failed to initialize Communicator; Exception
> java.lang.RuntimeException:
> No interceptor with alias: compression; java.lang.RuntimeException; ;
> Caused by
> No interceptor with alias: compression; java.lang.RuntimeException;
> Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
> loadConf
> iguration
> SEVERE: java.lang.RuntimeException: java.lang.RuntimeException: No
> interceptor w
> ith alias: compression
> at
> com.esecurity.common.communication.Communicator.lo adStrategy(Communic
> ator.java:367)
> at
> com.esecurity.common.communication.Communicator.lo adConfiguration(Com
> municator.java:619)
> at
> com.esecurity.common.communication.Communicator.lo adConfigurationWith
> Retry(Communicator.java:411)
> at
> com.esecurity.common.communication.Communicator.in itialize(Communicat
> or.java:769)
> at
> com.esecurity.common.communication.Communicator.cr eateCommunicator(Co
> mmunicator.java:175)
> at
> com.esecurity.common.communication.Communicator.ge tInstance(Communica
> tor.java:161)
> at
> com.esecurity.common.communication.Communicator.ge tInstance(Communica
> tor.java:141)
> at
> com.esecurity.common.communication.Communicator.ge tInstance(Communica
> tor.java:103)
> at
> esecurity.base.datamodel.service.ServiceManager.ge tCommunicator(Servi
> ceManager.java:302)
> at
> esecurity.base.datamodel.service.ServiceManager.co nstructRequest(Serv
> iceManager.java:721)
> at
> esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
> r.java:490)
> at
> esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
> r.java:476)
> at
> esecurity.base.datamodel.service.RemoteServiceObje ct.execute(RemoteSe
> rviceObject.java:22)
> at
> esecurity.db.object.IndexedLogSearchServiceRemoteI mpl.startSearch(Ind
> exedLogSearchServiceRemoteImpl.java:181)
> at
> com.novell.reports.jasper.data.event.EventDataSour ce.nextBatch(EventD
> ataSource.java:71)
> at
> com.novell.reports.jasper.data.event.AbstractEvent DataSource.nextEven
> t(AbstractEventDataSource.java:120)
> at
> com.novell.reports.jasper.data.event.AbstractEvent DataSource.next(Abs
> tractEventDataSource.java:112)
> at
> com.novell.reports.jasper.data.event.ConnectionChe ck.main(ConnectionC
> heck.java:66)
> Caused by: java.lang.RuntimeException: No interceptor with alias:
> compression
> at
> com.esecurity.common.communication.CommContextImpl .getInterceptorByAl
> ias(CommContextImpl.java:197)
> at
> com.esecurity.common.communication.strategy.jmsstr ategy.JMSCommunicat
> ionStrategy.initialize(JMSCommunicationStrategy.ja va:43)
> at
> com.esecurity.common.communication.strategy.jmsstr ategy.activemq.Acti
> veMQStrategy.initialize(ActiveMQStrategy.java:183)
> at
> com.esecurity.common.communication.Communicator.lo adStrategy(Communic
> ator.java:358)
> .. 17 more
>
> Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
> loadConf
> igurationWithRetry
> SEVERE: ; Exception java.lang.RuntimeException: No interceptor with
> alias: compr
> ession; java.lang.RuntimeException; ; Caused by No interceptor with
> alias: compr
> ession; java.lang.RuntimeException;
> Dec 14, 2011 1:31:07 PM com.esecurity.common.communication.Communicator
> loadConf
> igurationWithRetry
> SEVERE: java.lang.RuntimeException: java.lang.RuntimeException: No
> interceptor w
> ith alias: compression
> at
> com.esecurity.common.communication.Communicator.lo adConfiguration(Com
> municator.java:713)
> at
> com.esecurity.common.communication.Communicator.lo adConfigurationWith
> Retry(Communicator.java:411)
> at
> com.esecurity.common.communication.Communicator.in itialize(Communicat
> or.java:769)
> at
> com.esecurity.common.communication.Communicator.cr eateCommunicator(Co
> mmunicator.java:175)
> at
> com.esecurity.common.communication.Communicator.ge tInstance(Communica
> tor.java:161)
> at
> com.esecurity.common.communication.Communicator.ge tInstance(Communica
> tor.java:141)
> at
> com.esecurity.common.communication.Communicator.ge tInstance(Communica
> tor.java:103)
> at
> esecurity.base.datamodel.service.ServiceManager.ge tCommunicator(Servi
> ceManager.java:302)
> at
> esecurity.base.datamodel.service.ServiceManager.co nstructRequest(Serv
> iceManager.java:721)
> at
> esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
> r.java:490)
> at
> esecurity.base.datamodel.service.ServiceManager.ex ecute(ServiceManage
> r.java:476)
> at
> esecurity.base.datamodel.service.RemoteServiceObje ct.execute(RemoteSe
> rviceObject.java:22)
> at
> esecurity.db.object.IndexedLogSearchServiceRemoteI mpl.startSearch(Ind
> exedLogSearchServiceRemoteImpl.java:181)
> at
> com.novell.reports.jasper.data.event.EventDataSour ce.nextBatch(EventD
> ataSource.java:71)
> at
> com.novell.reports.jasper.data.event.AbstractEvent DataSource.nextEven
> t(AbstractEventDataSource.java:120)
> at
> com.novell.reports.jasper.data.event.AbstractEvent DataSource.next(Abs
> tractEventDataSource.java:112)
> at
> com.novell.reports.jasper.data.event.ConnectionChe ck.main(ConnectionC
> heck.java:66)
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: No
> intercepto
> r with alias: compression
> at
> com.esecurity.common.communication.Communicator.lo adStrategy(Communic
> ator.java:367)
> at
> com.esecurity.common.communication.Communicator.lo adConfiguration(Com
> municator.java:619)
> .. 16 more
> Caused by: java.lang.RuntimeException: No interceptor with alias:
> compression
> at
> com.esecurity.common.communication.CommContextImpl .getInterceptorByAl
> ias(CommContextImpl.java:197)
> at
> com.esecurity.common.communication.strategy.jmsstr ategy.JMSCommunicat
> ionStrategy.initialize(JMSCommunicationStrategy.ja va:43)
> at
> com.esecurity.common.communication.strategy.jmsstr ategy.activemq.Acti
> veMQStrategy.initialize(ActiveMQStrategy.java:183)
> at
> com.esecurity.common.communication.Communicator.lo adStrategy(Communic
> ator.java:358)
> .. 17 more
>
> Dec 14, 2011 1:31:08 PM com.esecurity.common.communication.Communicator
> loadConf
> igurationWithRetry
> WARNING: Failed to load the configuration
> (C:\proj\content\dev\sdk\build\config\
> configuration.xml), will retry for 295 seconds
>
> configuration.xml
>
>
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <system>
> <!--
> ************************************************** ****************
> These strategies are used by the services listed below -->
> <strategies>
>
> <strategy active="yes" id="sentinel_client"
> location="com.esecurity.common.communication.strat egy.jmsstrategy.activemq.ActiveMQStrategyFactory"
> name="ActiveMQ">
> <jms
> brokerURL="ssl://10..xx.xx.xx:61616??wireFormat.maxInactivityDurati on=0"
> interceptors="compression"
> keystore="C:\\proj\\content\\dev\\sdk\\build\\conf ig\\.activemqclientkeystore.jks"
> keystorePassword="password" password="xxxxxxxxxxxxxxxxxxxxxxxxxx"
> username="system"/>
> </strategy>
>
> <strategy active="yes" id="proxied_client"
> location="com.esecurity.common.communication.strat egy.proxystrategy.ProxiedClientStrategyFactory"
>>
> <transport type="ssl">
> <ssl host="##SERVER_IP##" port="##PROXY_SERVER_PORT##"
> keystore="./.novell/sentinel/.proxyClientKeystore" />
> </transport>
> </strategy>
>
> <strategy active="yes" id="proxied_trusted_client"
> location="com.esecurity.common.communication.strat egy.proxystrategy.ProxiedClientStrategyFactory"
>>
> <transport type="ssl">
> <ssl host="##SERVER_IP##" port="##PROXY_SERVER_CERT_CLIENT_PORT##"
> keystore="./.novell/sentinel/.proxyClientKeystore" />
> </transport>
> </strategy>
>
> </strategies>
>
> <!-- THE SERVICES DEFINED HERE MUST NOT BE CONTAINED WITHIN A PROCESS
> -->
> <services>
> <service name="sentinel_client" strategyid="proxied_client"
> transient="yes" plugins=""/>
> <service name="WebUI" plugins="" strategyid="sentinel_client"
> transient="yes"/>
> </services>
>
> </system>
>
>

Similar Messages

  • Report preview issue in SQL Server Data Tools for VS2013 2013

    I have a basic table based report backed by an SQL2012 stored procedure.  When I try to preview the report I get this error:
    There was no endpoint listening at net.pipe://localhost/PreviewProcessingService6476/ReportProcessing that could accept the message.  This is often caused by an incorrect address or SOAP acction.  See InnerException, if present, for more details.
    How do you view the inner exception?
    How do you troubleshoot this error?
    scott

    Hi scortt_m,
    Based on the error message, generally it occurs because the .Net pipe Listener Adapter is Stopped in Service. Please follow the steps below:
    1. Oper to Start and type Service.
    2. Go to Service, find .Net Pipe Listener Adapter.
    3. Right click and start this service. 
    Also please refer to the similar threads below:
    There was no endpoint listening at net.pipe://localhost/
    No endpoint listening at net.pipe exception
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Crystal Report Preview Issue

    Hello All,
    I am running 8.81 PL06 on my laptop. When i preview any default SAP crystal layouts i will be asked enter database logins. I think this is a bug but just checking. Let me know if anyone of you have the same problem.

    Hello,
    You can try login with one time as administrator in Server and superuser in SAP. if you have client sql then no need to any other component.
    You can also import in report in SAP only for testing purpose.
    Thanks
    Manvendra Singh Niranjan

  • Visual Studio 2008 Crashes when I click on the [Main Report Preview] button

    I started with Crystal Reports Basic that is bundled with Visual Studio, and then downloaded and installed the free trial of Crystal Reports Developer 2008, and the Visual Studio Integration Manager, the issue has not been affected.
    After adding a crystal report to the project and using the wizard to set it up, and adding a Crystal Reports Viewer to a form I encountered these two (perhaps related) problems.
    1)      When I click on the [Main Report Preview] button at the bottom of the report editor for Visual Studio crashes without any error message and needs to be restarted.
    2)      When I set the viewer  Report Source property to the report via the drop down the following error occurs:
    a.       u201CUnable to find the report in the manifest resources.  Please build the project and try again.u201D
    b.      Building the project has no affect and the same error reoccurs repeatedly.

    The original version of CR 2008 did not work with .NET 2008. If your version is 12.0.0.549, you need to apply SP0:
    https://smpdl.sap-ag.de/~sapidp/012002523100007528552008E/cr2008_sp0.zip
    then I'd highly recommend SP 3:
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    If your version is higher than 12.0.0.549, apply SP3 and try again.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Crystal report preview window freezes if I push any key on the keyboard

    our system is a pretty old one, and we are still using crystal report 7 and vc6(mfc6).
    It is a simple dialog based application with a button and a flex grid7.1 component on it.
    when the button is clicked, a crystal report preview window will be opened and become the active window.
    the problem is that, when i pushed a key on the keyboard ('a' for example) the whole application will freeze, and CPU Occupancy Rate is 100%.
    but if I switch the dialog to be current active window after a preview window opened, keyboard input won't make the application freeze.
    It seems that crystal report preview window don't know how to deal with the keyboard input.
    BTW:
    I use the methods below to open a preview window.
    PEOpenEngine
    PEOpenPrintJob
    PEPrintReport
    have anyone here met any similiar problems before?
    I really need your help.
    thanks in advance.
    Edited by: zhengli on May 26, 2010 4:36 AM

    Moved to Legacy Application Development SDKs forum.
    I have nothing for you, other than; consider upgrading - after all CR 7 shipped in 1998(!). I don't know what OS you are on, but I suspect what ever OS it is, it was not even in a concept stage of thought when CR 7 shipped. E.g.; this may be an OS issue more than anything else.
    BTW., print engine APIs were retired in version 9 of Crystal Reports. At this time, your best option is to upgrade to CR 2008 (12.0)and use .NET or Java. If you are using VB 6 or equivalent, you could still upgrade to CR XI r2 (11.5) and use the Report Designer Component (RDC). However, note that CR XI r2 will be out of support in June of this year. And CR XI R2 is the last version of CR to include the RDC.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Edited by: Ludek Uher on May 26, 2010 8:28 AM

  • Link to report an issue with Podcast update

    Someone posted a link so we could report an issue with the Podcast app the last time there were issues with an upgrade.
    I sync with my laptop iTunes. Since this latest update to the app, when I delete a podcast in iTunes on my laptop it will not delete on my i devices during a sync with my laptop. It just grays them out and leaves them on my device. It looks like I can manually delete them, but when you click the edit function to delete them, they are no longer grayed out, so you can't tell which to delete and which to keep.
    I don't do anything with the cloud, because I have limited wifi service and do most of my updating at a free wifi hotspot.
    If someone has that online link on where to report issues, I would appreciate you posting it again and this time I will save it.

    To Contact the Mac App Store Customer Service:
    http://www.apple.com/support/mac/app-store/contact.html?form=account
    To Contact iTunes Store Customer Service:
    Apple - Support - iTunes Store - Contact Us

  • Report for issuing C-Form to vendor

    Hi,
    Report for issuing C-Form to vendor regarding invoice booked against PO.
    Help me out in the above issue.
    Regards,
    R.K

    Hi Anjireddy,
    can you let me the path or T.code for the standrad C-Form and what is the process we has to follow for C-Form for vendor.
    Regards,
    R.K

  • Report generation issue

    what are the diff report generation issues?

    Nvm, solved it just had to set up Reporting studio in order to create an accurate report.

  • Open a Crystal Report preview using a button

    Hello. I need to open a Crystal Report preview using a button from my add-on. I've already created my report, so I need to create the object, pass the parameters and open an screen with my preview. Does anyone has a C# example? Thank you.

    hi,
    this is code for open the crystal report press the button.
    First import the crystal report  using Report  and  layout manager
    goto administration->setup->general--->Report  and  layout manager
    create one button in add-on form.when we press the button the following event triggered.
    get the docnumber for that particular form and pass it.
    Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
                            If pVal.ItemUID = "btnPrint" Then
                                Dim strAcNcmr As Integer
                                strAcNcmr = objForm.Items.Item("txtDocNo").Specific.Value
                                Dim oRS As SAPbobsCOM.Recordset
                                oRS = objSBOAPI.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                                oRS.DoQuery("SELECT MenuUID FROM OCMN WHERE Name = ' Purchase Indend' AND Type = 'C'")
                                objSBOAPI.SBO_Appln.ActivateMenuItem(oRS.Fields.Item(0).Value.ToString())
                                Dim oForm1 As SAPbouiCOM.Form
                                oForm1 = objSBOAPI.SBO_Appln.Forms.ActiveForm
                                oForm1.Items.Item("1000003").Specific.String = strAcNcmr
                                oForm1.Items.Item("1").Click()
                                oForm1.Items.Item("1").Visible = False
                                oForm1.Items.Item("2").Click()
                            End If
    this is easy solution for open the crystal report for add-on form
    Thanks & regards
    B.lakshmi narayanan

  • Open a Crystal Report preview from an Add-on

    Hi All,
    I'm just trying to open a Crystal Report preview using a button from my add-on.
    I want to use the SAP Crystal report, (the runtime integrated with SAP 8.8)
    Basically I have my report created, so I need to create the object, pass the parameters and open an screen with my preview.
    The main idea is open this Crystal report object when the addon starts and then just use that object.
    I've found an example with this object SAPbobsCOM.ReportLayoutsService but this is for SAP 8.8.1 and I'm working with 8.8. I don't know if i can use SAPbobsCOM.ReportLayout.
    I need a simple example please.
    Thanks .

    Hi,
    Have you read through this: View Crystal Report from add-on ?
    Thanks,
    Gordon

  • Calling report from forms :- need to disable file menu in report previewer

    Hi all,
    I am using report 6i and forms 6i
    I am invoking report from forms
    if report_status='N' then I want to disable the file menu in report previewer
    Is it possible to disable and enable file menu in report previewer
    Please help
    Thanks
    :8}

    i got way

  • Where is the parameter panel on the embedded Crystal Report preview in Visu

    Where is the parameter panel on the embedded Crystal Report preview in Visual Studio?
    I found a tweet on google about this.. but the link is invalid.. and I could not find the article on SDN.
    KB #1486469 - Where is the parameter panel on the embedded Crystal Report preview in Visual Studio? http://tinyurl.com/22thlcg
    How do I the show parameter dialog in either WPF or Winforms viewer of Visual Studio 2010.
    Parameters are not even visible in the Parameters Side panel. It is empty too..
    I see two classes ParameterPrompting and ParameterPrompt both, on initialization throws exception.. even to manually invoke them...
    Is it permanently removed?

    Hello,
    Seems like a reported Bug.
    Please check:
    Re: CRVS2010 - Hide Group Tree and Parameter Panel
    A possible woraround but you need to change as per your need:
    CRVS 2010 BETA - WPF Viewer - How to hide SidePanel?
    Hope it helps.
    Thanks.

  • Closing Report Preview window closes all parent windows

    I have a form 6.0 calling a report 6.0 with several user parameters using run_report_object in preview mode. After the finishing previewing, the user closes the report preview window. Then the preview window closes all the parent windows.
    Need help!
    1) The parameters are char, date and number types.
    2) I don't have a parameter form. I take out the high-light of the parameters on the parameter form and the parameter form title.
    3) I have several user parameters and without the parameter form i'm still able to pass the parameters from the Form.
    Thanks
    null

    report_other parameter can only take 255? characters.
    I use create parameter list and add_parameter instead.

  • Reporting annoying issues for the entire Microsoft website (MSDN, forums, all)

    Is there any place where I can report bugs with how the Microsoft web sites behave? I can only find forums and "Microsoft Answers" categories about single products that Microsoft makes, but nothing about the infrastructure itself.
    For about two weeks now, I am required to log into my account every few hours whenever I access any Microsoft website. This includes MSDN help content, forums, or other resources. I need to login after opening the website through F1 help in Visual Studio
    as well as accessing a microsoft.com link from anywhere else like a web search or a direct link from web or an application.
    Auto-complete does not work either. My browser (Firefox) does save the password, but it never fills it into the form. Other people have already noticed that
    Microsoft applies some dirty tricks here. And even if the login is remembers for a moment, it's slow as hell. It takes a second or two to load the login.live.com page (which is not what I wanted to see), then it sits there for some more seconds before going
    anywhere. Other login services like Google or StackOverflow manage to log me in all within one second and most of the time I don't even see it.
    And then there's still that insecure SSL-to-non-SSL-submit warning that only occurs in other browsers then IE. Has anybody cared about that in the last couple years?! I'm not getting it now, probably because I'm not logged in anymore. It all slowly falls
    apart, piece by piece. Next step is probably losing my data or not loading it at all.
    THIS – IS – ANNOYING! And it really makes me feel like I don't want to use Microsoft products anymore (because even good desktop applications are connected to that silly website). I have opened a
    Microsoft Connect ticket for a part of this issue (it's grown bigger since then), but this ticket is totally ignored. If microsoft.com went down, they'd certainly care within minutes or hours. This bug is not even regarded in
    weeks!
    So do I have to write a postal letter to the president of the whole company or do they have support staff for that?! Do they have anybody who is capable of maintaining their website? It's really frustrating how Microsoft has a web presence that is worse
    than what our first-year trainees come up with. It's full of bugs and this is currently only the most relevant one. Do they even care about how the world sees them? Or is Microsoft currently preparing (and even failing) to move out of business?

    The brandings are fun. Here's this same thread in a bunch of flavors:
    https://social.technet.microsoft.com/Forums/en-US/cf19ed78-267b-4313-9c49-bd3027f0eb8e/reporting-annoying-issues-for-the-entire-microsoft-website-msdn-forums-all?forum=whatforum
    https://social.msdn.microsoft.com/Forums/en-US/cf19ed78-267b-4313-9c49-bd3027f0eb8e/reporting-annoying-issues-for-the-entire-microsoft-website-msdn-forums-all?forum=whatforum
    https://social.microsoft.com/Forums/en-US/cf19ed78-267b-4313-9c49-bd3027f0eb8e/reporting-annoying-issues-for-the-entire-microsoft-website-msdn-forums-all?forum=whatforum
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/cf19ed78-267b-4313-9c49-bd3027f0eb8e/reporting-annoying-issues-for-the-entire-microsoft-website-msdn-forums-all?forum=whatforum
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/cf19ed78-267b-4313-9c49-bd3027f0eb8e/reporting-annoying-issues-for-the-entire-microsoft-website-msdn-forums-all?forum=whatforum
    https://social.technet.microsoft.com/Forums/exchange/en-US/cf19ed78-267b-4313-9c49-bd3027f0eb8e/reporting-annoying-issues-for-the-entire-microsoft-website-msdn-forums-all?forum=whatforum
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • I bought and downloaded yesterday what was advertised in the App Store as bring top paid app. It was a kids game "team umizoomi" counting game. However every time I click into the game it crashes out. Who do I contact to report this issue?

    As a top paid app- a team umizoomi game. However the game crashes once opened. Can anyone shed light as to where I can report this fault?

    Contact the app developer here >  http://www.nickjr.com/home/write_to_us.jhtml
    If you don't hear by back within 2 to 3 business days, report the issue to Apple using the email form here.

Maybe you are looking for

  • WHICH SY- TO USE?

    hellow, i am creating a user exit , The user exit run when i use tranzaction fd02 and fd01 which sy- do i have to use in order that this user exit will run only in fd01-? IF SY-???? EQ 'FD01'. ENDIF. THANKS.

  • Apple remote desktop will not show my  computer screen on class screens

    Hi I hope someone can help. i have just set up a mac suite running latest OS X 10.10 using apple remote desktop. The system is a bit sensitive but mostly works fine. The odd computer drops off etc. However, I want to be able to show the teacher compu

  • EDI 820/812 program?

    I have succesfully implemented the EDI payment orders (820) using standard PAYEXT and PEXR2002 via program RFFOEDI1. However, I now need to produce an 812 that has the detail on the adjustments made to a payment order (CREADV). The issue...I don't kn

  • Accessing a component property

    How can a access a component property defined in the portal.xml file simulair to this <property name="plainDescription" value="Number of messages"/> I use a JSPDynPage. what I realy want is this.       <env-entry>           <env-entry-name>CONFIGURAT

  • Is it possible to install OSX on another computer via Target disk mode?

    Hey there... a friend of mine has an older iBook. the drive on this iBook is broken (snapped off) so there's no way of using it. is it possible to install OS Panther from another computer (use OS X panther install running on a MacBook, or G4) targeti