This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 133062 - System is throwing Null Pointer exception while starting the process once we attached to profiler.
Summary: System is throwing Null Pointer exception while starting the process once we ...
Status: RESOLVED DUPLICATE of bug 125645
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 00:14 UTC by deshmukh
Modified: 2008-04-17 10:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description deshmukh 2008-04-17 00:14:57 UTC
Hi,

System is throwing below exception while starting the process once we attached to profiler. 
Could you please help us to resolve this issue.

We are using below configuration.
NetBean installer is  netbean 6.0.1
Remote pack tried with    6.0 and 5.5.1 for solaris sparc
Target VM OS is   Solaris 10
Target platform   Sun Sparc, X86
JDK is            jdk1.6
Agent path switch is
-agentpath:/sbt/prod/tradeeng/netbeans-remotepack/lib/deployed/jdk16/solaris-sparc/libprofilerinterface.so=/sbt/prod/tradeeng/netbeans-remotepack/lib,5140


low systemNotification 2008/4/15 17:52:12.70 HybridTradeServer1.initializeHome ProdBC05HybridTradeServer1sbtbc5a BC05
"Initializing home TransactionTimingServiceHome" 0
low information 2008/4/15 17:52:13.21 HybridTradeServer1 ProdBC05HybridTradeServer1sbtbc5a BC05 "<default log> List of
Emit points defined for the process: HybridTradeServer
EmitPoint name = AcquireClassLevelLock, type = Local, state = On, trackOnlyIfUIDSet = true, registryID = 331828
EmitPoint name = TradingClassBlockCommandThreadPoolProcessing, type = Local, state = On, trackOnlyIfUIDSet = true,
registryID = 332032
" 0
low systemNotification 2008/4/15 17:52:13.81 HybridTradeServer1.initializeHome ProdBC05HybridTradeServer1sbtbc5a BC05
"Initializing home ProductDataCacheHome" 0
high systemAlarm 2008/4/15 17:52:15.06 HybridTradeServer1.main ProdBC05HybridTradeServer1sbtbc5a BC05 "Failed to
initialize the Foundation Framework" 0 exceptionType=java.lang.NullPointerException exceptionMessage=No exception
message given exceptionStackTrace=java.lang.NullPointerException
        at org.netbeans.lib.profiler.server.ClassBytesLoader.getClassFileBytes(ClassBytesLoader.java:72)
        at org.netbeans.lib.profiler.server.ProfilerInterface.classLoadHook(ProfilerInterface.java:860)
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2393)
        at java.lang.Class.getConstructor0(Class.java:2700)
        at java.lang.Class.getConstructor(Class.java:1657)
        at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:588)
        at sun.reflect.annotation.AnnotationParser.annotationForMap(AnnotationParser.java:239)
        at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:229)
        at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
        at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52)
        at java.lang.Class.initAnnotationsIfNecessary(Class.java:3076)
        at java.lang.Class.getAnnotation(Class.java:3030)
        at sun.reflect.annotation.AnnotationType.<init>(AnnotationType.java:113)
        at sun.reflect.annotation.AnnotationType.getInstance(AnnotationType.java:66)
        at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:202)
        at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
        at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52)
        at java.lang.reflect.Method.declaredAnnotations(Method.java:700)
        at java.lang.reflect.Method.getAnnotation(Method.java:679)
        at com.cboe.server.dependencyFramework.DIFDependencyInjection.setHomeReferences(DIFDependencyInjection.java:59)
        at com.cboe.server.dependencyFramework.DIFHome.iocParticipant(DIFHome.java:163)
        at com.cboe.server.dependencyFramework.DIFHome.initialize(DIFHome.java:244)
        at com.cboe.server.dependencyFramework.DIFSingletonHome.initialize(DIFSingletonHome.java:37)
        at com.cboe.infrastructureServices.foundationFramework.BOHomeController.initialize(BOHomeController.java:111)
        at com.cboe.infrastructureServices.systemsManagementService.SMASetup.initializeHome(SMASetup.java:769)
        at com.cboe.infrastructureServices.systemsManagementService.SMASetup.buildHomesAndContainers(SMASetup.java:552)
        at com.cboe.infrastructureServices.foundationFramework.FoundationFramework.init(FoundationFramework.java:506)
        at com.cboe.infrastructureServices.foundationFramework.FoundationFramework.initialize(FoundationFramework.java:468)
        at com.cboe.infrastructureServices.foundationFramework.FoundationFramework.main(FoundationFramework.java:601)
Comment 1 J Bachorik 2008-04-17 10:10:08 UTC

*** This issue has been marked as a duplicate of 125645 ***