Siteadmin, content pages blank | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Using a personal AEM DEV instance is the best way to code with AEM. Make sure you solution is sound before pushing to a staging server.

Anyhow - i recommend setup a fresh instance and repeat your steps. Lets see if you can reproduce in order to pinpoint where the issue is. I still think its related to that bundle.

14 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
March 20, 2018

Using a personal AEM DEV instance is the best way to code with AEM. Make sure you solution is sound before pushing to a staging server.

Anyhow - i recommend setup a fresh instance and repeat your steps. Lets see if you can reproduce in order to pinpoint where the issue is. I still think its related to that bundle.

jamesm77050123
New Participant
March 20, 2018

Yes I did

smacdonald2008
New Participant
March 20, 2018

You tested on a personal DEV AEM instance right?

Ratna_Kumar
New Participant
March 20, 2018

Hi,

I just tested in 6.2. It works fine for me and not able to reproduce this issue. In past also, I tested this many times.

Below is the screenshot.

I suggest you to test the package once in fresh AEM 6.2 instance.

Thanks,

Ratna Kumar.

jamesm77050123
New Participant
March 20, 2018

There were 11 jar files in the bundle. I've tried disabling and deleting the bundle. Doesn't make a difference

smacdonald2008
New Participant
March 20, 2018

Now I rememeber that. I answer many question each week. Anyhow - I pointed you to the Servlet article as an example of how to wrap 3rd party  JAR files into an OSGi bundle using an Eclipse plug-in project. IN the Servlet article - we wrap the SIMPLE JSON JAR.

Now for your issue - I am wondering if the cause of the issue is the GEO JAR files. How many JAR files did you try and place into the OSGi bundle?

jamesm77050123
New Participant
March 20, 2018

For better context, please see this AEM not working with GeoIP2 databasereader  question which I asked last week which you helped me out with. I was using the Maxmind GeoIP2 db and needed to build an OSGI package for it using the instructions on the tutorial. I built the package and installed it. Something went wrong after that, siteadmin, login, content pages don't work. Crxde, system console pages are working

smacdonald2008
New Participant
March 20, 2018

You stated:

" I created a package for Maxmind GeoIP2 using the tutorial link"

In which tutorial does it use Maxmind GeoIP2?

smacdonald2008
New Participant
March 20, 2018

That package contains a JSP that implements a basic form and a clientlib. Nothing in that would cause site admin to disappear.

Package works fine on 6.2 - been tested many times. See below

For your issue - can you access the Felix web console to see the OSGi bundles?

Hemant_arora
New Participant
March 20, 2018

I am not able to reproduce the issue. It works fine . Let me drill down to the above logs