cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration Analyzer giving incomplete report

former_member2987
Active Contributor
0 Kudos

Getting an interesting problem running the Config Analyzer.

One one test system, it runs fine and produces all of the output files.

On another system, it only creates two text files and stops.

I'm using the latest Config Analyzer from SAP and configuring the same way.

On the working system it's SQL Server, On the non working one it is Oracle.

The working system is using java 1.6, patch 26, the non working is also using 1.6, but patch 43

Anyone have any ideas?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member2987
Active Contributor
0 Kudos

Some follow up,

It seems that this is happening due to stack space errors. I've been able to wind this up to -Xmx1600, but I still get:

====== Dumping 70002 Entries ========

...............................Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

        at java.util.Arrays.copyOf(Unknown Source)

        at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)

        at java.lang.AbstractStringBuilder.append(Unknown Source)

        at java.lang.StringBuffer.append(Unknown Source)

        at com.sap.idm.ic.configanalyzer.Problem.populate(Problem.java:227)

        at com.sap.idm.ic.configanalyzer.Problem.<init>(Problem.java:143)

        at com.sap.idm.ic.configanalyzer.EntryInfo.getProblems(EntryInfo.java:314)

        at com.sap.idm.ic.configanalyzer.ICHandler.checkEntries(ICHandler.java:1667)

        at com.sap.idm.ic.configanalyzer.Main.run(Main.java:1614)

        at com.sap.idm.ic.configanalyzer.Main.main(Main.java:2435)

Any thoughts?

Thanks!

Former Member
0 Kudos

Hi Matt,

Please see the following snote which might help: 1800238

Regards,

Shahab

Former Member
0 Kudos

Hi Matt,

I believe you need to specify -Xmx1600m but it was probably just a typo since I dont think the application would get far with less then 16K heap.

Br,

Chris

former_member2987
Active Contributor
0 Kudos

Yes, that was a Typo. Strange, I never make Typos

After playing around and talking to JES, I found that there are too many inconsistent audit entries so I will be working to clear them out.

Thanks for checking!

Matt

Former Member
0 Kudos

Hi Matt,

I think I'm running in the same issues right now. configAnalyzer produces only InconsistenEntries.txt and another file. I don't know if there's an out of memory exception because the RDP session times out before I can go back to the console window.

Currently it's in the following state:

Has someone a direct link to the SAP-Note 1800238 mentioned above? I can't find it with google.

Former Member
0 Kudos

Hi Matthias,

Try the following URL for the above mentioned note:

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...

You may search for SAP Notes here:

https://websmp203.sap-ag.de/notes

Best regards,

Mia

Former Member
0 Kudos

Hi Mia,

thanks for the link - just bookmarked the search page

I've successfully created the issues.csv - actually I don't know why it worked now. The only thing I changed: I used the new version of configAnalyzer.jar (23.11.2013) which obviously prints out some more warnings as before.

best regards

Matthias

Answers (0)