Java Web Start Application surprisedly does not start anymore based on new JRE1.7.0_45

Hi everyone,
we have to maintain a self-developed Java Application which is running based on JRE1.5.0_51 (x64). Our recent client machines have JRE1.7.0_40 (x64 too) installed in addition to the mentioned (and needed) JRE1.5.0_51 (x64).
Everything was fine up to the point where we tried to install the newest JRE1.7.0_45 (x64) as the new version for doing the web start magic. The result is that our application (which is/was unchanged!) does not launch anymore. The strange thing is that we do not get any StackTrace, Exception or something else like this.
The startup process simply hangs :-(
Nothing has changed (application itself, firewall, network settings, hardware) apart from the new JRE version. It's reproducible at will. If I install JRE1.7.0_40 (x64) the application starts, if I install JRE1.7.0_45 (x64) the application hangs.
I can say for sure, that in both cases (*_40 AND *_45) Web Start is able to do the synchronizing job and to launch the application base on the correct JRE1.5.0_51 (x64).
My guess is that in case of an installed JRE1.7.0_45 (x64), the application hangs when it tries to connect to the database (Oracle 11g) via JDBC.
I found a little hint in the Web Start Console. Therefore I had to switch the trace level of the console to 3 (which includes security, network and basic)
In case of an installed JRE1.7.0_40 (x64) - which leads to a running application - I will receive the following output:
Java Web Start 10.40.2.43
JRE-Version verwenden 1.5.0_51-b10 Java HotSpot(TM) 64-Bit Server VM
security: Istrusted: http://PKS-Server/jnlp2/advise_office.jnlp true
avawsApplicationMain     3798 DEBUG root                : get Service: com.sun.jnlp.BasicServiceImpl@3b8e609b  fileName: connection.properties
network: Cacheeintrag nicht gefunden [URL: http://PKS-Server/jnlp2//connection.properties, Version: null]
network: Verbindung von http://PKS-Server/jnlp2//connection.properties mit Proxy=DIRECT wird hergestellt
avawsApplicationMain     3803 INFO  root                : 'Alex2 connection.properties' wurde vom WebServer gelesen
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
avawsApplicationMain     4488 DEBUG root                : get Service: com.sun.jnlp.BasicServiceImpl@3b8e609b  fileName: connection.properties
network: Cacheeintrag nicht gefunden [URL: http://PKS-Server/jnlp2//connection.properties, Version: null]
network: Verbindung von http://PKS-Server/jnlp2//connection.properties mit Proxy=DIRECT wird hergestellt
avawsApplicationMain     4492 INFO  root                : 'Alex2 connection.properties' wurde vom WebServer gelesen
Connect OK => application starts.
In case of an installed JRE1.7.0_45 (x64) - which leads to a hanging application - I will receive the following output:
Java Web Start 10.45.2.18
JRE-Version verwenden 1.5.0_51-b10 Java HotSpot(TM) 64-Bit Server VM
security: Istrusted: http://PKS-Server/jnlp2/advise_office.jnlp true
avawsApplicationMain     3805 DEBUG root                : get Service: com.sun.jnlp.BasicServiceImpl@25a41cc7  fileName: connection.properties
network: Cacheeintrag nicht gefunden [URL: http://PKS-Server/jnlp2//connection.properties, Version: null]
network: Verbindung von http://PKS-Server/jnlp2//connection.properties mit Proxy=DIRECT wird hergestellt
avawsApplicationMain     3810 INFO  root                : 'Alex2 connection.properties' wurde vom WebServer gelesen
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
These last "network:" log entries will never stop. This will lead to an infinite loop which results in a great memory leak. I have to kill the process via windows task manager in order to get rid of it.
Does someone out there has the same problem? Are there any new additional security issues which prevent my client to establish the database connection on port 1521?
Any other ideas?
Thanks in advance for any hint on this issue!
Regards,
Alex

Resolution: We still were not able to solve this issue! The only way to get out of this is to install the JRE1.5 as the x64 variant. In this case no switching from 64-bit to 32-bit is needed and everything is on track again.
But this is still strange and unexplainable :-(

Similar Messages

  • Application server does not start for DMO

    Hi,
    I have a HR91DMO system on Win 2008.
    Application server does not start. From Tuxedolog :
    105938.IRNTSV-DVPSPJ2!PSAPPSRV.4728.4944.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    105938.IRNTSV-DVPSPJ2!tmboot.244.3628.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handlerAnd here is my cfg file :
    ;=========================================================================
    ; Database Signon settings
    ;=========================================================================
    DBName=MYDB
    DBType=ORACLE
    UserId=PTWEBSERVER
    UserPswd=***
    ConnectId=people
    ConnectPswd=***people user can connect in sqlplus to DB. SYSADM can connect via datamover.
    Any help ? thank you.

    SELECT CLASSID, STARTAPPSERVER FROM PSCLASSDEFN
    WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID='<OPRID>')
    If above sql returns a row where STARTAPPSERVER=1, then the user <OPRID> can start the application server.
    If not update a permission list <CLASSID> that is assigned to <OPRID> (result aboce sql), using below sql.
    UPDATE PSCLASSDEFN SET STARTAPPSERVER=1 WHERE CLASSID='<CLASSID>'
    Also see the installation manual CHAPTER 8A - Configuring the Application Server on Windows - Prerequisites
    Hakan

  • Application server does not start

    Hi,
    in 8.48 on Win 2003 server,
    AS does not start with following :
    84808\appserv\MYDB\CACHE\PSAPPSRV_2\
    PSAPPSRV.4384 (0) [01/06/10 18:31:10](1) GenMessageBox(200, 0, M): SQL Access Ma
    nager: SQL error. Stmt #: 2  Error Position: 0  Return: 404 - [Microsoft][SQL Na
    tive Client][SQL Server]Login failed for user 'sa'.
    PSAPPSRV.4384 (0) [01/06/10 18:31:10](1) GenMessageBox(0, 0, M): Database Signon
    : Could not sign on to database MYDB with user PSAPPS.
    PSAPPSRV.4384 (0) [01/06/10 18:31:10](0) Server failed to start
    PSWATCHSRV.4380 (0) [01/06/10 18:31:11] Shutting downI can connect in Datamover in bootstrap mode (sa user) but can not connect in Application designer with following error :
    SQL error. Stmt #: 2  Error Position: 0  Return: 404 - [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'.
    Invalid User ID and password for signon.Thank for help.

    I'm not MSSQL guy, and some feature for the connection are different than other db.
    But...
    Did you try to run in DMS boot strap mode :
    change_access_password SYSADM1 new_password;
    (replace SYSADM1 by your own symbolicid of the new db).
    You could also set a level trace on your client (pscfg) and try to connect to your db through AppDesigner, and report the log here.
    Nicolas.
    Edited by: N Gasparotto on Jan 6, 2010 8:19 PM

  • Macbook pro does not start, macbook pro does not start

    Hello
    laptop does not start anymore. Press on buton but qfter the sounds, the screen stays white and does not bring me to to type my password. it shows now a question mark....What could be the reason and what is to be done then? thank you.

    A flashing question mark appears when you start your Mac
    Also see the following:
    Troubleshooting: My computer won't turn on
    Mac OS X: Gray screen appears during startup
    Read and follow all the steps.

  • Java Web Server 2.0 is not started

    Error message while starting the java web server 2.0
    C:\Documents and Settings\Admin>httpd
    Program C:\JAVAWE~1.0\bin\..\jre\bin\jre.exe exited with code -1073741674
    C:\JAVAWE~1.0\bin\..\bin\jserv.exe
    C:\JAVAWE~1.0\bin\..\bin\jserv.exe
    jserv: Shutting down the server
    Program C:\JAVAWE~1.0\bin\..\jre\bin\jre.exe exited with code -1073741674
    C:\JAVAWE~1.0\bin\..\bin\jserv.exe
    C:\JAVAWE~1.0\bin\..\bin\jserv.exe
    please give the solution for this problem

    Error message while starting the java web server 2.0..
    please give the solution for this problemI do not know. However, I can tell you it is best
    to look on the foruum most closely related to jserv,
    & a quick search suggests that would be either..
    http://forum.java.sun.com/forum.jspa?forumID=45
    ..or..
    http://forum.java.sun.com/forum.jspa?forumID=33
    This forum has nothing to do with those server-side
    technologies (don't let the name 'web-start' fool you).

  • VPN does not works anymore (On brand new MiniServer)

    Hello,
    We have just installed our brand new MacMini Server 10.7. Since then, we cannot connect from outside our LAN (at home, at others offices, ...) to our VPN (who run on the MacMini). Our clients are Apple Only (Mac, iPhone, iPad) and they use the "plain-vanila-Apple-VPN-Client".
    The connection problem does not occur when the client is on the same subnet than the server.
    Here is the client's settings:
    Authentication: Password + Machine Auth: Shared Secret
    Here is the log of the client (I have hidden the true server's IP:)
    Dec 14 18:47:17 GregAir2 configd[14]: SCNC: start, triggered by SystemUIServer, type L2TP, status 0
    Dec 14 18:47:17 GregAir2 pppd[41839]: pppd 2.4.2 (Apple version 560.12) started by gregoryh, uid 501
    Dec 14 18:47:17 GregAir2 pppd[41839]: L2TP connecting to server 'tshipot.emerge.be' (193.4x.xxx.200)...
    Dec 14 18:47:17 GregAir2 pppd[41839]: IPSec connection started
    Dec 14 18:47:17 GregAir2 racoon[41805]: Connecting.
    Dec 14 18:47:17 GregAir2 racoon[41805]: IPSec Phase1 started (Initiated by me).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKEv1 Phase1 AUTH: success. (Initiator, Main-Mode Message 6).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKE Packet: receive success. (Initiator, Main-Mode message 6).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKEv1 Phase1 Initiator: success. (Initiator, Main-Mode).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IPSec Phase1 established (Initiated by me).
    Dec 14 18:47:17 GregAir2 racoon[41805]: IKE Packet: receive success. (Information message).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IPSec Phase2 started (Initiated by me).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKE Packet: transmit success. (Initiator, Quick-Mode message 1).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKE Packet: receive success. (Initiator, Quick-Mode message 2).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKE Packet: transmit success. (Initiator, Quick-Mode message 3).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKEv1 Phase2 Initiator: success. (Initiator, Quick-Mode).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IPSec Phase2 established (Initiated by me).
    Dec 14 18:47:18 GregAir2 pppd[41839]: IPSec connection established
    Dec 14 18:47:18 GregAir2 racoon[41805]: IPSec Phase2 started (Initiated by peer).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKE Packet: receive success. (Responder, Quick-Mode message 1).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKE Packet: transmit success. (Responder, Quick-Mode message 2).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKE Packet: receive success. (Responder, Quick-Mode message 3).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IKEv1 Phase2 Responder: success. (Responder, Quick-Mode).
    Dec 14 18:47:18 GregAir2 racoon[41805]: IPSec Phase2 established (Initiated by peer).
    Dec 14 18:47:38 GregAir2 pppd[41839]: L2TP cannot connect to the server
    Dec 14 18:47:38 GregAir2 racoon[41805]: IKE Packet: transmit success. (Information message).
    Dec 14 18:47:38 GregAir2 racoon[41805]: IKEv1 Information-Notice: transmit success. (Delete IPSEC-SA).
    Dec 14 18:47:38 GregAir2 racoon[41805]: IKE Packet: transmit success. (Information message).
    Dec 14 18:47:38 GregAir2 racoon[41805]: IKEv1 Information-Notice: transmit success. (Delete IPSEC-SA).
    Dec 14 18:47:38 GregAir2 racoon[41805]: IKE Packet: transmit success. (Information message).
    Dec 14 18:47:38 GregAir2 racoon[41805]: IKEv1 Information-Notice: transmit success. (Delete ISAKMP-SA).
    Here is the log of the server (the same connection, my clocks does not seems to be synchronized ;-))
    I have hidden the true server's IP:
    Dec 14 18:46:56 tshipot racoon[146]: Connecting.
    Dec 14 18:46:56 tshipot racoon[146]: IPSec Phase1 started (Initiated by peer).
    Dec 14 18:46:56 tshipot racoon[146]: IKE Packet: receive success. (Responder, Main-Mode message 1).
    Dec 14 18:46:56 tshipot racoon[146]: IKE Packet: transmit success. (Responder, Main-Mode message 2).
    Dec 14 18:46:56 tshipot racoon[146]: IKE Packet: receive success. (Responder, Main-Mode message 3).
    Dec 14 18:46:56 tshipot racoon[146]: IKE Packet: transmit success. (Responder, Main-Mode message 4).
    Dec 14 18:46:56 tshipot racoon[146]: IKEv1 Phase1 AUTH: success. (Responder, Main-Mode Message 5).
    Dec 14 18:46:56 tshipot racoon[146]: IKE Packet: receive success. (Responder, Main-Mode message 5).
    Dec 14 18:46:56 tshipot racoon[146]: IKEv1 Phase1 Responder: success. (Responder, Main-Mode).
    Dec 14 18:46:56 tshipot racoon[146]: IKE Packet: transmit success. (Responder, Main-Mode message 6).
    Dec 14 18:46:56 tshipot racoon[146]: IKE Packet: transmit success. (Information message).
    Dec 14 18:46:56 tshipot racoon[146]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    Dec 14 18:46:56 tshipot racoon[146]: IPSec Phase1 established (Initiated by peer).
    Dec 14 18:46:57 tshipot racoon[146]: Connecting.
    Dec 14 18:46:57 tshipot racoon[146]: IPSec Phase2 started (Initiated by peer).
    Dec 14 18:46:57 tshipot racoon[146]: IKE Packet: receive success. (Responder, Quick-Mode message 1).
    Dec 14 18:46:57 tshipot racoon[146]: IKE Packet: transmit success. (Responder, Quick-Mode message 2).
    Dec 14 18:46:57 tshipot racoon[146]: IKE Packet: receive success. (Responder, Quick-Mode message 3).
    Dec 14 18:46:57 tshipot racoon[146]: IKEv1 Phase2 Responder: success. (Responder, Quick-Mode).
    Dec 14 18:46:57 tshipot racoon[146]: IPSec Phase2 established (Initiated by peer).
    Dec 14 18:46:57 tshipot vpnd[82]: Incoming call... Address given to client = 193.4x.xxx.201
    Dec 14 18:46:57 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:46:57 CET          Incoming call... Address given to client = 193.4x.xxx.201
    Dec 14 18:46:57 tshipot pppd[69220]: pppd 2.4.2 (Apple version 560.13) started by root, uid 0
    Dec 14 18:46:57 tshipot pppd[69220]: L2TP incoming call in progress from '94.225.158.94'...
    Dec 14 18:46:57 tshipot racoon[146]: IPSec Phase2 started (Initiated by me).
    Dec 14 18:46:57 tshipot racoon[146]: IKE Packet: transmit success. (Initiator, Quick-Mode message 1).
    Dec 14 18:46:57 tshipot racoon[146]: IKE Packet: receive success. (Initiator, Quick-Mode message 2).
    Dec 14 18:46:57 tshipot racoon[146]: IKE Packet: transmit success. (Initiator, Quick-Mode message 3).
    Dec 14 18:46:57 tshipot racoon[146]: IKEv1 Phase2 Initiator: success. (Initiator, Quick-Mode).
    Dec 14 18:46:57 tshipot racoon[146]: IPSec Phase2 established (Initiated by me).
    Dec 14 18:46:58 tshipot vpnd[82]: Incoming call... Address given to client = 193.4x.xxx.202
    Dec 14 18:46:58 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:46:58 CET          Incoming call... Address given to client = 193.4x.xxx.202
    Dec 14 18:46:58 tshipot pppd[69221]: pppd 2.4.2 (Apple version 560.13) started by root, uid 0
    Dec 14 18:46:58 tshipot pppd[69221]: L2TP incoming call in progress from '94.225.158.94'...
    Dec 14 18:47:00 tshipot vpnd[82]: Incoming call... Address given to client = 193.4x.xxx.203
    Dec 14 18:47:00 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:00 CET          Incoming call... Address given to client = 193.4x.xxx.203
    Dec 14 18:47:00 tshipot pppd[69223]: pppd 2.4.2 (Apple version 560.13) started by root, uid 0
    Dec 14 18:47:00 tshipot pppd[69223]: L2TP incoming call in progress from '94.225.158.94'...
    Dec 14 18:47:04 tshipot vpnd[82]: Incoming call... Address given to client = 193.4x.xxx.204
    Dec 14 18:47:04 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:04 CET          Incoming call... Address given to client = 193.4x.xxx.204
    Dec 14 18:47:04 tshipot pppd[69224]: pppd 2.4.2 (Apple version 560.13) started by root, uid 0
    Dec 14 18:47:04 tshipot pppd[69224]: L2TP incoming call in progress from '94.225.158.94'...
    Dec 14 18:47:08 tshipot vpnd[82]: Incoming call... Address given to client = 193.4x.xxx.205
    Dec 14 18:47:08 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:08 CET          Incoming call... Address given to client = 193.4x.xxx.205
    Dec 14 18:47:08 tshipot pppd[69225]: pppd 2.4.2 (Apple version 560.13) started by root, uid 0
    Dec 14 18:47:08 tshipot pppd[69225]: L2TP incoming call in progress from '94.225.158.94'...
    Dec 14 18:47:17 tshipot vpnd[82]:    --> Client with address = 193.4x.xxx.201 has hungup
    Dec 14 18:47:17 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:17 CET             --> Client with address = 193.4x.xxx.201 has hungup
    Dec 14 18:47:17 tshipot racoon[146]: IKE Packet: receive success. (Information message).
    Dec 14 18:47:18: --- last message repeated 2 times ---
    Dec 14 18:47:18 tshipot vpnd[82]:    --> Client with address = 193.4x.xxx.202 has hungup
    Dec 14 18:47:18 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:18 CET             --> Client with address = 193.4x.xxx.202 has hungup
    Dec 14 18:47:19 tshipot racoon[146]: Connecting.
    Dec 14 18:47:19 tshipot racoon[146]: IPSec Phase1 started (Initiated by me).
    Dec 14 18:47:19 tshipot racoon[146]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    Dec 14 18:47:20 tshipot vpnd[82]:    --> Client with address = 193.4x.xxx.203 has hungup
    Dec 14 18:47:20 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:20 CET             --> Client with address = 193.4x.xxx.203 has hungup
    Dec 14 18:47:22 tshipot racoon[146]: IKE Packet: transmit success. (Phase1 Retransmit).
    Dec 14 18:47:24 tshipot vpnd[82]:    --> Client with address = 193.4x.xxx.204 has hungup
    Dec 14 18:47:24 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:24 CET             --> Client with address = 193.4x.xxx.204 has hungup
    Dec 14 18:47:25 tshipot racoon[146]: IKE Packet: transmit success. (Phase1 Retransmit).
    Dec 14 18:47:28 tshipot vpnd[82]:    --> Client with address = 193.4x.xxx.205 has hungup
    Dec 14 18:47:28 tshipot com.apple.ppp.l2tp[82]: 2011-12-14 18:47:28 CET             --> Client with address = 193.4x.xxx.205 has hungup
    Dec 14 18:47:28 tshipot racoon[146]: IKE Packet: transmit success. (Phase1 Retransmit).
    Dec 14 18:48:13: --- last message repeated 2 times ---
    Dec 14 18:48:13 tshipot racoon[146]: IKE Packet: transmit success. (Phase1 Retransmit).
    Dec 14 18:48:58: --- last message repeated 1 time ---
    Dec 14 18:48:58 tshipot racoon[146]: IKE Packet: transmit success. (Phase1 Retransmit).
    Dec 14 18:49:55: --- last message repeated 1 time ---
    Dec 14 18:49:55 tshipot racoon[146]: IKEv1 Phase1: maximum retransmits. (Phase1 Maximum Retransmits).
    If you need more info, doens not hesitate to ask, because I am desperate ...
    Thanks you !
    Gregory

    There is no router between the server and the Internet : just an ADSL modem, no PPPoE or whatever, the WAN IP is set on the server directly. The firewall is activated (GRE, ESP, L2TP... ports are all open. Allowing all the traffic doesn't help. The client can connect to the server and the IPSec connection seem to be established, so I don't think the problem is here), and the Lion Server acts as a NAT (which by the way doesn't work as it was in SLS: it won't work for any local subnet different from 192.168.2.x??) for my local network. I tried to reinstall the system completely twice, with the same results.
    euroskunk, how do you connect your server to the WAN ?

  • How do I change my apple id from an old one that does not exist anymore to the new one I use....Please help me I can't update any downloads for my apps.

    How do I change my apple ID from an old one that doesnot exist anymore to a new old? When I purchased my macbook I had a mac.com email address but now have a me.com one. My computer is linked to the mac one. I cant update my apps....some one please help.

    Well when I first purchased I had an mac address, which I have not used for a long time I started a me address about 18months ago. and up untill I updated my iPhone I have been able to use my mac.com now I cant and dont know what to do because it tells me to verify my apple ID. I put in the password etc and doesnot take me anywhere as I cant access the emails.

  • Hyperion EPM server - web application service does not start

    Hi All,
    I installed and configured epm 11.1.2.2 on windows 2008 server. I was able to start all the services except "Hyperion EPM server - web application" everytim I start the service I am getting an error "some services start and stop as they are not used by any other programs and applications'.
    I reconfigured the web server and deployed the application server again but still I am having the same issue.
    I was not able to see planning from the navigate of workspace and I am getting errors while trying to start the web analysis.
    Can anyone please let me know where I am doing wrong..
    Thanks a lot!

    Hi John,
    we deployed workspace, financial reporting, web analysis, shared services, planning web applications. we were able to access most of them except "web analysis".
    we are getting an error while trying to login Web analysis "when starting web anaysis an error occured while initalizing startup options".
    I have HP BL480 32 gb of RAM.
    I am not getting any error while configuring but I am getting the error when trying toi start the service.
    here are the log files for web analysis
    [2012-07-20T15:51:20.714-04:00] [WebAnalysis0] [WARNING] [] [oracle.webanalysis] [tid: 192] [userId: <anonymous>] [ecid: 0000JY_wS67DoYdpxc4EyW1G2Qia000028,0] [SRC_CLASS: com.hyperion.analyzer.utils.general.HYAURLParamHandler] [APP: WEBANALYSIS#11.1.2.0] [SRC_METHOD: getAnalyzerBaseURL] AnalyzerBaseURL=http://ftldhyptest1.citrite.net:28080/WebAnalysis
    [2012-07-20T15:51:20.718-04:00] [WebAnalysis0] [WARNING] [] [oracle.webanalysis] [tid: 192] [userId: <anonymous>] [ecid: 0000JY_wS67DoYdpxc4EyW1G2Qia000028,0] [SRC_CLASS: com.hyperion.analyzer.utils.general.HYAURLParamHandler] [APP: WEBANALYSIS#11.1.2.0] [SRC_METHOD: getAnalyzerBaseURL] AnalyzerBaseURL=http://ftldhyptest1.citrite.net:28080/WebAnalysis
    Thanks a lot!
    Edited by: user608296 on Jul 20, 2012 12:54 PM

  • Applet does not start after Java 1.5 installation

    Hi,
    When I go to my webpage where I have an applet that requires Java 1.5..the browsers are prompting for Java installation (ActiveX component install on IE or Firefox plugin for JRE installation). But once the Java install completes the applet does not start automatically. The same code used to work nicely with Java 1.4. The applet used to automatically start and run once the JRE install completed. But with JRE 1.5 it does not start. If I do a refresh on the browser it again prompts for java installation. If open new browser window and go to the URL the applet starts. Please let me know how to get the applet to start automatically after JRE 1.5 installation.
    Thanks,
    Vijay

    We figured out the problem. the CLASSID was not the right one. Once we changed it...its working fine.
    Vijay

  • Path login does not start with a "/" character

    I get a "java.lang.RuntimeException: Path login does not start with a "/" character" in my WebApplication.
    - Http Status 500
    - The server encountered an internal error () that prevented it from fulfilling this request.
    Instead I excepted the site for a Re-Login (timout after 10 min), What's wrong?
    The server I use is: Sun Java System Application Server Platform Edition 8.0 (build b57-fcs)
    Here is the full StackTrace:
    [#|2004-05-26T14:50:50.609+0200|SCHWERWIEGEND|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=17;|Standard
    WrapperValve[OwaFolderTree]: Servlet.service() for servlet OwaFolderTree threw exception
    java.lang.RuntimeException: Path login does not start with a "/" character
    at org.apache.catalina.core.ApplicationContextFacade.doPrivileged(ApplicationContextFacade.java:451)
    at org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:255)
    at com.space2go.icafe.S2GHttpServlet.service(S2GHttpServlet.java:3260)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:102)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:192)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:261)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:215)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:200)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:180)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:582)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:272)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:161)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:979)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:211)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:692)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:647)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:691)
    at java.lang.Thread.run(Thread.java:534)

    It looks like you are getting this error when trying to use the RequestDispatcher. There are two different flavors of the RequestDispatcher :ServletRequest.getRequestDispatcher that will take a relative path and ServletContext.getRequestDispatcher that will only take absolute paths (ie start with a '/').
    If yoy are trying the use the second version of RequestDispatcher you'll need to adjust the path to an absolute path.
    http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContext.html

  • My jcontrol does not start

    Hi,
    When i logged into Visutal Administrator, It asked me to change the password. I had Changed the administrator password there and the same updated in the secure store as follows:
    1. Start the Config Tool by executing the /usr/sap/<SID>/<Instance name>/j2ee/configtool/configtool script file.
    2. Select secure store.
    3. Select the admin/password/<SID> entry.
    4. Enter the J2EE Engine administrator user new password in the Value field and choose Add.
    5. Choose File -> Apply to save the data.
    6. Restart the J2EE Engine
    but after this, my server is not starting and jcontrol does not start.
    find the log file of jcontrol:
    [Thr 3124] Mon Oct 12 15:29:44 2009
    [Thr 3124] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c   1642]
    [Thr 3124] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
    [Thr 3124] JControlCloseProgram: started (exitcode = 66)
    [Thr 3124] JControlCloseProgram: good bye... (exitcode = 66)
    If i opens my config tool and it shows only secure store, gives an error message as
    Error occured while working with the configurations(scanning)
    MSg: Error while connecting to DB
    My login to SAP<SID>DB is getting failed.... (am using SQLSERVER DB)
    could anyone help me in solving this issue
    Regards
    Sunil Chiluveru

    hi
    Please also see this log file jvm_bootstrap
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0124325].
    Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:476)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:364)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:129)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:74)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:473)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.sql.SQLException: [SAP_NWmss][SQLServer JDBC Driver][SQLServer]Login failed for user 'SAPNSPDB'.
         at com.sap.nwmss.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSLoginRequest.processReplyToken(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSLoginRequest.submitRequest(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.connect(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseDriver.connect(Unknown Source)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:306)
         ... 14 more
    [Bootstrap module]> Problem occurred while performing synchronization.

  • Applet does not start after JRE 1.5 installation

    Hi,
    When I go to my webpage where I have an applet that requires Java 1.5..the browsers are prompting for Java installation (ActiveX component install on IE or Firefox plugin for JRE installation). But once the Java install completes the applet does not start automatically. The same code used to work nicely with Java 1.4. The applet used to automatically start and run once the JRE install completed. But with JRE 1.5 it does not start. If I do a refresh on the browser it again prompts for java installation. If I open new browser window and go to the URL the applet starts. Please let me know how to get the applet to start automatically after JRE 1.5 installation.
    Thanks,
    Vijay

    We figured out the problem. the CLASSID was not the right one. Once we changed it...its working fine.
    Vijay

  • NSP (SAP NW2004s ABAP AS 7.00 SP8) does not start anymore

    Hi all,
    I installed SAP NW2004s ABAP Trial Version SP8 and was able to work
    with it. Since today I get a timeout error when starting the Application Server.
    I tried to start the MaxDB instance with the SAP MMC but I do not know
    the user and/or password for the MaxDB User (I did not change the
    "Standard-User" provided during installation; unfortunately I do not remeber
    the credentials)
    Any ideas:
    - why the application server does not start anymore ?
    - what the credentials of the SAP DB Administrator are ?
    Thank you in advance for your help,
    Axel

    Hi Axel,
    this is a 90 day trial, though maybe you're already used it three month?
    the database used to run under control, control (usr, password), btu that changes from time to time....
    Regards,
    Benny

  • Old G4 does not start

    Hello,
    I recently obtained a Power Mac G4 for free somewhere. As a mac fanatic I would love to get it running, but it doesn't seem to start.
    With "Does not start" I mean it does absolutely nothing, no fans, no lights, no sound, no nothing. My first thought was that the PSU must have died, so I connected a PSU from a regular pc to test my theory. This got me a tiny bit further: when i press the power button a tiny red LED flashed once (next to the RAM slots), but that's it.
    I tried the regular troubleshooting:
    - disconnected all cables from motherboard
    - replaced battery with a brand new one
    - reset CUDA
    Yet all I can get it to do is make the tiny red led flash once. What's also weird is that even the other power supply does not turn on, not even the fan works.
    Is there anything else I can try? I don't mind "getting my hands dirty" hardware-wise.
    Reinout

    I borrowed a multimeter and found out the power supply was dead:
    http://docs.info.apple.com/article.html?artnum=58561
    I then did the mod in the links you gave me, and SUCCESS!
    http://www.xlr8yourmac.com/systems/ATXG4_AGP_conversion/G4_AGP_to_ATX_casepg2.htm#next
    Everything works great now. The only problem I had was that the original fan cable was a 2-pin plug, while the ATX psu fan-power-cable is a 2x2 molex-like thing. This was easily solved by cutting away the plastic around the mac fan cable, and plugging the 2 exposed pins in 2 of the molex holes (matching the cable colors).
    Everything works great now, the g4 booted in OSX 10.4 to my surprise, which runs surprisingly smooth on a 400mhrz/512mb mac :/
    Thanks a lot for your input, couldn't have done it without the link!
    Reinout

  • ITunes does not start after Lion installation

    hi,
    after upgrading to the latest iTunes version and to Lion, I get "The file “iTunes Library.itl” cannot be read because it was created by a newer version of iTunes. Would you like to download iTunes now?".
    Precise:
    I upgraded iTunes to the latest version (from the previous one, I am a regular upgrader) yesterday afternoon around 15:00, then I worked several hours on my iTunes library (including some new buys). At night I then installed Lions. After starting Lions, iTunes does not start anymore.
    I have read the threads about copying old library files from the "previous iTunes Libraries" folder. But if I do that, I will loose the entire afternoon work. Anyway it I cannot understand why iTunes now believes to be older after Lion installation than before...
    Can somebody please help?
    br
    a

    Hi,
    after backing up, I downloaded the latest version again and it really worked.
    Strange that evidently the Lion installation did revert yesterdays upgrade from iTunes. Now it works, including all my latest changes from yesterday.
    Case solved:)
    br
    a

Maybe you are looking for

  • Unable to Load LSMW for BP using CRMXIF_PARTNER_SAVE

    Hello Gurus, My requirement is to load BP Data to a stand alone CRM system, this has got no connectivity to the ECC and data will be directly loaded from the excel or notepad file. Am using the idoc method in LSMW to achieve this. When am loading thi

  • Printing a pdf in design catalog

    I've printed a pdf version of the 24 page catalog yesterday without a problem, today it is only printing to page 18, then it just stops.. Has anyone experienced this?  I am wondering if its my printer or the saved pdf file???

  • Request/Reply

    I'm having some trouble with my request/reply setup. Here's the requesting code: String request =      "<mileage-xml-request><origin><city>UNIONTOWN</city>" +      "<state>OH</state><zip>44685</zip><country>USA</country></origin><dest><city>DALAS</ci

  • My import command disappeared

    i dont know exactly what could have done this but i was trying to import a screenshot today and i dont have my import command that i usually use to take screenshots ! , plz someone help me how can i recover this command ?? on root and on my normal us

  • Discussion and Tasks in Roompart

    Hello, we have created a new roomtemplate with the following structure: -News -Tasks -Documents -Discussion (-Roomadministration) In this template we have 1 adminrole and 8 different memberroles. In the room that we created all of these roles have ac