3.1.2 & SunONE Studio 5u1 problem

Hi,
I just updated from Kodo 3.1.0 to 3.1.2. When I try to build my kodo-ized
package in SunONE Studio 5 Update 1, I see the following Exception:
Annotation: Exception occurred in Request Processor
kodo.util.FatalUserException: The objectid-class specfied by type "class
db.AddressBookMaster" does not have a public string constructor.
NestedThrowables:
java.lang.NoSuchMethodException:
db.AddressBookMasterId.<init>(java.lang.String)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClassMethods(ClassMetaDataImpl.java:840)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClass(ClassMetaDataImpl.java:825)
     at kodo.meta.ClassMetaDataImpl.resolve(ClassMetaDataImpl.java:571)
     at
kodo.meta.JDOMetaDataRepositoryImpl.resolve(JDOMetaDataRepositoryImpl.java:242)
     at
kodo.meta.JDOMetaDataRepositoryImpl.getMetaDatas(JDOMetaDataRepositoryImpl.java:294)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.extractClassNames(JDOCompilerSupport.java:105)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.createDependencies(JDOCompilerSupport.java:56)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.addToJob(JDOCompilerSupport.java:49)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.access$000(AbstractCompileAction.java:39)
     at
org.openide.actions.AbstractCompileAction$Cmp.addToJob(AbstractCompileAction.java:281)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:329)
     at
org.openide.actions.AbstractCompileAction.compileNodes2(AbstractCompileAction.java:132)
     at
org.openide.actions.AbstractCompileAction.performAction(AbstractCompileAction.java:45)
     at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:431)
     at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:97)
     at org.openide.util.Task.run(Task.java:136)
     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
     at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)
Caused by: java.lang.NoSuchMethodException:
db.AddressBookMasterId.<init>(java.lang.String)
     at java.lang.Class.getConstructor0(Class.java:1929)
     at java.lang.Class.getConstructor(Class.java:1019)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClassMethods(ClassMetaDataImpl.java:836)
     ... 19 more
NestedThrowablesStackTrace:
java.lang.NoSuchMethodException:
db.AddressBookMasterId.<init>(java.lang.String)
     at java.lang.Class.getConstructor0(Class.java:1929)
     at java.lang.Class.getConstructor(Class.java:1019)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClassMethods(ClassMetaDataImpl.java:836)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClass(ClassMetaDataImpl.java:825)
     at kodo.meta.ClassMetaDataImpl.resolve(ClassMetaDataImpl.java:571)
     at
kodo.meta.JDOMetaDataRepositoryImpl.resolve(JDOMetaDataRepositoryImpl.java:242)
     at
kodo.meta.JDOMetaDataRepositoryImpl.getMetaDatas(JDOMetaDataRepositoryImpl.java:294)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.extractClassNames(JDOCompilerSupport.java:105)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.createDependencies(JDOCompilerSupport.java:56)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.addToJob(JDOCompilerSupport.java:49)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.access$000(AbstractCompileAction.java:39)
     at
org.openide.actions.AbstractCompileAction$Cmp.addToJob(AbstractCompileAction.java:281)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:329)
     at
org.openide.actions.AbstractCompileAction.compileNodes2(AbstractCompileAction.java:132)
     at
org.openide.actions.AbstractCompileAction.performAction(AbstractCompileAction.java:45)
     at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:431)
     at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:97)
     at org.openide.util.Task.run(Task.java:136)
     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)
Here's a snippet of the metadata for the AddressBookMaster class:
<class name="AddressBookMaster" objectid-class="AddressBookMasterId">
And in AddressBookMasterId.java, I do indeed have a "public string
constructor":
public AddressBookMasterId(String fromString) {
addressNumber = Long.parseLong(fromString);
Any idea what's wrong?
Note that the Java code was all generated by the reverse mapping tool.
Thanks,
Bill

Can you send the relevant .class files to [email protected]?
-Patrick
William Korb wrote:
Hi,
I just updated from Kodo 3.1.0 to 3.1.2. When I try to build my kodo-ized
package in SunONE Studio 5 Update 1, I see the following Exception:
Annotation: Exception occurred in Request Processor
kodo.util.FatalUserException: The objectid-class specfied by type "class
db.AddressBookMaster" does not have a public string constructor.
NestedThrowables:
java.lang.NoSuchMethodException:
db.AddressBookMasterId.<init>(java.lang.String)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClassMethods(ClassMetaDataImpl.java:840)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClass(ClassMetaDataImpl.java:825)
     at kodo.meta.ClassMetaDataImpl.resolve(ClassMetaDataImpl.java:571)
     at
kodo.meta.JDOMetaDataRepositoryImpl.resolve(JDOMetaDataRepositoryImpl.java:242)
     at
kodo.meta.JDOMetaDataRepositoryImpl.getMetaDatas(JDOMetaDataRepositoryImpl.java:294)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.extractClassNames(JDOCompilerSupport.java:105)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.createDependencies(JDOCompilerSupport.java:56)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.addToJob(JDOCompilerSupport.java:49)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.access$000(AbstractCompileAction.java:39)
     at
org.openide.actions.AbstractCompileAction$Cmp.addToJob(AbstractCompileAction.java:281)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:329)
     at
org.openide.actions.AbstractCompileAction.compileNodes2(AbstractCompileAction.java:132)
     at
org.openide.actions.AbstractCompileAction.performAction(AbstractCompileAction.java:45)
     at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:431)
     at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:97)
     at org.openide.util.Task.run(Task.java:136)
     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
     at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)
Caused by: java.lang.NoSuchMethodException:
db.AddressBookMasterId.<init>(java.lang.String)
     at java.lang.Class.getConstructor0(Class.java:1929)
     at java.lang.Class.getConstructor(Class.java:1019)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClassMethods(ClassMetaDataImpl.java:836)
     ... 19 more
NestedThrowablesStackTrace:
java.lang.NoSuchMethodException:
db.AddressBookMasterId.<init>(java.lang.String)
     at java.lang.Class.getConstructor0(Class.java:1929)
     at java.lang.Class.getConstructor(Class.java:1019)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClassMethods(ClassMetaDataImpl.java:836)
     at
kodo.meta.ClassMetaDataImpl.validateAppIdClass(ClassMetaDataImpl.java:825)
     at kodo.meta.ClassMetaDataImpl.resolve(ClassMetaDataImpl.java:571)
     at
kodo.meta.JDOMetaDataRepositoryImpl.resolve(JDOMetaDataRepositoryImpl.java:242)
     at
kodo.meta.JDOMetaDataRepositoryImpl.getMetaDatas(JDOMetaDataRepositoryImpl.java:294)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.extractClassNames(JDOCompilerSupport.java:105)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.createDependencies(JDOCompilerSupport.java:56)
     at
kodo.jdbc.integration.netbeans.JDOCompilerSupport.addToJob(JDOCompilerSupport.java:49)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.access$000(AbstractCompileAction.java:39)
     at
org.openide.actions.AbstractCompileAction$Cmp.addToJob(AbstractCompileAction.java:281)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:361)
     at
org.openide.actions.AbstractCompileAction.prepareJobFor(AbstractCompileAction.java:329)
     at
org.openide.actions.AbstractCompileAction.compileNodes2(AbstractCompileAction.java:132)
     at
org.openide.actions.AbstractCompileAction.performAction(AbstractCompileAction.java:45)
     at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:431)
     at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:97)
     at org.openide.util.Task.run(Task.java:136)
     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)
Here's a snippet of the metadata for the AddressBookMaster class:
<class name="AddressBookMaster" objectid-class="AddressBookMasterId">
And in AddressBookMasterId.java, I do indeed have a "public string
constructor":
public AddressBookMasterId(String fromString) {
addressNumber = Long.parseLong(fromString);
Any idea what's wrong?
Note that the Java code was all generated by the reverse mapping tool.
Thanks,
Bill

Similar Messages

  • Question on SunONE Studio

    Hi,
    I just started learning java(about a week)
    I'm using SunONE Studio 4 to write my programs and
    I found that when I created forms using it's templates,
    it automatically addes classes for me. This is good
    but the way it declares Classes is funnty.
    For example, the compiler automatically
    declares it like this :
    java.awt.event.WindowEvent someEvenet = new java.awt.event.WindowEvent();
    It doesn't seem to utilize the "import" keyword.
    It actually gives the whole absolute path of
    each classes every time
    The problem is that when I manually type in code,
    import java.awt.event.*;
    WindowEvent someEvent = new WindowEvent();
    The compiler gives an error complaining that it
    cannot resolve symbol for WindowEvent();
    Is there any way I can disable this feature so that
    I can write code in a typical, conventional way?
    Import package, then supply only the class name.
    Instead of having to delcare absolute path every time
    as the SunOne Studio?(java.awt.event.WindowEvent = new...)
    Thanks!

    I'm using S1S and it works well for me (Athlon 800).
    To get the code to come out the way you want:
    Tools/Options/Source Creation and Management/Templates/GUI Forms/AWT Forms/Frame (right click Open). You'll see here that you can edit any of the templates - you're the boss.
    Edit the form so it's the way you want. There are some macros like __NAME__ that pick up the data you enter, they're documented but mostly a good guess is all you need.
    Now your import is another issue. Sounds like your boot class path is wrong. (This would be the case if you installed S1S, then moved your jdk from \here to \there. Try reinstalling S1S and see if it doesn't fix itself.

  • DVD Studio burning problem error message: "remove the VIDEO_TS folder from the Build Location"; where is build location

    DVD Studio burning problem error message: "remove the VIDEO_TS folder from the Build Location"; where is build location?

    Thanks Shane I followed your instructions and it turned out pretty well. One quick question, Im working with DVD Studio Pro 4, how do i implement a theme into my project? I cant even fin where thay are located. Thanks.

  • Running programs created with SunOne Studio

    SunOne Studio is the program used to create java programs at school. How do I run the programs I create there at home?

    This blog has some instructions. It talks about the NetBeans IDE, but yours should be close enough for the information to apply.
    http://blogs.sun.com/roller/page/johnc?entry=deploying_and_running_your_app

  • Sun Studio Debugging problem

    Hello
    I need help configuring the Sun studio debugger to work in fedora 8. The project is loaded from a make file, compiles fine, and runs fine. However, I can not place break points, and when I start the visual debugger, it gives a message box titled progress, and hangs on saying: starting debugger: /lib/libc.so.6
    Running from the command line gives me:
    $dbx <my program>
    For information about new features see `help changes'
    To remove this message, put `dbxenv suppress_startup_message 7.6' in your .dbxrc
    Reading <my program>
    Reading ld-linux.so.2
    Reading libm.so.6
    Reading libmpich.so.1.1
    Reading libpthread.so.0
    Reading librt.so.1
    Reading libc.so.6
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: warning: unknown location expression code (0xe0)
    dbx: panic: "ThreadAgent::setup_helper"(): Assertion (ta_td_agent) failed - "thread.cc":2674
    I have another problem in debugging an mpi problem in another installation of Sun Studio on Solaris 10 on a Sun machine. The visual debugger is working fine there, however, I need to debug with mpirun
    to decide the number of processors, because by default it loads the application on one processor. Iwill need to do this as well later on the linux machine I am using now, which doesn't even start the debugger on a sequential code so far.
    I appreciate your help a lot.
    Thank you very much in advance.
    Manal

    mhelal wrote:
    Hi
    Thank you for your reply. you said 2 problems,Yes, basically I meant these two:
    1. dbx: warning: unknown location expression code (0xe0)
    2. dbx: panic: "ThreadAgent::setup_helper"(): Assertion (ta_td_agent) failed - "thread.cc":2674
    First one should be fixed in dbx itself, but the second looks like an incompatibility between Fedora's libc and dbx; unless distros in "supported" list upgrade to the same version of libc, dbx can't be changed to match it.
    In other words, I'm sorry to say that you will probably not succeed in using dbx on Fedora 8 for the time being.

  • Visual Studio 2013 problem setting localhost alias in IIS Express

    I'm trying to define an alias to localhost in development ambient in Visual Studio 2013.
    When I used previous versions of Visual Studio, I used the Visual Studio Development Server to debug and the only thing I needed to do was to change my hosts file adding this entry:
    127.0.0.1 localhost
    127.0.0.1 localhostalias
    I'm having problems to do this with VS2013. I've browsed all over the internet and I've tried the following things, but I'd like someone of you to tell me what am I doing wrong. I've obviously already changed the hosts file...
    In the web project Properties -> Web in the section Servers where IIS Express is selected as default, I tried changing http://localhost:53944 to http://localhostalias:53944 but an error is showed saying: "Unable to create the virtual directory. Cannot
    create the Web site 'http://localhostalias:53944'. You must specify "localhost" for the server name".
    I also tried changing the applicationhost.config which is located in <<Documents>>\IISExpress\config to 
    <site name="<<Site name>>" id="2">
    <application path="/" applicationPool="Clr4IntegratedAppPool">
    <virtualDirectory path="/" physicalPath="<<Site Path>>" />
    </application>
    <bindings>
    <binding protocol="http" bindingInformation="*:53944:*" />
    </bindings>
    </site>
    And when I opened the project it was changed to
    <site name="<<Site name>>" id="2">
    <application path="/" applicationPool="Clr4IntegratedAppPool">
    <virtualDirectory path="/" physicalPath="<<Site Path>>" />
    </application>
    <bindings>
    <binding protocol="http" bindingInformation="*:53944:*" />
    </bindings>
    </site>
    <site name="<<Site name>>(1)" id="3">
    <application path="/" applicationPool="Clr4IntegratedAppPool">
    <virtualDirectory path="/" physicalPath="<<Site Path>>" />
    </application>
    <bindings>
    <binding protocol="http" bindingInformation="*:53944:localhost" />
    </bindings>
    </site>
    Can someone help me?
    Thanks in advance,
    Camilo

    Hello Camilo,
    This forum supports  "setup and deployment of .NET Framework.", if there is something about the installation of .NET Framework, you can post it here. I read your post and I think you should post it under
    IIS forum instead.
    Regards,
    Barry Wang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Creative webcam dell studio 17 problems with creative zen

    hi there, ive got a dell studio 17 with a built in webcam.
    When i try to install the drivers for the creative zen, and put the disk in, a message comes up saying 'we could not find the driver software for your device'
    then windows trys to solve the problem and comes up with a message saying 'this problem was caused by a compatibility issue between this version of windows and yor webcam which was made by creative' 'go online to download and install the update for your webcam'
    however i try the website they gave me, which is the creative support page, but i cant find a built in webcam for the dell studio 17
    i was just wondering whether the answer is right in front of my eyes, or if anyone else had this problem

    Hello MichelleStudio!
    The only thing that comes to mind to help you out here is to try to visit Dell's support website and update your hardware drivers and/or firmware.  To get to your model's specific downloads click on "Drivers & Downloads" and choose the Service Tag option.  It asks you for your Service Tag which is on the bottom of your laptop.  Then it will bring you to a list of available downloads.
    Make sure the operating system is set to Windows Vista 64-bit, as this is what your laptop came with.  The important ones to update are BIOS and Chipset.  But since I don't know specifically what is causing your problem, it's kind of a guessing game.
    This is assuming you can get your laptop to boot up long enough to perform these updates.  You said that the error said something about a driver, so hopefully updating your hardware drivers and firmware help.
    Hope this helps, thank you for posting!
    Jacob|Web Planner | Best Buy® Corporate

  • Developer Studio deployment problem

    Hi All,
    I'm unable to deploy from Developer studio. Error is 'Server XXX did not accept login request as admin on port 50018'.
    Looked into the documentation and put an entry in the host file too. but i still have the problem.
    Studio (2.0.4)
    Server: SP14
    Tried with Studio(2.0.8 & 2.0.11) too. Please help.
    I'd greatly appreciate an answer.
    Thanks in advance,
    Regards,
    Rajit

    Hi,
    I can tell you some strange thing that happens everytime I am deploying with Developer Studio:
    1.) I deploy locally. My password is xxx. Everything is fine.
    2.) I deploy on the productive system. My password is yyy. Everything is fine.
    3.) I change the settings to the integration system. Refresh the view. I can see the correct integration engine. I deploy. My password is yyy. The files are deployed on the productive system, not the integration system. Bad Luck.
    If I change the password for the productive system to zzz, I get the same error message as you got when I try to deploy with zzz to the productive system. That is because Developer Studio connects to the wrong system.
    This error happens every single time. Therefore I stopped deploying via Developer Studio for other engines but my own localhost. Deplyoing with SDM gui works just fine.
    May be, you have a similar situation ?
    Regards, Astrid

  • Very Strange Logic Studio Installing Problem, please help !

    Hello .
    I wanted to install Logic Studio 9 on a brand new imac and somehow installation was failed .
    Than i erased what ever i could which was left from the failed installation .
    And now i am trying to reinstall, but this time Installation is not asking me Audio Content 1, 2 and 3
    And also after Jam Pack 1, instead of continuing to 2 and 3, is asking to put install disk , and after that point installation getting failed again .
    So far what i erased after failure was (only the ones i could find out of this list )
    Application Files
    /Applications/Compressor
    /Applications/Logic Node
    /Applications/Logic Pro
    /Applications/MainStage
    /Applications/Soundtrack Pro
    /Applications/WaveBurner
    /Applications/Utilities/Apple Loops Utility
    /Applications/Utilities/Impulse Response Utility
    Factory Settings, Instruments
    /Library/Application Support/Logic/
    /Library/Application Support/Garageband/
    /Library/Application Support/Garageband Content/ (Legacy)
    /Library/Application Support/Soundtrack Pro/
    /Library/Application Support/WaveBurner/
    Impulse Responses
    /Library/Audio/Impulse Responses/
    Receipts
    Receipts can vary quite a bit depending on your system. Try to find all those that look like the following:
    /Library/Receipts/AudioContentforSoundtrackProXX.pkg
    /Library/Receipts/CompressorXX.pkg
    /Library/Receipts/EXS24SamplerLibrarySamples.pkg
    /Library/Receipts/EXS24SamplerLibraryStudio.pkg
    /Library/Receipts/GarageBandXX.pkg
    /Library/Receipts/ImpulseData.pkg
    /Library/Receipts/ImpulseResponseUtility.pkg
    /Library/Receipts/JamPackXX.pkg
    /Library/Receipts/LogicXX.pkg
    /Library/Receipts/MainStageXX.pkg
    /Library/Receipts/RemixToolsXX.pkg
    /Library/Receipts/RhythmSectionXX.pkg
    /Library/Receipts/SharedLogicStudioHelpFiles.pkg
    /Library/Receipts/SoundtrackProXX.pkg
    /Library/Receipts/UltrabeatXX.pkg
    /Library/Receipts/WaveburnerXX.pkg
    User Preferences:
    ~/Library/Preferences/com.apple.logic.pro.plist
    ~/Library/Preferences/com.apple.logic.pro.cs
    ~/Library/Preferences/Logic/ (Legacy preferences)
    License
    /Library/Application Support/ProApps/Logic Studio System ID
    Apple Loops
    /Library/Audio/Apple Loops/Apple/Apple Loops for GarageBand/
    /Library/Audio/Apple Loops/Apple/Apple Loops for Soundtrack Pro/
    /Library/Audio/Apple Loops/Apple/iLife Sound Effects/
    /Library/Audio/Apple Loops/Apple/Jam Pack 1/
    /Library/Audio/Apple Loops/Apple/Jam Pack Remix Tools/
    /Library/Audio/Apple Loops/Apple/Jam Pack Rhythm Section/
    /Library/Audio/Apple Loops/Apple/Jam Pack Symphony Orchestra/
    /Library/Audio/Apple Loops/Apple/Jam Pack World Music/
    /Library/Audio/Apple Loops Index/
    But what ever i tried, gives no solution . At the end a fail .
    How can i wipe out all the Logic existence from my computer to make new install ?
    Or, what is this problem i am having? As installation is not asking some discs which is necessary for the setup anymore .
    Did anyone experienced that ?
    I will be very happy if someone can assist on me this . Since 5 hours i am trying to setup this thing .
    Thanks a lot

    it is very frustrating to see such an installation problem happening from a "professional" called DAW .
    I am actually a Protools user , and i have never had this type of complications .
    I mean come on, i am just trying to install the thing .
    On a new system, on a new computer and from an original purchase .
    I believe i have enough computer knowledge to instal a simple software .
    But i am spending almost 10 hours since yesterday to install Logic .
    Instead of making designer boxes or giving fancy advertisements, i am inviting Apple Engineers to create proper working software .
    Especially to see a professional audio software like Logic in this epic fall, is very very bad .
    I mean you can say i am problematic and don't know how to instal a simple software, but than please write to google, Logic installation problems , and you will see thousands of issues .
    Whatever i am writing here not against to the people who are replying and want to help , i just want Apple to read this .
    Ah , i am sure Apple won't put attention on it , but doesn't matter .
    You just lost 1 customer for Logic
    I am erasing this thing now from my computer and continue with Protools as the way i was doing .
    Sorry if i am bitter, but this is not acceptable .
    Message was edited by: timbre2010

  • Logic Studio Install Problems

    Purchased Logic Studio a couple weeks ago.  The first set I recieved would not install correctly and it errored out several times regardless of how I went about installing it.  Contacted Apple Support and they indicated I may have a bad set of disks so I returned my set and recieved a new set yesterday.  Install problems continue but now different.  Orginal set woudl load a coiuple of disks then error out.  This set will laod the install disk then when asked to insert the Audio Content 1 disk the computer will spin th edisk around a few times the spit it out.  Tried several times and even tried inserting other content disks.  I've read some of the conent here and some mention a possibel bad DVD Drive but I do no think my DVD Drive is the problem since after trying the Logic Studio set I successfully installed FrameForge.
    When I attempted to install the first set of disks last week I was able to select all the options, SoundTrack Pro, Mainstage, etc.  On this set my SoundTrack Pro option is grayed out and I cannot select it to load.  I read here last week, when the first set would not load, to remove everything associated with Logic Studio and try again, which I did.  Is it possible there are remneants remaining somewhere on my system that is disallowing the SoundTrack install this time?
    My system config is:
    Processor: 3.4 GHz Intel Core i7
    Memory: 16GB 1333 MHz DDR3
    Graphics: AMD Radeon HD 6970M 2048MB
    Software: Mac OSX Lion 10.7.5 (11G63b)
    1TB Internal SATA Disk (This is the drive I am attempting to load on)
    256GB Flash Storage
    12TB (RAID 5 Configure to 6TB) Pegasus External
    This evening I will call Apple Support again, but any advice from the audience is much appreciated.
    Signed: Frustrated but Determined

    Purchased Logic Studio a couple weeks ago.  The first set I recieved would not install correctly and it errored out several times regardless of how I went about installing it.  Contacted Apple Support and they indicated I may have a bad set of disks so I returned my set and recieved a new set yesterday.  Install problems continue but now different.  Orginal set woudl load a coiuple of disks then error out.  This set will laod the install disk then when asked to insert the Audio Content 1 disk the computer will spin th edisk around a few times the spit it out.  Tried several times and even tried inserting other content disks.  I've read some of the conent here and some mention a possibel bad DVD Drive but I do no think my DVD Drive is the problem since after trying the Logic Studio set I successfully installed FrameForge.
    When I attempted to install the first set of disks last week I was able to select all the options, SoundTrack Pro, Mainstage, etc.  On this set my SoundTrack Pro option is grayed out and I cannot select it to load.  I read here last week, when the first set would not load, to remove everything associated with Logic Studio and try again, which I did.  Is it possible there are remneants remaining somewhere on my system that is disallowing the SoundTrack install this time?
    My system config is:
    Processor: 3.4 GHz Intel Core i7
    Memory: 16GB 1333 MHz DDR3
    Graphics: AMD Radeon HD 6970M 2048MB
    Software: Mac OSX Lion 10.7.5 (11G63b)
    1TB Internal SATA Disk (This is the drive I am attempting to load on)
    256GB Flash Storage
    12TB (RAID 5 Configure to 6TB) Pegasus External
    This evening I will call Apple Support again, but any advice from the audience is much appreciated.
    Signed: Frustrated but Determined

  • Final Cut Studio install problems

    Well I was thrilled to get Final Cut Studio 2, but cannot get the thing installed. Looking to do a 100% uninstall so I can start fresh
    I have the following disks:
    1. Final Cut Studio
    2. DVD Studio
    3. Livetype1
    4. Livetype2
    5. Motion
    On my first install everything went as planned and it asked me for serial number. I made it thru the first disk with no problems, and the 2nd one installed for awhile, but suddenly stopped. A message popped up saying to put the Final Cut Studio disk back in. When I did that it failed. So I followed these steps:
    Delete the User Preferences
    You can resolve many issues by restoring Final Cut Pro back to its original settings. This will not impact your project files, but you should verify your Scratch Disk location setting after doing this. To reset your Final Cut Pro user preference settings to their original state, do the following:
    In the Finder, go to ~/Library/Preferences—the tilde (~) represents your Home folder.
    Remove the "com.apple.finalcutpro.plist" file from the Preferences folder.
    Remove the "Final Cut Pro User Data" folder from the Preferences folder.
    Remove receipts and reinstall Final Cut Pro
    Another approach you might consider is reinstalling Final Cut Pro. To do this effectively, you need to remove the application and its receipts, then install Final Cut Pro and use Software Update to install additional updates. You don't have to remove everything that was installed with Final Cut Pro. Follow the steps below to completely reinstall a fresh copy of Final Cut Pro. Note: Make sure that you have your installation discs and serial number handy before starting this.
    Open the Applications folder.
    Drag the Final Cut Pro application to the Trash.
    Go to /Library/Receipts.
    In the Receipts folder, select the "FinalCutPro.pkg" file.
    Choose View > as List to view the contents in a list.
    Click the Date Modified column header so you can easily see all of the receipts that were installed at the same time as Final Cut Pro.
    Drag the FinalCutPro.pkg receipt to the Trash, as well as any other items that have the same modification date within 3 minutes of the FinalCutPro.pkg's modification date.
    Click the Name column header to sort the list alphabetically.
    Drag any other receipts whose names begin with "Final Cut Pro" to the Trash.
    Insert your Final Cut Pro installation disc and install Final Cut Pro.
    When finished, use Software Update (under the Apple menu) to update your software to the latest version.
    I started a fresh install, but noticed it never asked me again for my serial number. I was skeptical, but the installation went on and I made it all the way to the last disk, but when I put the Motion disk in the computer seemed to struggle to read the disk and eventually asked for the FCP disk to be put back in which resulted in another error.
    I have tried several times since then to get this thing installed but keep failing. I worry about how it never asks me for a serial number. Are there some files that I am not deleting?
    I have also tried to install one disk at a time and installing without Content.
    Using a brand new Imac

    Not sure if this is related but I've upgraded from FCS 1 to FCS 2 and all went well. I've now started to install all the various application media and Motion fails around 75% through the installation. I've tried to do a disk image of the disk but again that fails approx. 75% of the way through with the error "I/O error"
    Tried the Soundtrack Pro media this morning and got through the first disk and again about 75% through disk 2 the installation failed.
    Maybe Apple has bought a job lot of 'cheap' DVD's to save some money? I'll pop into an Apple store and see what they have to say!
    HVXuser

  • Older Studio Display Problem

    I have an older (clear base & grey/white stripe) Apple Studio Display hooked into an older 2GHz PowerPC G5 running 10.4.11. I went to turn the machine on as usual by touching the sensor on the display. The machine turns on, but nothing displays. Checked connector, still same problem. Hooked old CRT into other slot on card (GeForce FX 5200) via ADC adapter, and that works, but nothing on ASD. System Profiler recognizes the ASD, says it's on online, but no picture on screen. Any help would be appreciated.

    Personally, it sounds like the back light went out. I don't think it is worth fixing. Go splurge on a 24" Apple LCD Display
    Glor

  • 17" Studio Display Problem/Question

    The bottom right light/button on the display started constantly blinking and the top portion of my screen has decreased in brightness. The bottom portion looks fine. Any ideas on the problem?

    Heres an update to what I have done.
    I took the G4 to work and put in a PCI card from another machine. I connected it to a CRT monitor and it worked fine. All the resolutions support showed up. So it has to do something with the studio display and or the nvidia card.

  • DVD Studio menu problem

    Hi Guys,
    I have seen lots of questions all over the net about this issue with no definitive answer as yet. I have always accepted slightly soft or pixellated menu images and text when creating in DVD studio pro but I now have a client breathing down my neck demanding sharp text and overlay images. I have tried .psd files, creating text over tiff, jpeg and png bckgrounds at 300dpi and creating loopable video in FCP to import as a menu background. Nothing works. There is always some element of the menu, usually text added within DVD Studio, that looks bad in normal state and especially bad when in selected state.
    Please help. I just want crisp menu pages!

    I have found I have had similiar problems with DVD studio pro. Pixelatted text. As you have tried PSD's png, jpegs etc, to my knowledge you are running out of answers.
    I have always successfully created sharp text DVD menus with After Effects. 
    Here's a great tutorial is not familiar -:
    http://www.videocopilot.net/tutorials/dvd_authoring/
    hope it helps

  • Process integrator Studio logon problem

    I have the following problem when trying to logon through eval copy of jflow studio connecting to an Oracle Instance:
    using admin/security as user/password to t3://localhost:7001:
    error log said:
    javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: class weblogic.jndi.WLContext_WLStub previously not found
    at weblogic.rjvm.MsgAbbrev.read(Compiled Code)
    at weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:505)
    at weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.java:34)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(Compiled Code)
    at weblogic.socket.JavaSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    --------------- nested within: ------------------
    weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.lang.ClassNotFoundException: class weblogic.jndi.WLContext_WLStub previously not found]
    at weblogic.jndi.internal.RemoteContextFactoryImpl_WLStub.getContext(RemoteContextFactoryImpl_WLStub.java:105)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:316)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:242)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(Compiled Code)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:148)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:123)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    at javax.naming.InitialContext.init(InitialContext.java:218)
    at javax.naming.InitialContext.<init>(InitialContext.java:194)
    at com.bea.wlpi.client.studio.Logon.getInitialContext(Logon.java:327)
    at com.bea.wlpi.client.studio.Logon.ok(Logon.java:181)
    at com.bea.wlpi.client.studio.WorkflowDialog.actionPerformed(WorkflowDialog.java:108)
    at javax.swing.AbstractButton.fireActionPerformed(Compiled Code)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1101)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Compiled Code)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    at javax.swing.JRootPane$DefaultAction.actionPerformed(JRootPane.java:495)
    at javax.swing.JComponent.processKeyBinding(Compiled Code)
    at javax.swing.JComponent.processKeyBindings(Compiled Code)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:1466)
    at java.awt.Component.processEvent(Compiled Code)
    at java.awt.Container.processEvent(Compiled Code)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.LightweightDispatcher.processKeyEvent(Container.java:1671)
    at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventQueue.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
    If I put the weblogic/classes into java class path, it would give me
    another error, saying that it cannot find a method from the error class:
    javax.naming.NamingException. Root exception is java.lang.NoSuchMethodError: weblogic.rmi.extensions.WRMIOutputStream: method writeObject(Ljava/lang/Object;)V not found
    at weblogic.jndi.WLContext_WLSkel.invoke(WLContext_WLSkel.java:78)
    at weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAdapter.java:347)
    at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:69)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    --------------- nested within: ------------------
    weblogic.rmi.ServerError: A RemoteException occurred in the server method
    - with nested exception:
    [java.lang.NoSuchMethodError: weblogic.rmi.extensions.WRMIOutputStream: method writeObject(Ljava/lang/Object;)V not found]
    at weblogic.rmi.extensions.AbstractRequest.sendReceive(AbstractRequest.java:76)
    at weblogic.jndi.WLContext_WLStub.lookup(WLContext_WLStub.java:192)
    at weblogic.jndi.toolkit.WLContextStub.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(InitialContext.java:349)
    at com.bea.wlpi.client.studio.Logon.ok(Logon.java:182)
    at com.bea.wlpi.client.studio.WorkflowDialog.actionPerformed(WorkflowDialog.java:108)
    at javax.swing.AbstractButton.fireActionPerformed(Compiled Code)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1101)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Compiled Code)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    at javax.swing.JRootPane$DefaultAction.actionPerformed(JRootPane.java:495)
    at javax.swing.JComponent.processKeyBinding(Compiled Code)
    at javax.swing.JComponent.processKeyBindings(Compiled Code)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:1466)
    at java.awt.Component.processEvent(Compiled Code)
    at java.awt.Container.processEvent(Compiled Code)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.LightweightDispatcher.processKeyEvent(Container.java:1671)
    at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventQueue.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
    It looks like it is trying to use a wrong class of the same name. Please
    advise.

    I have the following problem when trying to logon through eval copy of jflow studio connecting to an Oracle Instance:
    using admin/security as user/password to t3://localhost:7001:
    error log said:
    javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: class weblogic.jndi.WLContext_WLStub previously not found
    at weblogic.rjvm.MsgAbbrev.read(Compiled Code)
    at weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:505)
    at weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.java:34)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(Compiled Code)
    at weblogic.socket.JavaSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    --------------- nested within: ------------------
    weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.lang.ClassNotFoundException: class weblogic.jndi.WLContext_WLStub previously not found]
    at weblogic.jndi.internal.RemoteContextFactoryImpl_WLStub.getContext(RemoteContextFactoryImpl_WLStub.java:105)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:316)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:242)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(Compiled Code)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:148)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:123)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    at javax.naming.InitialContext.init(InitialContext.java:218)
    at javax.naming.InitialContext.<init>(InitialContext.java:194)
    at com.bea.wlpi.client.studio.Logon.getInitialContext(Logon.java:327)
    at com.bea.wlpi.client.studio.Logon.ok(Logon.java:181)
    at com.bea.wlpi.client.studio.WorkflowDialog.actionPerformed(WorkflowDialog.java:108)
    at javax.swing.AbstractButton.fireActionPerformed(Compiled Code)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1101)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Compiled Code)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    at javax.swing.JRootPane$DefaultAction.actionPerformed(JRootPane.java:495)
    at javax.swing.JComponent.processKeyBinding(Compiled Code)
    at javax.swing.JComponent.processKeyBindings(Compiled Code)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:1466)
    at java.awt.Component.processEvent(Compiled Code)
    at java.awt.Container.processEvent(Compiled Code)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.LightweightDispatcher.processKeyEvent(Container.java:1671)
    at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventQueue.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
    If I put the weblogic/classes into java class path, it would give me
    another error, saying that it cannot find a method from the error class:
    javax.naming.NamingException. Root exception is java.lang.NoSuchMethodError: weblogic.rmi.extensions.WRMIOutputStream: method writeObject(Ljava/lang/Object;)V not found
    at weblogic.jndi.WLContext_WLSkel.invoke(WLContext_WLSkel.java:78)
    at weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAdapter.java:347)
    at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:69)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    --------------- nested within: ------------------
    weblogic.rmi.ServerError: A RemoteException occurred in the server method
    - with nested exception:
    [java.lang.NoSuchMethodError: weblogic.rmi.extensions.WRMIOutputStream: method writeObject(Ljava/lang/Object;)V not found]
    at weblogic.rmi.extensions.AbstractRequest.sendReceive(AbstractRequest.java:76)
    at weblogic.jndi.WLContext_WLStub.lookup(WLContext_WLStub.java:192)
    at weblogic.jndi.toolkit.WLContextStub.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(InitialContext.java:349)
    at com.bea.wlpi.client.studio.Logon.ok(Logon.java:182)
    at com.bea.wlpi.client.studio.WorkflowDialog.actionPerformed(WorkflowDialog.java:108)
    at javax.swing.AbstractButton.fireActionPerformed(Compiled Code)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1101)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Compiled Code)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    at javax.swing.JRootPane$DefaultAction.actionPerformed(JRootPane.java:495)
    at javax.swing.JComponent.processKeyBinding(Compiled Code)
    at javax.swing.JComponent.processKeyBindings(Compiled Code)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:1466)
    at java.awt.Component.processEvent(Compiled Code)
    at java.awt.Container.processEvent(Compiled Code)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.LightweightDispatcher.processKeyEvent(Container.java:1671)
    at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventQueue.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
    It looks like it is trying to use a wrong class of the same name. Please
    advise.

Maybe you are looking for

  • Report for non Domain computers

    Is there a way to run a report for all computers not on a specified domain?

  • How do I set-up my memory amount for max speed for FCP and Motion

    Hey all, I have a Dual 2.3 G5 with (8 Gigs) Ram. I'm working with a new client. I want to set up my memory or whatever else to provide MAXIMUM processing power for FCP and MOTION. Does anyone have any recommended settings. I've maxed-our RAM. My card

  • Rebate....G/L accounts

    Hii frnds I have wokring on rebate and would like to know which accounts will get affected i nthis process........need to know which Gl accounts are to be created and assigned [email protected] Regards maddy

  • Sort problem on dynamic query !!

    Hi, I have a dynamic query written in pl/sql, when I check "Sort" for each field in Report Attribute, error message raised up as "ORA-01785: ORDER BY item must be the number of a SELECT-list expression". If I do not check Sort, it works fine. In my a

  • Removing items from "open a recent item" list

    Hi, I deleted some files in dreamweaver cs5, but they still appear in "Open a recent item", how can I remove them from the list? Thanks for any help David