To log error in jboss 4.0.3

hi all,
how can i write error to the log file using log4j.properties file in jboss 4.0.3
Thanks in advance.
Best regards,
sanjeev

The log4j.xml is essentially the same as log4j.properties. If you want to paramterise it you can use ${tokens} in the xml file and load the .properties file. The properties file must be defined in the properties-service.xml in your deploy directory.

Similar Messages

  • Error deploy Jboss and Weblogic with JDev 10.1.3.0.3 EA

    Hi,
    I'm having problem with deploy application make with JDev 10.1.3.0.3 EA
    in a Jboss 4.0.2 and Weblogic 8.1. Very simple app with JSF.
    The error seems to be in application.xml. Maybe because xml schema.
    It is a bug? Are there a workround?
    Thanks!
    The log of Jboss:
    2005-09-23 16:04:40,863 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/usr/local/jboss-4.0.2/server/default/deploy/appnovotestejsf.ear
    2005-09-23 16:04:40,863 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/usr/local/jboss-4.0.2/server/default/deploy/appnovotestejsf.ear
    2005-09-23 16:04:40,863 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/usr/local/jboss-4.0.2/server/default/deploy/appnovotestejsf.ear -> /usr/local/jboss-4.0.2/server/default/tmp/deploy/tmp12285appnovotestejsf.ear
    2005-09-23 16:04:40,864 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.EARDeployer@510e39
    2005-09-23 16:04:40,864 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/usr/local/jboss-4.0.2/server/default/deploy/appnovotestejsf.ear
    2005-09-23 16:04:40,866 ERROR [org.jboss.metadata.XmlFileLoader] Invalid XML: file=META-INF/application.xml@-1:2
    java.lang.IllegalStateException: can't declare any more prefixes in this context
         at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:691)
         at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
         at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
         at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:313)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:257)
         at org.jboss.deployment.EARDeployer.init(EARDeployer.java:127)
         at org.jboss.deployment.MainDeployer.init(MainDeployer.java:828)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:765)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
         at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
         at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
         at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
         at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
         at $Proxy8.deploy(Unknown Source)
         at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
         at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:483)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
    2005-09-23 16:04:40,867 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/usr/local/jboss-4.0.2/server/default/deploy/appnovotestejsf.ear
    org.jboss.deployment.DeploymentException: Invalid XML: file=META-INF/application.xml@-1:2; - nested throwable: (java.lang.IllegalStateException: can't declare any more prefixes in this context)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:328)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:257)
         at org.jboss.deployment.EARDeployer.init(EARDeployer.java:127)
         at org.jboss.deployment.MainDeployer.init(MainDeployer.java:828)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:765)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
         at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
         at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
         at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
         at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
         at $Proxy8.deploy(Unknown Source)
         at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
         at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:483)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
    Caused by: java.lang.IllegalStateException: can't declare any more prefixes in this context
         at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:691)
         at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
         at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
         at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:313)
         ... 23 more
    2005-09-23 16:04:40,869 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@e3ab9801{ url=file:/usr/local/jboss-4.0.2/server/default/deploy/appnovotestejsf.ear, deployedLastModified=1127502101000 }
    org.jboss.deployment.DeploymentException: Invalid XML: file=META-INF/application.xml@-1:2; - nested throwable: (java.lang.IllegalStateException: can't declare any more prefixes in this context)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:328)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:257)
         at org.jboss.deployment.EARDeployer.init(EARDeployer.java:127)
         at org.jboss.deployment.MainDeployer.init(MainDeployer.java:828)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:765)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
         at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
         at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
         at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
         at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
         at $Proxy8.deploy(Unknown Source)
         at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
         at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:483)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
         at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
    Caused by: java.lang.IllegalStateException: can't declare any more prefixes in this context
         at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:691)
         at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
         at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
         at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
         at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:313)
         ... 23 more

    The test is easer.
    I make a new Empty Project like J2EE13. After create a new JSP (Web tier -> JSP).
    I chose j2ee version 1.3. So I put some jsp code inside, like
    <body>
    <%
    out.write("Teste J2EE 1.3");
    %></body>
    After I create a new Deployment Profiles WAR File.
    Make a build, a .war file and .ear and everythink worked.
    So I make a J2EE Deplyment Descriptor Wizard with version 1.3
    And make rebuil project.
    JDev don't finish the rebuild. The thread dump with CRTL+BREAK :
    Full thread dump Java HotSpot(TM) Client VM (1.5.0_05-b03 mixed mode):
    "Log Page Updater" prio=5 tid=0x07d0ee78 nid=0x9d8 waiting on condition [0x08a8f000..0x08a8f9e8]
    at java.lang.Thread.sleep(Native Method)
    at oracle.jdeveloper.compiler.CompilerPage$2.run(CompilerPage.java:536)
    "CompileThread" prio=5 tid=0x07d0e4f8 nid=0x94c in Object.wait() [0x0858f000..0x0858fa68]
    at java.lang.Object.wait(Native Method)
    at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:385)
    - locked <0x141e7408> (a oracle.javatools.buffer.ReadWriteLock)
    at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:252)
    at oracle.javatools.buffer.AbstractTextBuffer.readLock(AbstractTextBuffer.java:1112)
    at oracle.ide.model.TextNode$TextBufferWrapper.readLock(TextNode.java:1781)
    at oracle.javatools.buffer.TextBufferReader.<init>(TextBufferReader.java:52)
    at oracle.javatools.buffer.TextBufferFactory.createReader(TextBufferFactory.java:167)
    at oracle.bali.xml.addin.XMLSourceNode.doWellFormednessCheckDuringMake(XMLSourceNode.java:382)
    at oracle.bali.xml.addin.translator.XmlTranslator.translate(XmlTranslator.java:198)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:299)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:514)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:607)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:664)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:884)
    "Thread-22" prio=7 tid=0x069eb8b0 nid=0x9c8 in Object.wait() [0x08c8f000..0x08c8fae8]
    at java.lang.Object.wait(Native Method)
    at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:385)
    - locked <0x141e7408> (a oracle.javatools.buffer.ReadWriteLock)
    at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:252)
    at oracle.javatools.buffer.AbstractTextBuffer.readLock(AbstractTextBuffer.java:1112)
    at oracle.ide.model.TextNode$TextBufferWrapper.readLock(TextNode.java:1781)
    at oracle.jdevimpl.todo.ToDoManagerImpl._getToDoListFromNode(ToDoManagerImpl.java:1020)
    at oracle.jdevimpl.todo.ToDoManagerImpl.maS$_getToDoListFromNode(ToDoManagerImpl.java)
    at oracle.jdevimpl.todo.ToDoManagerImpl$ToDoItemManager$1.construct(ToDoManagerImpl.java:2083)
    at oracle.ide.util.SwingWorker$1.run(SwingWorker.java:119)
    at java.lang.Thread.run(Thread.java:595)
    "IconOverlayTracker Timer" prio=5 tid=0x07367168 nid=0x4c8 in Object.wait() [0x0848f000..0x0848fb68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x140880b0> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x140880b0> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "Persistence Auto Flusher" daemon prio=5 tid=0x0770d660 nid=0xfec in Object.wait() [0x0958f000..0x0958fc68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1401ee28> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x1401ee28> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "IdeMinPriorityTimer" daemon prio=2 tid=0x06a58c90 nid=0xff0 in Object.wait() [0x0948f000..0x0948f9e8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x13d61428> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x13d61428> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "AuditExecutor-5" daemon prio=7 tid=0x07620e50 nid=0x6f8 in Object.wait() [0x0928f000..0x0928fa68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x13d45398> (a oracle.javatools.util.SynchronizedQueue)
    at java.lang.Object.wait(Object.java:474)
    at oracle.javatools.util.SynchronizedQueue.remove(SynchronizedQueue.java:61)
    - locked <0x13d45398> (a oracle.javatools.util.SynchronizedQueue)
    at oracle.jdevimpl.audit.util.SwingExecutor.run(SwingExecutor.java:467)
    at java.lang.Thread.run(Thread.java:595)
    "WaitCursorTimer" daemon prio=5 tid=0x073e7428 nid=0x3f4 in Object.wait() [0x08b8f000..0x08b8fbe8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x134b6160> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x134b6160> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "BufferDomModel background parse thread" daemon prio=2 tid=0x03c9f8c0 nid=0x690 in Object.wait() [0x0898f000..0x0898fce8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1318a2e8> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x1318a2e8> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "WeakDataReference polling" prio=2 tid=0x072afba0 nid=0x664 in Object.wait() [0x0888f000..0x0888fd68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1318c598> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x1318c598> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at oracle.ide.util.WeakDataReference$Cleaner.run(WeakDataReference.java:88)
    at java.lang.Thread.run(Thread.java:595)
    "Native Directory Watcher" prio=2 tid=0x06c4ba00 nid=0x350 runnable [0x0868f000..0x0868fa68]
    at oracle.ide.natives.NativeHandler.enterWatcherThread(Native Method)
    at oracle.ide.natives.NativeHandler$1.run(NativeHandler.java:244)
    at java.lang.Thread.run(Thread.java:595)
    "IconOverlayTracker Timer" prio=5 tid=0x069d2bd0 nid=0x948 in Object.wait() [0x0838f000..0x0838fb68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x12fd96e0> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x12fd96e0> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "TimerQueue" daemon prio=5 tid=0x03db5be0 nid=0x924 in Object.wait() [0x0657f000..0x0657fb68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x12903aa0> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:233)
    - locked <0x12903aa0> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-EventQueue-0" prio=7 tid=0x03d78958 nid=0x34c in Object.wait() [0x0443f000..0x0443fbe8]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:474)
    at java.awt.EventQueue.getNextEvent(EventQueue.java:345)
    - locked <0x128687b8> (a java.awt.EventQueue)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:189)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    "Java2D Disposer" daemon prio=10 tid=0x03d757e8 nid=0xf4c in Object.wait() [0x0423f000..0x0423fce8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1286a2c0> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x1286a2c0> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at sun.java2d.Disposer.run(Disposer.java:107)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-Windows" daemon prio=7 tid=0x03d6d660 nid=0x698 runnable [0x0413f000..0x0413fd68]
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:269)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-Shutdown" prio=5 tid=0x03d68d78 nid=0x8c8 in Object.wait() [0x0403f000..0x0403f9e8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1286a3a8> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:474)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x1286a3a8> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:595)
    "Low Memory Detector" daemon prio=5 tid=0x013ca0a8 nid=0x10c runnable [0x00000000..0x00000000]
    "CompilerThread0" daemon prio=10 tid=0x013c8e00 nid=0x8c0 waiting on condition [0x00000000..0x03b1f8cc]
    "Signal Dispatcher" daemon prio=10 tid=0x013a9ac8 nid=0x99c waiting on condition [0x00000000..0x00000000]
    "Finalizer" daemon prio=9 tid=0x0135b940 nid=0x11c in Object.wait() [0x0391f000..0x0391fc68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1280f808> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x1280f808> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x0139bb58 nid=0x4a8 in Object.wait() [0x0381f000..0x0381fce8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1280f888> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:474)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x1280f888> (a java.lang.ref.Reference$Lock)
    "main" prio=5 tid=0x00846878 nid=0x840 waiting on condition [0x00000000..0x0012fb60]
    "VM Thread" prio=10 tid=0x0084f410 nid=0x77c runnable
    "VM Periodic Task Thread" prio=10 tid=0x013dcac8 nid=0x8f0 waiting on condition
    Close JDev and reopen don't resolve.
    Thanks.

  • Error in Jboss while creating User

    Hey,
    I am getting below errors in Jboss when trying to create user (manually or recon)
    Insufficient method permissions, principal=null, ejbName=tcLookupOperations, method=create, interface=LOCALHOME, requiredRoles=[User], principalRoles=[]
    [DATABASE] Trying to get the connection count : 4
    ERROR [DATABASE] Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    ERROR [AUDITOR] Class/Method: AuditEngine/finishTransaction encounter some problems: {1}
    java.lang.NullPointerException
    [SERVER] Class/Method: tcDataObj/save Error :Wrong SQL operation for save
    ERROR [DATABASE] Class/Method: tcDataBase/rollbackTransaction encounter some problems: Rollback Executed From
    java.lang.Exception: Rollback Executed From
    Error occurred while running adapter null, Reason: , Exception: com.thortech.xl.dataobj.util.tcAdapterTaskException
    Data validation failed. The Event Handler could not be run.
    Data will not be saved.
    Its not same for all the users few users are getting created few are not when running the recon..
    Is this any think to do with permissions or database connection
    any think to do with ejb-deployer.xml, user.properties, role.properties files ??
    not getting why we are getting this error only for few user creations.
    Thanks..

    Insufficient permissions error is usually seen in web-logic. By the way what's the difference between the data that you are supplying while creation of there users. Say:
    - Organization under which you are trying to create these users. May be permission issues on Organizations.
    - User who is trying to create other users manualy (is it xelsysadm)
    Just check the logs and see the differences between data (precisely User-Type, Employee-Type and Organization)
    Thanks
    Sunny

  • ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[jsp]: Servlet.s

    My Code:
    <%@ page import="com.tcs.utilities.ExceptionHandler" %>
    <%@ page import="com.tcs.core.UserProfile" %>
    <%@ page import="com.tcs.core.HelpDeskUserProfile" %>
    <%@ page import="com.tcs.exception.InvalidSessionException" %>
    <%@ page import="com.tcs.constants.HelpDeskConstants" %>
    <%@ page import="com.tcs.utilities.LogHandler" %>
    <%@ page import="com.tcs.jsp.SessionDataContainer" %>
    <%@ page import="com.tcs.jsp.ContentModel" %>
    <%@ page import="com.tcs.jsp.helpdesk.HelpDeskSearchResultCM" %>
    <%@ page import="com.tcs.jsp.helpdesk.HelpDeskSearchResultCmd" %>
    <%@ page import="com.tcs.constants.CoreConstants" %>
    <%@ page import="com.tcs.constants.ExceptionTokens" %>
    <%@ page errorPage="s_error.jsp" %>
    <%@ include file="session_validation.jsp" %>
    <%
    System.out.println("recieved flag");
        LogHandler log = LogHandler.init();
    %>
    <%
    System.out.println("recieved flag");
          UserProfile profile = (UserProfile)session.getValue(HelpDeskConstants.SESSION_PROFILE);
              if(null == profile)
                   throw new InvalidSessionException();
         if(session.isNew())
              throw new InvalidSessionException();
    try{System.out.println("going for search");
        HttpSession sesshome = request.getSession(false);
        if(null == sesshome.getValue(HelpDeskConstants.SESSION_PROFILE) ) {
            throw new Exception ();
    System.out.println("going for search within");
        HelpDeskUserProfile objPrfl = (HelpDeskUserProfile) sesshome.getValue(HelpDeskConstants.SESSION_ADMIN);
        if (!objPrfl.isAdminFlag())
            throw new Exception();
    System.out.println("going for search1");
        HelpDeskSearchResultCM cm = new HelpDeskSearchResultCM();
        HelpDeskSearchResultCmd cmd = new HelpDeskSearchResultCmd();
    System.out.println("going for search2");
        cm = (HelpDeskSearchResultCM) cmd.execute( request, response );
         System.out.println("going for search2.5");
        SessionDataContainer.put(session.getId(),cm);
         System.out.println("going for search3");
         String pag="s_helpDeskSearchResult.jsp?hidComingFrom="+"SearchMenus";
    %>
          <jsp:forward page="<%=pag%>"/>
    <!--jsp:forward page="s_helpDeskSearchResult.jsp" /> 
    <jsp:param name="hidComingFrom" value="SearchMenus" />
    </jsp:forward -->
    <%  
    } catch(Exception e) {
       /*log.error(e,"p_helpDeskSearchResult.jsp",CoreConstants.HELPDESK);
        ExceptionHandler.handleJSPException(e, ExceptionTokens.HD_GET_DATA_ERROR,
                                        "p_helpDeskSearchResult.jsp");*/
                                                 System.out.println("Exception is " + e.getMessage());
    %>
    I get the following error when i run this code.
    ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: /p_helpDeskSearchResult.jsp(68,5) jsp.error.badaction
         at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
         at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428)
         at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
         at org.apache.jasper.compiler.Parser.parseAction(Parser.java:671)
         at org.apache.jasper.compiler.Parser.parseElements(Parser.java:803)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:122)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:199)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:153)
         at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:227)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)

    Hi,
    This forum is related to sun java studio creator . Could you please post this to appropriate forum
    Regards
    CreatorTeam

  • SR Log Error - |  Message  : com.sap.esi.uddi.sr.api.exceptions.SRException

    Hi,
    We are getting below errors in /nwa/logs. We have our PI (7.11) and Service Registry configured on the same server. And have out CE (7.2) system connected to this service registry. Does any one has similar experience? Please let me know if you have any solution for the same.
    SR Log Error
    |  11-Nov-11  14:10:45.568
    |  Method   : getClassificationSystems()
    |  Class    : com.sap.esi.uddi.sr.api.ws.ServicesRegistrySiImplBean
    |  ThreadID : 146
    |  Message  : com.sap.esi.uddi.sr.api.exceptions.SRException: No classification system found for ID 'QName: Namespace= http://uddi.sap.com/classification; Name=  ConfigurationFlags'
    |
    |       com.sap.esi.uddi.sr.impl.common.Utility.cs2srException(Utility.java:122)
    |       com.sap.esi.uddi.sr.impl.ejb.ServicesRegistryBean.getClassificationSystems(ServicesRegistryBean.java:242)
    |       sun.reflect.GeneratedMethodAccessor1325.invoke(Unknown Source)
    |       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    |       java.lang.reflect.Method.invoke(Method.java:585)
    |       com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    |       com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    |       $Proxy1087.getClassificationSystems(Unknown Source)
    |       com.sap.esi.uddi.sr.api.ws.ServicesRegistrySiImplBean.getClassificationSystems(ServicesRegistrySiImplBean.java:456)
    |       sun.reflect.GeneratedMethodAccessor1324.invoke(Unknown Source)
    |       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    |       java.lang.reflect.Method.invoke(Method.java:585)
    |       com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_WS.invoke(Interceptors_WS.java:31)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    |       com.sap.engine.services.ejb3.webservice.impl.DefaultImplementationContainer.invokeMethod(DefaultImplementationContainer.java:203)
    |       com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process0(RuntimeProcessingEnvironment.java:512)
    |       com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.preProcess(RuntimeProcessingEnvironment.java:486)
    |       com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:256)
    |       com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWOLogging(ServletDispatcherImpl.java:176)
    |       com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWithLogging(ServletDispatcherImpl.java:112)
    |       com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:70)
    |       SoapServlet.doPost(SoapServlet.java:51)
    |       javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    |       javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    |       com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
    |       com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
    |       com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:486)
    |       com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298)
    |       com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
    |       com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
    |       com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:84)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:245)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
    |       com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    |       com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:428)
    |       com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:247)
    |       com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
    |       com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    |       com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    |       com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    |

    Hi,
    Refer Error:Service Registyr Configuration PI 7.11
    and http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8071b1b8-3c5c-2e10-e7af-8cadbc49d711?QuickLink=index&overridelayout=true
    Thanks,
    Chandra

  • NW Log Error

    Hello,
    We are on MII 12.1.7 build 47
    I am getting below errors in NW logs (Default trace view) not sure what is it that causing these errors but I am afraid these errors might impact us sooner or later..
    Any suggestions/recommendations will be of great help!!
    com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response code (401). Server <http://gpiptcxmdev01:50000/uddi/api/publish/> returned message <Unauthorized>.
    [EXCEPTION]
    com.sap.esi.esp.lib.mm.config.exceptions.SRTechnicalExceptioncom.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response code (401). Server <http://gpiptcxmdev01:50000/uddi/api/publish/> returned message <Unauthorized>.
    at com.sap.engine.services.webservices.tools.wsil.SOACentralSRPublisherImpl.saveClassificationSystem(SOACentralSRPublisherImpl.java:1296)
    at com.sap.esi.esp.service.server.mass.PublishRulesHandler.publishServiceDefinitions(PublishRulesHandler.java:484)
    at com.sap.esi.esp.service.server.mass.PublishRulesHandler.process(PublishRulesHandler.java:448)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.process(SOATimeoutListenerImpl.java:385)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.run(SOATimeoutListenerImpl.java:222)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.timeout(SOATimeoutListenerImpl.java:126)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.timeout(SOATimeoutListenerImpl.java:95)
    at com.sap.engine.services.timeout.TimeoutNode.run(TimeoutNode.java:71)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:162)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:260)
    Caused by: com.sap.esi.uddi.sr.api.ws.ServicesRegistrySipublishClassificationSystemsFault123: com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response code (401). Server <http://gpiptcxmdev01:50000/uddi/api/publish/> returned message <Unauthorized>.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.deserializeException(JAXWSUtil.java:402)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.processFault(JAXWSUtil.java:372)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:1115)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:779)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:746)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:167)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:120)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:83)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:64)
    at $Proxy477.publishClassificationSystems(Unknown Source)
    at com.sap.esi.uddi.sr.api.ws.ejb.ServicesRegistryProxyFacade.publishClassificationSystems(ServicesRegistryProxyFacade.java:333)
    at sun.reflect.GeneratedMethodAccessor553.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    Regards,
    Adarsh

    Hi Mike,
    Thanks for your response.
    What roles are assigned to the user that is triggering these error messages?
    This is our new development server and we have migrated stuff from 11.5 to 12.1 and there are only 8 users on this system and all of them are super admins but of those I am the only one using the system currently and I am not sure it is being generated by any of our 8 users because the interesting point is this error generates on every 49th minute of hour (for eg, 10:49, 11:49, 12:49 and so on) and along with I see two more errors "SR Log error" occurring on same time.
    These are the only three errors I see repeating every hour and no other errors.
    What version of the JRE is running on the machine accessing MII?
    On client machines we have JRE 1.5 update 22 and on server we have JRE 1.5 update 21
    What process is being performed at the time of the error messages?
    No background jobs are scheduled and even if I don't run any programs still I can see this error on every hour
    Regards,
    Adarsh

  • Error in crawl log "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "

    Hi 
    I get the following error in my crawl logs
    "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "
    Because of this i suspect, the search results are not including those aspx pages marked as "Hide physical urls from search".
    This error is not available in the another environment where the aspx pages are coming in the results.
    Thanks
    Joe

    Hi Joe,
    Greetings!
    Reset the index and re-crawl. That usually clears it
    If you are using NTLM authentication, then make sure that you specified the PassThrough authentication for crawling
    Probably you need to debug the BDC code that underlies the external content types.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/41a86c43-151d-47cd-af73-967a4c940611/lotus-notes-connector-error-while-crawling-lob-contents?forum=sharepointsearch
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Print spooler log error ID 808 [Internet Explorer 11 + MS Office 2003 x86 on Win7 sp1 x64 ONLY!]

    howdy all,
    Could you please help me to resovle the very much odd issue of HP Priner driver on Win7sp1x64 as below.
    1.HP Deskjet 970Cse printer connected thru usb to a router and installed to all LAN PCs  thru a standard tcp/ip ports works well (i.e. printing anyting w/o any problem) on 3 PCs - 2 of 3 with win7sp1x64; and 1 of 3 - win7sp1x86. All 3 with
    IE11[11.0.9600.17041] recently(!) updated from IE8.
    2. However BOTH (that is 2 of 3) above PCs of win7sp1x64 return errors to admin log every time when printing any web page from IE11 and/or docs from Office as below:
    Error in short:
    The print spooler failed to load a plug-in module C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRVUI.DLL, error code 0xc1. See the event user data for context information.
    This error in log occurs only if printing from IE11 and/or MS Office. None of other printing jobs are affected including a printing from Acrobat, ACDSee, Google Chrome and Opera. The printing of Test Page by printer
    itself not affected as well!!!
    3. win7sp1x86 PC prints everything w/o any errors in log!
    4. Printer uninstall incl. cleaning of Print Server config + clean install doesn't work.
    5. Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\..>printui /s /t2
    C:\Users\..>filever c:\windows\system32\spool\drivers\x64\3\*.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     55,432 09-23-2012 adobepdf.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     26,768 09-23-2012 adobepdfui.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     39,048 09-23-2012 adregp.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp  1,294,472 09-23-2012 aduigp.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    623,104 11-21-2010 fxsapi.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    380,416 11-21-2010 fxsdrv.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp  6,566,400 11-21-2010 fxsres.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    434,688 11-21-2010 fxstiff.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    160,256 11-21-2010 fxsui.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    156,672 11-21-2010 fxswzrd.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp    522,240 06-22-2009 hpf900al.dll
    --a-- W32x64 DLL ENU        0.20.6.0 shp  1,692,672 05-07-2008 hpfimg50.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp     79,872 05-07-2008 hpfud50.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp    134,144 06-22-2009 hpfui50.dll
    --a-- W32x64 DRV ENU  0.3.7601.18126 shp  1,402,880 04-10-2013 jnwdrv.dll
    --a-- W32x64 DRV ENU  0.3.7600.16385 shp     98,816 07-14-2009 jnwdui.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp     16,384 09-20-2010 oemps.dll
    --a-- W32x64 DRV ENU  0.3.7601.21853 shp    854,304 12-04-2013 ps5ui.dll
    --a-- W32x64 DRV ENU  0.3.7601.21853 shp    636,704 12-04-2013 pscript5.dll
    --a-- W32x64 DRV   -       0.3.151.3 shp     47,392 12-08-2013 tpprn.dll
    --a-- W32x64 DLL ENU     7.15.297.19 shp    172,328 12-08-2013 tpprnui.dll
    --a-- W32x64 DLL   -     7.15.297.20 shp     75,512 12-08-2013 tpprnuichs.dll
    --a-- W32x64 DLL CHT     7.15.297.21 shp     75,544 12-08-2013 tpprnuicht.dll
    --a-- W32x64 DLL   -     7.15.297.22 shp     80,208 12-08-2013 tpprnuicsy.dll
    --a-- W32x64 DLL DEU     7.15.297.23 shp     81,704 12-08-2013 tpprnuideu.dll
    --a-- W32x64 DLL   -     7.15.297.24 shp     80,200 12-08-2013 tpprnuiell.dll
    --a-- W32x64 DLL ESN     7.15.297.25 shp     80,712 12-08-2013 tpprnuiesn.dll
    --a-- W32x64 DLL   -     7.15.297.26 shp     81,208 12-08-2013 tpprnuifra.dll
    --a-- W32x64 DLL   -     7.15.297.27 shp     80,224 12-08-2013 tpprnuihun.dll
    --a-- W32x64 DLL JPN     7.15.302.41 shp     76,656 12-08-2013 tpprnuijpn.dll
    --a-- W32x64 DLL   -     7.15.297.29 shp     76,568 12-08-2013 tpprnuikor.dll
    --a-- W32x64 DLL   -     7.15.297.30 shp     80,176 12-08-2013 tpprnuiplk.dll
    --a-- W32x64 DLL   -     7.15.297.31 shp     79,680 12-08-2013 tpprnuiptg.dll
    --a-- W32x64 DLL   -     7.15.297.32 shp     80,728 12-08-2013 tpprnuirus.dll
    --a-- W32x64 DLL   -     7.15.297.33 shp     80,184 12-08-2013 tpprnuitha.dll
    --a-- W32x64 DLL   -        7.9.30.2 shp    152,816 12-08-2013 tpps.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    479,232 11-21-2010 unidrv.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    884,224 11-21-2010 unidrvui.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    762,368 11-21-2010 unires.dll
    6. C:\Windows\System32
    spoolss.dll = v6.1.7600.16385
    spoolsv.exe = v6.1.7601.22149
    C:\Windows\SysWOW64
    spoolss.dll = v6.1.7600.16385
    spoolsv.exe = v6.1.7600.16385
    7. I blame IE11 when there was no such error before its update from IE8.
    8. This is a re-repost from here "http://answers.microsoft.com/en-us/ie/forum/ie11-windows_7/print-spooler-log-error-id-808-internet-explorer/f52ff25c-4702-4ce3-827e-e1e9a5d324cf" and here "http://social.technet.microsoft.com/Forums/windows/en-US/7b24d6b9-171a-4703-82f9-81cb4732e02f/print-spooler-log-error-id-808-internet-explorer-11-ms-office-20032007-x86-on-win7-sp1-x64?forum=w7itproappcompat"
    w/o any good answer!
    That's it. Any questions are welcome.
    Thank you.
    PS: I just wanna confirm that this odd error occurs only when printing from IE11 and MS Office 2003 on Win7sp1x64. MS Office 2007 is not affected!

    OK, Z COMPLETE SOLUTION FOUND! 
    Although z cause of this odd issue is yet unclear. However it seems to be z HP driver problem after all.
    Actually my printer is not HP Deskjet 970Cse but HP Photosmart 1115 Series. Z very nice working dinosaur, which was officially run out by HP Support from WinXPx86 times. Though it was always working
    just nice with either HP Deskjet (DJ) 970Cse Win7driver (better) or HP Photosmart (PS) 7200 Series one (worse – when it works no so good with TCP/IP printer installation).
    Well… when I got into z recent problem with DJ970cse driver I happened to check if printer works with z PS7200 one. Oops, same not good as before but NO LOG ERROR! A bit of study gave me understanding
    that both drivers are using z absolutely same core files but PS7200 driver uses its own PCL Language Monitor as well as z Print Processor (not a standard winprint of Windows).
    And while I unfortunately got no any reasonable ideas on how to solve this issue from IT Pros and others MS MVP during a few days after my posting here and there, except those very smart ones
    like ‘uninstall, reboot and install again’, I had no option other than to find solution by myself.
    I’ve downloaded a bunch of HP printer models Win7x64 driver pack from MS Update Catalog "http://catalog.update.microsoft.com/v7/site/Search.aspx?q=hp%20deskjet%20970cse" (x86 also available.
    This driver pack is for maybe over 400 HP printer models incl. both DJ970Cse & PS7200) and modded its genuine INF file for HardwareID of my PS1115 as HPPHOTOSMART_11150FFF with use of 970Cse driver but also some DLLs and PCL Language Monitor
    of PS7200 one.
    This modded by me INF file is attached as a Code Block. Pls be advised that all originally integrated printer devices strings except DJ970cse & PS7200 ones were deleted for convenience and 
    z 1 new combined string for PS1115 added. Then everybody interested can compare & track z changes done. This modded driver is now installed and working w/o any glitch on 2 of my Win7sp1x64 PCs. Although I’ve maybe spent totally a day or
    so on all that fuss of posting about & studying around.
    My final conclusion is z very much common one
     – f**k HP… and/or MS as well, when it’s yet unknown why this error occurred after z years of no problem use of DJ970Cse driver but after Win7sp1 updating to IE11 and/or KB2775511 and only with x64 version
    of OS.
    bye for now.
    PS: btw, why I’m not able to attach any small text file or post a link to MS site here???!!!
    END
    UPDATE 2014-06-12-Thu: there is one more small glitch of printing to paper from IE11 only found! now it's about a Print Processor settings...
    pls set not any hp oem print processor but z standard windows one aka 'winprint' to be used for printing in Printer properties > Advanced sub-menu, otherwise a printout is incorrect in part of a printed page header &
    footer. a page print preview is ok but z printed header is incomplete = cut at right side, and no footer printed at all.
    pls be advised that above note is valid for both modded & genuine driver installed and for both x86 & x64 win7...
    rgds,
    ; Windows Inbox Printer Drivers
    [Version]
    Signature="$Windows NT$"
    Provider="Microsoft"
    ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
    Class=Printer
    CatalogFile=prnhp001.cat
    DriverVer=06/21/2006,6.1.7233.0
    [Manufacturer]
    "HP"=HP,NTamd64
    [HP.NTamd64]
    "HP DeskJet 970Cse" = HPFDJ97E.GPD,HEWLETT-PACKARDDESKJ8FFF,HP_DeskJet_970Cse ; Hardware ID
    "HP Photosmart 1115 Series" = HPFDJ97E.GPD.ICM_LH_PHASE5,HPPHOTOSMART_11150FFF,HP_Photosmart_1115_Series ; Hardware ID
    "HP Photosmart 7200 Series" = HPP7200T.GPD.ICM_LH_PHASE5,hpphotosmart_7200_se8fD3,hpphotosmart_7200_se5294,HP_Photosmart_7200_Series ; Hardware ID
    [OEM URLS]
    "HP"="http://go.microsoft.com/fwlink/?LinkID=37&prd=10798&sbp=Printers"
    [Previous Names]
    "HP DeskJet 970Cse"="HP DeskJet 970C Series"
    [ControlFlags]
    ExcludeFromSelect=HWPC211,HWP2250,HWP2286,HWP2284,HWPC212,HWP2140,\
    HWP21A0,HWP20F0,HWP2160,HWP20D0,HWP20E0,HWP2100,HWP21B0,HWP21E0,\
    Hewlett-PackardHP_LaD4FF,Hewlett-Packardhp_LaFBC4
    [HPFDJ97E.GPD]
    [email protected],@HPFUD50.DLL,@HPFUI50.DLL,@HPFIMG50.DLL,@HPF900AL.DLL,@HPFDJ97E.GPD,@HPFDJ970.GPD,@HPFDJ97X.GPD,@HPFNAM50.GPD
    DataFile=HPFDJ97E.GPD
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA","{D20EA372-DD35-4950-9ED8-A6335AFE79F3},sRGBPROFILE.OEM"
    [HPFDJ97E.GPD.ICM_LH_PHASE5]
    CopyFiles=HPC_COMMON_LH,HP_PRNPROC,@HPFDJ50.INI,@HPFUD50.DLL,@HPFUI50.DLL,@HPFIMG50.DLL,@HPF900AL.DLL,@HPFDJ97E.GPD,@HPFDJ970.GPD,@HPFDJ97X.GPD,@HPFNAM50.GPD,@HPZEVLHN.DLL,@HPZSTLHN.DLL,@HPZUILHN.DLL,HP_LANGMON
    DataFile=HPFDJ97E.GPD
    LanguageMonitor="PCL hpz3llhn,hpz3llhn.dll"
    PrintProcessor="hpzpplhn,hpzpplhn.dll"
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA"
    [HPP7200T.GPD.ICM_LH_PHASE5]
    CopyFiles=HPC_COMMON_LH,HP_PRNPROC,@HPZ3RLHN.DLL,@HPZ3ALHN.DLL,@HPZSSLHN.DLL,@HPP7200T.GPD,@HPP7X00T.GPD,@HPZ3CLHN.INI,@HPZSMLHN.GPD,@HPZ3MLHN.GPD,@HPP7200T.XML,@HPZSCLHN.DTD,@HPFRES50.DLL,@HPFIME50.DLL,@HPFIGLHN.DLL,@HPZPRLHN.DLL,HP_LANGMON
    DataFile=HPP7200T.GPD
    LanguageMonitor="PCL hpz3llhn,hpz3llhn.dll"
    PrintProcessor="hpzpplhn,hpzpplhn.dll"
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA"
    [MS_ABOUT_UI]
    HPCABOUT.DLL
    HPCSTR.DLL
    [CIO_COPYFILES_SPOOL]
    HPZIDR12.DLL,,,0x00000020
    HPZINW12.DLL,,,0x00000020
    HPZIPM12.DLL,,,0x00000020
    HPZIPR12.DLL,,,0x00000020
    HPZIPT12.DLL,,,0x00000020
    HPZISN12.DLL,,,0x00000020
    [CIO_COPYFILES_SYS32]
    HPZIDR12.DLL,,,0x00000020
    HPZINW12.DLL,,,0x00000020
    HPZIPM12.DLL,,,0x00000020
    HPZIPR12.DLL,,,0x00000020
    HPZIPT12.DLL,,,0x00000020
    HPZISN12.DLL,,,0x00000020
    [MS_COLOR]
    HPCCLJ1.DLL
    HPCCLJUI.DLL
    [DMC_x86]
    HPCDMCLH.DLL,,,0x00000020
    [GPD_COMMON3]
    HPZSMLHN.GPD
    [DUSTDEVIL_COPYFILES_SPOOL]
    HPBMIAPI.DLL,,,0x00000020
    HPBMINI.DLL,,,0x00000020
    HPBOID.DLL,,,0x00000020
    HPBOIDPS.DLL,,,0x00000020
    HPBPRO.DLL,,,0x00000020
    HPBPROPS.DLL,,,0x00000020
    HPEACLHN.HPI,,,0x00000020
    [DUSTDEVIL_COPYFILES_SYS32]
    HPBMIAPI.DLL,,,0x00000020
    HPBMINI.DLL,,,0x00000020
    HPBOID.DLL,,,0x00000020
    HPBOIDPS.DLL,,,0x00000020
    HPBPRO.DLL,,,0x00000020
    HPBPROPS.DLL,,,0x00000020
    HPEACLHN.HPI,,,0x00000020
    [HP_ICC]
    HP DJ 6900-PREM PAPER(TRICOLOR+BLACK).ICC,hpf69000.icc,,0x00000020
    HP DJ 6900-PREM PAPER(TRICOLOR+GRAY).ICC,hpf69002.icc,,0x00000020
    HP DJ 6900-PREM PAPER(TRICOLOR+PHOTO).ICC,hpf69001.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+BLACK).ICC,hpf69003.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+GRAY).ICC,hpf69005.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+PHOTO).ICC,hpf69004.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+BLACK).ICC,hpo63000.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+PHOTO).ICC,hpo63001.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+GRAY).ICC,hpo63002.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+BLACK).ICC,hpo63003.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+PHOTO).ICC,hpo63004.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+GRAY).ICC,hpo63005.icc,,0x00000020
    [HP_LANGMON]
    HPZ3LLHN.DLL
    [HP_LIDIL_LANGMON]
    HPZLLLHN.DLL
    [HP_PRNPROC]
    HPZPPLHN.DLL
    [HPC_COMMON]
    HPZEVLHN.DLL
    HPZSTLHN.DLL
    HPZUILHN.DLL
    [HPC_COMMON_LH]
    HPZEVLHN.DLL
    HPZSTLHN.DLL
    HPZUILHN.DLL
    [HPCLJ5V2_COLOR]
    HPCLJ5.ICM
    [HPDJ500C_COLOR]
    HP500ND.ICM
    HP500NG.ICM
    [HPPRPROC]
    HPZPPLHN.DLL,,,0x00000020
    [MANUAL_DUPLEX]
    HPZEVLHN.DLL,,,0x00000020
    [PSRENDER]
    HPZSRLHN.DLL,,,0x00000020
    [RENDER]
    HPZ5RLHN.DLL,,,0x00000020
    [RES_COMMON]
    HPZSTLHN.DLL,,,0x00000020
    [STRING_DLL]
    HPZSTLHN.DLL,,,0x00000020
    [UI]
    HPZLSLHN.DLL,,,0x00000020
    HPZSSLHN.DLL,,,0x00000020
    HPZUILHN.DLL,,,0x00000020
    [PML_user_Inst.AddService]
    ; PML Service configuration info
    DisplayName = "Pml Driver HPZ12"
    ServiceType = 0x00000020
    StartType = 0x2
    ErrorControl = 1
    ServiceBinary = %11%\svchost.exe -k HPCIO
    AddReg=PML_Addreg
    [NET_user_Inst.AddService]
    ; NET Service configuration info
    DisplayName = "NET Driver HPZ12"
    ServiceType = 0x00000020
    StartType = 0x2
    ErrorControl = 1
    ServiceBinary = %11%\svchost.exe -k HPCIO
    AddReg=NET_Addreg
    [PML_AddReg]
    ; Registry configuration info
    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost,"HPCIO",0x00010008,"Pml Driver HPZ12"
    HKLM,SYSTEM\CurrentControlSet\Services\Pml Driver HPZ12\Parameters,"ServiceDll",0x00020000,"%11%\HPZipm12.dll"
    [Net_AddReg]
    ; Registry configuration info
    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost,"HPCIO",0x00010008,"NET Driver HPZ12"
    HKLM,SYSTEM\CurrentControlSet\Services\Net Driver HPZ12\Parameters,"ServiceDll",0x00020000,"%11%\HPZinw12.dll"
    [DustDevilReg]
    11,,HPBMIAPI.DLL,1,300
    11,,HPBOID.DLL,1,300
    11,,HPBOIDPS.DLL,1,300
    11,,HPBPRO.DLL,1,300
    11,,HPBPROPS.DLL,1,300
    [DestinationDirs]
    DefaultDestDir=66000
    HP_PRNPROC=66001
    HPPRPROC=66001
    CIO_COPYFILES_SYS32=66002
    DUSTDEVIL_COPYFILES_SYS32=66002
    HP_LANGMON=66002
    HP_LIDIL_LANGMON=66002
    HP_ICC=66003
    HPCLJ5V2_COLOR=66003
    HPDJ500C_COLOR=66003
    [SourceDisksFiles]
    hpf69000.icc = 1
    hpf69001.icc = 1
    hpf69002.icc = 1
    hpf69003.icc = 1
    hpf69004.icc = 1
    hpf69005.icc = 1
    hpo63000.icc = 1
    hpo63001.icc = 1
    hpo63002.icc = 1
    hpo63003.icc = 1
    hpo63004.icc = 1
    hpo63005.icc = 1
    HP_3P522.PPD = 1
    HP4M3_V1.PPD = 1
    HP4M6_V1.PPD = 1
    HP4ML_V1.PPD = 1
    HP4MP3_1.PPD = 1
    HP4MP6_1.PPD = 1
    HP4MPLS.GPD = 1
    HP4PLUS3.PPD = 1
    HP4PLUS6.PPD = 1
    HP4SI6_1.PPD = 1
    HP500ND.ICM = 1
    HP500NG.ICM = 1
    HP5SI.GPD = 1
    HP5SIM.GPD = 1
    HPBMIAPI.DLL = 1
    HPBMINI.DLL = 1
    HPBOID.DLL = 1
    HPBOIDPS.DLL = 1
    HPBPRO.DLL = 1
    HPBPROPS.DLL = 1
    HPC1220P.PPD = 1
    HPC1220P.XML = 1
    HPC1RWSL.PPD = 1
    HPC1RWSL.XML = 1
    HPC1RXSL.PPD = 1
    HPC1RXSL.XML = 1
    HPC2GW6L.GPD = 1
    HPC2GW6L.XML = 1
    HPC3050F.GPD = 1
    HPC3050F.XML = 1
    HPC3052F.GPD = 1
    HPC3052F.XML = 1
    HPC3055F.GPD = 1
    HPC3055F.XML = 1
    HPC3346L.GPD = 1
    HPC3346L.XML = 1
    HPC3390F.GPD = 1
    HPC3390F.XML = 1
    HPC34I6L.GPD = 1
    HPC34I6L.XML = 1
    HPC35W6L.GPD = 1
    HPC35W6L.XML = 1
    HPC38O6L.GPD = 1
    HPC38O6L.XML = 1
    HPC3BG6L.GPD = 1
    HPC3BG6L.XML = 1
    HPC3H06L.GPD = 1
    HPC3H06L.XML = 1
    HPC3IE6L.GPD = 1
    HPC3IE6L.XML = 1
    HPC3JS6L.GPD = 1
    HPC3JS6L.XML = 1
    HPC3UW6L.GPD = 1
    HPC3UW6L.XML = 1
    HPC3XO6L.GPD = 1
    HPC3XO6L.XML = 1
    HPC48S6L.GPD = 1
    HPC48S6L.XML = 1
    HPC5200F.GPD = 1
    HPC5201F.GPD = 1
    HPC5200F.XML = 1
    HPC5201F.XML = 1
    HPC520XF.GPD = 1
    HPC6686L.GPD = 1
    HPC6686L.XML = 1
    HPC6906L.GPD = 1
    HPC6906L.XML = 1
    HPC6AE6L.GPD = 1
    HPC6AE6L.XML = 1
    HPC6K4SL.PPD = 1
    HPC6K4SL.XML = 1
    HPC6LI5L.GPD = 1
    HPC6LI5L.XML = 1
    HPC6LISL.PPD = 1
    HPC6LISL.XML = 1
    HPC6Y06L.GPD = 1
    HPC6Y06L.XML = 1
    HPCABOUT.DLL = 1
    HPCCLJ1.DLL = 1
    HPCCLJ1.INI = 1
    HPCCLJUI.DLL = 1
    HPCDMCLH.DLL = 1
    HPCFONT.DLL = 1
    HPCLJ5.ICM = 1
    HPCLJ5V2.PPD = 1
    HPCSTR.DLL = 1
    HPDJ340.GPD = 1
    HPDJ340M.GPD = 1
    HPDJ400.GPD = 1
    HPDJ400M.GPD = 1
    HPDJ420.GPD = 1
    HPDJ500.GPD = 1
    HPDJ500C.GPD = 1
    HPDJ5550.CFG = 1
    HPDJ600.GPD = 1
    HPDJ600M.GPD = 1
    HPDJ890C.GPD = 1
    HPDJRES.DLL = 1
    HPF0450T.GPD = 1
    HPEACLHN.HPI = 1
    HPF0450T.XML = 1
    HPF3550T.GPD = 1
    HPF3550T.XML = 1
    HPF3650T.GPD = 1
    HPF3650T.XML = 1
    HPF3745T.GPD = 1
    HPF3745T.XML = 1
    HPF3840T.GPD = 1
    HPF3840T.XML = 1
    HPF3920T.GPD = 1
    HPF3920T.XML = 1
    HPF4A63L.GPD = 1
    HPF4A63L.XML = 1
    HPF4A6AL.GPD = 1
    HPF4BK3L.GPD = 1
    HPF4BK3L.XML = 1
    HPF5400T.GPD = 1
    HPF5400T.XML = 1
    HPF5740T.GPD = 1
    HPF5740T.XML = 1
    HPF5940T.GPD = 1
    HPF5940T.XML = 1
    HPF6540T.GPD = 1
    HPF6540T.XML = 1
    HPF6840T.GPD = 1
    HPF6840T.XML = 1
    HPF6940T.GPD = 1
    HPF6940T.XML = 1
    HPF6980T.GPD = 1
    HPF6980T.XML = 1
    HPF880AL.DLL = 1
    HPF900AL.DLL = 1
    HPF940AL.DLL = 1
    HPFDJ50.INI = 1
    HPFDJ640.GPD = 1
    HPFDJ69X.GPD = 1
    HPFDJ6XX.GPD = 1
    HPFDJ816.GPD = 1
    HPFDJ830.GPD = 1
    HPFDJ840.GPD = 1
    HPFDJ845.GPD = 1
    HPFDJ84X.GPD = 1
    HPFDJ89X.GPD = 1
    HPFDJ920.GPD = 1
    HPFDJ930.GPD = 1
    HPFDJ940.GPD = 1
    HPFDJ948.GPD = 1
    HPFDJ94X.GPD = 1
    HPFDJ950.GPD = 1
    HPFDJ955.GPD = 1
    HPFDJ957.GPD = 1
    HPFDJ95X.GPD = 1
    HPFDJ96C.GPD = 1
    HPFDJ970.GPD = 1
    HPFDJ97E.GPD = 1
    HPFDJ97I.GPD = 1
    HPFDJ97X.GPD = 1
    HPFDJ980.GPD = 1
    HPFDJ98C.GPD = 1
    HPFDJ990.GPD = 1
    HPFDJ99E.GPD = 1
    HPFDJ99X.GPD = 1
    HPFH5900.EXP = 1
    HPFIGLHN.DLL = 1
    HPFIME50.DLL = 1
    HPFIMG50.DLL = 1
    HPFNAM50.GPD = 1
    HPFRES50.DLL = 1
    HPFUD50.DLL = 1
    HPFUI50.DLL = 1
    HPIII522.PPD = 1
    HPIIP522.PPD = 1
    HPIJ2280.CFG = 1
    HPIJ3000.CFG = 1
    HPLJ__31.PPD = 1
    HPLJ_3P1.PPD = 1
    HPLJ1100.GPD = 1
    HPLJ2.GPD = 1
    HPLJ21P6.GPD = 1
    HPLJ2300.CFG = 1
    HPLJ2P.GPD = 1
    HPLJ2PP.GPD = 1
    HPLJ2X.GPD = 1
    HPLJ3.GPD = 1
    HPLJ3P.GPD = 1
    HPLJ4.GPD = 1
    HPLJ4100.CFG = 1
    HPLJ4200.CFG = 1
    HPLJ4300.CFG = 1
    HPLJ4550.CFG = 1
    HPLJ4600.CFG = 1
    HPLJ4L.GPD = 1
    HPLJ4M.GPD = 1
    HPLJ4ML.GPD = 1
    HPLJ4MV.GPD = 1
    HPLJ4MV1.PPD = 1
    HPLJ4P.GPD = 1
    HPLJ4PS.GPD = 1
    HPLJ4SI.GPD = 1
    HPLJ4V.GPD = 1
    HPLJ5.GPD = 1
    HPLJ5100.CFG = 1
    HPLJ5500.CFG = 1
    HPLJ5L.GPD = 1
    HPLJ5M.GPD = 1
    HPLJ5M_4.PPD = 1
    HPLJ5MP.GPD = 1
    HPLJ5N.GPD = 1
    HPLJ5P.GPD = 1
    HPLJ5P_1.PPD = 1
    HPLJ5SI1.PPD = 1
    HPLJ5SIM.PPD = 1
    HPLJ6L.GPD = 1
    HPLJ6MP.GPD = 1
    HPLJ6P.GPD = 1
    HPLJ6P_4.PPD = 1
    HPLJ8150.CFG = 1
    HPLJ8550.CFG = 1
    HPLJ9000.CFG = 1
    HPMCPB25.GPD = 1
    HPMCPC25.GPD = 1
    HPMCPC25.PPD = 1
    HPMCPD25.CFG = 1
    HPMCPD25.PPD = 1
    HPMCPDP5.XML = 1
    HPMCPDPS.XML = 1
    HPMCPL25.GPD = 1
    HPMCPM25.GPD = 1
    HPMOJ50.INI = 1
    HPMOJR40.GPD = 1
    HPMOJR45.GPD = 1
    HPMOJR4I.GPD = 1
    HPMOJR60.GPD = 1
    HPMOJR65.GPD = 1
    HPMOJR80.GPD = 1
    HPMOJR8I.GPD = 1
    HPMOJRX.GPD = 1
    HPMOPY.GPD = 1
    HPMOPYUI.INI = 1
    HPMPSC50.GPD = 1
    HPO0410T.GPD = 1
    HPO0410T.XML = 1
    HPO1100T.GPD = 1
    HPO1100T.XML = 1
    HPO1200T.GPD = 1
    HPO1200T.XML = 1
    HPO1300T.GPD = 1
    HPO1300T.XML = 1
    HPO1310T.GPD = 1
    HPO1310T.XML = 1
    HPO13X0T.GPD = 1
    HPO1400T.GPD = 1
    HPO1400T.XML = 1
    HPO1500T.GPD = 1
    HPO1500T.XML = 1
    HPO1600T.GPD = 1
    HPO1600T.XML = 1
    HPO1X00T.GPD = 1
    HPO2100T.GPD = 1
    HPO2100T.XML = 1
    HPO2150T.GPD = 1
    HPO2150T.XML = 1
    HPO2170T.GPD = 1
    HPO2170T.XML = 1
    HPO2200T.GPD = 1
    HPO2200T.XML = 1
    HPO2300T.GPD = 1
    HPO2300T.XML = 1
    HPO2350T.GPD = 1
    HPO2350T.XML = 1
    HPO2400T.GPD = 1
    HPO2400T.XML = 1
    HPO2500T.GPD = 1
    HPO2500T.XML = 1
    HPO2600T.GPD = 1
    HPO2600T.XML = 1
    HPO2700T.GPD = 1
    HPO2700T.XML = 1
    HPO3100T.GPD = 1
    HPO3100T.XML = 1
    HPO3200T.GPD = 1
    HPO3200T.XML = 1
    HPO3300T.GPD = 1
    HPO3300T.XML = 1
    HPO3X00T.GPD = 1
    HPO4100T.GPD = 1
    HPO4100T.XML = 1
    HPO4105T.GPD = 1
    HPO4105T.XML = 1
    HPO410XT.GPD = 1
    HPO4200T.GPD = 1
    HPO4200T.XML = 1
    HPO4300T.GPD = 1
    HPO4300T.XML = 1
    HPO4PG3L.GPD = 1
    HPO4PG3L.XML = 1
    HPO5500T.GPD = 1
    HPO5500T.XML = 1
    HPO5600T.GPD = 1
    HPO5600T.XML = 1
    HPO5H83L.GPD = 1
    HPO5H83L.XML = 1
    HPO6200T.GPD = 1
    HPO6200T.XML = 1
    HPO6300T.GPD = 1
    HPO6300T.XML = 1
    HPO6X00T.GPD = 1
    HPO7200T.GPD = 1
    HPO7200T.XML = 1
    HPO7300T.GPD = 1
    HPO7300T.XML = 1
    HPO7400T.GPD = 1
    HPO7400T.XML = 1
    HPO7X00T.GPD = 1
    HPOEMUI.DLL = 1
    HPOF300T.GPD = 1
    HPOF300T.XML = 1
    HPOGDS3L.GPD = 1
    HPOGDS3L.XML = 1
    HPOH3550.EXP = 1
    HPOH5500.EXP = 1
    HPOJ1600.CFG = 1
    HPOJ2600.CFG = 1
    HPOJ2700.CFG = 1
    HPOJ6200.CFG = 1
    HPOJ720.GPD = 1
    HPOJ7200.CFG = 1
    HPOJ7300.CFG = 1
    HPOJ7400.CFG = 1
    HPOJ750.GPD = 1
    HPOJ750I.GPD = 1
    HPOJ920.GPD = 1
    HPOJ950.GPD = 1
    HPOJG55.GPD = 1
    HPOJG55I.GPD = 1
    HPOJG85.GPD = 1
    HPOJG85I.GPD = 1
    HPOJG95.GPD = 1
    HPOJK60.GPD = 1
    HPOJK60I.GPD = 1
    HPOJK80.GPD = 1
    HPOJK80I.GPD = 1
    HPOJV30.GPD = 1
    HPOJV40.GPD = 1
    HPOJV40I.GPD = 1
    HPOJV45.GPD = 1
    HPP0320T.GPD = 1
    HPP0320T.XML = 1
    HPP0330T.GPD = 1
    HPP0330T.XML = 1
    HPP0370T.GPD = 1
    HPP0370T.XML = 1
    HPP0380T.GPD = 1
    HPP0380T.XML = 1
    HPP03X0T.GPD = 1
    HPP0420T.GPD = 1
    HPP0420T.XML = 1
    HPP0470T.GPD = 1
    HPP0470T.XML = 1
    HPP1160T.GPD = 1
    HPP1160T.XML = 1
    HPP2570T.GPD = 1
    HPP2570T.XML = 1
    HPP7200T.GPD = 1
    HPP7200T.XML = 1
    HPP7400T.GPD = 1
    HPP7400T.XML = 1
    HPP7800T.GPD = 1
    HPP7800T.XML = 1
    HPP78X0T.GPD = 1
    HPP7X00T.GPD = 1
    HPP8000T.GPD = 1
    HPP8000T.XML = 1
    HPP8100T.GPD = 1
    HPP8100T.XML = 1
    HPP8200T.GPD = 1
    HPP8200T.XML = 1
    HPP8400T.GPD = 1
    HPP8400T.XML = 1
    HPP8700T.GPD = 1
    HPP8700T.XML = 1
    HPP8X00T.GPD = 1
    HPPH0330.EXP = 1
    HPPH0380.EXP = 1
    HPPH0420.EXP = 1
    HPPH0470.EXP = 1
    HPPH1500.EXP = 1
    HPPH3100.EXP = 1
    HPPH3200.EXP = 1
    HPPH3300.EXP = 1
    HPPH7800.EXP = 1
    HPPH8000.EXP = 1
    HPPH8100.EXP = 1
    HPPH8200.EXP = 1
    HPPH8400.EXP = 1
    HPV600AL.DLL = 1
    HPV700AL.DLL = 1
    HPV800AL.DLL = 1
    HPV820AL.DLL = 1
    HPV880AL.DLL = 1
    HPVDB720.DLL = 1
    HPVDB820.DLL = 1
    HPVDJ50.INI = 1
    HPVDJ610.GPD = 1
    HPVDJ612.GPD = 1
    HPVDJ615.GPD = 1
    HPVDJ660.GPD = 1
    HPVDJ66E.GPD = 1
    HPVDJ67X.GPD = 1
    HPVDJ690.GPD = 1
    HPVDJ691.GPD = 1
    HPVDJ693.GPD = 1
    HPVDJ694.GPD = 1
    HPVDJ695.GPD = 1
    HPVDJ697.GPD = 1
    HPVDJ69X.GPD = 1
    HPVDJ6XX.GPD = 1
    HPVDJ710.GPD = 1
    HPVDJ720.GPD = 1
    HPVDJ7XX.GPD = 1
    HPVDJ812.GPD = 1
    HPVDJ815.GPD = 1
    HPVDJ82E.GPD = 1
    HPVDJ82I.GPD = 1
    HPVDJ82X.GPD = 1
    HPVDJ870.GPD = 1
    HPVDJ87E.GPD = 1
    HPVDJ87I.GPD = 1
    HPVDJ87X.GPD = 1
    HPVDJ882.GPD = 1
    HPVDJ89E.GPD = 1
    HPVDJ89I.GPD = 1
    HPVDJ89X.GPD = 1
    HPVIMG50.DLL = 1
    HPVNAM50.GPD = 1
    HPVSCP50.DLL = 1
    HPVUD50.DLL = 1
    HPVUI50.DLL = 1
    HPW0460T.GPD = 1
    HPW0460T.XML = 1
    HPW1000T.GPD = 1
    HPW1000T.XML = 1
    HPW1200T.GPD = 1
    HPW1200T.XML = 1
    HPW1B83L.GPD = 1
    HPW1B83L.XML = 1
    HPW1QI3L.GPD = 1
    HPW1QI3L.XML = 1
    HPW1RC3L.GPD = 1
    HPW1RC3L.XML = 1
    HPW2BC6L.GPD = 1
    HPW2BC6L.XML = 1
    HPW9800T.GPD = 1
    HPW9800T.XML = 1
    HPWH0460.CFG = 1
    HPWH9800.CFG = 1
    HPWK550T.GPD = 1
    HPWK550T.XML = 1
    HPWK850T.GPD = 1
    HPWK850T.XML = 1
    HPWM50AL.DLL = 1
    HPWM5100.GPD = 1
    HPWM5112.GPD = 1
    HPWM5122.GPD = 1
    HPWM5125.GPD = 1
    HPWM5225.GPD = 1
    HPWM5350.GPD = 1
    HPWM535M.GPD = 1
    HPWM5CON.INI = 1
    HPWM5DB1.DLL = 1
    HPWMACRO.GPD = 1
    HPZ3ALHN.DLL = 1
    HPZ3CLHN.INI = 1
    HPZ3LLHN.DLL = 1
    HPZ3MLHN.GPD = 1
    HPZ3RLHN.DLL = 1
    HPZ5CLHN.INI = 1
    HPZ5RLHN.DLL = 1
    HPZ6CLHN.INI = 1
    HPZ6MLHN.GPD = 1
    HPZ6RLHN.DLL = 1
    HPZEVLHN.DLL = 1
    HPZFNLHN.NTF = 1
    HPZIDR12.DLL = 1
    HPZLALHN.DLL = 1
    HPZINW12.DLL = 1
    HPZIPM12.DLL = 1
    HPZIPR12.DLL = 1
    HPZIPT12.DLL = 1
    HPZISN12.DLL = 1
    HPZLELHN.DLL = 1
    HPZLLLHN.DLL = 1
    HPZLSLHN.DLL = 1
    HPZPPLHN.DLL = 1
    HPZPRLHN.DLL = 1
    HPZSCLHN.DTD = 1
    HPZSCLHN.INI = 1
    HPZSMLHN.GPD = 1
    HPZSRLHN.DLL = 1
    HPZSSLHN.DLL = 1
    HPZSTLHN.DLL = 1
    HPZUILHN.DLL = 1
    [PrinterPackageInstallation.amd64]
    PackageAware=TRUE
    CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F0},{D20EA372-DD35-4950-9ED8-A6335AFE79F1},{D20EA372-DD35-4950-9ED8-A6335AFE79F2},{D20EA372-DD35-4950-9ED8-A6335AFE79F3}
    [Strings]
    ;Localizable
    Disk1="Windows Installation Disc"
    [SourceDisksNames.x86]
    1 = %Disk1%,,,"I386"
    [SourceDisksNames.amd64]
    1 = %Disk1%,,,"Amd64"
    [SourceDisksNames.ia64]
    1 = %Disk1%,,,"Ia64"

  • LOG ERRORS in Oracle 10G R2

    Hi all,
    I am learning this new feature. I am having two tables
    CREATE TABLE source_tab (col1 number, col2 varchar2(5))
    CREATE TABLE taget_tab(col1 number, col2 varchar2(4))
    taget_tab.col2 length is one character less compared with source_tab.col2
    INSERT INTO source_tab VALUES (1,'AAA');
    INSERT INTO source_tab VALUES (2,'BBB');
    INSERT INTO source_tab VALUES (3,'CCCCC');
    INSERT INTO source_tab VALUES (4,'ddd');
    Now, I want to insert data from source table to target table. As data shows, source_tab.col1 with col1=3 will throw error, as its col2
    size is more than the target table, but i want to continue with the execution and log the this value(3) in log table(logtmp) by using LOG ERRORS
    feature of 10Gr2.
    I have created log table like this manually
    create table logtmp
    ORA_ERR_NUMBER$ NUMBER ,
    ORA_ERR_MESG$ VARCHAR2(2000),
    ORA_ERR_ROWID$ ROWID,
    ORA_ERR_OPTYP$ VARCHAR2(2),
    ORA_ERR_TAG$ VARCHAR2(2000),
    col1 number
    Is this possible, if so, please give me the idea.
    Thanks in advance.
    Thanks,
    Pal

    See the following example.
    /* Table creation */
    CREATE TABLE source_tab (col1 number, col2 varchar2(5));
    CREATE TABLE target_tab(col1 number, col2 varchar2(4));
    execute DBMS_ERRLOG.create_error_log (dml_table_name => 'TARGET_TAB', err_log_table_name => 'LOGTMP');
    desc logtmp;
    INSERT INTO source_tab VALUES (1,'AAA');
    INSERT INTO source_tab VALUES (2,'BBB');
    INSERT INTO source_tab VALUES (3,'CCCCC');
    INSERT INTO source_tab VALUES (4,'ddd');
    commit;
    /* Insert that runs into errors */
    insert into target_tab
    select * from source_tab
    log errors into LOGTMP reject limit unlimited;
    select * from logtmp;
    /* cleanup */
    drop table source_tab;
    drop table target_tab;
    drop table logtmp;Consider to run this step by step.
    And here is the relevant output from it.
    desc logtmp
    Name            Null Typ           
    ORA_ERR_NUMBER$      NUMBER        
    ORA_ERR_MESG$        VARCHAR2(2000)
    ORA_ERR_ROWID$       UROWID()      
    ORA_ERR_OPTYP$       VARCHAR2(2)   
    ORA_ERR_TAG$         VARCHAR2(2000)
    COL1                 VARCHAR2(4000)
    COL2                 VARCHAR2(4000)
    ORA_ERR_NUMBER$ ORA_ERR_MESG$ COL1 COL2
    12899 ORA-12899: Wert zu groß für Spalte "SCHEMA"."TARGET_TAB"."COL2" (aktuell: 5, maximal: 4) 3 CCCCCEdited by: Sven W. on Sep 27, 2012 1:32 PM

  • Crawl log error in sharepoint 2013 for search services

    Dear Support,
    please find below mention crawl log error in sharepoint 2013 for search services.
    8,597 The server is unavailable and could not be accessed. The server is probably disconnected from the network. 
    423 This item could not be crawled because the repository did not respond within the specified timeout period. Try to crawl the repository at a later time, or increase the timeout value on the Proxy and Timeout page in search administration. You might also
    want to crawl this repository during off-peak usage times. 
    59 Processing this item failed because of a timeout when parsing its contents. 
    11 The filtering process has been terminated 
    4 SharePoint returned an empty response. 
    3 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. 
    2 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. If the repository was temporarily unavailable, an incremental crawl will fix this error. 
    would request your support for resolving this type of issue

    1. Are you able to browse the sites on SP server. server is unavailable means that application pool
    of that site is down. Check application pool on all server. if you start any application pool. make sure it does not stop few minutes later. you need to update password if it does stop
    2. Create a disable loopbackcheck of registry on all servers
    http://blogs.technet.com/b/sharepoint_foxhole/archive/2010/06/21/disableloopbackcheck-lets-do-it-the-right-way.aspx
    http://support.microsoft.com/kb/926642/en-us
    3. Create a new search service application and check if you face same issue.
    4. I assume you have change some password or other setting when you started facing this issue. what changes were made in environment
    If this helped you resolve your issue, please mark it Answered

  • Errors starting JBoss after installing OIM

    I am getting these errors starting JBoss after installing OIM 9.1.0.1 on windows 2003 server with JBoss 4.2.3GA canany one please help me how to resolve.
    increasing the memory did not help.
    19:04:04,468 INFO [WEBSTARTUP] Scheduler started
    19:04:04,484 INFO [TomcatDeployer] deploy, ctxPath=/xlWebApp, warUrl=.../tmp/de
    ploy/tmp5989105329966275493XellerateFull.ear-contents/xlWebApp-exp.war/
    19:05:02,984 ERROR [STDERR] Exception in thread "DefaultQuartzScheduler_QuartzSc
    hedulerThread"
    19:11:18,359 ERROR [STDERR] Exception in thread "IdleRemover"
    19:15:34,562 ERROR [STDERR] Exception in thread "Thread-15"

    I am getting these errors starting JBoss after installing OIM 9.1.0.1 on windows 2003 server with JBoss 4.2.3GA canany one please help me why.
    19:04:04,468 INFO [WEBSTARTUP] Scheduler started
    19:04:04,484 INFO [TomcatDeployer] deploy, ctxPath=/xlWebApp, warUrl=.../tmp/de
    ploy/tmp5989105329966275493XellerateFull.ear-contents/xlWebApp-exp.war/
    19:05:02,984 ERROR [STDERR] Exception in thread "DefaultQuartzScheduler_QuartzSc
    hedulerThread"
    19:11:18,359 ERROR [STDERR] Exception in thread "IdleRemover"
    19:15:34,562 ERROR [STDERR] Exception in thread "Thread-15"

  • Strange system log error from Photoshop CS4

    Hi.
    I keep getting this strange system log error from Photoshop CS4.
    It comes after a wile when using PS CS4.
    I tried to chance the memory settings and scratch disc to see if that helped. It didn't.
    I also checked all my ram for anything bad. 16GB in my Mac Pro Intel OS X 10.5.6
    Everything is updated to latest included Adobe apps.
    This is the system log error
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    And it keeps on until i close Photoshop.
    Please anybody ?? i cant figure out what this means.
    Thx for help.
    Erik S

    Now i get this system log error ?
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    and this from Bridge ???
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Chris. also read my post just before this one plase.  thx

  • LOG ERRORS failing to capture 2291 errors on UPDATE statement

    We are running Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
    We have often successfully used the error logging clause when performing batch inserts to the database. However, we now have a situation where an UPDATE statement is failing and rolling back upon encountering a foreign-key referential constraint [ORA-02291]. It is successfully recording Check constraint errors [ORA-02290]. The foreign keys are not deferred, and they have nothing to do with any unique constraints or indices on the table that is the target of the UPDATE statement. The Error-logging table was created by using the DBMS_ERRLOG package. We recreated it to make sure that we had not introduced column format errors. The same problem occurs. The UPDATE statement is attempting to update approximately 12000 rows. Any help in understanding this problem would be appreciated.
    Here is the error statement
    ORA-02291: integrity constraint (OIFS.FRAME_FK07) violated - parent key not found
    Here is the problem statement and its surrounding PLSQL block:
    BEGIN <<update_records>>
    UPDATE frame f
    SET (company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    update_date,
    update_user,
    -- comments,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    ) =
    (SELECT company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    SYSDATE,
    user_in,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    FROM oifs.respondent r
    WHERE r.cin = f.cin
    WHERE f.cin IN
    (SELECT cin
    FROM
    (SELECT cin,
    company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    FROM oifs.respondent
    MINUS
    SELECT cin,
    company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    FROM oifs.frame
    LOG ERRORS INTO oifs.frame_load_errors
    (job_num || ' ' || TO_CHAR(SYSDATE, 'YYYYMMDD HH24:MI:SS') || ' update')
    REJECT LIMIT UNLIMITED;
    EXCEPTION
    WHEN OTHERS THEN
    ohub.err_pkg.record_and_continue(msg_in => 'problem in updating FRAME rows');
    RAISE;
    END update_records;

    Thank you for your help. It pointed me in the right direction, which was to temporarily disable the triggers. The ORA-02291 errors were then properly captured in the error-logging-table.
    The problem did not appear to be related to the trigger. The problem that was captured in my PLSQL error-handler but not the error-logging-table was an ORA-02291, which was specific to the original table. The trigger-driven processing did not seem to generate any errors (I have PLSQL error-handling logic in there as well).
    I was aware of Tom Kyte's statement, and I knew triggers were dicey when I decided to use them. It seemed the best way to try to ensure database integrity when regular Foreign-Key and Check constraints did not suffice. I am now paying the price for that decision.

  • Archiver hnug log error

    I am getting this error through Oracle Enterprise Manager for my Production RAc database
    It has been working fine for ages. Its just suddenly started doing this.
    The archiving is hung? Please can someone help explain what I need to do to resolve or if already ersolved. I'll know if its resolved as new archiving will be written in 1 days time otherwise it complain again when it tries to write to the archiving???
    SEVERITY
    critical
    CATEGORY
    Archiver Hung Alert Log Error
    TIME
    11-Sep-2008 23:02:43
    ALERT LOG STACK
    ORA-16038: log 3 sequence# 1351 cannot be archived
    ORA-19504: failed to create file ""
    ORA-00312: online log 3 thread 2: '/u02/logs/gbprod01/redo03a.log'
    ORA-00312: online log 3 thread 2: '/u02/logs/gbprod01/redo03b.log'
    Trace File: /opt/app/oracle/admin/gbprod01/udump/gbprod012_ora_21265.trc
    ALERT TRIGGERED
    11-Sep-2008 23:14:15
    The disk where the archiving would be written has plenty of space and full write access.
    $>df -kh /u03
    /dev/sdd 300G 186G 115G 62% /u03
    $>ls -ltr /u03/arch/gbprod01
    drwxr-xr-x 1 oracle oinstall 131072 Jun 12 2007 gbprod011
    Please can someone help as to what I need to do or whether it has resolved itself.
    FYI
    SQL> archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /u03/arch/ddprod01/ddprod011
    Oldest online log sequence 1326
    Next log sequence to archive 1327
    Current log sequence 1327
    SQL> select * from v$log;
    GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS
    FIRST_CHANGE# FIRST_TIME
    1 1 1327 52428800 2 NO CURRENT
    7883970584 11.09.2008 23:02:38
    2 1 1326 52428800 2 YES INACTIVE
    7883951113 11.09.2008 22:00:40
    3 2 1351 52428800 2 YES INACTIVE
    7883967749 11.09.2008 23:00:35
    GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS
    FIRST_CHANGE# FIRST_TIME
    4 2 1352 52428800 2 NO CURRENT
    7883970586 11.09.2008 23:02:38
    I'm also getting this in the trac file however this has been happening since the 7th of Sept and the problem has happened today. So this may be another issue.
    LGWR: Archivelog for thread 1 sequence 1261 will NOT be compressed
    *** 2008-07-31 17:14:16.863
    *** 2008-09-11 23:02:38.163
    LGWR: Archivelog for thread 1 sequence 1327 will NOT be compressed
    Thank you in addvance.
    Talha

    Had enough space in directory though it was complaining about not able to write to the location log. So we tried copying a large file in the same location which worked.
    So then we did a few
    SQL>alter system switch logfile;
    Which forced a log switch and subsequently put the redo in archive logs.
    We have an archive log as of today after the log switches in the archive log location where it was previously complaining.
    Hence problem resolved. Maybe it just complained in OEM temporerily, and it remains there as an error message though resolved. Need to remove error from OEM manually.
    Thank You for all your suggestions anyway.
    Safi

  • Alert log.xml or alert.log errors do not appear in EM

    Little puzzled here. Using 11.1.0.6 to test if alert errors will appear on 11.1.0.1 EM Grid pages. Simple ORA-1653 triggered via sql insert and then waited and waited. Nothing. I can use EM to open log file and to display the errors but no alerts are flagged on any of the pages.
    Is this a another bug?
    Roman

    You can read all about how the 11g alert log is monitored in: Monitoring 11g Database Alert Log Errors in Enterprise Manager [ID 949858.1]
    Yes, it describes some bugs (and workarounds) too.
    Eric

Maybe you are looking for

  • Obiee 11g Global Consistency Check Error

    Hello all, I need guidance regarding an error which pops up after the consistency check. However Admin tool lets the rpd to be saved and uploaded to the server, inspite of this error. The error is as follows: "the initialization string in the reposit

  • Error in J2EE SERVER

    Hi Experts, when i starting the j2ee server the error is comming but the visual administrator is working 1)) i found the error in E:\usr\sap\ECC\DVEBMGS01\j2ee\admin\logviewer-standalone\server #1.5#C000AC1F643C0000000001F1005E13AD0004398D9AD41970#11

  • Hi i have a HP g62-b25sa notebook pc and i keep getting the internal battery 601 error

    i cannot take my charger lead out as it will only last about 2 mins do i need to replace the clip on battery or is there an internal battery and my fan has stopped working also and my warrenty has run out i love this laptop but is it worth getting th

  • Using [subform].keep.next to fix flow problems?

    Hi, I have a dynamic form with many subforms, and I am having trouble getting certain subforms which function as headers to stay on the same page as their body subforms when they are flowed. I tried using the "Keep with Next" property in the GUI for

  • Can the LabVIEW Desktop Execution Trace Toolkit (DETT) be used with LabVIEW 2013 64-bit

    I looked in Help and searched NI.com, but I haven't found a clear and definitive answer. (Is it just me, or does it seem odd that the NI.com forum spell checker flags "LabVIEW" and "NI.com"?)