Quantcast
Channel: Indrayan's SOA Blog
Viewing all articles
Browse latest Browse all 62

Exception in thread "main" java.lang.NullPointerException at weblogic.management.utils.PDevHelper.getUpgradeLaunchLocation(PDevHelper.java:70)

$
0
0
Error:
Exception in thread "main" java.lang.NullPointerException
        at weblogic.management.utils.PDevHelper.getUpgradeLaunchLocation(PDevHelper.java:70)
        at weblogic.management.utils.PDevHelper.getPDevClassLoader(PDevHelper.java:36)
        at weblogic.management.scripting.utils.WLSTUtil.setupOffline(WLSTUtil.java:226)
        at weblogic.management.scripting.utils.WLSTInterpreter.(WLSTInterpreter.java:134)
        at weblogic.management.scripting.utils.WLSTInterpreter.(WLSTInterpreter.java:76)
        at client.BAMWaitingThreads.fetchData(BAMWaitingThreads.java:24)
        at client.BAMWaitingThreads.main(BAMWaitingThreads.java:17)

Reason:PDevHelperrunsgetParentFile().getParentFile().getAbsolutePath() on Weblogic home[System.getProperty("weblogic.home")].
Resolution:Please make sure there is two layer of folder structure under any drive.
Any name can be given.









java -cp C:\POC\Required_Jars\Server\wlfullclient.jar;. -Dweblogic.home="C:\Temp\Middleware\weblogic"  -DBEA_HOME="C:\Temp\Middleware"client.BAMWaitingThreads

Viewing all articles
Browse latest Browse all 62

Trending Articles