J2E instance not working / jcontrol.exe stopped after DB password changes

Hi,
i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
trace file log
JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
-> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
-> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
-> arg[02] = -DSAPINFO=J2E_02_bootstrap
-> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
-> arg[04] = -nodeName=bootstrap
-> arg[05] = -nodeId=-1
-> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
-> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
-> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
-> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
-> arg[10] = -mode=BOOTSTRAP
-> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
-> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
-> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
[Thr 1708] Wed Jan 17 18:33:59 2007
[Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
[Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
[Thr 1708] JControlCloseProgram: started (exitcode = 66)
[Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
Bootstrp file log below
Bootstrap MODE:
<INSTANCE GLOBALS>
determined by parameter [ID0256613].
Exception occured:
com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
     at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
     at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
     at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
     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:360)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
     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:147)
     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:66)
     at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
     at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
     at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
     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.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
     at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
     at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
     at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
     at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
     at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
     at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
     at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
     ... 14 more
[Bootstrap module]> Problem occured while performing synchronization.
From the system log, i noticed ,
log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
Any idea ?
Raja S

Hi,
You changed the password in J2EE instance , however maybe the change didn't go thru into the Database.
You need to change the database password, check this link
http://dev.mysql.com/doc/maxdb/en/ba/64b3403a493f5fe10000000a155106/frameset.htm
Regards,
Siddhesh

Similar Messages

  • J2E instance not up/jcontrol.exe stopped after DB password changes

    Hi,
    i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
    trace file log
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> arg[02] = -DSAPINFO=J2E_02_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 1708] Wed Jan 17 18:33:59 2007
    [Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
    [Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 1708] JControlCloseProgram: started (exitcode = 66)
    [Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
    Bootstrp file log below
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0256613].
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         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:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         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:147)
         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:66)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         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.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
         at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
         at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
         at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
         at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occured while performing synchronization.
    From the system log, i noticed ,
    log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
    because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
    Any idea ?
    Raja

    If so , then how do i do it at database level .
    Also today i noticed the simillar problem in SDN.but solution is not provided there
    Changed password of SAPJ2EDB user, cannot start WAS 6.40 anymore
    When i search sap.dom fo the same ( as per the above thread says ) , i could see few relevant documents(http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/14c93ec2f7df6ae10000000a114084/frameset.htm ) , but not able to follow the instructions. because i couldnt able to open the visual admin to create new user or group .
    Any one have any idea ?
    Thanks
    Raja S

  • J2EE Server does not start  -  jcontrol.exe  stopped

    Hello,
    I have read a lot of messages on this topic on SDN. But I did not find any dealing exactly with my problem.
    Indeed, I got these two following errors :
    <b>** in log file dev_bootstrap</b> :
    [Thr 3720] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-6) [jhvmxx.c     485]
    [Thr 3720] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi.c   591]
    [Thr 3720] JLaunchCloseProgram: good bye (exitcode=-1)
    and
    <b>** in log file dev_jcontrol :</b>
    [Thr 2288] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx.c   1452]
    [Thr 2288] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr 2288] JControlCloseProgram: started (exitcode = -1)
    [Thr 2288] JControlCloseProgram: good bye... (exitcode=-1)
    Does any one met this problem?
    I thank you in davance for the help you could give me.
    Regards.
    Karine TAVERNIER

    Hello Dan,
    I can only thank you!
    It was not easy to solve that problem, because people who installed that SAP instance has left the company, without having given any documentation or information.
    Then, thanks to OSS notes 723909/716604/736557, I solved my problem.
    What I did :
    As "my server" (MS Windows 2000) only got 500 Mo of RAM!, I must adapted some values, compraing with SAP notes.
    According to note 723909, for the dispatcher node, I increased the heap size to 70 Mo to 170 Mo .
    According to note 716604, for the serverID, I put the PermSize and MaxPermsize to 192 Mo.
    I decreased the Max Heap Size from 256 to 128 Mo.
    And the most important to my mind, as described in note 736557, I suppressed in file <i>instance.properties</i>, the line <i>bootstrap.MaxHeapSize=0</i> (and not 16 as in note!).
    Through the config tool, I put this value to 128 (instance node, instance_IDxx / Message Server & Bootstrap -> Max heap size).
    Then, at last, the J2EE Server started.
    I think some values may be changed to improve the respone time or the general behaviour of the application.
    I hope this message may help some other people.
    Many thanks.
    Kind regards.
    Karine.<i></i><i></i>

  • Adobe Edge Animate CC 2014.1  is totally not working. It stop working after 5min. Sometimes is stops the operating system.

    Adobe Edge Animate CC 2014.1  is totally not working. It stop working after 5min. Sometimes is stops the operating system. On on mac OS X Yosemite. macbook pro i7 2013.
    I reinstalled it not helping.
    Message was edited by: Daniel Boguszewski

    UPDATE
    i have ulpaded 2 animation ( one normal and one Responsive ) in 2 different server here the link
    www.eclipseadv.com/maliRP/maliRP.html
    Untitled
    via SAFARI or CHROME on MAC all OK
    but via IPAD ( SAFARI, CHROME and MERCURY) i didn't see the video, just the animation of the BUTTON  and the link if i click on it (not in Mercury), like in the content viewer.

  • Server does not start /jstart.exe stopped

    Hi everyone! Unfortunately my jstart.exe stops abnormally.
    Please, help.
    This happed after changing the value in the field u2018Custom Number Of Nodesu2019 and restarting the server.
    trc file: "D:\usr\sap\VW6\J00\work\dev_jstart", trc level: 1, release: "711"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      All, egi
    F  [Thr 744] *** LOG => connected to Enqueue Server.
    F  [Thr 744] *** LOG => connected to Message Server.
    F  [Thr 744] *** LOG => Starting run level 1.

    F [Thr 744] Tue Oct 06 13:29:13 2009
    F  [Thr 744] *** ERROR => SfICreateFiElem: FiInit(JSF-FI-BRSESS, 1, 32) failed (rc = 6 invalid argument) [jsfxxsbase.c 1935]
    F  [Thr 744] *** ERROR => SfEInternalError: SfCInstanceManager::createDynShm: SfCreateDynShm failed (rc = 1 general error)  [sfxxinst.hpp 566]
    F  [Thr 744] *** LOG => Instance state is "Not started" (STARTING @ 0, INACTIVE).
    F  [Thr 744] *** LOG => Instance state is "Some processes running" (RUNNING @ 0, INACTIVE).
    Edited by: Sergey Talchuk on Oct 6, 2009 2:29 PM

    Hi Tobias,
    1. NW was stopped via SAPMMC console
    2. Custom Number of Server Nodes field value was changed to 2 in configtool
    3. NW was successfully started and stopped via SAPMMC console
    4. Custom Number of Server Nodes field value was changed to N/A (to get the previous config and since the field does not allow empty values.)
    5. As the result the issue above occured (starting/restarting did not help)
    Thank you
    Unfortunatelly default trace is not updated. Start Up procedure stops very quickly (after about 30 seconds)
    Jstart.exe stops after 04 sec elapsed time.
    Edited by: Sergey Talchuk on Oct 6, 2009 4:39 PM

  • Elite Pro, CMSS-3D not working and other issues after driver update

    DElite Pro, CMSS-3D not working and other issues after driver update <font face="arial,helvetica,sans-serif" size="4">Elite Pro CMSS-3D control (on I/O console)no longer controls CMSS-3D.
    The only time it works is if the original drivers are installed from the installation CD.
    ANY other drivers stop the control on the Elite Pro I/O console from having any effect on CMSS-3D.
    Also at one time when I cotrolled volume, CMSS-3D(original drivers), EAX and Crystalizer from the Elite Pro I/O controls then I had on screen display of said control that was being moved(on I/O console).
    Now regardless of what drivers are installed, there?are no longer any on screen indicators.
    The indicators looked like the ones that show when using the remote controller.
    Anyone have any ideas?

    Hello friends, if any body have problem with "Creative Sound Blaster X-Fi series Driver 2.8.003" then you can download previews "Creative Sound Blaster X-Fi series Driver 2.8.0008" from above direct Links :
    http://rapidshare.com/files/252388832/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part0.rar
    http://rapidshare.com/files/25239047/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part02.rar
    http://rapidshare.com/files/252397989/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part03.rar
    http://rapidshare.com/files/252397990/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part04.rar
    http://rapidshare.com/files/25239799/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part05.rar
    http://rapidshare.com/files/25240785/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part06.rar
    http://rapidshare.com/files/25240787/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part07.rar
    http://rapidshare.com/files/252405003/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part08.rar
    http://rapidshare.com/files/252408540/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part09.rar
    http://rapidshare.com/files/252408542/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part0.rar
    http://rapidshare.com/files/2524409/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part.rar
    http://rapidshare.com/files/25244020/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part2.rar
    http://rapidshare.com/files/2524402/__Creative_Sound_Blaster_X-Fi_series_Driver_2.8.0008__.part3.rar
    http://rapidshare.com/files/25244022/[email protected]7.254.6.0

  • In built dictionary is not working in I books after I downloaded ios7.02

    Built in dictionary is not working in I books after I downloaded ios7.02

    I'm having the same problem. Once I download the dictionary it turns to an X and nothing is downloaded. I've restarted several times. Any other ideas?

  • Login page not working in EBS R12 after autoconfig.

    Hi,
    We are using EBS R12 on windows 2003 server 32 on a test machine. As we were making some changes using autoconfig,
    as the Login page not working in EBS R12 after running autoconfig.
    Kindly help us.
    Thanks in advance.

    Hi,
    Rollback the changes and run AutoConfig, see if you get the same error or not then -- See (Note: 387859.1 - Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12) for details "2.5. Rolling Back an AutoConfig Session".
    Regards,
    Hussein

  • Flash play installation not work - The exe file deelete automaticly and the process is still running

    Flash play installation not work - The exe file deelete automaticly and the process is still running

    Why i get no answer?

  • Lomboz J2EE View not working

    Lomboz J2EE View not working always give such type error
    java.lang.NoClassDefFoundError: org/apache/jasper/Options
         at com.objectlearn.jdt.j2ee.core.Project.initContainers(Project.java:370)
         at com.objectlearn.jdt.j2ee.core.Project.init(Project.java:102)
         at com.objectlearn.jdt.j2ee.core.Project.<init>(Project.java:43)
         at com.objectlearn.jdt.j2ee.core.Project.getWorkspaceProjects(Project.java:427)
         at com.objectlearn.jdt.j2ee.ui.ContainerView.init(ContainerView.java:334)
         at com.objectlearn.jdt.j2ee.ui.ContainerView.<init>(ContainerView.java:99)
         at com.objectlearn.jdt.j2ee.ui.J2EEView.createViews(J2EEView.java:241)
         at com.objectlearn.jdt.j2ee.ui.J2EEView.createSashForm(J2EEView.java:262)
         at com.objectlearn.jdt.j2ee.ui.J2EEView.createPartControl(J2EEView.java:306)
         at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
         at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
         at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
         at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:564)
         at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270)
         at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3479)
         at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:997)
         at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPage.java:981)
         at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3578)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3576)
         at org.eclipse.ui.internal.PerspectiveBarContributionItem.select(PerspectiveBarContributionItem.java:123)
         at org.eclipse.ui.internal.PerspectiveBarContributionItem$1.widgetSelected(PerspectiveBarContributionItem.java:92)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    How to remove this type of error please help me. I need help.plz reply

    What version of Lomboz are you using? J2EE View was available in Lomboz 2.x releases and is not found in later releases. These olde versions used a lightweight JSP editor based on jasper. Your message looks like it is related to that.
    I would recommend upgrading to one of the later releases such as 3.3, which can be found at:
    http://lomboz.objectweb.org/downloads/download.php
    If you have to pursue your current version, you can post your Lomboz releated help messages at and we will try to help you:
    http://forge.objectweb.org/forum/forum.php?forum_id=360

  • Why my ipod touch 5g crashes, it does not work and the touch after a type is loaded and will be locked?

    why my ipod touch 5g crashes, it does not work and the touch after a type is loaded and will be locked?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Why AirPrint is not working on my ipad4 after updating to IOS 8.1?

    WWhy AirPrint is still not working on my ipad4 after updating to IOS 8.1

    Hello mmpreston,
    Thanks for using Apple Support Communities.
    To troubleshoot issues with AirPrint on your iPad please follow the directions outlined below.
    Check these things if you are unable to print, or if you see the message "No AirPrint Printers Found."
    Make sure your printer has paper, and enough ink or toner installed.
    Make sure your printer is connected to the same Wi-Fi network as your iOS device.
    Make sure your printer has power and is turned on. Try turning your printer off and then back on again to see if it resolves your issue.
    Check to see if your printer has any error lights or indicators displayed on the printer's control panel. Check the documentation that came with your printer to clear any errors displayed.
    Check with your printer's manufacturer to see if any firmware updates are available for your printer. Check your printer's documentation or contact the printer vendor for more information. A firmware update may be available, even if you just bought your printer.
    About AirPrint
    Take care,
    Alex H.

  • My apple id password will not work in app store after I reset it. Has anyone had this problem

    My apple id password will not work in app store after I reset it. It says the new password, verified by apple, is the wrong one when I purchase things in the store. Has anyone had this problem?

    OK.  Did you have a question?  Do you use the "Contact Us" link at the bottom right hand corner of this page?

  • ITunes does not work om iPhone 5 after upgrade to iOs7. App store is available without problems. do somone have a tip?

    iTunes does not work om iPhone 5 after upgrade to iOs7. App store is available without problems. do somone have a tip?

    Check Settings > General > Restrictions, and check out Contacts toward the bottom under the privacy restrictions.
    That sounds like the probable cause you cannot add contacts.
    Regarding the iCloud behavior, that sounds like it got huge (35,000) because of incorporating other contacts (from social media, perhaps).  Also contacts sync has nothing to do with iCloud behavior.  The whole idea of keeping your contacts in the cloud is that once you change them on one device, they change everywhere.  Specific syncs are not relevant.

  • Plzz i think i opened a hacked internet page and now notting works well autocad stopped working firefox as well and i donno wat to do

    plzz i think i opened a hacked internet page and now notting works well autocad stopped working and firefox as well ........could mac os be virused??

    There are no Mac viruses, only malware that requires your assistance to get installed.  For more on this, see:
    http://www.reedcorner.net/guides/macvirus
    As to your problem, we can't say what might have happened without more information.  Try restarting your computer, and if that doesn't help, we need to know what you saw and what's happening now in greater detail.
    (Note that my pages contain links to other pages that promote my services, and this should not be taken as an endorsement of my services by Apple.)

Maybe you are looking for

  • My ipod touch 4th gen wont leave the app when I press the menu button, what do I do? How do i fix it?

    When I use my ipod touch and am trying to leave an app, my ipod wont wont leave unless i keep pressing the menu button. This happens alot during snapchat and my friends ask me why I screenshot so much. And I dont screenshot at all. Why is my ipod doi

  • Acrobat pdfmaker com addin for word 2010 crashes when processing large files

    I am trying to use the pdfmaker com addin for word 2010 to create a PDF document. Whenever I try and create the document, the acrobat addin crashes word. I attempted to perform this on both an x86 and x64 machine and it failed both times at around th

  • Dynamic date in variant

    Hi, I need to create a dynamic date for my variant. Date will be the select option - The from date should be the current date and the to date should be current date + 30 days. When i am using the Selection variant and using the option D to calculate

  • Urgent - Flex builder internal error

    I am running into this Flex Builder internal error when I run a debug session An internal error occurred during: "child count update" This happens to me in my app which load a swf (AS2). This is a proxy swf I use to get AS2 to talk to AS3 swf. If I r

  • Can't open Photoshop CS6 on new MBPro. How do I fix it?

    The motherboard of my macbook pro crashed. I purchased a new MacBook Pro and downloaded a backup (from old computer). When I started my photoshop CS6 Extended version it claims that it is only a trial... What do I do to fix this/ get my old program u