How to start Weblogic 12c CA Identity Manager managed servers on a fresh install in Linux?
On the command line for startup in Weblogic 12c, this should be run to have the server startup correctly:
./startManagedWebLogic.sh <IDM_Server-Name> -Xms256m -Xmx1024m -XX:ReservedCodeCacheSize=50m -XX:MaxPermSize=256m -Dweblogic.management.server=localhost:7001
In Weblogic 11g, this parameter is used "-Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory". This parameter is Weblogic 11g specific and only should be used in that version.