Sun Studio 11: Cannot create a new file

When I want to create a new *.h or *.cc file in my CVS mounted directory tree, studio raises it's famous "Unexpected Exception" dialog with a java stack trace. I have them prepared if you want, I just wanted to check before if there is some already known bug or advice. This worked flawlessly on Sun Studio 10.
As for source browser (another topic in this forum), yeah, I would also very much like some kind of source browser, e.g. to be able to find all definitions/calls to my virtual method, have a class hierarchy...
And one final note on the constant problems in communication between NetBeans and XEmacs, especially if there are two or more XEmacs windows open. Initially all works ok, but with time it starts...source error hyper links from make/build window and search dialog fail to open and position in the source file, then it can't open a file from Filesystems window, and when I restart the SunStudio, everything works again for some time.
This was most annoying in release 9, then somewhat better in 10 but still present, and I see now nothing is better in release 11.
Details:
OS = SunOS 5.8 Generic_117350-26
HW = sun4u sparc SUNW,Sun-Blade-1500
SunStudio 11, netbeans 3.5V11, jdk1.5.0_06
(all mounted from a Solaris 9 driven server)
Thanks for reading and answers.
Best regards.

Thank you for your report! There is no bug filed for
this issue,
so, please, provide us with the java stack trace . OK, so there is a stack trace when opening a new header file:
java.lang.NullPointerException
at org.netbeans.modules.cpp.editor.CCFSrcFileIterator.addChangeListener(CCFSrcFileIterator.java:110)
at org.openide.loaders.TemplateWizardIterImpl.setIterator(TemplateWizardIterImpl.java:73)
at org.openide.loaders.TemplateWizard.setTemplateImpl(TemplateWizard.java:168)
at org.openide.loaders.TemplateWizard1.implStoreSettings(TemplateWizard1.java:499)
at org.openide.loaders.TemplateWizardPanel1.storeSettings(TemplateWizardPanel1.java:112)
at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:471)
at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:619)
at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:612)
at org.openide.WizardDescriptor.access$300(WizardDescriptor.java:55)
at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1110)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
at java.awt.Dialog$1.run(Dialog.java:515)
at java.awt.Dialog.show(Dialog.java:536)
at org.netbeans.core.NbPresenter.superShow(NbPresenter.java:690)
at org.netbeans.core.NbPresenter.doShow(NbPresenter.java:733)
at org.netbeans.core.NbPresenter.run(NbPresenter.java:721)
at org.openide.util.Mutex$1.run(Mutex.java:952)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Then there is one for cpp file:
java.util.NoSuchElementException
at org.openide.loaders.TemplateWizard$DefaultIterator.nextPanel(TemplateWizard.java:812)
at org.openide.loaders.TemplateWizardIterImpl.nextPanel(TemplateWizardIterImpl.java:136)
at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1106)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
at java.awt.Dialog$1.run(Dialog.java:515)
at java.awt.Dialog.show(Dialog.java:536)
at org.netbeans.core.NbPresenter.superShow(NbPresenter.java:690)
at org.netbeans.core.NbPresenter.doShow(NbPresenter.java:733)
at org.netbeans.core.NbPresenter.run(NbPresenter.java:721)
at org.openide.util.Mutex$1.run(Mutex.java:952)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
About XEmacs: yes, the communication between IDE and
XEmacs is not stable. It was a little bit improved in
Sun Studio
10, but not enough. We plan to improve it in next
release. I'll
try to create a test case according to your
description. BTW,
why there are two or more XEmacs windows? Usually
there
should be only one window with many buffers. I don't
think
Sun Studio IDE can manage several XEmacs windows.Why? Because it is a great help to be able to watch two different buffers/modules at the same time when writing source code. If there is only one window with many buffers, I have to either split window in two (Ctrl X 2) or continuously switch between two buffers, which is annoying.
Thanks for the feedback.

Similar Messages

  • My boss cannot create a new subfolder by pressing "new folder" until he's already saved the file to his desktop. A "read only" error appears the first time. Is there a way to create and save to subfolder directly? It's Mavericks/Macbook Pro

    Hi, when my boss wants to save a new file in a new subfolder, he presses "new folder" but cannot create a new one because a “read only” error box appears. Once he saves the file to his Desktop he clicks on “save as” again and then he can create a new subfolder by pressing “new folder.” Is there a way to create and save to a subfolder directly without having to first save somewhere else?

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • Getting Error Msg  "usdsop cannot create a new process" in Log File

    Hi All,
    I have installed r12 in my personal LapTop.
    Every thing looks fine..
    For testing purpose, I have created a Shell Script and registered concurrent program.
    While i am running this program, program is getting error out with below message.
    D:\oracle\VIS\apps\apps_st\appl\po\12.0.0\bin\TEST_CONVERT.exe
    usdsop cannot create a new process
    Cause: usdsop encountered an error creating a new process. [Reason].
    Action: Check that your system had enough resources to start a new process. Contact your system administrator to obtain more resou (RE
    Executing request completion options...
    Please help me in resolving this issue.
    Thanks
    Sandeep

    What is your OS?
    Did you complete the steps in these docs?
    How to Register a Host Concurrent Program in Applications [ID 156636.1]
    How To Create A Custom Concurrent Program With Host Method and Pass Parameters To The Shell Script [ID 266268.1]
    How Do You Run A Unix Host Script From Concurrent Managers On MS Windows Platform? [ID 412392.1]
    How To Setup A Custom Concurrent Host Program [ID 147455.1]
    Thanks,
    Hussein

  • I cannot open photos or create a new file

    I have been trying to open photos (jpeg), but nothing happens. It won't even create a new file.
    Any suggestions are welcome. Thanks!

    Thanks for your reply.
    I uninstalled a program I had just installed, that preceeded the problem, and what do you know...
    PSE is working fine again!!!
    Problem solved.

  • Cannot create a new login in portal

    Dear Experts,
    After the installation of portal, i was not able to login with j2ee_admin, i logged in with administrator, But i cannot create a new user as shown in the below screen.

    Dear Divayanshu,
    From the said note everything is correct.
    trace:
    trc file: "dev_server0", trc level: 1, release: "720"
    sysno      03
    sid        JDT
    systemid   562 (PC with Windows NT)
    relno      7200
    patchlevel 0
    patchno    63
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    \\AWQAFIDES-HQ\sapmnt\JDT\SYS\profile\JDT_J03_AWQAFIDES-HQ
    pid        3288
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Wed Aug 13 10:49:04 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : E:\usr\sap\JDT\J03\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=\\AWQAFIDES-HQ\sapmnt\JDT\SYS\profile\JDT_J03_AWQAFIDES-HQ
      arg[ 4] : -DSAPINFO=JDT_03_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID31923250
      arg[ 7] : -file=E:\usr\sap\JDT\J03\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=E:\usr\sap\JDT\J03\work\jstart.jvm
      arg[ 9] : -traceFile=E:\usr\sap\JDT\J03\work\dev_server0
      arg[10] : -javaOutFile=E:\usr\sap\JDT\J03\work\jvm_server0.out

    F Wed Aug 13 10:49:04 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : E:\usr\sap\JDT\J03\exe\sapjvm_6
    F    vendor            : SAP AG
    F    version           : 1.6.0_17
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 6.1.018
    F    jvm library name  : jvm.dll
    F    library path      : E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin\server;E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin
    F    executable path   : E:\usr\sap\JDT\J03\exe\sapjvm_6\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 464] MtxInit: 10002 0 2
    I  [Thr 464] MPI: dynamic quotas disabled.
    I  [Thr 464] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 464] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=32768;cur=2048)
    M  [Thr 464] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Ext.
    M  [Thr 464] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Ext.
    M  [Thr 464] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 464] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Wed Aug 13 10:49:04 2014
    F  ********************************************************************************
    F  SAP Java VM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPJStartVersion=720, patch 68, changelist 1198183, NTAMD64, optU (Oct 20 2010, 01:55:49)
    F    arg[ 6] = -Xjvmx
    F    arg[ 7] = -XsapSystem:03
    F    arg[ 8] = -DSAPSTARTUP=1
    F    arg[ 9] = -DSAPSYSTEM=03
    F    arg[10] = -DSAPSYSTEMNAME=JDT
    F    arg[11] = -DSAPMYNAME=AWQAFIDES-HQ_JDT_03
    F    arg[12] = -DSAPDBHOST=AWQAFIDES-HQ
    F    arg[13] = -DSAPINFO=JDT_03_server0
    F    arg[14] = -Dj2ee.dbhost=AWQAFIDES-HQ
    F    arg[15] = -Dsun.java.launcher=jstart
    F    arg[16] = -Dsun.java.command=com.sap.engine.boot.Start 
    F    arg[17] = -Djstartup.mode=JSTART
    F    arg[18] = -Djstartup.whoami=server
    F    arg[19] = -Djstartup.ownProcessId=3288
    F    arg[20] = -Djstartup.ownHardwareId=U1400945072
    F    arg[21] = -Djstartup.debuggable=yes
    F    arg[22] = -DLoadBalanceRestricted=no
    F    arg[23] = -XdebugPortRange:50321-50321
    F    arg[24] = -Denv.class.path=
    F    arg[25] = -Dsys.global.dir=E:\usr\sap\JDT\SYS\global
    F    arg[26] = -Dapplication.home=E:\usr\sap\JDT\J03\exe
    F    arg[27] = -Djava.class.path=E:\usr\sap\JDT\J03\exe\jstart71.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\jvmx.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\jvmx_tools.jar;E:\usr\sap\JDT\J03\exe\jre\lib\iqlib.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\tools.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\jaas.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[28] = -Djava.library.path=E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin\server;E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin;E:\usr\sap\JDT\J03\j2ee\os_libs;E:\usr\sap\JDT\J03\exe\sapjvm_6\bin;E:\usr\sap\JDT\J03\exe;C:\Program Files\EMC NetWorker\nsr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;E:\usr\sap\JDT\SYS\exe\uc\NTAMD64
    F    arg[29] = -XX:PermSize=1024m
    F    arg[30] = -Xmx2048m
    F    arg[31] = -XX:MaxNewSize=410m
    F    arg[32] = -XX:MaxPermSize=1024m
    F    arg[33] = -Xms2048m
    F    arg[34] = -XX:NewSize=410m
    F    arg[35] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[36] = -Djavax.management.builder.initial=com.sap.pj.jmx.server.interceptor.InterceptorChainBuilder
    F    arg[37] = -Djmx.invoke.getters=true
    F    arg[38] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[39] = -Djava.security.egd=file:/dev/urandom
    F    arg[40] = -Djava.awt.headless=true
    F    arg[41] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[42] = -Drdbms.driverLocation=E:\usr\sap\JDT\J03\exe\mssjdbc\jdbc4\sqljdbc4.jar
    F    arg[43] = -Djava.io.tmpdir=./temp
    F    arg[44] = -Dsun.lang.ClassLoader.allowArraySyntax=true
    F    arg[45] = -Djava.protocol.handler.pkgs=com.sap.engine.httpdsrclient.protocols|iaik.protocol
    F    arg[46] = -Dnetworkaddress.cache.ttl=10
    F    arg[47] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[48] = -Djco.jarm=1
    F    arg[49] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[50] = -XX:+UseConcMarkSweepGC
    F    arg[51] = -XX:TargetSurvivorRatio=90
    F    arg[52] = -verbose:gc
    F    arg[53] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:MaxErrorQueueLength=200
    F    arg[56] = -XX:+PrintGCTimeStamps
    F    arg[57] = -XX:+DisableExplicitGC
    F    arg[58] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:SurvivorRatio=9
    F    arg[61] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[62] = -XX:HeapDumpPath=OOM.hprof
    F    arg[63] = -XX:-TraceClassUnloading
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Sep 16 2010 15:40:24 - 61_REL - optU - windows amd64 - 6 - bas2:142976 (mixed mode)
    J  (CompilerOracle read from file E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\.hotspot_compiler )

    F [Thr 4704] Wed Aug 13 10:49:05 2014
    F  [Thr 4704] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method call:
    F  com/sap/engine/boot/Start.main()
    F  ********************************************************************************

    J Wed Aug 13 10:49:10 2014
    J  5.858: [GC 5.858: [ParNew: 343552K->6707K(381696K), 0.0110668 secs] 343559K->6715K(2059008K), 0.0112063 secs] [Times: user=0.05 sys=0.01, real=0.01 secs]

    F [Thr 4704] Wed Aug 13 10:49:11 2014
    F  [Thr 4704] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 4704] *** LOG    state real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704] *** LOG    total real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704]
    F  [Thr 4704] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 4704] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 4704] *** LOG    total real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704]

    J Wed Aug 13 10:49:13 2014
    J  9.118: [GC 9.119: [ParNewJ 
    J Wed Aug 13 10:49:14 2014
    : 350259K->16694K(381696K), 0.0233455 secs] 350316K->16751K(2059008K), 0.0235734 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:49:25 2014
    J  20.298: [GC 20.298: [ParNew: 360246K->38144K(381696K), 0.1170405 secs] 360668K->62918K(2059008K), 0.1172377 secs] [Times: user=0.39 sys=0.06, real=0.12 secs]

    J Wed Aug 13 10:49:26 2014
    J  21.932: [GC 21.932: [ParNew: 381696K->38144K(381696K), 0.1226817 secs] 407159K->90160K(2059008K), 0.1228570 secs] [Times: user=0.34 sys=0.03, real=0.12 secs]

    J Wed Aug 13 10:49:28 2014
    J  23.292: [GC 23.292: [ParNew: 381696K->38144K(381696K), 0.1285038 secs] 434349K->120556K(2059008K), 0.1286495 secs] [Times: user=0.39 sys=0.05, real=0.13 secs]

    J Wed Aug 13 10:49:36 2014
    J  31.762: [GC 31.762: [ParNew: 381696K->38144K(381696K), 0.1689539 secs] 464356K->161386K(2059008K), 0.1691127 secs] [Times: user=0.42 sys=0.00, real=0.17 secs]

    J Wed Aug 13 10:49:40 2014
    J  35.868: [GC 35.868: [ParNew: 381696K->38144K(381696K), 0.1632272 secs] 508528K->205662K(2059008K), 0.1634124 secs] [Times: user=0.53 sys=0.01, real=0.16 secs]

    M [Thr 3484] Wed Aug 13 10:49:42 2014
    M  [Thr 3484] CCMS: openMonitoringSegment(): inside static JMON Lib: already connected.

    J Wed Aug 13 10:49:42 2014
    J  37.824: [GC 37.824: [ParNew: 381696K->38144K(381696K), 0.1195535 secs] 556408K->240492K(2059008K), 0.1197142 secs] [Times: user=0.34 sys=0.02, real=0.12 secs]

    J Wed Aug 13 10:49:44 2014
    J  39.791: [GC 39.791: [ParNew: 381696K->38144K(381696K), 0.1104638 secs] 584213K->264018K(2059008K), 0.1106449 secs] [Times: user=0.30 sys=0.05, real=0.11 secs]

    J Wed Aug 13 10:49:46 2014
    J  41.241: [GC 41.241: [ParNew: 381696K->38144K(381696K), 0.0858888 secs] 607728K->279353K(2059008K), 0.0860546 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]

    J Wed Aug 13 10:49:47 2014
    J  42.977: [GC 42.977: [ParNewJ 
    J Wed Aug 13 10:49:48 2014
    : 381696K->38144K(381696K), 0.0981324 secs] 622984K->301177K(2059008K), 0.0982954 secs] [Times: user=0.25 sys=0.05, real=0.10 secs]

    J Wed Aug 13 10:49:51 2014
    J  46.854: [GC 46.854: [ParNewJ 
    J Wed Aug 13 10:49:52 2014
    : 381696K->38144K(381696K), 0.1648782 secs] 644786K->339134K(2059008K), 0.1650896 secs] [Times: user=0.42 sys=0.03, real=0.17 secs]

    J Wed Aug 13 10:49:55 2014
    J  50.798: [GC 50.798: [ParNew: 381696K->38144K(381696K), 0.0997711 secs] 682851K->358369K(2059008K), 0.0999877 secs] [Times: user=0.33 sys=0.00, real=0.10 secs]

    F [Thr 4704] Wed Aug 13 10:49:57 2014
    F  [Thr 4704] *** LOG => State changed from 2 (Starting framework) to 10 (Starting apps).
    F  [Thr 4704] *** LOG    state real time: 46.538 CPU time: 6.302 sys, 79.810 usr
    F  [Thr 4704] *** LOG    total real time: 53.768 CPU time: 7.144 sys, 84.240 usr
    F  [Thr 4704]

    J Wed Aug 13 10:49:58 2014
    J  53.859: [GC 53.859: [ParNew: 381675K->27304K(381696K), 0.0820436 secs] 702190K->368321K(2059008K), 0.0822255 secs] [Times: user=0.22 sys=0.03, real=0.08 secs]

    J Wed Aug 13 10:49:59 2014
    J  54.593: [GC 54.593: [ParNew: 370796K->30046K(381696K), 0.0356657 secs] 711861K->371111K(2059008K), 0.0358375 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]

    J Wed Aug 13 10:50:00 2014
    J  55.192: [GC 55.193: [ParNew: 373594K->30730K(381696K), 0.0258616 secs] 714658K->371794K(2059008K), 0.0260706 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
    J  55.823: [GC 55.823: [ParNew: 374272K->33802K(381696K), 0.0299796 secs] 715337K->374867K(2059008K), 0.0301532 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:01 2014
    J  56.442: [GC 56.442: [ParNew: 377335K->38144K(381696K), 0.0404834 secs] 718399K->384198K(2059008K), 0.0406513 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]
    J  56.760: [GC 56.760: [ParNew: 381679K->31747K(381696K), 0.0536330 secs] 727734K->393582K(2059008K), 0.0538047 secs] [Times: user=0.19 sys=0.02, real=0.05 secs]
    J  56.960: [GC 56.960: [ParNewJ 
    J Wed Aug 13 10:50:02 2014
    : 375299K->32769K(381696K), 0.0215789 secs] 737134K->394604K(2059008K), 0.0217479 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]
    J  57.116: [GC 57.116: [ParNew: 376282K->35165K(381696K), 0.0226774 secs] 738117K->397000K(2059008K), 0.0228445 secs] [Times: user=0.12 sys=0.00, real=0.02 secs]
    J  57.298: [GC 57.298: [ParNew: 378667K->25542K(381696K), 0.0176353 secs] 740502K->387377K(2059008K), 0.0178030 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    J  57.952: [GC 57.952: [ParNewJ 
    J Wed Aug 13 10:50:03 2014
    : 369055K->25609K(381696K), 0.0200687 secs] 730890K->387444K(2059008K), 0.0202358 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    J  58.556: [GC 58.556: [ParNew: 369161K->29706K(381696K), 0.0219467 secs] 731184K->391729K(2059008K), 0.0221159 secs] [Times: user=0.13 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:50:04 2014
    J  59.099: [GC 59.099: [ParNew: 373258K->33868K(381696K), 0.0272136 secs] 735369K->395979K(2059008K), 0.0273974 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    J  59.680: [GC 59.680: [ParNew: 377420K->34825K(381696K), 0.0259786 secs] 739531K->396936K(2059008K), 0.0261687 secs] [Times: user=0.06 sys=0.02, real=0.03 secs]

    J Wed Aug 13 10:50:05 2014
    J  60.374: [GC 60.374: [ParNew: 378375K->36874K(381696K), 0.0302984 secs] 740486K->398985K(2059008K), 0.0304678 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:06 2014
    J  60.967: [GC 60.967: [ParNew: 380426K->35850K(381696K), 0.0365359 secs] 742537K->402617K(2059008K), 0.0367110 secs] [Times: user=0.12 sys=0.00, real=0.04 secs]
    J  61.538: [GC 61.539: [ParNew: 379371K->36873K(381696K), 0.0278477 secs] 746137K->403639K(2059008K), 0.0280496 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:07 2014
    J  62.134: [GC 62.134: [ParNew: 380425K->35849K(381696K), 0.0351756 secs] 747191K->405862K(2059008K), 0.0353448 secs] [Times: user=0.13 sys=0.00, real=0.04 secs]
    J  62.838: [GC 62.838: [ParNew: 379401K->36010K(381696K), 0.0308404 secs] 749414K->407507K(2059008K), 0.0310537 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    F [Thr 2264] Wed Aug 13 10:50:09 2014
    F  [Thr 2264] *** WARNING => ShmComponent_findAlias: Cannot find alias for URL '/' (rc = 4 object not found). [sfxxjshm.c   2141]

    J Wed Aug 13 10:50:09 2014
    J  64.756: [GC 64.756: [ParNew: 379562K->38144K(381696K), 0.0320298 secs] 751059K->411260K(2059008K), 0.0322031 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:10 2014
    J  65.094: [GC 65.094: [ParNew: 381696K->35840K(381696K), 0.0322410 secs] 754812K->411975K(2059008K), 0.0324455 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    J  65.421: [GC 65.422: [ParNew: 379392K->35840K(381696K), 0.0288936 secs] 755527K->411975K(2059008K), 0.0290622 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:13 2014
    J  68.078: [GC 68.078: [ParNew: 379392K->38144K(381696K), 0.0665893 secs] 755617K->425283K(2059008K), 0.0667646 secs] [Times: user=0.20 sys=0.03, real=0.07 secs]

    J Wed Aug 13 10:50:16 2014
    J  71.438: [GC 71.438: [ParNew: 381696K->38144K(381696K), 0.0932214 secs] 769080K->449195K(2059008K), 0.0933975 secs] [Times: user=0.30 sys=0.00, real=0.09 secs]

    J Wed Aug 13 10:50:19 2014
    J  74.760: [GC 74.760: [ParNew: 380892K->38144K(381696K), 0.1215723 secs] 792334K->477546K(2059008K), 0.1217688 secs] [Times: user=0.36 sys=0.05, real=0.12 secs]

    J Wed Aug 13 10:50:22 2014
    J  77.119: [GC 77.119: [ParNew: 381696K->38144K(381696K), 0.1395760 secs] 822442K->510048K(2059008K), 0.1397643 secs] [Times: user=0.44 sys=0.02, real=0.14 secs]

    J Wed Aug 13 10:50:26 2014
    J  81.788: [GC 81.788: [ParNewJ 
    J Wed Aug 13 10:50:27 2014
    : 381696K->38144K(381696K), 0.0973212 secs] 854255K->529177K(2059008K), 0.0975087 secs] [Times: user=0.30 sys=0.03, real=0.10 secs]

    J Wed Aug 13 10:50:30 2014
    J  85.066: [GC 85.066: [ParNew: 381696K->38144K(381696K), 0.1079331 secs] 872880K->554405K(2059008K), 0.1081130 secs] [Times: user=0.33 sys=0.02, real=0.11 secs]

    J Wed Aug 13 10:50:32 2014
    J  87.365: [GC 87.365: [ParNew: 381696K->38144K(381696K), 0.1150576 secs] 898125K->576973K(2059008K), 0.1152570 secs] [Times: user=0.36 sys=0.01, real=0.12 secs]

    J Wed Aug 13 10:50:38 2014
    J  92.979: [GC 92.979: [ParNew: 381696K->38144K(381696K), 0.1163222 secs] 922696K->601135K(2059008K), 0.1165078 secs] [Times: user=0.39 sys=0.00, real=0.12 secs]

    J Wed Aug 13 10:50:40 2014
    J  95.237: [GC 95.237: [ParNew: 381512K->38144K(381696K), 0.1529282 secs] 944763K->653296K(2059008K), 0.1531081 secs] [Times: user=0.42 sys=0.03, real=0.15 secs]

    J Wed Aug 13 10:50:42 2014
    J  97.178: [GC 97.178: [ParNew: 381687K->38144K(381696K), 0.0974450 secs] 997172K->766960K(2059008K), 0.0976405 secs] [Times: user=0.30 sys=0.08, real=0.10 secs]

    J Wed Aug 13 10:50:43 2014
    J  98.313: [GC 98.313: [ParNew: 381676K->38144K(381696K), 0.0732400 secs] 1110604K->846500K(2059008K), 0.0734242 secs] [Times: user=0.17 sys=0.09, real=0.07 secs]

    J Wed Aug 13 10:50:44 2014
    J  99.587: [GC 99.588: [ParNew: 381696K->38144K(381696K), 0.0753849 secs] 1190093K->908044K(2059008K), 0.0755849 secs] [Times: user=0.16 sys=0.11, real=0.08 secs]
    J  99.671: [GC [1 CMS-initial-mark: 869900K(1677312K)] 909812K(2059008K), 0.0247344 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:50:44 2014
    J  99.697: [CMS-concurrent-mark-start]

    J Wed Aug 13 10:50:46 2014
    J  100.908: [GC 100.908: [ParNew: 381696K->38144K(381696K), 0.0917262 secs] 1251676K->998042K(2059008K), 0.0919131 secs] [Times: user=0.23 sys=0.09, real=0.09 secs]

    J Wed Aug 13 10:50:47 2014
    J  102.126: [GC 102.126: [ParNew: 381696K->38144K(381696K), 0.1243224 secs] 1341775K->1085661K(2059008K), 0.1245167 secs] [Times: user=0.20 sys=0.25, real=0.13 secs]

    J Wed Aug 13 10:50:47 2014
    J  102.292: [CMS-concurrent-mark: 1.963/2.595 secs] [Times: user=7.71 sys=2.03, real=2.60 secs]
    J  102.292: [CMS-concurrent-preclean-start]
    J  102.488: [CMS-concurrent-preclean: 0.148/0.195 secs] [Times: user=0.61 sys=0.13, real=0.20 secs]
    J  102.488: [CMS-concurrent-abortable-preclean-start]

    J Wed Aug 13 10:50:48 2014
    J  103.579: [CMS-concurrent-abortable-preclean: 0.771/1.091 secs] [Times: user=3.12 sys=0.62, real=1.10 secs]

    J Wed Aug 13 10:50:48 2014
    J  103.582: [GC[YG occupancy: 237047 K (381696 K)]103.583: [Rescan (parallel) , 0.0362884 secs]103.620: [weak refs processing, 0.0384832 secs]103.658: [class unloading, 0.0505195 secs]103.709: [scrub symbol & string tables, 0.0776361 secs]J 
    J Wed Aug 13 10:50:49 2014
    [1 CMS-remark: 1047892K(1677312K)] 1284939K(2059008K), 0.2482807 secs] [Times: user=0.34 sys=0.00, real=0.25 secs]

    J Wed Aug 13 10:50:49 2014
    J  103.830: [CMS-concurrent-sweep-start]
    J  104.714: [CMS-concurrent-sweep: 0.768/0.884 secs] [Times: user=2.73 sys=0.47, real=0.89 secs]
    J  104.715: [CMS-concurrent-reset-start]
    J  104.728: [CMS-concurrent-reset: 0.014/0.014 secs] [Times: user=0.05 sys=0.00, real=0.01 secs]

    J Wed Aug 13 10:50:50 2014
    J  104.828: [GC 104.828: [ParNew: 381696K->38144K(381696K), 0.0671613 secs] 1236693K->918437K(2059008K), 0.0673483 secs] [Times: user=0.19 sys=0.02, real=0.07 secs]

    J Wed Aug 13 10:50:52 2014
    J  107.545: [GC 107.545: [ParNew: 381661K->38144K(381696K), 0.2107511 secs] 1262005K->1077781K(2059008K), 0.2109489 secs] [Times: user=0.39 sys=0.28, real=0.21 secs]

    J Wed Aug 13 10:50:57 2014
    J  112.296: [GC 112.296: [ParNew: 381680K->38144K(381696K), 0.2150438 secs] 1421318K->1251267K(2059008K), 0.2152338 secs] [Times: user=0.25 sys=0.42, real=0.22 secs]

    J Wed Aug 13 10:51:02 2014
    J  117.461: [GC 117.461: [ParNew: 381583K->4140K(381696K), 0.0469289 secs] 1594706K->1254559K(2059008K), 0.0471146 secs] [Times: user=0.11 sys=0.05, real=0.05 secs]

    J Wed Aug 13 10:51:15 2014
    J  130.205: [GC 130.205: [ParNew: 347692K->38144K(381696K), 0.0584412 secs] 1598245K->1290061K(2059008K), 0.0586428 secs] [Times: user=0.22 sys=0.00, real=0.06 secs]

    J Wed Aug 13 10:51:24 2014
    J  139.253: [GC 139.253: [ParNew: 381696K->38144K(381696K), 0.2258658 secs] 1633613K->1373856K(2059008K), 0.2260866 secs] [Times: user=0.61 sys=0.02, real=0.23 secs]

    J Wed Aug 13 10:51:30 2014
    J  145.501: [GC 145.501: [ParNew: 381696K->38144K(381696K), 0.1258713 secs] 1718123K->1422493K(2059008K), 0.1261312 secs] [Times: user=0.39 sys=0.02, real=0.13 secs]
    J  145.636: [GCJ 
    J Wed Aug 13 10:51:31 2014
    [1 CMS-initial-mark: 1384349K(1677312K)] 1427189K(2059008K), 0.0535896 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]

    J Wed Aug 13 10:51:31 2014
    J  145.690: [CMS-concurrent-mark-start]

    J Wed Aug 13 10:51:32 2014
    J  147.302: [CMS-concurrent-mark: 1.569/1.612 secs] [Times: user=2.70 sys=0.28, real=1.62 secs]
    J  147.303: [CMS-concurrent-preclean-start]
    J  147.330: [CMS-concurrent-preclean: 0.024/0.028 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
    J  147.330: [CMS-concurrent-abortable-preclean-start]

    F [Thr 2264] Wed Aug 13 10:51:36 2014
    F  [Thr 2264] *** LOG => State changed from 10 (Starting apps) to 3 (Running).
    F  [Thr 2264] *** LOG    state real time: 98.580 CPU time: 20.670 sys, 143.988 usr
    F  [Thr 2264] *** LOG    total real time: 152.349 CPU time: 27.814 sys, 228.229 usr
    F  [Thr 2264]

    J Wed Aug 13 10:51:37 2014
    J   CMS: abort preclean due to time 152.391: [CMS-concurrent-abortable-preclean: 2.924/5.060 secs] [Times: user=4.04 sys=0.58, real=5.08 secs]

    J Wed Aug 13 10:51:37 2014
    J  152.400: [GC[YG occupancy: 246680 K (381696 K)]152.400: [Rescan (parallel) , 0.1940158 secs]152.594: [weak refs processing, 0.0143033 secs]152.609: [class unloadingJ 
    J Wed Aug 13 10:51:38 2014
    , 0.0556606 secs]152.665: [scrub symbol & string tables, 0.0852505 secs] [1 CMS-remark: 1385469K(1677312K)] 1632149K(2059008K), 0.3894964 secs] [Times: user=0.42 sys=0.00, real=0.39 secs]

    J Wed Aug 13 10:51:38 2014
    J  152.790: [CMS-concurrent-sweep-start]
    J  153.421: [CMS-concurrent-sweep: 0.631/0.631 secs] [Times: user=0.83 sys=0.00, real=0.63 secs]
    J  153.421: [CMS-concurrent-reset-start]
    J  153.435: [CMS-concurrent-reset: 0.014/0.014 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]

  • To create a new file in application server and transfer data to ti

    i am doing the following where i have to create a new file in application server and transfer data to tht file from an internal table.but its saying file cant be opened.the path i am giving to parameter p_prefil is /tmp/prachi.txt.
    wats the prob..can anyone help.
    DATA:L_WA_FINAL TYPE TY_FINAL,
         l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc <> 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    if sy-subrc <> 0.
    write: 'file can not be written'.
    stop.
    endif.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc <> 0.
    write: ' file cannot be closed'.
    stop.
    endif.

    DATA:L_WA_FINAL TYPE TY_FINAL,
    l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc ne 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    write: 'file can not be written'.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc ne  0.
    write: ' file cannot be closed'.
    stop.
    endif.

  • Auto patch error usdsop cannot create a new process

    Hi i am applying hrms family pack k in one vision db in testnode but i am getting following error.Any idea
    appsversion 11.5.10 and windows 2003 advanced server
    Generating product JAR files in JAVA_TOP -
    j:\oracle\viscomn\java with command:
    adjava -mx512m -nojit oracle.apps.ad.jri.adjmx @j:\oracle\visappl\admin\VIS\out\genjars.cmd
    Error:
    usdsop cannot create a new process
    Cause: usdsop encountered an error creating a new process. [Reason].
    Action: Check that your system had enough resources to start a new process. Contact your system administrator to obtain more resou (RE
    Failed to generate product JAR files in JAVA_TOP -
    j:\oracle\viscomn\java.
    adogjf() Unable to generate jar files under JAVA_TOP
    AutoPatch error:
    Failed to generate the product JAR files
    rgds
    rajesh

    This is the primary reason I dislike doing Oracle Apps on Windows.
    If something bad happens while patching, and you find yourself without critical ad executables because relink failed, you need to run relinkenv.cmd to (re)create the APPS.SH unix-style environment (forward slashes) for relink.sh.
    Source or double click on envshell.cmd
    sh adrelink.sh force=y "ad adjava.exe"
    Backup Mode is "file"
    Removing Application products' bin directories from PATH ...
    Done removing Application products' bin directories from PATH
    Removing $FND_TOP/$APPLBIN from PATH ...
    sed: number in \[0-9] invalid
    Done removing $FND_TOP/$APPLBIN from PATH
    awk: adrelink.sh 4107: not found
    grep: adrelink.sh 4107: not found
    grep: adrelink.sh 4107: not found
    echo: adrelink.sh 4107: writing: The pipe is being closed.
    awk: adrelink.sh 4107: not found
    ORACLE RDBMS Version 8.0.6.0.0
    Oracle Reports Version 6.0
    Oracle Applications Release
    Unable to determine the release number.
    To resolve:
    type relinkenv.cmd
    This creates APPS.SH.
    Source or double click on envshell.cmd to create a new session.
    Now type sh
    At the command prompt, type . ./APPS.Sh
    now adrelink.sh force=y "ad adjava.exe"
    You are running adrelink, version 115.85
    Start of adrelink session
    Date/time is Fri Jul 20 20:22:35 PDT 2007
    Log file is d:/oracle/visappl/admin/log/adrelink.log
    Command line arguments are
    "force=y" "ad adjava.exe"
    Done with link of ad executable 'adjava.exe' on Fri Jul 20 20:27:07 PDT 2007
    Done relinking module adjava.exe in product ad
    Done with link of product 'ad' on Fri Jul 20 20:27:07 PDT 2007
    adrelink is exiting with status 0
    End of adrelink session

  • Error : usdsop cannot create a new process

    Hi DBA's,
    I am applying ADI.6 patch 6502082. It was error out with the follwing error message. Kindly check and give me your valuable solution.
    ** Backing up $JAVATOP/META-INF/JRIMETA.DAT...
    Copying JRIMETA.DAT to JRIMETA.DAT.BackedupByAdpatch ...
    Copied JRIMETA.DAT to JRIMETA.DAT.BackedupByAdpatch.
    ** Successfully backed up JRIMETA.DAT.
    STRT_TASK: [Run adjcopy.class] [] [Wed Dec 24 2008 14:24:09]
    Running adjcopy.class:
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy @f:\MIGR\migrappl\admin\MIV\out\apps.cmd
    Error:
    usdsop cannot create a new process
    Cause: usdsop encountered an error creating a new process. [Reason].
    Action: Check that your system had enough resources to start a new process. Contact your system administrator to obtain more resou (RE
    Thanks.

    Hi Ronald,
    please check the bellow one
    C:\Documents and Settings\oracle>which sed
    E:\UTIL\MKS\mksnt/sed.exe
    C:\Documents and Settings\oracle>which cl.exe
    E:\util\VC98\bin/cl.exe
    C:\Documents and Settings\oracle>which %PATH%
    which: Files\Dell\SysMgt\oma\bin;E:\util\VC98\Tools\WinNT;E:\util\VC98\MSDev98\Bin;E:\util\VC98\Tools;E:\util\VC98\bin;E:\apps\U
    \uatora\8.0.6\bin;C:\Perl\site\bin;C:\Perl\bin;E:\UTIL\MKS\bin;E:\UTIL\MKS\bin\x11;E:\UTIL\MKS\mksnt;C:\WINDOWS\system32;C:\WIND
    S;C:\WINDOWS\System32\Wbem;C:\Program: name too long
    C:\Documents and Settings\oracle>
    Thanks

  • Photoshop CC 2014 wont open any files or create a new file

    I can't open any files or create a new file no matter what I do. I've uninstalled Photoshop along with every Adobe application then reinstalled creative cloud and photoshop but that didn't work. I've tried moving the preferences to the desktop, didn't work. Does anyone have any answers? Even my IT guy can't figure it out. Please help. It's been like this for a few days now and I have a work assignment due...ahh!
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Windows 8.1 64-bit
    Version: 6.3

    The problem is with all files. I was just using the linked file from InDesign as an example.
    Here's my system info:
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Windows 8.1 64-bit
    Version: 6.3
    System architecture: Intel CPU Family:6, Model:12, Stepping:3 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, AVX2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2993 MHz
    Built-in memory: 8097 MB
    Free memory: 3818 MB
    Memory available to Photoshop: 7036 MB
    Memory used by Photoshop: 70 %
    3D Multitone Printing: Disabled.
    Windows 2x UI: Disabled.
    Highbeam: Enabled.
    Image tile size: 128K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Display: 2
    Display Bounds: top=0, left=-1920, bottom=1080, right=0
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=2
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=1024
    glgpu[0].GLName="Intel(R) HD Graphics 4600"
    glgpu[0].GLVendor="Intel"
    glgpu[0].GLVendorID=32902
    glgpu[0].GLDriverVersion="10.18.10.3977"
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="Intel(R) HD Graphics 4600"
    glgpu[0].GLRendererID=1046
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,i gd10iumd32"
    glgpu[0].GLDriverDate="20141009000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.30 - Build 10.18.10.3977"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1447 ]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[64]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    clgpu[0].CLPlatformVersion="1.2 "
    clgpu[0].CLDeviceVersion="1.2 "
    clgpu[0].CLMemoryMB=1425
    clgpu[0].CLName="Intel(R) HD Graphics 4600"
    clgpu[0].CLVendor="Intel(R) Corporation"
    clgpu[0].CLVendorID=32902
    clgpu[0].CLDriverVersion="10.18.10.3977"
    clgpu[0].CUDASupported=0
    clgpu[0].CLBandwidth=1.51274e+010
    clgpu[0].CLCompute=192.283
    clgpu[1].CLPlatformVersion="1.2 AMD-APP (1348.5)"
    clgpu[1].CLDeviceVersion="1.2 AMD-APP (1348.5)"
    clgpu[1].CLMemoryMB=2048
    clgpu[1].CLName="Oland"
    clgpu[1].CLVendor="Advanced Micro Devices, Inc."
    clgpu[1].CLVendorID=4098
    clgpu[1].CLDriverVersion="1348.5 (VM)"
    clgpu[1].CUDASupported=0
    clgpu[1].CLBandwidth=5.1353e+010
    clgpu[1].CLCompute=318.462
    License Type: Subscription
    Serial number:
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Temporary file path: C:\Users\Kelley\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 225.1G, 163.1G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2014/08/12-23:42:09   79.557478   79.557478
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/09/07-21:07:38   79.558079   79.558079
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
       AdobeOwl.dll   Adobe Owl   5.2.4  
       AdobePDFL.dll   PDFL 2014/08/18-15:13:12   79.512424   79.512424
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
       AdobeXMP.dll   Adobe XMP Core 2014/08/20-09:53:02   79.156797   79.156797
       AdobeXMPFiles.dll   Adobe XMP Files 2014/08/20-09:53:02   79.156797   79.156797
       AdobeXMPScript.dll   Adobe XMP Script 2014/08/20-09:53:02   79.156797   79.156797
       adobe_caps.dll   Adobe CAPS   8,0,0,13  
       AGM.dll   AGM 2014/08/12-23:42:09   79.557478   79.557478
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       amtlib.dll   AMTLib (64 Bit)   8.0.0.122212002 BuildVersion: 8.0; BuildDate: Wed Jul 30 2014 15:59:34)   1.000000
       ARE.dll   ARE 2014/08/12-23:42:09   79.557478   79.557478
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/08/12-23:42:09   79.557478   79.557478
       BIBUtils.dll   BIBUtils 2014/08/12-23:42:09   79.557478   79.557478
       boost_date_time.dll   photoshopdva   8.0.0  
       boost_signals.dll   photoshopdva   8.0.0  
       boost_system.dll   photoshopdva   8.0.0  
       boost_threads.dll   photoshopdva   8.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/08/12-23:42:09   79.557478   79.557478
       dvaaudiodevice.dll   photoshopdva   8.0.0  
       dvacore.dll   photoshopdva   8.0.0  
       dvamarshal.dll   photoshopdva   8.0.0  
       dvamediatypes.dll   photoshopdva   8.0.0  
       dvametadata.dll   photoshopdva   8.0.0  
       dvametadataapi.dll   photoshopdva   8.0.0  
       dvametadataui.dll   photoshopdva   8.0.0  
       dvaplayer.dll   photoshopdva   8.0.0  
       dvatransport.dll   photoshopdva   8.0.0  
       dvaui.dll   photoshopdva   8.0.0  
       dvaunittesting.dll   photoshopdva   8.0.0  
       dynamiclink.dll   photoshopdva   8.0.0  
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       igestep30.dll   IGES Reader   9.3.0.113  
       imslib.dll   IMSLib DLL   7.0.0.154  
       JP2KLib.dll   JP2KLib 2014/06/28-00:28:27   79.254012   79.254012
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   7.2.1.3399  
       mediacoreif.dll   photoshopdva   8.0.0  
       MPS.dll   MPS 2014/08/18-23:43:19   79.557676   79.557676
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC 2014   15.2.2  
       Plugin.dll   Adobe Photoshop CC 2014   15.2.2  
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.2.0.54  
       PSArt.dll   Adobe Photoshop CC 2014   15.2.2  
       PSViews.dll   Adobe Photoshop CC 2014   15.2.2  
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   8.0.0.14 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   8.0.0.14
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 15.2.2 (2014.2.2 x001 x003)
       Accented Edges 15.2.2
       Adaptive Wide Angle 15.2.2
       Angled Strokes 15.2.2
       Average 15.2.2 (2014.2.2 x001 x003)
       Bas Relief 15.2.2
       BMP 15.2.2
       Camera Raw 8.7.1
       Camera Raw Filter 8.7.1
       Chalk & Charcoal 15.2.2
       Charcoal 15.2.2
       Chrome 15.2.2
       Cineon 15.2.2 (2014.2.2 x001 x003)
       Clouds 15.2.2 (2014.2.2 x001 x003)
       Collada 15.2.2 (2014.2.2 x001 x003)
       Color Halftone 15.2.2
       Colored Pencil 15.2.2
       CompuServe GIF 15.2.2
       Conté Crayon 15.2.2
       Craquelure 15.2.2
       Crop and Straighten Photos 15.2.2 (2014.2.2 x001 x003)
       Crop and Straighten Photos Filter 15.2.2
       Crosshatch 15.2.2
       Crystallize 15.2.2
       Cutout 15.2.2
       Dark Strokes 15.2.2
       De-Interlace 15.2.2
       Dicom 15.2.2
       Difference Clouds 15.2.2 (2014.2.2 x001 x003)
       Diffuse Glow 15.2.2
       Displace 15.2.2
       Dry Brush 15.2.2
       Eazel Acquire 15.2.2 (2014.2.2 x001 x003)
       Embed Watermark 4.0
       Entropy 15.2.2 (2014.2.2 x001 x003)
       Export Color Lookup Tables NO VERSION
       Extrude 15.2.2
       FastCore Routines 15.2.2 (2014.2.2 x001 x003)
       Fibers 15.2.2
       Film Grain 15.2.2
       Filter Gallery 15.2.2
       Flash 3D 15.2.2 (2014.2.2 x001 x003)
       Fresco 15.2.2
       Glass 15.2.2
       Glowing Edges 15.2.2
       Google Earth 4 15.2.2 (2014.2.2 x001 x003)
       Grain 15.2.2
       Graphic Pen 15.2.2
       Halftone Pattern 15.2.2
       HDRMergeUI 15.2.2
       HSB/HSL 15.2.2
       IFF Format 15.2.2
       IGES 15.2.2 (2014.2.2 x001 x003)
       Ink Outlines 15.2.2
       JPEG 2000 15.2.2
       Kurtosis 15.2.2 (2014.2.2 x001 x003)
       Lens Blur 15.2.2
       Lens Correction 15.2.2
       Lens Flare 15.2.2
       Liquify 15.2.2
       Matlab Operation 15.2.2 (2014.2.2 x001 x003)
       Maximum 15.2.2 (2014.2.2 x001 x003)
       Mean 15.2.2 (2014.2.2 x001 x003)
       Measurement Core 15.2.2 (2014.2.2 x001 x003)
       Median 15.2.2 (2014.2.2 x001 x003)
       Mezzotint 15.2.2
       Minimum 15.2.2 (2014.2.2 x001 x003)
       MMXCore Routines 15.2.2 (2014.2.2 x001 x003)
       Mosaic Tiles 15.2.2
       Multiprocessor Support 15.2.2 (2014.2.2 x001 x003)
       Neon Glow 15.2.2
       Note Paper 15.2.2
       NTSC Colors 15.2.2 (2014.2.2 x001 x003)
       Ocean Ripple 15.2.2
       OpenEXR 15.2.2
       Paint Daubs 15.2.2
       Palette Knife 15.2.2
       Patchwork 15.2.2
       Paths to Illustrator 15.2.2
       PCX 15.2.2 (2014.2.2 x001 x003)
       Photocopy 15.2.2
       Photoshop 3D Engine 15.2.2 (2014.2.2 x001 x003)
       Photoshop Touch 14.0
       Picture Package Filter 15.2.2 (2014.2.2 x001 x003)
       Pinch 15.2.2
       Pixar 15.2.2 (2014.2.2 x001 x003)
       Plaster 15.2.2
       Plastic Wrap 15.2.2
       PLY 15.2.2 (2014.2.2 x001 x003)
       PNG 15.2.2
       Pointillize 15.2.2
       Polar Coordinates 15.2.2
       Portable Bit Map 15.2.2 (2014.2.2 x001 x003)
       Poster Edges 15.2.2
       PRC 15.2.2 (2014.2.2 x001 x003)
       Radial Blur 15.2.2
       Radiance 15.2.2 (2014.2.2 x001 x003)
       Range 15.2.2 (2014.2.2 x001 x003)
       Read Watermark 4.0
       Render Color Lookup Grid NO VERSION
       Reticulation 15.2.2
       Ripple 15.2.2
       Rough Pastels 15.2.2
       Save for Web 15.2.2
       ScriptingSupport 15.2.2
       Shake Reduction 15.2.2
       Shear 15.2.2
       Skewness 15.2.2 (2014.2.2 x001 x003)
       Smart Blur 15.2.2
       Smudge Stick 15.2.2
       Solarize 15.2.2 (2014.2.2 x001 x003)
       Spatter 15.2.2
       Spherize 15.2.2
       Sponge 15.2.2
       Sprayed Strokes 15.2.2
       Stained Glass 15.2.2
       Stamp 15.2.2
       Standard Deviation 15.2.2 (2014.2.2 x001 x003)
       STL 15.2.2 (2014.2.2 x001 x003)
       Sumi-e 15.2.2
       Summation 15.2.2 (2014.2.2 x001 x003)
       Targa 15.2.2
       Texturizer 15.2.2
       Tiles 15.2.2
       Torn Edges 15.2.2
       Twirl 15.2.2
       U3D 15.2.2 (2014.2.2 x001 x003)
       Underpainting 15.2.2
       Vanishing Point 15.2.2
       Variance 15.2.2 (2014.2.2 x001 x003)
       Virtual Reality Modeling Language | VRML 15.2.2 (2014.2.2 x001 x003)
       Water Paper 15.2.2
       Watercolor 15.2.2
       Wave 15.2.2
       Wavefront|OBJ 15.2.2 (2014.2.2 x001 x003)
       WIA Support 15.2.2 (2014.2.2 x001 x003)
       Wind 15.2.2
       Wireless Bitmap 15.2.2 (2014.2.2 x001 x003)
       ZigZag 15.2.2
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Libraries
       Adobe Color Themes
    Installed TWAIN devices: NONE

  • Cannot Create a New Group

    All of a sudden, I cannot create any new groups within Address Book! Will not work either from the plus sign at the bottom of the group list or the main menu!
    Any advice on how to resolve?

    quit Address book and delete the file homedirectory/library/application support/address book/AddressBook-v22.abcddb. then start Address Book and see if you can create groups.

  • Cannot create a new connection

    I have created connections in the past with no problems. Today I upgraded to V2 and had exported my connections and so imported them to the new version. Since then I cannot create a new connection.
    Right clicking and selecting New Connection does nothing, whereas clicking new and selecting Database Connection results in a java.lang.NullPointerException error.
    I have done a full re-install of Raptor from the original files and switched off my PC, but no luck.

    Gareth, try the existing thread, and see if that helps:
    Can't create a connection
    the Search forum is a good place to start for most problems

  • Why if i disconnect my external drive, i cannot create a new project,

    why if i disconnect my external drive, i cannot create a new project, I've got, message : the operation couldn't be completed cannot allocate memory,
    what i want is to create m "scratch disk" on my internal hard disk.

    It works i reinstalled it properly and repaired permissions too. but how come now it doesn' t display h264 files before to have transcoded them. Yesterday i had h264 displayed immediately

  • How to create a new file - help please.

    hi there
    i need to create a new file in my program, i did the following:
    /*code--------------------
    PrintWriter out = new PrintWriter(new FileOutputStream(new File("c:\\somedirectory\\outputfile.txt")));
    out.println("product code:"+productCode);
    out.println("product price:"+productPrice);
    out.println("product description:"+productDes);
    out.flush();
    out.close();
    the directory c:\somedirectory\ does not exist yet. i was hoping that when the new file is created, so was the directory. when i run it. the program could not find the path with following error message:
    c:\somedirectory\outputfile.txt (The system cannot find the path specified)
    can anyone of you experts point a rigth solution? thank you.

    thanks
    so the steps to create a new file in a new directory is as follow:
    //create a file object with the directory path
    File d = new File("c:\\xx\\");
    d.mkdir();
    //then create another file object with the path and the file name
    File f = new File("c:\\xx\\abc.txt");
    is this right?

  • How to create a new file

    hello
        how to create a new file myfile.txt in folowing URL
         http://www.mydomain.com/upload/myfile.txtregards

    the_Orient wrote:
    corrected code
    I will to create a text file on webserver
    this file hasethe content "Hello World"
    </div>
    try
    String  S="Hello World"
         URL url = new URL("http://www.mydomain.com");
         URLConnection hpCon = url.openConnection();
         hpCon.setDoOutput(true);
         File file = new File("http://www.mydomain.com/studentes/info.txt");
         file.createNewFile();
    // how to use FileOutputStream  here
    OutputStreamWriter out = new OutputStreamWriter(hpCon.getOutputStream());
         out.write(content);
         out.close();
    }catch(Exception ex){ex.printStackTrace();}     
    Exception :
    java.io.IOException: The filename, directory name, or volume label syntax is incorrect
    {code}
    regards
    Whoa! Do you know what you're doing? Do you have permission to write on that URL? Or does the pathname parameter you passed on File is correct? How about let the server-side handle the creation of file for you by just requesting it? Do you know how to create a server-side Java program (e.i. Servlet)? Umm.. There's a Java tutorial for this for you to get started: [Reading from and Writing to a URLConnection|http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html].
    Ron
    Server-Side Development Team
    [Java-Man 2004|https://sites.google.com/site/raisoftware6/]

  • Cannot Create Bootcamp.dmg - File too Lage

    Hi,
    I am trying to create a clone of Bootcamp WIN XP by using DISK UTILITY. The external hard disk is on FAT32 format. Same as my bootcamp.
    When I try to create NEW IMAGE of the Bootcamp, I am prompted with the message "Cannot Create Bootcamp.dmg - File too large"
    The size of my bootcamp is about 35 GB. The external hard disk has a capacity of 250 GB and i partition one section of 35 GB for creating the image file.
    How do I resolve this issue? How else can I clone my bootcamp WIN XP?

    BraveYaYa wrote:
    Hi,
    I am trying to create a clone of Bootcamp WIN XP by using DISK UTILITY. The external hard disk is on FAT32 format. Same as my bootcamp.
    When I try to create NEW IMAGE of the Bootcamp, I am prompted with the message "Cannot Create Bootcamp.dmg - File too large"
    The size of my bootcamp is about 35 GB. The external hard disk has a capacity of 250 GB and i partition one section of 35 GB for creating the image file.
    How do I resolve this issue? How else can I clone my bootcamp WIN XP?
    You're trying to put a 35GB file image into a 35GB partition? I don't think that will work, since there's some overhead used by OSX for any partition. I would have created a 40GB partition for a 35 GB disk image.
    But I might be misunderstanding your question.

Maybe you are looking for

  • Images of personas and themes not showing on getpersonas etc.

    When I try to view the personas.com site, the images of the personas do not show up on the web page. (This is not the same problem as not seeing my own persona change to the new one on mouse rollover - that form of previewing does work.) The same thi

  • Spatial index fails for arcs in geodetic data

    Where is the documentation for describing the differences between Oracle 8.1.7.2 and Oracle 9.2.0.3 for Spatial? We have 8.1.7.2 for production and are testing 9.2.0.3 in development. Data that loads and builds spatial indexes just fine in 8i fails m

  • Website not scrolling after 2014.1 update

    This is happening to only one website not having this issue on some others. After updating to 2014.1 the website doesn't scroll vertically. I check on all browsers and different computers same thing. Is there any of you having the same issue? I bet t

  • Windows 7 crashes on launch

    I have installed Windows 7 on my MacBook Pro. I know this is currently unsupported as Apple is yet to release an update to Boot Camp, but wondering if anyone else is experiencing this issue. Basically, Windows 7 will crash / shut itself down immediat

  • Lightroom update 5.2 does not install

    I have Lightroom 5.0 installed on my MacBook.  Downloaded update 5.2, as file "LR_5_LS11_mac_5.2.dmg" (without the quotes.) When I click on the file update file I get a  message " LR_5_LS11_ma not recognized". How do I update LR5 to version 5.2?