#1 2017-05-26 11:08:16

GauravKumar
Member
Registered: 2017-05-26

Unable to access the ReportServer link in browser

Hi Team,
           I have been able to install the ReportServer Community Edition 3.0 succesfully on WebSphere Application Server 8.5.5.6.
But I have been unable to access the link in the browser as follows. It seems that the application is trying to fetch something but unable to do so.Following are the System.Out logs of WebSphere Application server.

***************************************************************************************************************************************
[26/5/17 16:36:29:345 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:348 IST] 00000074 SystemOut     O Hibernate:
    select
        hierarchic0_.id as entity_i1_3_0_,
        hierarchic0_1_.entity_version as entity_v2_3_0_
    from
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic0_
    inner join
        RSReports.dbo.RS_ACL hierarchic0_1_
            on hierarchic0_.id=hierarchic0_1_.entity_id
    where
        hierarchic0_.id=?
[26/5/17 16:36:29:351 IST] 00000074 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:356 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=585
[26/5/17 16:36:29:359 IST] 00000074 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:361 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:362 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=585
[26/5/17 16:36:29:364 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:367 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=387
[26/5/17 16:36:29:368 IST] 00000074 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:376 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:392 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=387
[26/5/17 16:36:29:408 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=473
[26/5/17 16:36:29:420 IST] 00000074 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:426 IST] 00000074 JavassistProx Z org.hibernate.proxy.pojo.javassist.JavassistProxyFactory getProxy HHH000142: Javassist Enhancement failed: net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFileData
                                 java.lang.ClassCastException: net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFileData_$$_javassist_108 incompatible with javassist.util.proxy.Proxy
    at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.getProxy(JavassistProxyFactory.java:123)
    at org.hibernate.tuple.entity.AbstractEntityTuplizer.createProxy(AbstractEntityTuplizer.java:666)
    at org.hibernate.persister.entity.AbstractEntityPersister.createProxy(AbstractEntityPersister.java:4460)
    at org.hibernate.event.internal.DefaultLoadEventListener.createProxyIfNecessary(DefaultLoadEventListener.java:333)
    at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:254)
    at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:134)
    at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1071)
    at org.hibernate.internal.SessionImpl.internalLoad(SessionImpl.java:990)
    at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:632)
    at org.hibernate.type.EntityType.resolve(EntityType.java:424)
    at org.hibernate.engine.internal.TwoPhaseLoad.doInitializeEntity(TwoPhaseLoad.java:154)
    at org.hibernate.engine.internal.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:128)
    at org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.performTwoPhaseLoad(AbstractRowReader.java:227)
    at org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.finishUp(AbstractRowReader.java:198)
    at org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl.extractResults(ResultSetProcessorImpl.java:123)
    at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:121)
    at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:85)
    at org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer.initialize(AbstractLoadPlanBasedCollectionInitializer.java:82)
    at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:682)
    at org.hibernate.event.internal.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:75)
    at org.hibernate.internal.SessionImpl.initializeCollection(SessionImpl.java:1933)
    at org.hibernate.collection.internal.AbstractPersistentCollection$4.doWork(AbstractPersistentCollection.java:546)
    at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:248)
    at org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:542)
    at org.hibernate.collection.internal.AbstractPersistentCollection.read(AbstractPersistentCollection.java:133)
    at org.hibernate.collection.internal.PersistentBag.toArray(PersistentBag.java:283)
    at java.util.ArrayList.<init>(ArrayList.java:176)
    at net.datenwerke.treedb.service.treedb.AbstractNode.getChildren(AbstractNode.java:202)
    at net.datenwerke.rs.terminal.service.terminal.vfs.hooks.TreeBasedVirtualFileSystem.getLocation(TreeBasedVirtualFileSystem.java:68)
    at net.datenwerke.rs.terminal.service.terminal.vfs.VirtualFileSystemDeamon.getLocation(VirtualFileSystemDeamon.java:143)
    at net.datenwerke.rs.terminal.service.terminal.vfs.VirtualFileSystemDeamon.getAbsoluteLocation(VirtualFileSystemDeamon.java:105)
    at net.datenwerke.rs.terminal.service.terminal.vfs.VirtualFileSystemDeamon.getLocation(VirtualFileSystemDeamon.java:81)
    at net.datenwerke.rs.terminal.service.terminal.vfs.hookers.VfsObjectResolver.getLocation(VfsObjectResolver.java:86)
    at net.datenwerke.rs.terminal.service.terminal.vfs.hookers.VfsObjectResolver.getObjects(VfsObjectResolver.java:39)
    at net.datenwerke.rs.terminal.service.terminal.objresolver.ObjectResolverDeamon.getObjects(ObjectResolverDeamon.java:61)
    at net.datenwerke.rs.terminal.service.terminal.objresolver.ObjectResolverDeamon.getObjects(ObjectResolverDeamon.java:88)
    at net.datenwerke.rs.terminal.service.terminal.objresolver.ObjectResolverDeamon.getObjects(ObjectResolverDeamon.java:84)
    at net.datenwerke.rs.terminal.service.terminal.TerminalServiceImpl.getObjectsByLocation(TerminalServiceImpl.java:100)
    at net.datenwerke.rs.terminal.service.terminal.TerminalServiceImpl.getObjectByLocation(TerminalServiceImpl.java:111)
    at net.datenwerke.rs.configservice.service.configservice.FileServerConfigStore.loadConfig(FileServerConfigStore.java:28)
    at net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl.getConfig(ConfigServiceImpl.java:117)
    at net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl.getConfig(ConfigServiceImpl.java:84)
    at net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl.getConfigFailsafe(ConfigServiceImpl.java:70)
    at net.datenwerke.rs.fileserver.server.fileserver.IndexRedirectServlet.doGet(IndexRedirectServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
    at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
    at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
    at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
    at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
    at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
    at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
    at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
    at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
    at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3923)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1006)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1881)

[26/5/17 16:36:29:428 IST] 00000074 DefaultLoadEv Z org.hibernate.event.internal.DefaultLoadEventListener onLoad HHH000327: Error performing load command : org.hibernate.HibernateException: HHH000142: Javassist Enhancement failed: net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFileData
[26/5/17 16:36:29:444 IST] 00000074 LoadContexts  Z org.hibernate.engine.loading.internal.LoadContexts cleanup HHH000100: Fail-safe cleanup (collections) : org.hibernate.engine.loading.internal.CollectionLoadContext@43782735<rs=com.mchange.v2.c3p0.impl.NewProxyResultSet@3ac0ec79 [wrapping: null]>
[26/5/17 16:36:29:445 IST] 00000074 CollectionLoa Z org.hibernate.engine.loading.internal.CollectionLoadContext cleanup HHH000160: On CollectionLoadContext#cleanup, localLoadingCollectionKeys contained [1] entries
[26/5/17 16:36:29:617 IST] 00000070 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:620 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:627 IST] 00000070 SystemOut     O Hibernate:
    select
        hierarchic0_.id as entity_i1_3_0_,
        hierarchic0_1_.entity_version as entity_v2_3_0_
    from
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic0_
    inner join
        RSReports.dbo.RS_ACL hierarchic0_1_
            on hierarchic0_.id=hierarchic0_1_.entity_id
    where
        hierarchic0_.id=?
[26/5/17 16:36:29:632 IST] 00000074 SystemOut     O Hibernate:
    select
        hierarchic0_.id as entity_i1_3_0_,
        hierarchic0_1_.entity_version as entity_v2_3_0_
    from
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic0_
    inner join
        RSReports.dbo.RS_ACL hierarchic0_1_
            on hierarchic0_.id=hierarchic0_1_.entity_id
    where
        hierarchic0_.id=?
[26/5/17 16:36:29:648 IST] 00000070 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:652 IST] 00000074 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:660 IST] 00000070 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=585
[26/5/17 16:36:29:668 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=387
[26/5/17 16:36:29:676 IST] 00000070 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:686 IST] 00000074 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:692 IST] 00000070 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:700 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.parent_id is null
[26/5/17 16:36:29:708 IST] 00000070 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=585
[26/5/17 16:36:29:716 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=387
[26/5/17 16:36:29:733 IST] 00000074 SystemOut     O Hibernate:
    select
        abstractfi0_.entity_id as entity_i1_77_,
        abstractfi0_.created_on as created_2_77_,
        abstractfi0_.flags as flags3_77_,
        abstractfi0_.last_updated as last_upd4_77_,
        abstractfi0_.parent_id as parent_i7_77_,
        abstractfi0_.position as position5_77_,
        abstractfi0_.entity_version as entity_v6_77_,
        abstractfi0_.acl_id as acl_id8_77_,
        abstractfi0_.owner_id as owner_id9_77_,
        abstractfi0_1_.description as descript1_76_,
        abstractfi0_1_.name_field as name_fie2_76_,
        abstractfi0_1_.publicly_accessible as publicly3_76_,
        abstractfi0_2_.content_type as content_1_75_,
        abstractfi0_2_.description as descript2_75_,
        abstractfi0_2_.file_data_id as file_dat5_75_,
        abstractfi0_2_.name_field as name_fie3_75_,
        case
            when abstractfi0_1_.id is not null then 1
            when abstractfi0_2_.id is not null then 2
            when abstractfi0_.entity_id is not null then 0
        end as clazz_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE abstractfi0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER abstractfi0_1_
            on abstractfi0_.entity_id=abstractfi0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE abstractfi0_2_
            on abstractfi0_.entity_id=abstractfi0_2_.id
    where
        abstractfi0_.entity_id=473
[26/5/17 16:36:29:748 IST] 00000074 SystemOut     O Hibernate:
    select
        children0_.parent_id as parent_i7_77_0_,
        children0_.entity_id as entity_i1_77_0_,
        children0_.entity_id as entity_i1_77_1_,
        children0_.created_on as created_2_77_1_,
        children0_.flags as flags3_77_1_,
        children0_.last_updated as last_upd4_77_1_,
        children0_.parent_id as parent_i7_77_1_,
        children0_.position as position5_77_1_,
        children0_.entity_version as entity_v6_77_1_,
        children0_.acl_id as acl_id8_77_1_,
        children0_.owner_id as owner_id9_77_1_,
        children0_1_.description as descript1_76_1_,
        children0_1_.name_field as name_fie2_76_1_,
        children0_1_.publicly_accessible as publicly3_76_1_,
        children0_2_.content_type as content_1_75_1_,
        children0_2_.description as descript2_75_1_,
        children0_2_.file_data_id as file_dat5_75_1_,
        children0_2_.name_field as name_fie3_75_1_,
        case
            when children0_1_.id is not null then 1
            when children0_2_.id is not null then 2
            when children0_.entity_id is not null then 0
        end as clazz_1_,
        hierarchic1_.id as entity_i1_3_2_,
        hierarchic1_1_.entity_version as entity_v2_3_2_
    from
        RSReports.dbo.RS_FILE_SERVER_NODE children0_
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FOLDER children0_1_
            on children0_.entity_id=children0_1_.id
    left outer join
        RSReports.dbo.RS_FILE_SERVER_FILE children0_2_
            on children0_.entity_id=children0_2_.id
    left outer join
        RSReports.dbo.RS_HIERARCHICAL_ACL hierarchic1_
            on children0_.acl_id=hierarchic1_.id
    left outer join
        RSReports.dbo.RS_ACL hierarchic1_1_
            on hierarchic1_.id=hierarchic1_1_.entity_id
    where
        children0_.parent_id=?
[26/5/17 16:36:29:753 IST] 00000074 JavassistProx Z org.hibernate.proxy.pojo.javassist.JavassistProxyFactory getProxy HHH000142: Javassist Enhancement failed: net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFileData
                                 java.lang.ClassCastException: net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFileData_$$_javassist_108 incompatible with javassist.util.proxy.Proxy
    at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.getProxy(JavassistProxyFactory.java:123)
    at org.hibernate.tuple.entity.AbstractEntityTuplizer.createProxy(AbstractEntityTuplizer.java:666)
    at org.hibernate.persister.entity.AbstractEntityPersister.createProxy(AbstractEntityPersister.java:4460)
    at org.hibernate.event.internal.DefaultLoadEventListener.createProxyIfNecessary(DefaultLoadEventListener.java:333)
    at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:254)
    at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:134)
    at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1071)
    at org.hibernate.internal.SessionImpl.internalLoad(SessionImpl.java:990)
    at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:632)
    at org.hibernate.type.EntityType.resolve(EntityType.java:424)
    at org.hibernate.engine.internal.TwoPhaseLoad.doInitializeEntity(TwoPhaseLoad.java:154)
    at org.hibernate.engine.internal.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:128)
    at org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.performTwoPhaseLoad(AbstractRowReader.java:227)
    at org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.finishUp(AbstractRowReader.java:198)
    at org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl.extractResults(ResultSetProcessorImpl.java:123)
    at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:121)
    at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:85)
    at org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer.initialize(AbstractLoadPlanBasedCollectionInitializer.java:82)
    at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:682)
    at org.hibernate.event.internal.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:75)
    at org.hibernate.internal.SessionImpl.initializeCollection(SessionImpl.java:1933)
    at org.hibernate.collection.internal.AbstractPersistentCollection$4.doWork(AbstractPersistentCollection.java:546)
    at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:248)
    at org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:542)
    at org.hibernate.collection.internal.AbstractPersistentCollection.read(AbstractPersistentCollection.java:133)
    at org.hibernate.collection.internal.PersistentBag.toArray(PersistentBag.java:283)
    at java.util.ArrayList.<init>(ArrayList.java:176)
    at net.datenwerke.treedb.service.treedb.AbstractNode.getChildren(AbstractNode.java:202)
    at net.datenwerke.rs.terminal.service.terminal.vfs.hooks.TreeBasedVirtualFileSystem.getLocation(TreeBasedVirtualFileSystem.java:68)
    at net.datenwerke.rs.terminal.service.terminal.vfs.VirtualFileSystemDeamon.getLocation(VirtualFileSystemDeamon.java:143)
    at net.datenwerke.rs.terminal.service.terminal.vfs.VirtualFileSystemDeamon.getAbsoluteLocation(VirtualFileSystemDeamon.java:105)
    at net.datenwerke.rs.terminal.service.terminal.vfs.VirtualFileSystemDeamon.getLocation(VirtualFileSystemDeamon.java:81)
    at net.datenwerke.rs.terminal.service.terminal.vfs.hookers.VfsObjectResolver.getLocation(VfsObjectResolver.java:86)
    at net.datenwerke.rs.terminal.service.terminal.vfs.hookers.VfsObjectResolver.getObjects(VfsObjectResolver.java:39)
    at net.datenwerke.rs.terminal.service.terminal.objresolver.ObjectResolverDeamon.getObjects(ObjectResolverDeamon.java:61)
    at net.datenwerke.rs.terminal.service.terminal.objresolver.ObjectResolverDeamon.getObjects(ObjectResolverDeamon.java:88)
    at net.datenwerke.rs.terminal.service.terminal.objresolver.ObjectResolverDeamon.getObjects(ObjectResolverDeamon.java:84)
    at net.datenwerke.rs.terminal.service.terminal.TerminalServiceImpl.getObjectsByLocation(TerminalServiceImpl.java:100)
    at net.datenwerke.rs.terminal.service.terminal.TerminalServiceImpl.getObjectByLocation(TerminalServiceImpl.java:111)
    at net.datenwerke.rs.configservice.service.configservice.FileServerConfigStore.loadConfig(FileServerConfigStore.java:28)
    at net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl.getConfig(ConfigServiceImpl.java:117)
    at net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl.getConfig(ConfigServiceImpl.java:84)
    at net.datenwerke.rsenterprise.theme.service.EnterpriseThemeServiceImpl.getXmlConfig(EnterpriseThemeServiceImpl.java:305)
    at net.datenwerke.rsenterprise.theme.service.EnterpriseThemeServiceImpl.getThemeConfig(EnterpriseThemeServiceImpl.java:220)
    at net.datenwerke.rsenterprise.theme.service.EnterpriseThemeServiceImpl.adaptTheme(EnterpriseThemeServiceImpl.java:110)
    at net.datenwerke.rsenterprise.theme.service.EnterpriseThemeServiceImpl.getTheme(EnterpriseThemeServiceImpl.java:55)
    at net.datenwerke.gf.server.theme.RsThemeServlet.doGet(RsThemeServlet.java:51)
    at net.datenwerke.gf.server.theme.RsThemeServlet$$EnhancerByGuice$$e6aa1f18.CGLIB$doGet$0(<generated>)
    at net.datenwerke.gf.server.theme.RsThemeServlet$$EnhancerByGuice$$e6aa1f18$$FastClassByGuice$$5cdec212.invoke(<generated>)
    at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228)
    at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
    at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
    at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
    at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52)
    at net.datenwerke.gf.server.theme.RsThemeServlet$$EnhancerByGuice$$e6aa1f18.doGet(<generated>)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
    at net.datenwerke.gf.server.theme.RsThemeServlet$$EnhancerByGuice$$e6aa1f18.CGLIB$service$10(<generated>)
    at net.datenwerke.gf.server.theme.RsThemeServlet$$EnhancerByGuice$$e6aa1f18$$FastClassByGuice$$5cdec212.invoke(<generated>)
    at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228)
    at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
    at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
    at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
    at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52)
    at net.datenwerke.gf.server.theme.RsThemeServlet$$EnhancerByGuice$$e6aa1f18.service(<generated>)
    at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
    at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
    at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
    at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
    at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
    at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
    at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
    at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
    at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
    at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3923)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1006)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1881)

[26/5/17 16:36:29:755 IST] 00000074 DefaultLoadEv Z org.hibernate.event.internal.DefaultLoadEventListener onLoad HHH000327: Error performing load command : org.hibernate.HibernateException: HHH000142: Javassist Enhancement failed: net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFileData
[26/5/17 16:36:29:765 IST] 00000074 LoadContexts  Z org.hibernate.engine.loading.internal.LoadContexts cleanup HHH000100: Fail-safe cleanup (collections) : org.hibernate.engine.loading.internal.CollectionLoadContext@5e79971<rs=com.mchange.v2.c3p0.impl.NewProxyResultSet@3ce97be9 [wrapping: null]>
[26/5/17 16:36:29:766 IST] 00000074 CollectionLoa Z org.hibernate.engine.loading.internal.CollectionLoadContext cleanup HHH000160: On CollectionLoadContext#cleanup, localLoadingCollectionKeys contained [1] entries


******************************************************************************************************************************************

Kindly suggest some measures to resolve the issue.
Looking forward to hear from you soon as possible.

Offline

#2 2017-05-29 12:45:58

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Unable to access the ReportServer link in browser

Hi Gaurav,

https://stackoverflow.com/questions/224 … roxy-proxy

and https://stackoverflow.com/questions/214 … roxy-proxy

suggest that you may have two conflicting javaassist libraries in your classpath. Please check if this library is somehow delivered by your WAS instance.

Please let me know if you find the conflicting libraries in your classpath.

Best regards,
Eduardo

Offline

Board footer

Powered by FluxBB