Leave a Comment:
4 comments
Hi Mahendra,
I am curious to know
1)how this package playing role in WebLogic console.
2)When oracle has bundled this package with WL, shouldn’t we require it for any purpose.
3) How you came to know that this is creating problem.
Thanks,
KD
KD,
I am not a WebLogic expert, but as far as I know the weblogic console is itself an enterprise application deployed in weblogic app server.
Ideally we don’t modify the consoleapp application. However the error says the exception is due to SAXParserFactory. There were lot of trails made to fix this exception but atlast removing the sax class reference in weblogic-application.xml resolved the issue.
Thanks
Mahendra.
when I’m deploying war file we are getting the issue any one please help me.
<User defined listener com.cingular.tv.web.StartupListener failed
: com.cingular.tv.common.TvRuntimeException: Error loading channel parameters:.
com.cingular.tv.common.TvRuntimeException: Error loading channel parameters:
at com.cingular.tv.blio.ChannelParameterManager.initialize(ChannelParameterManager.java:135)
at com.cingular.tv.blio.ChannelParameterManager.instance(ChannelParameterManager.java:52)
at com.cingular.tv.blio.ConfigfDelegateImpl.(ConfigfDelegateImpl.java:17)
at com.cingular.tv.blio.BlioConfig.initialize(BlioConfig.java:1569)
at com.cingular.tv.blio.BlioConfig.instance(BlioConfig.java:1392)
Truncated. see log file for complete stacktrace
Caused By: org.hibernate.exception.NestableRuntimeException: Timeout waiting for stopped Hibernate service
at com.cingular.tv.svr.hibutil.HibTps.waitIfNotOpen(HibTps.java:559)
at com.cingular.tv.svr.hibutil.HibTps.cs(HibTps.java:176)
at com.cingular.tv.blio.ChannelParameterManager.initialize(ChannelParameterManager.java:89)
at com.cingular.tv.blio.ChannelParameterManager.instance(ChannelParameterManager.java:52)
at com.cingular.tv.blio.ConfigfDelegateImpl.(ConfigfDelegateImpl.java:17)
Truncated. see log file for complete stacktrace
>
I am running into similar issue when runnning Oracle Weblogic 10G
starting weblogic with Java version:
java version “1.6.0_05”
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
Picked up _JAVA_OPTIONS: -Dsun.java2d.d3d=false
Starting WLS with line:
C:\Oracle\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -da -Dplatform.home=C:\Oracle\WLSERV~1.3 -Dwls.home=C:\Oracle\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\patch_wlw1030\profiles\default\sysext_manifest_classpath;C:\Oracle\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\Oracle\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
Can someone please help?
Thank you