Tutorial Error

Hi all.
Got this code in a tutorial.
Any help would be grateful.
The Code:
import java.applet.Applet;
import java.awt.BorderLayout;
import java.awt.Frame;
import java.awt.event.*;
import java.awt.GraphicsConfiguration;
import com.sun.j3d.utils.applet.MainFrame;
import com.sun.j3d.utils.universe.*;
import com.sun.j3d.utils.geometry.ColorCube;
import javax.media.j3d.*;
import javax.vecmath.*;
// HelloJava3Da renders a single, rotating cube.
public class HelloJava3Da extends Applet {
public HelloJava3Da() {
setLayout(new BorderLayout());
GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration();
Canvas3D canvas3D = new Canvas3D(config);
add("Center", canvas3D);
BranchGroup scene = createSceneGraph();
// SimpleUniverse is a Convenience Utility class
SimpleUniverse simpleU = new SimpleUniverse(canvas3D);
     // This will move the ViewPlatform back a bit so the
     // objects in the scene can be viewed.
simpleU.getViewingPlatform().setNominalViewingTransform();
simpleU.addBranchGraph(scene);
} // end of HelloJava3Da (constructor)
public BranchGroup createSceneGraph() {
     // Create the root of the branch graph
     BranchGroup objRoot = new BranchGroup();
     objRoot.addChild(new ColorCube(0.4));
     return objRoot;
} // end of CreateSceneGraph method of HelloJava3Da
// The following allows this to be run as an application
// as well as an applet
public static void main(String[] args) {
     Frame frame = new MainFrame(new HelloJava3Da(), 256, 256);
} // end of main (method of HelloJava3Da)
} // end of class HelloJava3Da
The Errors:
All the errors I'm getting are saying "cannot resolve symbol"
These errors seem to stem from the previous errors displayed:
"package com.sun.j3d.utils.universe does not exist"
Any ideas?

You know, i found package com.sun.3d.util.universe.*
It came in jar source code when i installed java3d. This jar called:
java3d-utils-src.jar and it reside in my jdk 1.4 directory. I don't know where bytecodes though, but you don't need to include anything of 3d into your classpath. It should work if you installed everything properly. I remember that when i installed active-x it did not work. Then i installed open-g and never had any problems. Make sure you installed open-g (jre and sdk). I met posts about active-x not working before.
My tutorials are working perfectly and source is exactly as you posted it.

Similar Messages

  • "Running Oracle Spatial Web Services" tutorial error

    Hi,
    I am currently working on setting up the WFS service with OC4J. I completed the initial tutorial to set it up and everything went well. I am now trying to run the WFS demos from WSCLIENT and using this tutorial: http://www.oracle.com/technology/obe/11gr1_db/datamgmt/spatialws/spatialws.htm.
    I just focused on the WFS Relational features and did the following:
    Ran @wfsrelmd.sql and users/tables/grants were all successful.
    Ran compileAndRunClient.bat runwfsct and the feature was created successfully.
    Ran compileAndRunClient.bat runwfsrel and received the following error in the OC4J server shell:
    "Starting OC4J from C:\oc4j\j2ee\home ...
    Jan 4, 2010 12:40:02 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    2010-01-04 12:40:03.445 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    2010-01-04 12:40:03.446 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    10/01/04 12:40:05 Oracle Containers for J2EE 10g (10.1.3.5.0) initialized
    10/01/04 12:40:43 Oracle Spatial WS Server could not set up configuration parameters: java.lang.NullPointerException
    10/01/04 12:40:43 java.lang.NullPointerException
    10/01/04 12:40:43 at sun.misc.MetaIndex.mayContain(MetaIndex.java:225)
    10/01/04 12:40:43 at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:744)
    10/01/04 12:40:43 at sun.misc.URLClassPath.getResource(URLClassPath.java:168)
    10/01/04 12:40:43 at sun.misc.URLClassPath.getResource(URLClassPath.java:220)
    10/01/04 12:40:43 at java.lang.ClassLoader.getBootstrapResource(ClassLoader.java:1126)
    10/01/04 12:40:43 at java.lang.ClassLoader.getResource(ClassLoader.java:975)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.findJREResource(PolicyClassLoader.java:1233)
    10/01/04 12:40:43 at oracle.classloader.JVMSearchPolicy.findResource(JVMSearchPolicy.java:36)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:43 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:43 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:43 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:43 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:43 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:43 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:43 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:43 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:43 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:43 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:43 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:43 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:43 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:43 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:43 at oracle.classloader.PolicyClassLoader.getResource(PolicyClassLoader.java:1763)
    10/01/04 12:40:43 at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1168)
    10/01/04 12:40:43 at oracle.spatial.ws.WSProperties.load(WSProperties.java:101)
    10/01/04 12:40:43 at oracle.spatial.ws.WSProperties.getProperty(WSProperties.java:294)
    10/01/04 12:40:43 at oracle.spatial.ws.WSProperties.setLogProperties(WSProperties.java:546)
    10/01/04 12:40:43 at oracle.spatial.ws.svrproxy.SdoWsService.init(SdoWsService.java:119)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.JAXRPCProcessor.callInitIfImplementsServiceLifecycle(JAXRPCProcessor.java:602)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.J2EEImplementor.<init>(J2EEImplementor.java:82)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.J2EEJavaImplementor.<init>(J2EEJavaImplementor.java:54)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.JavaImplementorFactory.createImplementor(JavaImplementorFactory.java:26)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.JAXRPCProcessor.createImplementor(JAXRPCProcessor.java:586)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.JAXRPCProcessor.getImplementor(JAXRPCProcessor.java:550)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.JAXRPCServlet.createSOAPMessage(JAXRPCServlet.java:878)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.WebServiceServlet.initProcessorContext(WebServiceServlet.java:314)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.JAXRPCServlet.initProcessorContext(JAXRPCServlet.java:324)
    10/01/04 12:40:43 at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:198)
    10/01/04 12:40:43 at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    10/01/04 12:40:43 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    10/01/04 12:40:43 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    10/01/04 12:40:43 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    10/01/04 12:40:43 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    10/01/04 12:40:43 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    10/01/04 12:40:43 at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
    10/01/04 12:40:43 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
    10/01/04 12:40:43 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
    10/01/04 12:40:43 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    10/01/04 12:40:43 at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    10/01/04 12:40:43 at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    10/01/04 12:40:43 at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    10/01/04 12:40:43 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    10/01/04 12:40:43 at java.lang.Thread.run(Thread.java:619)
    10/01/04 12:40:43 [oracle.spatial.ws.CacheLoader, Mon Jan 04 12:40:43 EST 2010,WARN] Connection not initialized for WFS Cache
    10/01/04 12:40:43 [oracle.spatial.csw.CSWCacheLoader, Mon Jan 04 12:40:43 EST 2010, WARN] Connection not initialized for CSW Cache
    10/01/04 12:40:49 [oracle.spatial.ws.svrproxy.SdoWsService, Mon Jan 04 12:40:49EST 2010, INFO] Make Spatial Request, using wfs_rel_user
    10/01/04 12:40:49 java.lang.NullPointerException
    10/01/04 12:40:49 at sun.misc.MetaIndex.mayContain(MetaIndex.java:225)
    10/01/04 12:40:49 at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:744)
    10/01/04 12:40:49 at sun.misc.URLClassPath.getResource(URLClassPath.java:168)
    10/01/04 12:40:49 at sun.misc.URLClassPath.getResource(URLClassPath.java:220)
    10/01/04 12:40:49 at java.lang.ClassLoader.getBootstrapResource(ClassLoader.java:1126)
    10/01/04 12:40:49 at java.lang.ClassLoader.getResource(ClassLoader.java:975)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.findJREResource(PolicyClassLoader.java:1233)
    10/01/04 12:40:49 at oracle.classloader.JVMSearchPolicy.findResource(JVMSearchPolicy.java:36)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:49 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:49 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:49 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:49 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:49 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:49 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:49 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:49 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:49 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:49 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:49 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:49 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.askParentForResource(PolicyClassLoader.java:1405)
    10/01/04 12:40:49 at oracle.classloader.SearchPolicy$AskParent.findResource(SearchPolicy.java:78)
    10/01/04 12:40:49 at oracle.classloader.SearchSequence.findResource(SearchSequence.java:142)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResourceUsingPolicy(PolicyClassLoader.java:1490)
    10/01/04 12:40:49 at oracle.classloader.PolicyClassLoader.getResource(PolicyClassLoader.java:1763)
    10/01/04 12:40:49 at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1168)
    10/01/04 12:40:49 at oracle.spatial.ws.svrproxy.SdoWsMultiplexer.<clinit>(SdoWsMultiplexer.java:228)
    10/01/04 12:40:49 at oracle.spatial.ws.svrproxy.SdoWsService.makeSpatialRequest(SdoWsService.java:274)
    10/01/04 12:40:49 at oracle.spatial.ws.svrproxy.runtime.SpatialWSSoapHttp_Tie.invoke_makeSpatialRequest(SpatialWSSoapHttp_Tie.java:60)
    10/01/04 12:40:49 at oracle.spatial.ws.svrproxy.runtime.SpatialWSSoapHttp_Tie.processingHook(SpatialWSSoapHttp_Tie.java:155)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:430)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:388)
    10/01/04 12:40:49 at java.security.AccessController.doPrivileged(Native Method)
    10/01/04 12:40:49 at javax.security.auth.Subject.doAs(Subject.java:396)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:385)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:294)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:151)
    10/01/04 12:40:49 at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:200)
    10/01/04 12:40:49 at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    10/01/04 12:40:49 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    10/01/04 12:40:49 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    10/01/04 12:40:49 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    10/01/04 12:40:49 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    10/01/04 12:40:49 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    10/01/04 12:40:49 at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
    10/01/04 12:40:49 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
    10/01/04 12:40:49 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
    10/01/04 12:40:49 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    10/01/04 12:40:49 at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    10/01/04 12:40:49 at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    10/01/04 12:40:49 at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    10/01/04 12:40:49 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    10/01/04 12:40:49 at java.lang.Thread.run(Thread.java:619)
    10/01/04 12:40:49 [SdoWsMultiplexer, Mon Jan 04 12:40:49 EST 2010, ERROR] No handlers in system.
    10/01/04 12:40:49 [oracle.spatial.ws.svrproxy.SdoWsService, Mon Jan 04 12:40:49EST 2010, INFO] Make Spatial Request, using wfs_rel_user
    10/01/04 12:40:49 [SdoWsMultiplexer, Mon Jan 04 12:40:49 EST 2010, ERROR] No handlers in system.
    10/01/04 12:40:49 [oracle.spatial.ws.svrproxy.SdoWsService, Mon Jan 04 12:40:49EST 2010, INFO] Make Spatial Request, using wfs_rel_user
    I have no idea where this error is coming from and would really appreciate any help if any of these errors indicate a problem someone may know of.
    Thanks for your help!

    I never did solve the problem. I decided to try out GeoServer for WFS and am very impressed. It was much easier to install and pretty feature-filled as well with a lot of documentation. I would definitely suggest checking it out to see if it will fit your needs.

  • PLEASE, HELP! Tutorial error

    Hello.
    I am teacher of a Java course and I wanted to teach my students JDO. I tried
    Kodo because of its transparence persistence.
    But I'm not able to run the tutorial. I am using Windows 98 SE and JDK
    1.4.0. I tried Kodo 2.3.1 and 2.3.2. I follow the right steps:
    1) I set JDODIR and JDKHOME at jdocommand.bat.
    2) I run jdocommand.bat (the CLASSPATH seems OK)
    3) I get into \tutorial directory
    4) I compile the tutorial classes with javac *.java. (No problem).
    5) I run "jdoc tutorial.jdo". The following error appears:
    Exception in thread "main" java.lang.IllegalArgumentException:
    org.xml.sax.SAXEx
    ception: file:/C:/kodo-jdo-2.3.1/tutorial/Animal.java:
    org.xml.sax.SAXParseExcep
    tion: The markup in the document preceding the root element must be
    well-formed.
    at
    com.solarmetric.modules.tools.compiler.ClassArgParser.getFromMetaData
    (ClassArgParser.java:141)
    at
    com.solarmetric.modules.tools.compiler.ClassArgParser.parseClassNames
    (ClassArgParser.java:102)
    at
    com.solarmetric.modules.tools.compiler.ClassArgParser.parseClasses(Cl
    assArgParser.java:65)
    at
    com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.main(MetaDa
    taVerifier.java:55) ........ and so on
    I have made no change to the tutorila files. I am getting mad trying to get
    information about how to fix this error but I have not found anything.
    I am desperate and I am thinking about forgetting JDO and Kodo. This makes
    me unhappy because I think it's an interesting issue for my students.
    Could someone help me? Any help would be GREATLY appreciated.
    Thanks,
    Vicent Palasi

    OK. I have it.
    I have to delete all .java files (and even the solutions directory) from the
    \tutorial directory and everything works well.
    I don't know why this deletion was not included in the tutorial
    documentation :-(
    Thank you for your interest,
    Vicent Palasi
    "Vicent Palas__" <[email protected]> escribi__ en el mensaje
    news:am7ms2$937$[email protected]..
    Hello.
    I am teacher of a Java course and I wanted to teach my students JDO. Itried
    Kodo because of its transparence persistence.
    But I'm not able to run the tutorial. I am using Windows 98 SE and JDK
    1.4.0. I tried Kodo 2.3.1 and 2.3.2. I follow the right steps:
    1) I set JDODIR and JDKHOME at jdocommand.bat.
    2) I run jdocommand.bat (the CLASSPATH seems OK)
    3) I get into \tutorial directory
    4) I compile the tutorial classes with javac *.java. (No problem).
    5) I run "jdoc tutorial.jdo". The following error appears:
    Exception in thread "main" java.lang.IllegalArgumentException:
    org.xml.sax.SAXEx
    ception: file:/C:/kodo-jdo-2.3.1/tutorial/Animal.java:
    org.xml.sax.SAXParseExcep
    tion: The markup in the document preceding the root element must be
    well-formed.
    at
    com.solarmetric.modules.tools.compiler.ClassArgParser.getFromMetaData
    (ClassArgParser.java:141)
    at
    com.solarmetric.modules.tools.compiler.ClassArgParser.parseClassNames
    (ClassArgParser.java:102)
    at
    com.solarmetric.modules.tools.compiler.ClassArgParser.parseClasses(Cl
    assArgParser.java:65)
    at
    com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.main(MetaDa
    taVerifier.java:55) ........ and so on
    I have made no change to the tutorila files. I am getting mad trying toget
    information about how to fix this error but I have not found anything.
    I am desperate and I am thinking about forgetting JDO and Kodo. This makes
    me unhappy because I think it's an interesting issue for my students.
    Could someone help me? Any help would be GREATLY appreciated.
    Thanks,
    Vicent Palasi

  • Tutorial Error: Model binding context not initialized

    While examining the new JHeadstart Tutorial I got the following error when I try to start the application:
    Model binding context not initialized
    What does it mean?

    It could be a missing ADFBindingFilter in web.xml. What you can do, is try to re-enable JHeadstart on the project. This will overwrite the web.xml file. You can do that by right-clicking the ViewController project in the Navigator, and choosing Re-enable JHeadstart on this Project.

  • Flex Data Services tutorial error

    In the "Before You Begin" section of the Flex Data Services
    tutorial in "Getting Started with Flex", the first bullet is
    incorrect. It text should be:
    "Ensure that you have installed the Flex Data Services Beta 3
    release and that you can run the applications in the samples web
    application."
    The installation instructions are located here:
    http://www.adobe.com/go/flex2_installation
    The tutorial zip file is located here:
    http://www.macromedia.com/go/flex2beta1_quickstart_tutorial_zip
    - Mike Peterson
    Adobe Flex documentation team

    Hi, I found some more "issues" with these data services
    tutorial.
    First of working with the notes example at first I couldn't
    get the two browsers to talk to eachother until I found this
    comment by funk_sf on the livedocs:
    quote:
    after some searching, I located a link to the tutorial.zip
    here:
    http://www.macromedia.com/go/flex2beta1_quickstart_tutorial_zip.
    i unzip'd the contents into my samples directory so that I had the
    following path: C:\fds2\jrun4\servers\default\samples\tutorials
    the xml file in WEB-INF for the standalone flexbuilder 2b3 is
    located at C:\fds2\resources\config as mentioned in the comments on
    the previous page (
    http://livedocs.macromedia.com/labs/1/flex20beta3/00000129.html)
    as for creating the tutorial1.mxml file, i created a new Flex
    project with the following settings (this is from memory, so
    hopefully i recall all the steps right):
    File->New Flex Project
    How will you flex application access data? -> Flex Data
    Services -> Compile application locally in Flex Builder
    root folder: C:\fds2\jrun4\servers\default\samples
    root url:
    http://localhost:8700/samples/
    I left the build paths to their defaults (ie. blank)
    named the main application file: tutorial1.mxml
    output folder: tutorial
    output folder url: [blank]
    So I followed his advice, deleted my project and made it in
    the samples directory and the notes application started to work, so
    all appeared good.
    Until I was making the Java example and I'm now faced with
    the following errors:
    Severity Description Resource In Folder Location Creation
    Time Id
    2 Definition samples.contact:Contact could not be found.
    tutorial2.mxml Tutorials line 8 6 juni 2006 16:36:25 20
    Severity Description Resource In Folder Location Creation
    Time Id
    2 Type was not found or was not a compile-time constant:
    Contact. tutorial2.mxml Tutorials line 13 6 juni 2006 16:36:25 21
    I'm not sure what is happening, I think it can't find the
    data service files but I don't know how to make it so that it does
    find those files, the manual is still a bit vague on that and when
    I try to run this application it just shows a blue (flex) screen.
    The code I'm using is straight from the example documentation after
    tinkering around for 2 days to get this to work I thought using
    original code is the best way to go.
    My application tries to run from
    http://localhost:8700/samples/bin/tutorial2.html
    The documentation states:
    Open the following URL in two browser windows:
    [L=http://localhost:port/samples/tutorials/tutorial2.mxml
    The screenshots in the documentation show:
    Window1: /tutorial/tutorial1.mxml
    Window2: /dataservice/contact/tutorial_step4.mxml
    Now I'm just confused, tutorial1.mxml is my notes application
    which was the previous tutorial and there was no mention of a
    tutorial_step4.mxml file ?
    Someone help me please with where to place these files and
    why so I can understand what is happening here.
    Thanks :)

  • Web Services Tutorial - Error instantiating web-application

    Hi all -
    I've been trying to follow the "Create a Web Service from a Java Class" tutorial in the JDeveloper help and I'm running into problems accessing the web-service. After starting the embedded OC4J server, I try to access the target URL and get the following error message:
    Error instantiating web-application
    Error compiling :C:\jdev\jdev\mywork\Application2\Project1\public_html: Syntax error in source or compilation failed in: C:\jdev\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\application-deployments\current-workspace-app\Application2-Project1-webapp\project1\runtime\MyWebService1_Service_SerializerRegistry12.java
    The thing is, I've actually tried the steps on a separate computer and it worked perfectly. But it seems like I have something misconfigured on this system which is giving me problems. Does anyone have any suggestions for my problem?
    Thanks

    I never did solve the problem. I decided to try out GeoServer for WFS and am very impressed. It was much easier to install and pretty feature-filled as well with a lot of documentation. I would definitely suggest checking it out to see if it will fit your needs.

  • ADF Tutorial Error Creating TopLink POJOs

    I am following the ADF tutorial found on OTN. When I get to step 12 on Page 2-4 I get the following error when creating the TopLink POJOs:
    java.lang.NullPointerException
         at oracle.ideimpl.log.TabbedLogManager.getMsgPage(TabbedLogManager.java:101)
         at oracle.toplink.addin.log.POJOGenerationLoggingAdapter.updateTask(POJOGenerationLoggingAdapter.java:42)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.fireTaskUpdated(MappingCreatorImpl.java:1049)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:231)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:201)
         at oracle.toplink.addin.wizard.jobgeneration.JobWizard$1.construct(JobWizard.java:401)
         at oracle.ide.util.SwingWorker$1.run(SwingWorker.java:119)
         at java.lang.Thread.run(Thread.java:595)
    Any thoughts or ideas?

    java.lang.NullPointerException
    at oracle.ideimpl.log.TabbedLogManager.getMsgPage
    Re: Business Tier: Toplink: Java Objects from Table: Object Generation error.

  • JDeveloper 3.0 Tutorial Errors

    I was trying to follow the tutorial for building an InfoBus application using the IDE and ran into a number of errors. Besides the typos, there appears to be missing text about what needs to be imported.
    I managed to get a clean compile, but when the application tried to run I started getting system error messages including
    System Error: JBO-25222: Unable to create application module.
    System Error: JBO-25222: Unable to create application module.JBO-25002: Definition package1.Package1Module of type ApplicationModule not found
    System Error: oracle.jbo.ApplicationModuleCreateException: JBO-25222: Unable to create application module.
    System Error: oracle.jbo.ApplicationModule oracle.jbo.server.ApplicationModuleHomeImpl.create()
    System Error: oracle.jbo.ApplicationModule oracle.dacf.dataset.SessionInfo._createAppModule(java.lang.String)
    System Error: void oracle.dacf.dataset.SessionInfo.connect()
    System Error: void oracle.dacf.dataset.SessionInfo.open(boolean)
    System Error: void oracle.dacf.dataset.SessionInfo.publishSession(boolean)
    System Error: void oracle.dacf.dataset.SessionInfo.publishSession()
    System Error: void Employee_Info.Frame1.<init>()
    System Error: void Employee_Info.Application1.<init>()
    System Error: void Employee_Info.Application1.main(java.lang.String[])
    System Output: Diagnostics: Silencing all diagnostic output (use -Djbo.debugoutput=console to see it)
    System Error: JBO-25222: Unable to create application module.
    System Error: JBO-25222: Unable to create application module.JBO-25002: Definition package1.Package1Module of type ApplicationModule not found
    System Error: oracle.jbo.ApplicationModuleCreateException: JBO-25222: Unable to create application module.
    System Error: oracle.jbo.ApplicationModule oracle.jbo.server.ApplicationModuleHomeImpl.create()
    I would appreciate some help or pointers to where there are better explanations of what is happening. Thanks.
    null

    I was using an incorrect dbc file. I thought I needed to remove the back slashes from it (I believe in version 9i I had to do that since I'm running on windows, but it isn't required in 10g version).
    Finally figured it out and now I can get on with development tasks!
    Edited by: jameseperryjr on Nov 29, 2008 9:05 AM

  • Tutorial error message:

    I use Mac Mountain Lion.  Also use Safari.  I also tried Firefox and had the same result.
    I can not see any video when I access the tutorials.  I get error message:
    Error: Error #2130: Unable to flush SharedObject.
    at Error$/throwError()............

    Hi Frankie,
    I'm not seeing this specific error running 11.3.202.271 using Safari and Firefox (32 + 64 bit mode) on my Mountain Lion system.
    Can you check /report on the following:
    -  what build you're using
    -  list what specific content in the tutorial that's causing this.
    Regards,
    Stephen

  • Expense management tutorial error

    I have completed all the steps of expense management tutorial. but when I try to run the process using the start engine, I am getting the following error.
    Error: The project publication has failed. Reason:'_ConfirmReceipts' is not a member of 'Feugo_AutoGen_Screenflows_'..
    I have redone this example 3,4 times from the scratch.still this same error persists. What am I missing . Please help.

    There were two errors in your project that showed up in the Problems tab. I put out the fixed version of your project on http://www.4shared.com/file/xPCET82f/ExpenseManagementFix.html
    You followed the instructions in the tutorial and were bitten by a very poor practice that it recommends. I thought I'd corrected this in the errata that I sent you, but I'm must be mistaken. Both errors were caused by the argument mapping you did in the "Confirm Receipts" task in the "Confirm Receipts" Screenflow. One of the errors was
    "Expressions can only be used on the right side of an assignment in argument mappings. The current invalid expression is: action located in Activity ConfirmReceipts"I first double clicked the description of the error. This took me to the Confirm Receipts screenflow. I right mouse clicked the "Confirm Receipts" task -> "Main Task" -> "Argument Mappings". Note that on the left of this dialog there are two mapping ("ConfirmReceiptsIn" and "ConfirmReceiptsOut"). Click the outgoing argument mapping called "ConfirmReceiptsOut". Once this was clicked, I saw the two mappings that the tutorial has you enter. What the tutorial recommends is a disasterously poor practice so I removed both of these and the errors in your project went away.
    Your Confirm Receipts screenflow is now enhanced to work the way the way it should work with a cancel button. Added is a new Cancel task where the action variable is set to CANCEL. Note the new conditional transition going to it with the transition name of "cancel" the name of the button on your presentation.
    Bottom line, ignore the screenflow argument mapping the tutorial has you doing for the Interactive Component Call. Argument mapping is done in Begin, End and where Interactive activities invoke screenflows and where processes invoke subprocesses. Do not change the default argument mapping in Interactive activities.
    Dan

  • Webcenter tutorial error in buildFromJDev.sql

    Hi,
    I am going through tutorial - "Oracle Fusion Middleware Tutorial for Oracle WebCenter Developers".
    As per section 2-3 (Add the Tutorial Sample Schema to Your Database), I am running the buildFromJDev.sql script from newly created connection(fod schema).
    However I am getting an error in the output as follows
    SQL Error: ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    *Cause:    An attempt was made to change the current username or password
    without the appropriate privilege. This error also occurs if
    attempting to install a database without the necessary operating
    system privileges.
    When Trusted Oracle is configure in DBMS MAC, this error may occur
    if the user was granted the necessary privilege at a higher label
    than the current login.
    *Action:   Ask the database administrator to perform the operation or grant
    the required privileges.
    For Trusted Oracle users getting this error although granted the
    the appropriate privilege at a higher label, ask the database
    administrator to regrant the privilege at the appropriate label.
    Please note that I am getting this error with CREATE VIEW statements.
    I have followed all the steps in the tutorial exactly.
    Can somebody please help me resolve this issue?
    Thanks

    Did you ever figure out what was wrong? I am running into the same issue.
    Thanks,
    Isabel

  • J2ee tutorial errors

    Hi Everyone,
    I am new on j2ee. I try to follow j2ee1.3.1 tutorial but errors occur below:
    After I deploy converter and I access http://localhost:8000/converter
    javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:368)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
         at java.lang.Thread.run(Thread.java:479)
    root cause
    java.lang.NoSuchMethodError
         at org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:202)
         at org.apache.jasper.compiler.TldLocationsCache.(TldLocationsCache.java:139)
         at org.apache.jasper.EmbededServletOptions.(EmbededServletOptions.java:345)
         at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:266)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:368)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
         at java.lang.Thread.run(Thread.java:479)
    what's wrong, I'm sure that I follow the tutorial.
    Please help.
    Why j2ee forum has nobody? (no answers cause I looked other questions like me but nothing)

    I've been having the same problem, but have got it working on a different PC (this one is running XP Home, the one that didn't work was Windows 2000 Professional).
    The problem is probably something simple like classpath or incompatible JDK ( my class path on the XP machine currently is ".;C:\j2sdk1.4.0\jre\classes;C:\java;%J2EE_HOME%\lib\j2ee_jar;%J2EE_HOME%\lib\locale" ). I think reinstalling the JDK and J2EE SDK , and carefully following the instructions in setting up is my plan when I return to the Windows 2000 PC. I have been trying out Java IDE's - so perhaps installing one of them has reset something ?
    I don't think you should need to add the classes to the web component though - my working version doesn't have these class files in the WAR. I tried adding these classes to my non-working version, and the verifier error was fixed, but web component still didn't work. I think the whole idea is that the bean is accessed by the web component using the JNDI name - so it doesn't need the class files. I am just beginging to study this so I could have got it wrong.

  • J2EE tutorial error

    Hi, I am a beginner picking up J2EE with the online tutorial. I tried to deploy,run,clean,build the hello1 and hello2 tutorial but netbeans is giving me an error as shown:
    C:\Documents and Settings\Smith\My Documents\javaeetutorial5\examples\web\hello2\build.xml:37: Cannot find ../../bp-project/main.xml imported from C:\Documents and Settings\Smith\My Documents\javaeetutorial5\examples\web\hello2\build.xml
    Anyone can help me with this error? I googled for similar errors but i did not find anything that could help.
    I am using netbeans 6.7.1 and JDK 6 update 14.
    Any help greatly appreciated.

    You seem to have installed two versions of the J2EE application server and are running the 1.3 tutorial on the 1.4 server.
    You have two choices. If you want to use the 1.3 tutorial, please see the following workaround for this error:
    http://java.sun.com/j2ee/tutorial/doc/information/faq.html#compile
    A better option would be to download the 1.4 tutorial to run on the 1.4 server:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html

  • IDL Tutorial Error

    I am currently following the at http://java.sun.com/j2se/1.4.1/docs/guide/idl/tutorial/GScompile.html and when I run the command :
    start /B java -classpath c:\hello;c:\hello\helloapp HelloServer -ORBInitialPort 1050 -ORBInitialHost localhost
    it throws up an error :
    Exception in thread "main" java.lang.NoClassDefFoundError: org/omg/PortableServer/Servant
    I have checked the FAQ's and this seems a common problem. As per the FAQ I have included the classes into the classpath (as can be seen in the command line). I have followed the tutorial strictly, and up to this point every ran well ie all clean compiles etc.
    My current java version is SE 1.3.1_01 using Java Hotspot client Vm (mixed mode) on Windows 2000
    All help would be greatly appreaciated at this point.
    Thanks
    Gavin

    POA was introduced in 1.4.
    The sample you are trying to run is for j2se 1.4 or above.

  • Developing Web Services: Three Easy Steps tutorial error

    I'm following the tutorial Developing Web Services: Three Easy Steps, the first lab. I created the GetDates POJO, no problems. Then I went on to step 4 and am creating the WS for the java class. I get to step 5 where I've gone through the wizard for the web service and at step 5 in the wizard the tutorial says to click finish. When I click finish I get a popup saying
    Validation Error
    Files at the following URLs cannot be modified:
    file:/C:/jdevhome/jdev/.....GetDates/public_html/WEB-INF/webservices.xml
    and the same path but oracle-webservices.xml
    Anyone else experience this when going through the tutorial? I'm not sure where the tutorial is on OTN or if it's on OTN yet. It's a tutorial I did in a session at OpenWorld and now i'm going through it locally now that we have the latest SOA suite installed.
    Any thoughts?
    Thanks, Rob

    Just checked and it's not running. It's preventing the web service from being created, none of the directories are getting created since it's erroring.
    I tried closing out and opening JDev up again and it's my C drive so I don't have anything set to read only.
    JDev Studio Edition Version 10.1.3.1.0.3914
    Rob

Maybe you are looking for

  • Saving fixed pixel locations in presets and subsequently comparing those pixels.

    Hello world. I am abolutely new to plugin development and have been ploughing through the SDK and sample projects thus far, but I had a few questions about the approach with respect to what I wish to achieve and thought it would be best to pick the b

  • Oracle 7.3 import to Oracle 8i Enterprise Edition

    Due to data file block corruption we had to install Oracle 8i in NT. After successful installation we tried importing 7.3.4 data to 8i, after importing table data it seeems the import process got hung, the CPU usage shows 100% and the application see

  • Pages load with a "hiccup"...

    Hi! I have a problem with pages loading with a visual "hiccup". My site www.joecurtisband.com (Google will say it's going to my myspace, but it goes to the proper site) loads o.k. and everything is good EXECPT... when you go from one page to the next

  • Lightroom and Photoshop

    My question: When I want to export raw fi;es from Lightroom to Photoshop it says it cannot open Photoshop. I checked my external Editor in Lightroom and that has chosen CS6. I updated the raw software in Photoshop. What can be the prooblem? Ariane Ja

  • X3 problem transferring songs.

    Good day to all,  I have a problem transferring some songs to my X3, theres an error that says "The directory or file cannot be created" always pops-out, what should I do? BTW, all of the songs are all in MP3.