Aspectj and OSB

We are trying to instrument some of our deployed jars on OSB server with aspectj instrumentation. We have the following line in the setDomainEnv.sh to kick off instrumentation during server start up...
JAVA_OPTIONS="${JAVA_OPTIONS} -javaagent:${DOMAIN_HOME}/appConfig/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar"but this throws huge errors during start up, however the server eventually starts up fine but aspectj doesn't get instrumented. here is the stack trace...
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindings(WildTypePattern.java:676)
     at org.aspectj.weaver.patterns.SignaturePattern.resolveBindings(SignaturePattern.java:77)
     at org.aspectj.weaver.patterns.KindedPointcut.resolveBindings(KindedPointcut.java:353)
     at org.aspectj.weaver.patterns.AndPointcut.resolveBindings(AndPointcut.java:78)
     at org.aspectj.weaver.patterns.OrPointcut.resolveBindings(OrPointcut.java:82)
     at org.aspectj.weaver.patterns.Pointcut.resolve(Pointcut.java:189)
     at org.aspectj.weaver.bcel.AtAjAttributes.handleAfterAnnotation(AtAjAttributes.java:1134)
     at org.aspectj.weaver.bcel.AtAjAttributes.readAj5MethodAttributes(AtAjAttributes.java:442)
<May 16, 2012 7:49:39 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindings(WildTypePattern.java:676)
     at org.aspectj.weaver.patterns.SignaturePattern.resolveBindings(SignaturePattern.java:77)
     at org.aspectj.weaver.patterns.KindedPointcut.resolveBindings(KindedPointcut.java:353)
<May 16, 2012 7:49:39 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindings(WildTypePattern.java:676)
     at org.aspectj.weaver.patterns.SignaturePattern.resolveBindings(SignaturePattern.java:77)
     at org.aspectj.weaver.patterns.KindedPointcut.resolveBindings(KindedPointcut.java:353)
     at org.aspectj.weaver.patterns.AndPointcut.resolveBindings(AndPointcut.java:78)
     at org.aspectj.weaver.patterns.OrPointcut.resolveBindings(OrPointcut.java:82)
<May 16, 2012 7:49:39 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
<May 16, 2012 7:49:39 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindings(WildTypePattern.java:676)
     at org.aspectj.weaver.patterns.SignaturePattern.resolveBindings(SignaturePattern.java:77)
     at org.aspectj.weaver.patterns.KindedPointcut.resolveBindings(KindedPointcut.java:353)
     at org.aspectj.weaver.patterns.AndPointcut.resolveBindings(AndPointcut.java:78)
     at org.aspectj.weaver.patterns.OrPointcut.resolveBindings(OrPointcut.java:82)
     at org.aspectj.weaver.patterns.Pointcut.resolve(Pointcut.java:189)
     at org.aspectj.weaver.bcel.AtAjAttributes.handleAfterThrowingAnnotation(AtAjAttributes.java:1315)
     at org.aspectj.weaver.bcel.AtAjAttributes.readAj5MethodAttributes(AtAjAttributes.java:446)
<May 16, 2012 7:49:39 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindings(WildTypePattern.java:676)
     at org.aspectj.weaver.patterns.SignaturePattern.resolveBindings(SignaturePattern.java:77)
     at org.aspectj.weaver.patterns.KindedPointcut.resolveBindings(KindedPointcut.java:353)
     at org.aspectj.weaver.patterns.AndPointcut.resolveBindings(AndPointcut.java:78)
<May 16, 2012 7:49:39 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindings(WildTypePattern.java:676)
<May 16, 2012 7:49:39 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     at org.aspectj.weaver.World.resolve(World.java:326)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorld(WildTypePattern.java:794)
     at org.aspectj.weaver.patterns.WildTypePattern.lookupTypeInWorldIncludingPrefixes(WildTypePattern.java:776)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindingsFromFullyQualifiedTypeName(WildTypePattern.java:741)
     at org.aspectj.weaver.patterns.WildTypePattern.resolveBindings(WildTypePattern.java:676)
     at org.aspectj.weaver.patterns.SignaturePattern.resolveBindings(SignaturePattern.java:77)
<May 16, 2012 7:49:41 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<May 16, 2012 7:49:41 PM UTC> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<May 16, 2012 7:49:43 PM UTC> <Notice> <Log Management> <BEA-170019> <The server log file /local/mnt/osb_fmw/domains/osb_qepdev2_domain/servers/osb_qepdev2_server1/logs/osb_qepdev2_server1.log is opened. All server side log events will be written to this file.>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.MessageListener' in repository
java.lang.ClassNotFoundException: antlr.debug.MessageListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.ParserListener' in repository
java.lang.ClassNotFoundException: antlr.debug.ParserListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.ParserMatchListener' in repository
java.lang.ClassNotFoundException: antlr.debug.ParserMatchListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.ParserTokenListener' in repository
java.lang.ClassNotFoundException: antlr.debug.ParserTokenListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.SemanticPredicateListener' in repository
java.lang.ClassNotFoundException: antlr.debug.SemanticPredicateListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.SyntacticPredicateListener' in repository
java.lang.ClassNotFoundException: antlr.debug.SyntacticPredicateListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.TraceListener' in repository
java.lang.ClassNotFoundException: antlr.debug.TraceListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.MessageListener' in repository
java.lang.ClassNotFoundException: antlr.debug.MessageListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.ParserListener' in repository
java.lang.ClassNotFoundException: antlr.debug.ParserListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.ParserMatchListener' in repository
java.lang.ClassNotFoundException: antlr.debug.ParserMatchListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.ParserTokenListener' in repository
java.lang.ClassNotFoundException: antlr.debug.ParserTokenListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.SemanticPredicateListener' in repository
java.lang.ClassNotFoundException: antlr.debug.SemanticPredicateListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.SyntacticPredicateListener' in repository
java.lang.ClassNotFoundException: antlr.debug.SyntacticPredicateListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:44 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'antlr.debug.TraceListener' in repository
java.lang.ClassNotFoundException: antlr.debug.TraceListener not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:48 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'com.bea.security.css.CSSConfig' in repository
java.lang.ClassNotFoundException: com.bea.security.css.CSSConfig not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:48 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'com.bea.security.css.CSSConfig' in repository
java.lang.ClassNotFoundException: com.bea.security.css.CSSConfig not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:51 PM UTC> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:52 PM UTC> <Error> <org.aspectj.weaver.bcel.BcelWorld> <BEA-000000> <Unable to find class 'String' in repository
java.lang.ClassNotFoundException: String not found - unable to determine URL
     at org.aspectj.apache.bcel.util.ClassLoaderRepository.loadClass(ClassLoaderRepository.java:292)
     at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:402)
     at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:376)
     at org.aspectj.weaver.ltw.LTWWorld.resolveDelegate(LTWWorld.java:107)
     at org.aspectj.weaver.World.resolveToReferenceType(World.java:485)
     Truncated. see log file for complete stacktrace
>
<May 16, 2012 7:49:54 PM UTC> <Warning> <Management> <BEA-141277> <The JMX MBean PlatformMBeanServerUsed attribute is true, but the Platform MBeanServer was created without the hooks for the WLS security infrastructure. The Platform MBeanServer will NOT be used and Platform MBeans will NOT be available via the WLS Runtime or Domain Runtime MBeanServers. This can occur if you have defined Platform MBeanServer system properties or JVM options (-Dcom.sun.management.jmxremote or JRockit -XManagement).
To allow the Platform MBeanServer to be used, you must either remove the system properties/JVM options or start WLS with the following system property:
-Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
If you want to eliminate this log error and do not need Platform MBeans to be available via WLS, then set the PlatformMBeanUsed attribute in the JMXMBean to false.>
<May 16, 2012 7:49:59 PM UTC> <Warning> <Diagnostics> <BEA-320130> <Instrumentation module bea_wls_internal is disabled.>
<May 16, 2012 7:50:01 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
<May 16, 2012 7:50:01 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<May 16, 2012 7:50:01 PM UTC> <Warning> <Diagnostics> <BEA-320130> <Instrumentation module bea_wls9_async_response is disabled.>
<May 16, 2012 7:50:03 PM UTC> <Warning> <Diagnostics> <BEA-320130> <Instrumentation module bea_wls_cluster_internal is disabled.>
<May 16, 2012 7:50:03 PM UTC> <Warning> <Diagnostics> <BEA-320130> <Instrumentation module bea_wls_deployment_internal is disabled.>
<May 16, 2012 7:50:08 PM UTC> <Warning> <Diagnostics> <BEA-320130> <Instrumentation module DMS Application

I've not looked at the Express version, but the full OSB installation media has a doc folder which contains all the installation and configuration guides. This is also available from the webtool by clicking the "help" link at the top right corner. The documentation is also available for download from http://download.oracle.com/docs/cd/E10317_01/welcome.html.
Anyway, have you got OSB installed and have access to the webtool? If so you can just go to Configure Hosts, make sure your client is listed with the mediaserver role, and then go to Configure Devices and add the tape device. For the device attachment you can just specify /dev/sg0, no need to put anything else in there.

Similar Messages

  • File Adapter Transactional in SOA and OSb

    Hi All,
    Is file adapter transactional in SOA and OSB. I have a requirement where a inbound file adapter polls for a file and it is consumed by a topic.If topic is down,how can I know that the same file will goes to topic when is up(how can I make it transactional).I want to do this both in SOA ans OSB.
    Any help would be appreciated.
    Thanks,
    Kumar.

    Hi Kumar,
    File Adapter itself is NON TRANSACTIONAL...
    4.2.9 Nontransactional
    The Oracle File Adapter picks up a file from an inbound directory, processes the file, and sends the processed file to an output directory. However, during this process if a failover occurs in the Oracle RAC back end or in an SOA managed server, then the file is processed twice because of the nontransactional nature of Oracle File Adapter. As a result, there can be duplicate files in the output directory.
    http://docs.oracle.com/cd/E28280_01/integration.1111/e10231/adptr_file.htm#BABIEBJF
    Cheers,
    Vlad

  • What is ESB and OSB? why OSB when ESB avail? when to use which of these?

    Hi,
    What is ESB and OSB? why OSB when ESB avail? when to use which of these? Which is recommendabale?

    ESB (Enterprise Serice Bus) is backbone of SOA. OSB (Oracle Service Bus) is an ESB product. Before the acquisition of BEA, Oracle was using OESB (Oracle Enterprise Service Bus) as a service bus but after that Oracle renamed ALSB (Aqualogic Service Bus) to OSB. Below SOD should help you out in understanding -
    http://www.oracle.com/technology/products/integration/service-bus/docs/Oracle-Service-Bus-SOD.pdf
    Regards,
    Anuj

  • Dynamic endpoints in SOA and OSB 11g

    Hi,
    In AIA we have aiaconfiguration properties.xml from where end points of wsdls will be accessible.
    This enables ease in migrations so that if endpoint changes it is only need to be changed in aiaconfiguration properties.xml.
    Can the same be acheived in SOA and OSB 11g projects?
    Thanks,
    Sowmya

    Hi Sowmya,
    Yes, it is very much possible in OSB 11g using customization (you may use it manually or programmitically). Please refer -
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/customization.htm#CACJCAGD
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15022/toc.htm
    Regards,
    Anuj

  • Compatibility error with WLS 10.3.5 and OSB 11.1.1.4.0

    As per out project requirement I am using WLS 10.3.5, OSB 11.1.1.4.0, and OEPE 11.1.1.6.1, but this oepe does not support these two WLS and OSB.
    when I am trying to create a new Oracle Service Bus Configuration Project, i am getting a error:
    Plug-in "com.bea.alsb.ui" was unable to instantiate class "com.bea.alsb.ui.wizards.NewALSBContainerWizard".
    com/bea/alsb/core/containers/exceptions/ContainerException
    Can anyone please suggest the correct version of OEPE if any.
    Thanks in advance,
    Jai

    Thanks Rene, but as I said we are not using the same version of WLS and OSB so in that case is there any option that which version of OEPE i should download which support these two versions of WLS 10.3.5 and OSB 11.1.1.4.0.

  • What are the differences between ESB 10g and OSB 10g

    Hi,
    I'm newbie to OSB 10g. I have installed OSB 10g.
    I came to know after Oracle acquired BEA, the ALSB is renamed as OSB.
    I'm curious to know what are the differences between ESB and OSB.
    If there are many differences, please post any links which provide the required information in detail.
    Thanks in advance.
    Regards,
    Udaya

    the 'old' esb has been renamed to mediator and is now only used as component in your sca application.
    the two service buses can't really be compared since the osb (former alsb) has way more functionality in it.
    Oracle gave it it's own place in his soa portfolio and the old esb can only be used als mediator in your sca application.
    On top of your sca application you could use the OSB to complete your architecture design.
    the difference between both.
    esb (now used as mediator) can only be used in your sca application
    in here you will use it mostly for routing/transformation, and there is some functionality for assign/java callouts conditional routing
    the osb is complete product with a lot of functionality in it. Everything you used the old 'esb' for can be done in the OSB and with a lot of extra's.
    routing/transformation/service call outs/java callouts/transport virtualization/security/and more and more
    you should read the guides of the OSB to get an idea of everything it can do for you.
    http://www.oracle.com/technetwork/middleware/service-bus/overview/index.html

  • SOA suit 11g uses both ESB and OSB(ALSB)

    Hi, I am newbie to SOA suit 11g. Can somebody please explain the use of ESB and OSB(ALSB) both in SOA 11g.In SOA 11g ESB is being used only for mediation.Even OSB(ALSB) has same capability.Then why both needs to be used?Can't we use one of these?
    ~Pradeep

    hello Pradeep,
    there is quite some literature on this hot topic - actually it's one of the most frequently asked question from people who are using OSB and Soa Suite.
    if you google "OSB vs Mediator" you will find some useful links:
    http://www.scribd.com/doc/23622536/Oracle-SOA-Suite-11g-Mediator-vs-Oracle-Service-Bus-OSB
    SOA SUITE 11g - Mediator & OSB
    http://oracle-fusion-blogs.com/oracle-fusion-osb-mediator/
    and so on....

  • SOA 11 G and OSB under single WLS and domain

    Hi,
    I have OSB(10.3.1)(file:osb1031_wls103_win32.exe) installed on local machine on some domain say "osb_domain".
    I also want to install the SOA_Suite_11.1.1.2.0 on the same machine under the same domain.
    is this right way of doing it?
    OR
    Do we need a seperate domain for both SOA and OSB?
    If yes, then I dont understand why cant we leverage the WL server infrastructure to manage the OSB and SOA, since both runs on WLS.
    thanks
    Sanjeeva

    thanks Adam,
    What if I want to install both on same machine with different domains?
    Say
    Soa - soa_domain
    osb - osb_domain
    can this be done?
    SOA has three servers running (admin server, soa_server1, bam_server1 on ports 7001,8001,9001 respectively) and listening to port 5556 (default port)
    if I install OSB also on the same machine with different domain on port say for ex 1001, do I need to change the listening port to different port ?
    thanks
    Sanjeev

  • SOAP Tag causing issue integrating BPEL and OSB

    Hi,
    I have developed one project in which BPEL JMS adapter enqueues the message into JMS queue and OSB proxy service dequeues the message from that queue and process it further.
    Now, the problem is that BPEL JMS adapter doesn't add SOAP envelope/header/body tags to the message but OSB proxy service requires those tags to be there with the message. OSB proxy service gives the following error:
    "com.bea.wli.sb.context.BindingLayerException: The message must be an instance of: {http://schemas.xmlsoap.org/soap/envelope/}Envelope."
    Is there any way that OSB proxy service can process the message not having SOAP envelope tags attached to it.
    Thanks

    Hi mneelapu,
    Thanks for the solution. Could you let me know in which Variable JMS will capture the data because I need to assign the to the body variable before calling the Business servcie that is WSDL based.
    Thanks.

  • Oracle ESB and OSB confusion

    Hi All,
    I am using SOA suite 11g. I have confusion with Oracle Enterprise Service Bus and Oracle Service Bus
    1> Is ESB and OSB same ? If not, then from where do i download Oracle ESB ? and what would it do different from OSB (*I already downloaded OSB and was able to deploy and run one of SOA application. Also, I have SOA server instance running on my weblogic server as well.* If I have OSB, is it necessary to download Oracle ESB as well ?
    2> I have seen couple of job requirements that just mentions--- ESB experience required Do they mean Oracle Enterprise Service Bus experience ?
    3> SOA/Bpel application developed using Jdeveloper 11.1.1.2 can be deployed to any third party service bus (including IBM and Mule) ? OR it will only run in Oracle service bus. ? This question is just like for example --- developing standard JSR 168 portlet that you can deploy on any third party portal server.
    thanks,
    pp

    If you are using 11g SOA Suite there is no, Oracle Enterprise Service Bus, it has now been renamed as Mediator. Mediator is now part of the composite.
    To answer your questions.
    1. No they are not the same but they can perform similar functions. Oracle ESB is 10g and is part of the 10g 10.1.3.1 install which is found on OTN, not sure you can get the standalone version without raising a SR you may find it on eDelivery.oracle.com. If you have OSB installed there is no requirement to have Oracle ESB as OSB will perform everything Oracle ESB does, (apart from domain values maps, but this can be done in BPEL)
    2. ESB is a generic term and does not mean it is Oracle, as there are many ESB out there. I would say OSB if it is an Oracle job, but you may need to know both. If you know mediator you will know Oracle ESB so you don't need to download.
    3. You don't deploy SOA/BPEL into a service bus. They are deployed to and application server where SOA Suite is deployed. At this time SOA Suite is only certified with Oracle Web Logic but other app servers will be coming. Having said that your SOA/BPEL application can consume services on other application servers as long as the WSDL and endpoint are accessible from the your SOA Suite machine. They will be treated as web services. The JSR168 standard means that if your portal solution is JSR168 compliant then you can consume JSR168 portlets, these portlets can be deployed on any 3rd party app server.
    cheers
    James
    PS Oracle owns Mule as well.

  • Accessing Business rules from BPEL, OESB and OSB

    How to aceess Business rules from BPEL, OESB and OSB ?

    Hey you can use Decision Service in BPEL process. You have "Decide" activity for this. However, no idea about ESB or OSB.

  • Starting with XQuery and OSB

    Hi,
    I am new to OSB, can anyone please help me providing me some inputs to learn XQuery and OSB?
    Thanks in advance.
    Ankit

    Hi,
    For W3C,
    " [http://www.w3schools.com/xquery/default.asp] "
    " [http://www.w3.org/XML/Query/] "
    and for OSB
    [http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/tutorial/tutGettingStarted.html]
    [http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/consolehelp/index.html]

  • Integrate BAM and OSB

    Hi Friends,
    Need Help on following questions
    1. What are the different ways to integrate BAM and OSB?
    2. What is the recommended way and why?
    Thanks,
    Sachin

    1. What are the different ways to integrate BAM and OSB?
    OSB and bam can be integrated using :
    1. Using JCA BAM adapter and making a Business Service of it in  OEPE( as we use for DB adapter ).
              The use case provides high loose coupling as the BAM component is being exposed as webservice call and be uses by other enterprise service's
    2. BAM can be integrated using EMS ( Enterprise Messaging Sources ). EMS provides JMS connectivity to BAM Server.
         So for this use case you have to enqueue your message to JMS queue and the sams JMS Queue is being used as EMS resource in BAM. This use case would add the overhead
          of using JMS functionality , if persistence is needed then thus use case suite better.
    3. Database table can be used to push records to BAM by  using them as External data source.
       So for this use case OSB will update the DB table and the same DB table will be used to as External Data source to update the Data Objects. Not prefered way !
    Regards,
    Abhinav Gupta

  • ODSI and OSB certification regarding

    Is there ODSI and OSB certification avilable? If so can you please send some link where i can find the details about the certification.

    ODSI should have certification information in its documentation.
    OSB should have certification information in its documentation.
    Did you mean certification information as to which versions of ODSI work with the ODSI (DSP) Transport in OSB? I believe all versions of ODSI (ALDSP) that support the OSB DSP Transport will work with any version of OSB (ALSB) that has the DSP Transport. Check the specific version product documentation to see which ones support the DSP Transport.

  • WHICH JDK java hotspot I  need for weblogic 10.3.6  SOA 11.1.1.7 and OSB 11.1.1.7

    I used jrockit but somebody told me that It will be good to move to JDK 1.7.0.28 because jrockit will gone in future.
    WHICH JDK java hotspot I  need for weblogic 10.3.6  SOA 11.1.1.7 and OSB 11.1.1.7?
    and where can I download it?
    Thank you

    Hi,
    For WL 10.3.6, SOA/OSB 11.1.1.7 the Enterprise Deployment Guide has still jrockit sdk 1.6 as recommendation...
    http://docs.oracle.com/cd/E28280_01/core.1111/e12036/create_domain.htm#CCHBFCDC
    The roadmap is to converge jrockit and hotspot JVMs, completion of the convergence project is targeted for JDK 8.
    http://www.oracle.com/us/corporate/press/1854982
    Things are already changed for 12c, but for 11g I'd still go with jrockit...
    Cheers,
    Vlad

Maybe you are looking for