LCM Utility.bat can't load plugin class

Utility.bat won't run unless you have SetEnv.bat in the same directory. When running from either C:\Oracle\Middleware\EPMSystem11R1\common\utilities\LCM\11.1.2.0\bin or C:\Oracle\Middleware\user_projects\epmsystem2\bin, I get:
SEVERE: Unable to load the plugin class com.hyperion.expimp.ExportImportManager
I can run an export through the shared services web page just fine. Any ideas?
C:\Oracle\Middleware\user_projects\epmsystem2\bin>"C:\Oracle\Middleware\EPMSyste
m11R1\common\utilities\LCM\11.1.2.0\bin\Utility.bat" C:\HFM-backup\WAHYPWEBDEV1-
MigrationDefinition-ReportingandAnalysis.xml
Oct 11, 2012 11:40:26 AM com.hyperion.hit.registry.DatabaseComponentImpl getData
baseHostName
INFO: Registry DB has been configured with thin driver jdbc:oracle:thin:@WAHYPDB
ADEV1.qg.com:1521:HYPEDEV1.
Oct 11, 2012 11:40:26 AM com.hyperion.css.common.CSSUtils toInt
WARNING: Number format exception has occurred. null. No action required.
Oct 11, 2012 11:40:27 AM oracle.EPMAUDITCLIENT
INFO: Client Enable Status false
Oct 11, 2012 11:40:27 AM oracle.EPMAUDITCLIENT
INFO: Audit Client has been created for the product HUB-11.1.2.0
Oct 11, 2012 11:40:29 AM
INFO: Initializing CMSClient.
Oct 11, 2012 11:40:29 AM
INFO: CMSClient initialized successfully.
Oct 11, 2012 11:40:29 AM
INFO: Checking if application group Reporting and Analysis exists in Registry.
Oct 11, 2012 11:40:29 AM
INFO: Validating user inputs.
Oct 11, 2012 11:40:29 AM
INFO: User input validations done.
Oct 11, 2012 11:40:29 AM
INFO: Checking if application group Reporting and Analysis exists in Registry.
Oct 11, 2012 11:40:29 AM
INFO: Retrieving application id for application with display-name Reporting and
Analysis.
Oct 11, 2012 11:40:29 AM
INFO: Validating user inputs.
Oct 11, 2012 11:40:29 AM
INFO: User input validations done.
Oct 11, 2012 11:40:29 AM
INFO: Application id retrieved successfully from registry - 00000130b2adae56-000
0-6a07-0affa8b4.HAVA for application with display-name Reporting and Analysis
Oct 11, 2012 11:40:29 AM
INFO: Initializing CMSClient.
Oct 11, 2012 11:40:29 AM
INFO: CMSClient initialized successfully.
Migrating artifacts from Reporting and Analysis/Reporting and Analysis To /Repor
ting and Analysis-Reporting and Analysis
Oct 11, 2012 11:40:29 AM oracle.EPMAUDITCLIENT
INFO: Client Enable Status false
Oct 11, 2012 11:40:29 AM oracle.EPMAUDITCLIENT
INFO: Audit Client has been created for the product HAVA-11.1.2.0
Unable to load the plugin class com.hyperion.expimp.ExportImportManager
Oct 11, 2012 11:40:29 AM com.hyperion.lcm.common.manager.ManagerFactory getManag
er:53
SEVERE: Unable to load the plugin class com.hyperion.expimp.ExportImportManager
Unable to load the plugin class com.hyperion.expimp.ExportImportManager
Oct 11, 2012 11:40:29 AM com.hyperion.lcm.common.LCMLogger logMessages:937
SEVERE: Unable to load the plugin class com.hyperion.expimp.ExportImportManager
Migration Status - Completed with failures.

A Full trace might help us out:
http://forum.java.sun.com/thread.jspa?threadID=656028

Similar Messages

  • Can i load a class in subdirectoy  inside a jar file using applet tag?

    hi every one.. thank you for reading ... i am really in dire need for the solution..
    my problem is that i have a jar file contianing a package which inturn contains my applet class...
    i am trying to access this applet class using a applet tag in html file. this html file is in same directory as the jar file. i am having no problems in windows but when i am doing this in linux apache server i was getting class not found exception. (already checked the file permissions). and when i am successful when using simple package directory instead of jar file . so gist of my quesition is "can i load a class in subdirectoy inside a jar file using applet tag in a html file"?

    When you tested in Windows were you using Internet Explorer? On Linux you will be using a different browser, usually Mozilla of some version, or Firefox. Note that the HTML tags for applets will be different between the browsers if you are using the object tag. Principally the classid value for the object tag will differ between Firefox and Internet Explorer.

  • Can't load any classes from infobus.jar (WL 6.0 SP1)

    Hi,
    I am deploying an .ear file, which has one .war file in it. The war file, has
    infobus.jar, inside it under \WEB-INF\lib. Whenever in my servlet code I try to
    load a class from infobus.jar, I get the following exception :
    About to load class javax.infobus.InfoBusDataConsumer<<<<<<<<<<java.lang.ClassNotFoundException: InfoBusDataConsumer
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:178)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:45)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at XDILoginForm.init(XDILoginForm.java:99)
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:638)
    at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:581)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:526)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1078)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:1022)
    at weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:499)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:421)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.deploy(Application.java:175)
    at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:173)
    at weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:217)
    at weblogic.management.mbeans.custom.Application.setDeployed(Application.java:187)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1136)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:773)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:750)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:256)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:318)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:259)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:291)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:173)
    at $Proxy7.setDeployed(Unknown Source)
    at weblogic.management.console.pages._panels._mbean._application._jspService(_application.java:303)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1622)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    But if I put the infobus.jar on system classpath , everything works out fine.
    Can somebody tell me, what is going on

    Gseel is right: you try to instantiate an EJB with the BDK.
    Enterprise Java Beans are totally different from graphical/GUI beans. EJBs are thought for dealing with business logic like accessing a database, ldap directory and so on. They run on a application server (simply speaking - a java enabled webserver) and do some processing to handle user requests. Enterprise Java Beans usually don't interact directly with the user, they only do the work in the background and forward their results, which are then rendered for the user. Typically they are employed for handling web requests (a user with a browser), but they can also be used for awt/swing applications. Though - let me repeat - they don't appear visually on the screen.
    The only similarities between those two bean types are the following: they have getter/setter methods for their properties, they implement Serializeable (or a sub-interface like Externalizable, Remote) and they have a default no-argument constructor.
    If you want to run your been you need an application server (your bean is pre-packaged for the Bea Weblogic app-server). If you want to do something graphical, you'll need to search for GUI beans.
    dani3l

  • LCM utility.bat

    Hi John,
    I had gone through your blog for LCM and also some other docs relating to it. Using the utility.bat is it only we can export the defined artifacts in the migration file? Can we import the artifacts into the target application?
    My scenario is to automate migration of artifacts using LCM from one environment to another environment.

    Hi,
    First use the Shared service web interface to select the artifacts which you to migrate over from source to target and
    save the migration file(.xml) after selecting the artifacts.
    Move the .xml file to the target location where you have installed LCM and then use the utility.bat command to import the artifacts in the target application.
    Automation can be done by calling the utility in a batch file and accepting the username and password in batch file
    which is required at the time of running the utility.
    You can also refer to the link below:
    http://www.in2hyperion.com/websites/in2hyperionblog/post/2011/03/20/Learning-Life-Cycle-Management-(LCM)-Command-Line-Security-Synchronization.aspx
    Thanks,
    Sourabh

  • LCM utility.sh can be automated?

    Hi,
    LCM Utility - How to supply userid/password (to avoid prompting)
    I have read the above thread.
    I understand that once we enter UID and PWD during runtime the credentials will get stored in import.xml file.
    Can we actually automate this for indivudual artifacts? Can we pass the UID and PWD to avoid prompting?
    Suppose i have a situation where i have to migrate updated artifact in dev to prod.
    Scenario :
    I have updated a dataform in dev and exported it using LCM to a file system.
    we get 3 objects now:
    migrated folder
    export.xml
    import.xml
    Now i have to automate the process of importing it to prod.
    utility.sh import.xml.  it prompts for UID and PWD.
    Suppose i have to automate this stuff on a daily basis. Understand that every time i do a export i get a new import.xml file. In this situation i have to again enter UID and PWD.
    Does anyone did this automation for individual artifacts?
    Thanks in advance,
    DS

    You could write some thing that replaces the password in the xml file
    <User name="" password=""/>
    A piece of code could open the file look for password="" and then update it to the correct value which could even be the encrypted password.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can't load JavaMail classes

    Hi,
    I'm new to Aurora and having trouble getting a set of source files (javamail 1.1.3) to load into jserver properly.
    I'm not sure if i should load the mail.jar into Oracle using loadjava first, or simply set the classpath to point to mail.jar?
    I tried it both ways
    When I try to load the mail.jar file using loadjava the javax package fails to load because of a 'privilege error' yet the com packages load ok.
    When I try to load my own class with the mail.jar file in the classpath on a client, it can't find several of the classes needed in the mail.jar archive....
    Does the classpath need to be set on the server for mail.jar, or can i load them using loadljava. Not sure what to do...
    Thanks,
    Bill Wheeler

    Ken,
    I tried extracting and re-jarring the javamail source files without compression.
    Here is what i get when trying to load them using loadjava as 'system':
    identical: com/sun/mail/handlers/text_html is unchanged from previously loaded file
    identical: com/sun/mail/handlers/multipart_mixed is unchanged from previously loaded file
    identical: com/sun/mail/smtp/SMTPOutputStream is unchanged from previously loaded file
    loading : javax/mail/event/StoreEvent
    creating : javax/mail/event/StoreEvent
    Error while creating class javax/mail/event/StoreEvent
    ORA-01031: insufficient privileges
    Any idea why the com package is loading successfully and the javax is not?
    Thanks,
    Bill Wheeler

  • JSPServlet can't load taglib class under W2K

    Hello,
    iAS version: 10g (9.0.4)
    platform: w2k
    Service Pack: sp4
    I've deployed a custom application. When I try to access to the application I get the following error in the application.log:
    JSPServlet: Exception: oracle.jsp.parse.JspParseException: line number 18, <%@ taglib uri="/includes/TTT_TagLib.tld" prefix="ttt" %>
    Error: Unable to load taghandler class: /includes/TTT_TagLib.tld
    The deploy of the same ear under Linux platform with the same iAS version ( 9.0.4 ) is working fine.
    Any idea?

    Hi all,
    CLASSPATH in windows is D:\oracle\mtierAS10g\jre;D:\oracle\mtierAS10g\jlib;D:\oracle\mtierAS10g\jre;D:\oracle\mtierAS10g\rdbms\jlib;D:\oracle\mtierAS10g\network\jlib;
    CLASSPATH in Linux is equivalent

  • Can I  load Java classes generated by the Web Service Proxy Wizard?

    Hi gurus,
    I am very new to Oracle JDeveloper and I have mainly used it to create and debug PL/SQL procedures. My client app is written in PowerBuilder 11 (Sybase), which claims that it will create a datawindow from a web service. Well, it turned out that PB can only handle simple stuff (it works with a very simple wsdl from the internet) but can't handle more complex ones that we need to use. So I am thinking about using JDev to create the web service proxy for the web service and then load it into Oracle as a Java stored procedure so that PowerBuilder can call the procedure. JDev succsfully generated the proxy and a few Java classes. My question is, do I need to load all the classes into the database? If yes, will the reference to the package work? For example, in a JDev generated class (the soap client class), it has package MyJdev.proxy; at the top. Or, will it work if I load all the classes included in package /MyJdev/proxy into the database?
    Thank you very much for any help.
    Ben

    Thanks again, Bruce.
    What I meant by SOAPElement is that one genereated Java class has this and this class also has the setter for this like this,
    public void setSelection(javax.xml.soap.SOAPElement selection) {
    this.selection = selection;
    And here is the whole class,
    public class CaseSearchByPartyRequest implements java.io.Serializable {
    protected java.lang.String schemaVersion;
    protected java.util.Calendar messageProducedDateTime;
    protected javax.xml.soap.SOAPElement selection;
    protected Restriction restriction;
    public CaseSearchByPartyRequest() {
    public java.lang.String getSchemaVersion() {
    return schemaVersion;
    public void setSchemaVersion(java.lang.String schemaVersion) {
    this.schemaVersion = schemaVersion;
    public java.util.Calendar getMessageProducedDateTime() {
    return messageProducedDateTime;
    public void setMessageProducedDateTime(java.util.Calendar messageProducedDateTime) {
    this.messageProducedDateTime = messageProducedDateTime;
    public javax.xml.soap.SOAPElement getSelection() {
    return selection;
    public void setSelection(javax.xml.soap.SOAPElement selection) {
    this.selection = selection;
    public Restriction getRestriction() {
    return restriction;
    public void setRestriction(Restriction restriction) {
    this.restriction = restriction;
    this.selection is the request that I think I need. And here is the static main method of the soap client class genereated.
    public static void main(String[] args) {
    try {
    MyJdev.proxy.SoapClient myPort = new MyJdev.proxy.SoapClient();
    System.out.println("calling " + myPort.getEndpoint());
    // Add your own code here
    } catch (Exception ex) {
    ex.printStackTrace();
    So, if I need to send the request to the web service, do I need to create the request, correct? I have done it through AQ and Messaging Gateway and works fine by manually creating the request xml in PL/SQL, but now I need to get it to work sychronously from the UI. I believe that I need the request (SOAPElement) because that is the only way that I can supply the parameters. I have not see any setters for the parameters other than some setters for user name and password.
    Did I get something wrong here? If I don't supply the "selection", will JDev do it?
    Thanks.
    Ben

  • Content server can not load javax classes in classpath

    I have added a jar including javax.* classes to classpath of content server.
    I can see the jar in content sever configuration page of classpath.
    But those javax.* class can not be loaded into content server.
    Content server is throwing java.lang.ClassNotFoundException.
    content server is running standalone.
    Anyone knows why?
    Thanks.
    Edited by: lyx on Mar 20, 2012 2:29 PM

    Anyone has similar issue?

  • Linkage error - can't load a class

    Hi,
    I would like you to give advice.
    I made a movieclip symbol(journal) which calls the Journal
    class in a Flash Project File.
    I wrote like this on the Linkage Properties window:
    Identifier: journal
    AS 2.0 class: _journal.Journal
    and checked two options(Export for AS and Export in first
    frame)
    I think the class route is correct. But when I test the
    project, it occurs an error ("Symbol = journal, layer = binding,
    frame = 1:Line 1: The class or interface '_journal.Journal' could
    not be loaded.")
    I appreciate if you explain why it happens to me and what the
    'binding' of a layer means.

    Thank you, clbeech.
    I use the Project panel of Flash and put the Journal Class in
    it. Everything seemed to be perfect before I checked the real
    location of the Journal file. I discovered that I was confused the
    directories in the Project panel of Flash with the real directories
    on Windows. Both are different. Allocating a flash file in the
    folder of the Project panel doesn't mean that that file is located
    in the real Windows folder. Actually I have several versions of the
    project I'm doing so I was confused.
    Thanks again, clbeech.
    Have a good day.

  • Loading a class not on classpath

    how can we load a class not on classpath?

    uddinr0121 wrote:
    try this
    private void addArchive(File jarFile) throws IOException {
    URL u = jarFile.toURI().toURL();
    URLClassLoader sysloader = (URLClassLoader) ClassLoader.getSystemClassLoader();
    Class<?> sysclass = URLClassLoader.class;
    try {
    Method method = sysclass.getDeclaredMethod("addURL", parameters);
    method.setAccessible(true);
    method.invoke(sysloader, new Object[]{u});
    } catch (Throwable t) {
    t.printStackTrace();
    }this will add the jar file to the classpath after which you should be able to invoke using Class.forName()
    hope this helpsThat's a horrible solution, when you can just create a new URLClassLoader and use that to load the class.
    Adding it to the system classpath with reflection trickery is not really a clean solution to that.

  • Can't load NAS in iTunes (Sharing folder disappears).

    I'm trying to use my NAS (Buffalo Terastation Live) in iTunes as a sharing folder.
    Everything was working perfectly when I was using my old Linksys router. Not working when I changed over to my new AirPort Extreme Basestation.
    Now, when I open iTunes, the NAS shows up in the Sharing section of the folder list. And iTune says that it is 'loading...' the NAS. But the the folder disappears after about 15 seconds.
    The NAS is otherwise working well through the Basestation. Meaning, I can open folders in Finder, etc.
    I'm using a MacBook Pro. When I use iTunes on a PC on our home network, the same problem happens, except that there is an error that says that there is a firewall problem and I need to open port 3689 for sharing (or some sort of error message like that).
    So, I figure that this may be a port sharing problem??? I don't have the faintest idea what to do next.
    Help is much appreciated.
    Doug
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)   NAS (Terastation Live - with DLNA). iTunes 7.1.1
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)  

    Hi Zac,
    I installed my After Effects in "E:\Adobe". so, there's a MideaCore folder in the "E" dir, the path is "E:\Adobe\Common\Plug-ins\CS6\MediaCore\". When I said I can't load plugins in the "MediaCore" folder, I ment this folder.
    I downloaded Premiere CS6 from the website yesterday and installed it in the same folder "E:\Adobe", this time, a new MediaCore folder was created in the "C" dir, the path is "C:\Program Files\Adobe\Common\Plug-ins\CS6\MediaCore". And I can load plugins in this folder.But if I uninstall Premiere, this MediaCore folder won't exists anymore.
    So I guess that's problem.
    About the crash, I was compiling the "Paramarama" pulgin. But after I changed the compile ouput path to a different place, then change it back, After Effects don't crash anymore.

  • Load java class into the database 10g

    Hi ,
    We have a program which creates pdf files by using bi publisher.for this program we r using some java package to create a directory in unix whenever invoiceprint program runs.
    Now i need to load this class into database,so how can i load this class into database.
    I got some samples and docs from google but i was confused with those wether i should load from Oracle/applmgr user.
    So Could any one please tell me how can i load java class into oracle database.
    I am verymuch thankful for your kind help.Its an emergency issue for me.
    Thanks,
    YMR

    Hi,
    http://www.oracle-training.cc/teas_elite_util9.htm
    SS

  • Support Assistant, Can't register plugin, Unexpected end of file from server

    Hi, i have a problem with registration plugin with strange error "Unexpected end of file from server"
    All resolves perfectly for both sides.I add lines with vCenter into /etc/hosts and to vCenter %windir%/system32/././hosts.
    Test from Support Assistant, ip of vCenter was masked:
    enrck-suppass-01:/logs # wget https://1.2.3.4 --no-check-certificate
    --2013-02-05 06:08:22--  https://1.2.3.4/
    Connecting to 1.2.3.4:443... connected.
    WARNING: cannot verify 1.2.3.4's certificate, issued by `/O=VMware Installer':
      Unable to locally verify the issuer's authority.
    WARNING: certificate common name `VMware default certificate' doesn't match requested host name `1.2.3.4'.
    HTTP request sent, awaiting response... 200 OK
    Length: 3514 (3.4K) [text/html]
    Saving to: `index.html.2'
    100%[==========================================================================>] 3,514       --.-K/s   in 0s
    2013-02-05 06:08:22 (32.1 MB/s) - `index.html.2' saved [3514/3514]
    enrck-suppass-01:/logs #
    While registration process i wasn't saw any lines with my Assistant ip's into vpxd.log
    Debugging level -> Trace
    While registration i have:
    2013-02-05 05:30:07,011 ERROR com.vmware.gss.phonehome.util.PhoneHomePluginRegister - Can't register plugin
    com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.SocketException: Unexpected end of file from server
            at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:132)
            at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:153)
            at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:94)
            at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:116)
    While registration i haven't any working firewalls and antiviruses.

    Additional info, for support:
    enrck-supass-01:/logs # wget https://supportassistant.vmware.com
    --2013-02-07 03:41:22--  https://supportassistant.vmware.com/
    Connecting to 10.5.8.4:8080... connected.
    Proxy request sent, awaiting response... 401 Unauthorized
    Authorization failed.
    enrck-supass-01:/logs # 

  • Can't load custom formatter class in eclipse plugin?

    Hi All,
    Basically the ClassLoader.getSystemClassLoader().loadClass call in LogManager.getFormatterProperty function is a trouble. I have a code that is using jdk logging. In logging properties file I am specifying my custom formatter class for one of the standard handlers (console). The propblem is that LogManager inside calls ClassLoader.getSystemClassLoader().loadClass to load my class, and throws classnotfound exception. Same code/setup works fine for standard java app. So, apparently Eclipse classloader hierarchy is a problem.
    Is there a way to get around this?

    Are these Brushes for your version of PS?
    Over the decades, Adobe has changed some things about Brushes (and Actions, etc.), so that some older versions will not work in later versions.
    Do you have a version conflict?
    What version of PS do you have? What version were the Brushes created for?
    Good luck,
    Hunt
    PS - same thing happens with the "papers" and "brushes" in what is now Corel Painter. Many things are version specific.

Maybe you are looking for

  • How can I prevent Firefox from re-installing test pilot?

    I had removed the test pilot extension and its feedback button in Firefox 4.0b9. I let Firefox upgrade itself to 4.0b10 and didn't notice that silently re-installed it. I was typing in another application when suddenly that window was minimized and t

  • ITunes 7.4.1.2 Unstable on Windows XP x64

    I know Apple doesn't support 64-bit versions of Windows. But previous iTunes versions were at least stable so that I could run the application and use it with the iTunes store and my iPod. This version actually stops cold in the middle of playing a l

  • Did JWS prompt for file associations in 1.5?

    I have a vague memory of running a sandboxed app. that claims file associations, and being pleased to see a prompt asking whether I (as a user) actually wanted to make the file association. That was in 1.5. I just tried the same app. again in 1.6 (it

  • Text scroller with links

    Is it hard to add a link to a web page within a Java text scroller? Can I do it within a parameter tag (I would doubt that but I'm hoping) or does it have to be within the java source? Thank you!

  • Question about Xmod.. Need answer

    I'm really **bleep** Interested in the X-Fi technology and all that. Firstly the Xmod compared to other X-Fi devices... will the output sound be same in all the cases? look upon here: http://www.atomicmpc.com.au/article.asp?SCID=88&CIID=67889 Apart f