Jump to content
Changes to the Jaspersoft community edition download ×

Error: 1 - Access is denied - Message while using the


z8maillandtag-mv.de

Recommended Posts

Hi,

I'm using JasperServer 3.0 an iReport 3.0 on the same MS Windows 2003 SP 2 - Server. Everything works well, but if I try to create an new folder or add a new report unit via the JasperServer Plugin 3.0 within iReport I get the error message

Error: 1 - Access is denied

I'm using the jasperadmin account to get access to the JasperServer via the plugin. I can browse the directory structure of the JasperServer. 

Furthermore there is no problem to create a new report via the web interface of the JasperServer.

Any idea, how can I solve the problem? It seems to me, that I've got not enough rights one the directories of the JasperServer or not enough rigths on the mysql database.

Thanks for any help,

Thomas

PS: The error message from tomcat follows as an attachment.

 

Link to comment
Share on other sites

  • Replies 12
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

I assume to work with the jasperadmin account (existing within the jasperserver) If I use the JasperServer Plugin 3.0. Have a look at the first attachment. In the field username I use the "jasperadmin"-account. In the second attachment you can see that I can browse through the repository of the jasperserver without any problem.

Maybe it is not the only entry where I have to place the jasperadmin account within iReport.

What can I check further?

 

Bye,

Thomas

Link to comment
Share on other sites

Hello,

If you have wireshark installed I think that a capture of the real http dialog during error can help : one can see the exact origin of the "access denied"

If wireshark not installed, it's free and not difficult to install.

Just a suggestion to help!

 

Link to comment
Share on other sites

I thought maybe your permissions on the repository were stopping you adding a folder in the folder you selected, but if you can create the same folder through the web UI, then permissions are not the problem.

 

Sherman

Jaspersoft

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

thanks for your answers and sorry for my delayed answer. I'm on holiday.

Next week I will be back at work and I will send the java error message (aprox. 15 lines error message) from the jasper server which is related with the error window within iReport. Maybe the java error message gives a hint which missing permission causes the error. Furthermore I will use wireshark in order to get further details about the error.

At the moment I can say, that I can create new folders under the account "jasperadmin" using the web interface of jasper server without any problem. The error occurs only if I use the japserserver plugin within iReport. Furthermore I can say, that I'm testing on one server where jasper server and iReport are installed. On this server is no antivirus client installed.

Thanks again for your fast answers and bye till next week,

Thomas

Link to comment
Share on other sites

Hello,

I`m back from holiday and I collected the missing data about the access error.

At first I send you the error message coming from the tomcat-DOS-box from the Jasperserver at the same time as the access denied window comes up in iReport. I did not remove the lines from the start up of the jasper server.

BEGIN###################################################################

03.09.2008 08:04:13 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
03.09.2008 08:04:13 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3547 ms
03.09.2008 08:04:14 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
03.09.2008 08:04:14 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
03.09.2008 08:04:14 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
03.09.2008 08:04:40 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
03.09.2008 08:04:40 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
03.09.2008 08:04:40 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31  config=null
03.09.2008 08:04:40 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
03.09.2008 08:04:40 org.apache.catalina.startup.Catalina start
INFO: Server startup in 26890 ms
08:05:15,752 ERROR ManagementService,http-8080-Processor24:851 - caught exception: Access is denied
org.acegisecurity.AccessDeniedException: Access is denied
        at org.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:68)
        at org.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:275)
        at org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:63)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
        at $Proxy1.saveFolder(Unknown Source)
        at com.jaspersoft.jasperserver.ws.axis2.repository.FolderHandler.saveValidated(FolderHandler.java:122)
        at com.jaspersoft.jasperserver.ws.axis2.repository.FolderHandler.put(FolderHandler.java:87)
        at com.jaspersoft.jasperserver.ws.axis2.ManagementService.put(ManagementService.java:834)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
        at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
        at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
        at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
        at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at com.jaspersoft.jasperserver.war.common.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:86)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264)
        at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
        at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:141)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at com.jaspersoft.jasperserver.api.metadata.user.service.impl.PasswordExpirationProcessingFilter.doFilter(PasswordExpirationProcessingFilter.java:80)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:181)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at com.jaspersoft.jasperserver.api.metadata.user.service.impl.JIPortletAuthenticationProcessingFilter.doFilter(JIPortletAuthenticationProcessingFilter.java:87)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:191)
        at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148)
        at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:70)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)
 

END##################################################

It seems to me, that the "access denied"-error has something to do with the security configuration of the web server.

May be somebody can give me a suggestion what can I do or where can I find a solution for this access problem.

Bye,

Thomas

PS: In addition I took the suggestion from Garbriel and installed wireshark. Here is the output of the dialog between my workstation and the jasper server.

BEGIN################################################################

No.     Time        Source                Destination           Protocol Info
    136 25.516468   10.100.18.8           10.100.16.246         TCP      pcia-rxp-b > http-alt [sYN] Seq=0 Win=65535 Len=0 MSS=1460

Frame 136 (62 bytes on wire, 62 bytes captured)
    Arrival Time: Sep  3, 2008 08:21:36.083196000
    [Time delta from previous captured frame: 0.514016000 seconds]
    [Time delta from previous displayed frame: 25.516468000 seconds]
    [Time since reference or first frame: 25.516468000 seconds]
    Frame Number: 136
    Frame Length: 62 bytes
    Capture Length: 62 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:ip:tcp]
    [Coloring Rule Name: TCP SYN/FIN]
    [Coloring Rule String: tcp.flags & 0x02 || tcp.flags.fin == 1]
Ethernet II, Src: FujitsuS_d4:72:af (00:30:05:d4:72:af), Dst: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
    Destination: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        Address: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        Address: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: IP (0x0800)
Internet Protocol, Src: 10.100.18.8 (10.100.18.8), Dst: 10.100.16.246 (10.100.16.246)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..0. = ECN-Capable Transport (ECT): 0
        .... ...0 = ECN-CE: 0
    Total Length: 48
    Identification: 0xe068 (57448)
    Flags: 0x04 (Don't Fragment)
        0... = Reserved bit: Not set
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0xe299 [correct]
        [Good: True]
        [bad : False]
    Source: 10.100.18.8 (10.100.18.8)
    Destination: 10.100.16.246 (10.100.16.246)
Transmission Control Protocol, Src Port: pcia-rxp-b (1332), Dst Port: http-alt (8080), Seq: 0, Len: 0
    Source port: pcia-rxp-b (1332)
    Destination port: http-alt (8080)
    Sequence number: 0    (relative sequence number)
    Header length: 28 bytes
    Flags: 0x02 (SYN)
        0... .... = Congestion Window Reduced (CWR): Not set
        .0.. .... = ECN-Echo: Not set
        ..0. .... = Urgent: Not set
        ...0 .... = Acknowledgment: Not set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..1. = Syn: Set
        .... ...0 = Fin: Not set
    Window size: 65535
    Checksum: 0x8b1a [correct]
        [Good Checksum: True]
        [bad Checksum: False]
    Options: (8 bytes)
        Maximum segment size: 1460 bytes
        NOP
        NOP
        SACK permitted

No.     Time        Source                Destination           Protocol Info
    137 25.517510   10.100.16.246         10.100.18.8           TCP      http-alt > pcia-rxp-b [sYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460

Frame 137 (62 bytes on wire, 62 bytes captured)
    Arrival Time: Sep  3, 2008 08:21:36.084238000
    [Time delta from previous captured frame: 0.001042000 seconds]
    [Time delta from previous displayed frame: 0.001042000 seconds]
    [Time since reference or first frame: 25.517510000 seconds]
    Frame Number: 137
    Frame Length: 62 bytes
    Capture Length: 62 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:ip:tcp]
    [Coloring Rule Name: TCP SYN/FIN]
    [Coloring Rule String: tcp.flags & 0x02 || tcp.flags.fin == 1]
Ethernet II, Src: Vmware_c4:3a:90 (00:0c:29:c4:3a:90), Dst: FujitsuS_d4:72:af (00:30:05:d4:72:af)
    Destination: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        Address: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        Address: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: IP (0x0800)
Internet Protocol, Src: 10.100.16.246 (10.100.16.246), Dst: 10.100.18.8 (10.100.18.8)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..0. = ECN-Capable Transport (ECT): 0
        .... ...0 = ECN-CE: 0
    Total Length: 48
    Identification: 0x25c9 (9673)
    Flags: 0x00
        0... = Reserved bit: Not set
        .0.. = Don't fragment: Not set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0xdd39 [correct]
        [Good: True]
        [bad : False]
    Source: 10.100.16.246 (10.100.16.246)
    Destination: 10.100.18.8 (10.100.18.8)
Transmission Control Protocol, Src Port: http-alt (8080), Dst Port: pcia-rxp-b (1332), Seq: 0, Ack: 1, Len: 0
    Source port: http-alt (8080)
    Destination port: pcia-rxp-b (1332)
    Sequence number: 0    (relative sequence number)
    Acknowledgement number: 1    (relative ack number)
    Header length: 28 bytes
    Flags: 0x12 (SYN, ACK)
        0... .... = Congestion Window Reduced (CWR): Not set
        .0.. .... = ECN-Echo: Not set
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..1. = Syn: Set
        .... ...0 = Fin: Not set
    Window size: 16384
    Checksum: 0xea7a [correct]
        [Good Checksum: True]
        [bad Checksum: False]
    Options: (8 bytes)
        Maximum segment size: 1460 bytes
        NOP
        NOP
        SACK permitted
    [sEQ/ACK analysis]
        [This is an ACK to the segment in frame: 136]
        [The RTT to ACK the segment was: 0.001042000 seconds]

No.     Time        Source                Destination           Protocol Info
    138 25.517528   10.100.18.8           10.100.16.246         TCP      pcia-rxp-b > http-alt [ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 138 (54 bytes on wire, 54 bytes captured)
    Arrival Time: Sep  3, 2008 08:21:36.084256000
    [Time delta from previous captured frame: 0.000018000 seconds]
    [Time delta from previous displayed frame: 0.000018000 seconds]
    [Time since reference or first frame: 25.517528000 seconds]
    Frame Number: 138
    Frame Length: 54 bytes
    Capture Length: 54 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:ip:tcp]
    [Coloring Rule Name: TCP]
    [Coloring Rule String: tcp]
Ethernet II, Src: FujitsuS_d4:72:af (00:30:05:d4:72:af), Dst: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
    Destination: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        Address: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        Address: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: IP (0x0800)
Internet Protocol, Src: 10.100.18.8 (10.100.18.8), Dst: 10.100.16.246 (10.100.16.246)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..0. = ECN-Capable Transport (ECT): 0
        .... ...0 = ECN-CE: 0
    Total Length: 40
    Identification: 0xe069 (57449)
    Flags: 0x04 (Don't Fragment)
        0... = Reserved bit: Not set
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0xe2a0 [correct]
        [Good: True]
        [bad : False]
    Source: 10.100.18.8 (10.100.18.8)
    Destination: 10.100.16.246 (10.100.16.246)
Transmission Control Protocol, Src Port: pcia-rxp-b (1332), Dst Port: http-alt (8080), Seq: 1, Ack: 1, Len: 0
    Source port: pcia-rxp-b (1332)
    Destination port: http-alt (8080)
    Sequence number: 1    (relative sequence number)
    Acknowledgement number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x10 (ACK)
        0... .... = Congestion Window Reduced (CWR): Not set
        .0.. .... = ECN-Echo: Not set
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 65535
    Checksum: 0x573f [correct]
        [Good Checksum: True]
        [bad Checksum: False]
    [sEQ/ACK analysis]
        [This is an ACK to the segment in frame: 137]
        [The RTT to ACK the segment was: 0.000018000 seconds]

No.     Time        Source                Destination           Protocol Info
    140 25.542906   10.100.18.8           10.100.16.246         HTTP/XML POST /jasperserver/services/repository HTTP/1.1

Frame 140 (859 bytes on wire, 859 bytes captured)
    Arrival Time: Sep  3, 2008 08:21:36.109634000
    [Time delta from previous captured frame: 0.011137000 seconds]
    [Time delta from previous displayed frame: 0.025378000 seconds]
    [Time since reference or first frame: 25.542906000 seconds]
    Frame Number: 140
    Frame Length: 859 bytes
    Capture Length: 859 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:ip:tcp:http:data:data:xml]
    [Coloring Rule Name: HTTP]
    [Coloring Rule String: http || tcp.port == 80]
Ethernet II, Src: FujitsuS_d4:72:af (00:30:05:d4:72:af), Dst: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
    Destination: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        Address: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        Address: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: IP (0x0800)
Internet Protocol, Src: 10.100.18.8 (10.100.18.8), Dst: 10.100.16.246 (10.100.16.246)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..0. = ECN-Capable Transport (ECT): 0
        .... ...0 = ECN-CE: 0
    Total Length: 845
    Identification: 0xe06a (57450)
    Flags: 0x04 (Don't Fragment)
        0... = Reserved bit: Not set
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0xdf7a [correct]
        [Good: True]
        [bad : False]
    Source: 10.100.18.8 (10.100.18.8)
    Destination: 10.100.16.246 (10.100.16.246)
Transmission Control Protocol, Src Port: pcia-rxp-b (1332), Dst Port: http-alt (8080), Seq: 1, Ack: 1, Len: 805
    Source port: pcia-rxp-b (1332)
    Destination port: http-alt (8080)
    Sequence number: 1    (relative sequence number)
    [Next sequence number: 806    (relative sequence number)]
    Acknowledgement number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x18 (PSH, ACK)
        0... .... = Congestion Window Reduced (CWR): Not set
        .0.. .... = ECN-Echo: Not set
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 65535
    Checksum: 0x86f3 [correct]
        [Good Checksum: True]
        [bad Checksum: False]
Hypertext Transfer Protocol
    POST /jasperserver/services/repository HTTP/1.1rn
        Request Method: POST
        Request URI: /jasperserver/services/repository
        Request Version: HTTP/1.1
    Content-Type: text/xml; charset=utf-8rn
    SOAPAction: ""rn
    User-Agent: Axis/1.4rn
    Host: vm-srv0006:8080rn
    Transfer-Encoding: chunkedrn
    rn
    HTTP chunked response
        Data chunk (614 octets)
            Chunk size: 614 octets
            Data (614 bytes)

0000  3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31   <?xml version="1
0010  2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54   .0" encoding="UT
0020  46 2d 38 22 3f 3e 3c 73 6f 61 70 65 6e 76 3a 45   F-8"?><soapenv:E
0030  6e 76 65 6c 6f 70 65 20 78 6d 6c 6e 73 3a 73 6f   nvelope xmlns:so
0040  61 70 65 6e 76 3d 22 68 74 74 70 3a 2f 2f 73 63   apenv="http://sc
0050  68 65 6d 61 73 2e 78 6d 6c 73 6f 61 70 2e 6f 72   hemas.xmlsoap.or
0060  67 2f 73 6f 61 70 2f 65 6e 76 65 6c 6f 70 65 2f   g/soap/envelope/
0070  22 20 78 6d 6c 6e 73 3a 78 73 64 3d 22 68 74 74   " xmlns:xsd="htt
0080  70 3a 2f 2f 77 77 77 2e 77 33 2e 6f 72 67 2f 32   p://www.w3.org/2
0090  30 30 31 2f 58 4d 4c 53 63 68 65 6d 61 22 20 78   001/XMLSchema" x
00a0  6d 6c 6e 73 3a 78 73 69 3d 22 68 74 74 70 3a 2f   mlns:xsi="http:/
00b0  2f 77 77 77 2e 77 33 2e 6f 72 67 2f 32 30 30 31   /www.w3.org/2001
00c0  2f 58 4d 4c 53 63 68 65 6d 61 2d 69 6e 73 74 61   /XMLSchema-insta
00d0  6e 63 65 22 3e 3c 73 6f 61 70 65 6e 76 3a 42 6f   nce"><soapenv:Bo
00e0  64 79 3e 3c 6e 73 31 3a 6c 69 73 74 20 73 6f 61   dy><ns1:list soa
00f0  70 65 6e 76 3a 65 6e 63 6f 64 69 6e 67 53 74 79   penv:encodingSty
0100  6c 65 3d 22 68 74 74 70 3a 2f 2f 73 63 68 65 6d   le="http://schem
0110  61 73 2e 78 6d 6c 73 6f 61 70 2e 6f 72 67 2f 73   as.xmlsoap.org/s
0120  6f 61 70 2f 65 6e 63 6f 64 69 6e 67 2f 22 20 78   oap/encoding/" x
0130  6d 6c 6e 73 3a 6e 73 31 3d 22 68 74 74 70 3a 2f   mlns:ns1="http:/
0140  2f 61 78 69 73 32 2e 77 73 2e 6a 61 73 70 65 72   /axis2.ws.jasper
0150  73 65 72 76 65 72 2e 6a 61 73 70 65 72 73 6f 66   server.jaspersof
0160  74 2e 63 6f 6d 22 3e 3c 72 65 71 75 65 73 74 58   t.com"><requestX
0170  6d 6c 53 74 72 69 6e 67 20 78 73 69 3a 74 79 70   mlString xsi:typ
0180  65 3d 22 78 73 64 3a 73 74 72 69 6e 67 22 3e 26   e="xsd:string">&
0190  6c 74 3b 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d   lt;?xml version=
01a0  26 71 75 6f 74 3b 31 2e 30 26 71 75 6f 74 3b 20   "1.0"
01b0  65 6e 63 6f 64 69 6e 67 3d 26 71 75 6f 74 3b 55   encoding="U
01c0  54 46 2d 38 26 71 75 6f 74 3b 3f 26 67 74 3b 0a   TF-8"?>.
01d0  26 6c 74 3b 72 65 71 75 65 73 74 20 6f 70 65 72   <request oper
01e0  61 74 69 6f 6e 4e 61 6d 65 3d 26 71 75 6f 74 3b   ationName="
01f0  6c 69 73 74 26 71 75 6f 74 3b 20 6c 6f 63 61 6c   list" local
0200  65 3d 26 71 75 6f 74 3b 64 65 26 71 75 6f 74 3b   e="de"
0210  26 67 74 3b 0a 26 6c 74 3b 2f 72 65 71 75 65 73   >.</reques
0220  74 26 67 74 3b 0a 3c 2f 72 65 71 75 65 73 74 58   t>.</requestX
0230  6d 6c 53 74 72 69 6e 67 3e 3c 2f 6e 73 31 3a 6c   mlString></ns1:l
0240  69 73 74 3e 3c 2f 73 6f 61 70 65 6e 76 3a 42 6f   ist></soapenv:Bo
0250  64 79 3e 3c 2f 73 6f 61 70 65 6e 76 3a 45 6e 76   dy></soapenv:Env
0260  65 6c 6f 70 65 3e                                 elope>
                Data: 3C3F786D6C2076657273696F6E3D22312E302220656E636F...
            Chunk boundary
        End of chunked encoding
            Chunk size: 0 octets
            Chunk boundary
eXtensible Markup Language
    <?xml
        version="1.0"
        encoding="UTF-8"
        ?>
    <soapenv:Envelope
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <soapenv:Body>
            <ns1:list
                soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:ns1="http://axis2.ws.jasperserver.jaspersoft.com">
                <requestXmlString
                    xsi:type="xsd:string">
                    <?xml version="1.0" encoding="UTF-8"?>n<request operationName="list" locale="de">n</request>n
                    </requestXmlString>
                </ns1:list>
            </soapenv:Body>
        </soapenv:Envelope>

No.     Time        Source                Destination           Protocol Info
    141 25.558001   10.100.16.246         10.100.18.8           TCP      [TCP segment of a reassembled PDU]

Frame 141 (875 bytes on wire, 875 bytes captured)
    Arrival Time: Sep  3, 2008 08:21:36.124729000
    [Time delta from previous captured frame: 0.015095000 seconds]
    [Time delta from previous displayed frame: 0.015095000 seconds]
    [Time since reference or first frame: 25.558001000 seconds]
    Frame Number: 141
    Frame Length: 875 bytes
    Capture Length: 875 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:ip:tcp:http]
    [Coloring Rule Name: TCP]
    [Coloring Rule String: tcp]
Ethernet II, Src: Vmware_c4:3a:90 (00:0c:29:c4:3a:90), Dst: FujitsuS_d4:72:af (00:30:05:d4:72:af)
    Destination: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        Address: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        Address: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: IP (0x0800)
Internet Protocol, Src: 10.100.16.246 (10.100.16.246), Dst: 10.100.18.8 (10.100.18.8)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..0. = ECN-Capable Transport (ECT): 0
        .... ...0 = ECN-CE: 0
    Total Length: 861
    Identification: 0x25ca (9674)
    Flags: 0x04 (Don't Fragment)
        0... = Reserved bit: Not set
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x9a0b [correct]
        [Good: True]
        [bad : False]
    Source: 10.100.16.246 (10.100.16.246)
    Destination: 10.100.18.8 (10.100.18.8)
Transmission Control Protocol, Src Port: http-alt (8080), Dst Port: pcia-rxp-b (1332), Seq: 1, Ack: 806, Len: 821
    Source port: http-alt (8080)
    Destination port: pcia-rxp-b (1332)
    Sequence number: 1    (relative sequence number)
    [Next sequence number: 822    (relative sequence number)]
    Acknowledgement number: 806    (relative ack number)
    Header length: 20 bytes
    Flags: 0x18 (PSH, ACK)
        0... .... = Congestion Window Reduced (CWR): Not set
        .0.. .... = ECN-Echo: Not set
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 64730
    Checksum: 0x5135 [correct]
        [Good Checksum: True]
        [bad Checksum: False]
    [sEQ/ACK analysis]
        [This is an ACK to the segment in frame: 140]
        [The RTT to ACK the segment was: 0.015095000 seconds]
    TCP segment data (821 bytes)

No.     Time        Source                Destination           Protocol Info
    142 25.558337   10.100.16.246         10.100.18.8           HTTP/XML HTTP/1.1 200 OK

Frame 142 (123 bytes on wire, 123 bytes captured)
    Arrival Time: Sep  3, 2008 08:21:36.125065000
    [Time delta from previous captured frame: 0.000336000 seconds]
    [Time delta from previous displayed frame: 0.000336000 seconds]
    [Time since reference or first frame: 25.558337000 seconds]
    Frame Number: 142
    Frame Length: 123 bytes
    Capture Length: 123 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:ip:tcp:http:data:data:xml]
    [Coloring Rule Name: HTTP]
    [Coloring Rule String: http || tcp.port == 80]
Ethernet II, Src: Vmware_c4:3a:90 (00:0c:29:c4:3a:90), Dst: FujitsuS_d4:72:af (00:30:05:d4:72:af)
    Destination: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        Address: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        Address: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: IP (0x0800)
    Trailer: 000000000000000000000000000000000000000000000000...
    Frame check sequence: 0x00000000 [incorrect, should be 0x54388273]
Internet Protocol, Src: 10.100.16.246 (10.100.16.246), Dst: 10.100.18.8 (10.100.18.8)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..0. = ECN-Capable Transport (ECT): 0
        .... ...0 = ECN-CE: 0
    Total Length: 45
    Identification: 0x25cb (9675)
    Flags: 0x04 (Don't Fragment)
        0... = Reserved bit: Not set
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x9d3a [correct]
        [Good: True]
        [bad : False]
    Source: 10.100.16.246 (10.100.16.246)
    Destination: 10.100.18.8 (10.100.18.8)
Transmission Control Protocol, Src Port: http-alt (8080), Dst Port: pcia-rxp-b (1332), Seq: 822, Ack: 806, Len: 5
    Source port: http-alt (8080)
    Destination port: pcia-rxp-b (1332)
    Sequence number: 822    (relative sequence number)
    [Next sequence number: 827    (relative sequence number)]
    Acknowledgement number: 806    (relative ack number)
    Header length: 20 bytes
    Flags: 0x18 (PSH, ACK)
        0... .... = Congestion Window Reduced (CWR): Not set
        .0.. .... = ECN-Echo: Not set
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 64730
    Checksum: 0x0fe3 [correct]
        [Good Checksum: True]
        [bad Checksum: False]
    TCP segment data (5 bytes)
[Reassembled TCP Segments (826 bytes): #141(821), #142(5)]
    [Frame: 141, payload: 0-820 (821 bytes)]
    [Frame: 142, payload: 821-825 (5 bytes)]
Hypertext Transfer Protocol
    HTTP/1.1 200 OKrn
        Request Version: HTTP/1.1
        Response Code: 200
    Server: Apache-Coyote/1.1rn
    Content-Type: text/xml;charset=utf-8rn
    Transfer-Encoding: chunkedrn
    Date: Wed, 03 Sep 2008 06:21:36 GMTrn
    rn
    HTTP chunked response
        Data chunk (665 octets)
            Chunk size: 665 octets
            Data (665 bytes)

0000  3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31   <?xml version="1
0010  2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 75 74   .0" encoding="ut
0020  66 2d 38 22 3f 3e 3c 73 6f 61 70 65 6e 76 3a 45   f-8"?><soapenv:E
0030  6e 76 65 6c 6f 70 65 20 78 6d 6c 6e 73 3a 73 6f   nvelope xmlns:so
0040  61 70 65 6e 76 3d 22 68 74 74 70 3a 2f 2f 73 63   apenv="http://sc
0050  68 65 6d 61 73 2e 78 6d 6c 73 6f 61 70 2e 6f 72   hemas.xmlsoap.or
0060  67 2f 73 6f 61 70 2f 65 6e 76 65 6c 6f 70 65 2f   g/soap/envelope/
0070  22 20 78 6d 6c 6e 73 3a 78 73 64 3d 22 68 74 74   " xmlns:xsd="htt
0080  70 3a 2f 2f 77 77 77 2e 77 33 2e 6f 72 67 2f 32   p://www.w3.org/2
0090  30 30 31 2f 58 4d 4c 53 63 68 65 6d 61 22 20 78   001/XMLSchema" x
00a0  6d 6c 6e 73 3a 78 73 69 3d 22 68 74 74 70 3a 2f   mlns:xsi="http:/
00b0  2f 77 77 77 2e 77 33 2e 6f 72 67 2f 32 30 30 31   /www.w3.org/2001
00c0  2f 58 4d 4c 53 63 68 65 6d 61 2d 69 6e 73 74 61   /XMLSchema-insta
00d0  6e 63 65 22 3e 3c 73 6f 61 70 65 6e 76 3a 42 6f   nce"><soapenv:Bo
00e0  64 79 3e 3c 6e 73 31 3a 6c 69 73 74 52 65 73 70   dy><ns1:listResp
00f0  6f 6e 73 65 20 73 6f 61 70 65 6e 76 3a 65 6e 63   onse soapenv:enc
0100  6f 64 69 6e 67 53 74 79 6c 65 3d 22 68 74 74 70   odingStyle="http
0110  3a 2f 2f 73 63 68 65 6d 61 73 2e 78 6d 6c 73 6f   ://schemas.xmlso
0120  61 70 2e 6f 72 67 2f 73 6f 61 70 2f 65 6e 63 6f   ap.org/soap/enco
0130  64 69 6e 67 2f 22 20 78 6d 6c 6e 73 3a 6e 73 31   ding/" xmlns:ns1
0140  3d 22 68 74 74 70 3a 2f 2f 61 78 69 73 32 2e 77   ="http://axis2.w
0150  73 2e 6a 61 73 70 65 72 73 65 72 76 65 72 2e 6a   s.jasperserver.j
0160  61 73 70 65 72 73 6f 66 74 2e 63 6f 6d 22 3e 3c   aspersoft.com"><
0170  6c 69 73 74 52 65 74 75 72 6e 20 78 73 69 3a 74   listReturn xsi:t
0180  79 70 65 3d 22 78 73 64 3a 73 74 72 69 6e 67 22   ype="xsd:string"
0190  3e 26 6c 74 3b 3f 78 6d 6c 20 76 65 72 73 69 6f   ><?xml versio
01a0  6e 3d 26 71 75 6f 74 3b 31 2e 30 26 71 75 6f 74   n="1.0&quot
01b0  3b 20 65 6e 63 6f 64 69 6e 67 3d 26 71 75 6f 74   ; encoding=&quot
01c0  3b 55 54 46 2d 38 26 71 75 6f 74 3b 3f 26 67 74   ;UTF-8"?&gt
01d0  3b 0a 26 6c 74 3b 6f 70 65 72 61 74 69 6f 6e 52   ;.<operationR
01e0  65 73 75 6c 74 20 76 65 72 73 69 6f 6e 3d 26 71   esult version=&q
01f0  75 6f 74 3b 32 2e 30 2e 31 26 71 75 6f 74 3b 26   uot;2.0.1"&
0200  67 74 3b 0a 09 26 6c 74 3b 72 65 74 75 72 6e 43   gt;..<returnC
0210  6f 64 65 26 67 74 3b 26 6c 74 3b 21 5b 43 44 41   ode><![CDA
0220  54 41 5b 30 5d 5d 26 67 74 3b 26 6c 74 3b 2f 72   TA[0]]></r
0230  65 74 75 72 6e 43 6f 64 65 26 67 74 3b 0a 26 6c   eturnCode>.&l
0240  74 3b 2f 6f 70 65 72 61 74 69 6f 6e 52 65 73 75   t;/operationResu
0250  6c 74 26 67 74 3b 0a 3c 2f 6c 69 73 74 52 65 74   lt>.</listRet
0260  75 72 6e 3e 3c 2f 6e 73 31 3a 6c 69 73 74 52 65   urn></ns1:listRe
0270  73 70 6f 6e 73 65 3e 3c 2f 73 6f 61 70 65 6e 76   sponse></soapenv
0280  3a 42 6f 64 79 3e 3c 2f 73 6f 61 70 65 6e 76 3a   :Body></soapenv:
0290  45 6e 76 65 6c 6f 70 65 3e                        Envelope>
                Data: 3C3F786D6C2076657273696F6E3D22312E302220656E636F...
            Chunk boundary
        End of chunked encoding
            Chunk size: 0 octets
            Chunk boundary
eXtensible Markup Language
    <?xml
        version="1.0"
        encoding="utf-8"
        ?>
    <soapenv:Envelope
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <soapenv:Body>
            <ns1:listResponse
                soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:ns1="http://axis2.ws.jasperserver.jaspersoft.com">
                <listReturn
                    xsi:type="xsd:string">
                    <?xml version="1.0" encoding="UTF-8"?>n<operationResult version="2.0.1">nt<returnCode><![CDATA[0]]></returnCode>n</operationResult>n
                    </listReturn>
                </ns1:listResponse>
            </soapenv:Body>
        </soapenv:Envelope>

No.     Time        Source                Destination           Protocol Info
    143 25.558365   10.100.18.8           10.100.16.246         TCP      pcia-rxp-b > http-alt [ACK] Seq=806 Ack=827 Win=64709 Len=0

Frame 143 (54 bytes on wire, 54 bytes captured)
    Arrival Time: Sep  3, 2008 08:21:36.125093000
    [Time delta from previous captured frame: 0.000028000 seconds]
    [Time delta from previous displayed frame: 0.000028000 seconds]
    [Time since reference or first frame: 25.558365000 seconds]
    Frame Number: 143
    Frame Length: 54 bytes
    Capture Length: 54 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:ip:tcp]
    [Coloring Rule Name: TCP]
    [Coloring Rule String: tcp]
Ethernet II, Src: FujitsuS_d4:72:af (00:30:05:d4:72:af), Dst: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
    Destination: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        Address: Vmware_c4:3a:90 (00:0c:29:c4:3a:90)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        Address: FujitsuS_d4:72:af (00:30:05:d4:72:af)
        .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
        .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: IP (0x0800)
Internet Protocol, Src: 10.100.18.8 (10.100.18.8), Dst: 10.100.16.246 (10.100.16.246)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..0. = ECN-Capable Transport (ECT): 0
        .... ...0 = ECN-CE: 0
    Total Length: 40
    Identification: 0xe06b (57451)
    Flags: 0x04 (Don't Fragment)
        0... = Reserved bit: Not set
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0xe29e [correct]
        [Good: True]
        [bad : False]
    Source: 10.100.18.8 (10.100.18.8)
    Destination: 10.100.16.246 (10.100.16.246)
Transmission Control Protocol, Src Port: pcia-rxp-b (1332), Dst Port: http-alt (8080), Seq: 806, Ack: 827, Len: 0
    Source port: pcia-rxp-b (1332)
    Destination port: http-alt (8080)
    Sequence numb

Link to comment
Share on other sites

Hello,

I`ve found the solution of my "access is denied"-problem. The reason for the problem was that we are used the solution from article http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=33454 in order to allow anonymous users to get http access to reports. If I do not use the solution from the mentioned article everything works well without any access problem.

Well, now I`m searching for a solution for preventing the "access is denied"-problem and for allowing anonymous users to get http access to reports.

Any suggestions?

Thanks for the help till now.

Bye Thomas

 

Link to comment
Share on other sites

  • 2 weeks later...

Hello,

now it runs. The full description of the solution can be found at 

Our  problem was that I read at first only the thread  http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=33454 which contains only the half solution.

Bye,

Thomas

Link to comment
Share on other sites

  • 4 months later...

I hope so the issues is resolved by now.. I also faced the same problem.. So I went on Web interface of jasperserver and gave permission of the root folder to ROLE_USER.  So basically you can give the permission to the role specific or you can give it as per the user specific also.. And then I went to Ireport and tested it by adding the folder and it worked...

 

Thanks for posting this issue... :)

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...