ManageUserPOV.cmd throwing exception.
914773Feb 11 2013 — edited Feb 19 2013Hi all,
I am trying to run ManageUserPov.cmd Utility and get the following exception.it doesnt output the XML file.
D:\Oracle\Middleware\EPMSystem11R1\products\biplus\bin>ManageUserPOV1.cmd Export
ManageUserPOV.properties
Logging configuration class "oracle.core.ojdl.logging.LoggingConfiguration" fail
ed
oracle.core.ojdl.logging.LoggingConfigurationException: ODL-52053: unable to cre
ate handler instance using class 'oracle.core.ojdl.logging.ODLHandlerFactory'; e
xception: oracle.core.ojdl.logging.HandlerFactoryException: ODL-52035: failure t
o create ODLHandler: oracle.core.ojdl.logging.ODLHandlerException: oracle.core.o
jdl.FileLogWriterException: java.io.FileNotFoundException: D:\Oracle\MIDDLE~1\EP
MSYS~1\diagnostics\logs\FinancialReporting\ManageUserPovLogging.log (Access is d
enied)
Please enter AdminUser : admin
Please enter AdminPassword :
Feb 11, 2013 3:46:33 PM com.hyperion.reporting.reportstore.ManageUserPovImpl mai
n
INFO: Starting Hyperion Financial Reporting ManageUserPOV Utility at: Mon Feb 11
15:46:33 PST 2013
0 [main] INFO httpclient.HttpMethodDirector - I/O exception (java.net.ConnectEx
ception) caught when processing request: Connection refused: connect
4 [main] INFO httpclient.HttpMethodDirector - Retrying request
998 [main] INFO httpclient.HttpMethodDirector - I/O exception (java.net.Connect
Exception) caught when processing request: Connection refused: connect
999 [main] INFO httpclient.HttpMethodDirector - Retrying request
1994 [main] INFO httpclient.HttpMethodDirector - I/O exception (java.net.Connec
tException) caught when processing request: Connection refused: connect
1996 [main] INFO httpclient.HttpMethodDirector - Retrying request
Feb 11, 2013 3:46:37 PM com.hyperion.reporting.registry.FRSystem getObjectFromUR
L
ERROR:
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at java.net.Socket.connect(Socket.java:469)
at java.net.Socket.<init>(Socket.java:366)
at java.net.Socket.<init>(Socket.java:240)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.c
reateSocket(DefaultProtocolSocketFactory.java:80)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.c
reateSocket(DefaultProtocolSocketFactory.java:122)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java
:707)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Htt
pMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMe
thodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.jav
a:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.jav
a:323)
at com.hyperion.reporting.registry.FRSystem.getObjectFromURL(Unknown Sou
rce)
at com.hyperion.reporting.registry.FRSystem.lookupHsServer(Unknown Sourc
e)
at com.hyperion.reporting.reportstore.ManageUserPovImpl.validateUser(Unk
nown Source)
at com.hyperion.reporting.reportstore.ManageUserPovImpl.main(Unknown Sou
rce)
Feb 11, 2013 3:46:37 PM com.hyperion.reporting.reportstore.ManageUserPovImpl mai
n
ERROR:
java.lang.NullPointerException
at com.hyperion.reporting.registry.FRSystem.lookupHsServer(Unknown Sourc
e)
at com.hyperion.reporting.reportstore.ManageUserPovImpl.validateUser(Unk
nown Source)
at com.hyperion.reporting.reportstore.ManageUserPovImpl.main(Unknown Sou
rce)
Feb 11, 2013 3:46:37 PM com.hyperion.reporting.reportstore.ManageUserPovImpl mai
n
INFO: Ending Hyperion Financial Reporting ManageUserPOV Utility at: Mon Feb 11 1
5:46:37 PST 2013
D:\Oracle\Middleware\EPMSystem11R1\products\biplus\bin>
how can we resolve it